/*==========================================*/
/*                googl font                */
/*==========================================*/
.noto-serif jp-regular {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-serif jp-medium {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-style: normal;
}

.noto-serif jp-bold {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}
/*<uniquifier>: Use a unique and descriptive class name*/
/*<weight>: Use a value from 100 to 900*/
.noto-sans jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


html {
	font-size: 15px; /*15*/
}

@media (min-width: 576px) { /*520以降*/
  html {
    font-size: 16px; /*16*/
  }
}
body {
	color: #696969;
	text-align:justify;
	line-height: 1.8em;
	letter-spacing: 0.05em;
	font-family: "Noto Sans JP"; 
}
.txt-align-st {
	text-align: start;
}
.link a{
	color:#696969;
	text-decoration:none;
}
.link a:hover{
	color:#0d6efd;
	text-decoration: underline;
}
/*==========================================*/
/*                ページTOPへ                */
/*==========================================*/
#page_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  opacity: 0.7;
}

#page_top:hover{
opacity:0.9;
}


/*==========================================*/
/*                  ナビバー    　　　        */
/*==========================================*/
.navbar_mdfood {
	background-color: #FFFFFF;
	height: 80px;
}
.navbar_text_mdfood {
	font-size: 1.5em;
	color: #545454;
	text-decoration: none;
}

/*==========================================*/
/*               TOP拡大スライダー　　　        */
/*==========================================*/
.top_image{
	padding-top: 80px;
}
.top_image_slider2{
	height: 20vh;
}
/* ▼画面サイズ（横幅）が769px以上の場合に適用 */
@media screen and (min-width: 768px) {
   .top_image_slider2{
	height: 65vh;
	}
}
/*スライドの高さを指定　overflow: hidden;を入れる*/
.slider {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
/*スライドは背景画像にする*/
.slider-img {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: 100vh;
  /*スライド画像の高さ*/
}
.top_image_slider2 .slider-img {
  height: 20vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
/* ▼画面サイズ（横幅）が769px以上の場合に適用 */
@media screen and (min-width: 768px) {
   .top_image_slider2 .slider-img {
  height: 65vh;
	}
}
/*スライド画像を指定*/
.slider-img-01 {
  background-image: url(../image/mdfood_topImage_01.jpg);
  background-size: cover;
}
.slider-img-02 {
  background-image: url(../image/mdfood_topImage_02.jpg);
  background-size: cover;
}
 .slider-img-03 {
  background-image: url(../image/mdfood_topImage_03.jpg);
  background-size: cover;
}
/* 拡大アニメーションを指定 */
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
 
  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}
.add-zoom {
  animation: fadezoom 10s 0s forwards;
}

/*==========================================*/
/*                メニューボタン 　　　        */
/*==========================================*/
.zdo_drawer_button_mdfood{
	top: 10px!important;
    right: 15px!important;
}
.zdo_drawer_text{
	line-height: 100%!important;
}
.zdo_drawer_nav_text1{
	font-size: 1.5em!important;
}	
.zdo_drawer_nav_text2{
	font-size: 0.7em!important;
}	
	

/*==========================================*/
/*          トップページ　ページリンク 　　      */
/*==========================================*/
.item-grid2 {
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}

.item-grid2 .image {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.item-grid2:hover, .item-grid2:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
}
.item-grid3 {
  width: 100%;
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 2px;
}

.item-grid3 .image {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.item-grid3:hover, .item-grid3:focus {
  text-decoration: none;
  -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
  top: -2px;
	background-color: #DDD1C4;
}

/*==========================================*/
/*            ページ内ジャンプ位置調整            */
/*==========================================*/
.jumpanchor{
    display: block;
    padding-top: 90px;
    margin-top: -90px;
}



/*==========================================*/
/*            トップページ　テキスト            */
/*==========================================*/
.top_page_text1 {
	color: #7f4f21;
	line-height: 180%;
}
.top_page_text2 {
	line-height: 250%;
}
.top_page_text_background {
	background-image: url(../image/mdfood_toptext_01sm.png);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: 50%  50%;
}

/*==========================================*/
/*                 お知らせ                  */
/*==========================================*/
/*.oshirase_main{
	position:absolute;
	top: 80px;
	height: 40vh;
}*/
/* ▼画面サイズ（横幅）が769px以上の場合に適用 */
@media screen and (min-width: 768px) {
   .oshirase_main{
	position:absolute;
	top: 80px;
	height: 65vh;
	}
}
/*.oshirase_sub{
	position:absolute;
	bottom: 0vh;
}*/
/* ▼画面サイズ（横幅）が769px以上の場合に適用 */
@media screen and (min-width: 768px) {
   .oshirase_sub{
	position:absolute;
	bottom: 4vh;
	}
}
.oshirase_bg{
	background-color: rgba(255, 255, 255, 0.8);
}

/*==========================================*/
/*                  フッター    　　　        */
/*==========================================*/
.footer_mdfood {
	background-color: #4c4948;
	height: 60px;
}
.footer_text_mdfood {
	color: #FFFFFF;
}

/*==========================================*/
/*                 タイトルバー    　　        */
/*==========================================*/
.titlebar_mdfood {
	background-color: #e8c7a1;
	padding-top: 80px;
}
.titlebar_img_mdfood {
	width: 6em;
}
@media screen and (min-width: 768px) {
   .titlebar_img_mdfood{
	width: 9em;
	}
}
.mdfood_bg_img {
	background-image: url(../image/mdfood_bg_img.png);
	background-size: auto 100% ;
    background-repeat: no-repeat;
	background-position: 100%  50%;
}
.titlebar_border {
	background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 4px);
	background-size: 4px 2px;
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 5px;
}

/*==========================================*/
/*                 ボタン    　　        */
/*==========================================*/
.mdfood_link_botan {
	color: #FFFFFF;
	background-color: #562b00;
	border-radius:5px;
	padding: 5px;
	text-decoration:none;
}
.mdfood_link_botan_2 {
	color: #707070;
	text-decoration:none;
}
.circle_width {
	width: 100%;
	background-color: #f9efe3;
	border-radius: 50%;
}
.circle_width a:hover {
	background-color: #DDD1C4;
}
.circle_height {
	position: relative;
	text-align:center;
	padding-top: 100%;
	height: 0;
}
.circle_height span {
	font-size: 1.8vw;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
}
@media screen and (min-width: 1400px) {
   .circle_height span{
	font-size: 1.5vw;
	}
}

/* solid001 */
.button_solid001 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eee;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
	text-decoration: none;
}
.button_solid001 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
	text-decoration: none;
}







/*==========================================*/
/*                 テーブル    　　        */
/*==========================================*/
.table_bg_mdfood {
	background-color: #f9efe4!important;
}

/*==========================================*/
/*                 会社概要   　　        */
/*==========================================*/
.mdfood_about_bg_img {
	background-image: url(../image/mdfood_about_bg1_sm.jpg);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: 50%  0%;
}
@media screen and (min-width: 992px) {
   .mdfood_about_bg_img{
	background-image: url(../image/mdfood_about_bg1.jpg);
	background-size: contain;
    background-repeat: no-repeat;
	background-position: 50%  0%;
	}
}
/*==========================================*/
/*                 運営ショップ   　　        */
/*==========================================*/
.mdfood_shop_tab {
	display: inline-block;
	background-image: url(../image/mdfood_shop_tab.png);
    background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 7px 15px 7px 15px;
}
.mdfood_shop_tab span {
	color: #FFFFFF;
	font-size: 1.5em;
	margin: 0px 50px 0px 50px;
}
.mdfood_shop_bg_1 {
	background-color: #f1dec6;
}
.mdfood_shop_bg_2 {
	background-color: #f9efe3;
}


/*==========================================*/
/*                 研修体制   　　        */
/*==========================================*/
/*囲み文字*/
.border_style03 {
    padding: 0.6em 0.5em 0.5em 0.6em;
    position: relative;
    z-index: 0;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
@media screen and (min-width: 768px) {
   .border_style03{
	font-size: 1.5em;
	}
}
.border_style03::before,
.border_style03::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}
.border_style03::before {
    left: 7px;
    top: 7px;
    background: #d3b280;
    z-index: -2;
}
.border_style03::after {
    left: 0;
    top: 0;
    border: 2px solid #a87c53;
    z-index: -1;
}
.border_style02 {
	color: #562b00;
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 0.5em;
}
.border_style01 {
	line-height: 10em;
}
/*文字にマーカー*/
.text_marker {
	background: linear-gradient(transparent 65%, #e8c7a1 65%);
}

/*==========================================*/
/*                 エントリー  　　        */
/*==========================================*/
.form-text::placeholder {
  color: #C9C9C9;
}

/*==========================================*/
/*                個人情報保護方針  　　        */
/*==========================================*/
.privacy_title {
	border-left: 8px solid #956134;
	padding-left: 0.4em;
}

/*==========================================*/
/*                 求人    　　        */
/*==========================================*/
.recruit_table_bg {
	background-color: #efefef!important;
}
.recruit_table_border {
	border: 3px solid #595757;
	border-radius: 10px;
}
.recruit_table_title_bg1 {
	background-color: #fff9b1;
	border-radius: 10px 10px 0px 0px;
}
.recruit_table_title_bg2 {
	background-color: #edf2c5;
	border-radius: 10px 10px 0px 0px;
}
.recruit_table_title_text1 {
	font-size: 1.5em;
}
.recruit_table_title_text2 {
	font-size: 0.8em;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px 5px 10px;
	background:#595757;
	border-radius: 10px;
}
.recruit_table_title_text3 {
	font-size: 0.8em;
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px 5px 10px;
	background:#FFFFFF;
	border: 1px solid #7A7B80;
	border-radius: 10px;
}
.recruit_voice_border {
	border: 3px solid #e8c7a1;
}
.recruit_voice_border2 {
	border-top: 3px dotted #e8c7a1;
	opacity: 1!important;
}
.recruit_voice_img {
	width: 100%;
}

/*==========================================*/
/*                   VOICE                  */
/*==========================================*/
.mdfood_voice_1_1day_bg {
	position: relative;
	background-color: #f9efe4;
}
.mdfood_voice_1_1day {
	position: absolute;
	top:-1.5vw;
	width: 50%;
}
.mdfood_voice_2_1day_bg {
	position: relative;
	background-color: #eaf5f8;
}
.mdfood_voice_2_1day {
	position: absolute;
	top:-1.5vw;
	width: 40%;
}

/*==========================================*/
/*          div要素全体にリンクをつける         */
/*==========================================*/
.linkbox {
    position: relative;
}
.linkbox a {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
}
.linkbox a:hover{/* マウスオーバー時に色変更*/
    opacity: 0.1;
    background-color: #000000;
}




