﻿@charset "utf-8";

.main #contents {
    max-width: 100%;
}

.top-mv {
  position: relative;
  width: 100%;
}

.top-mv-slide {
  position: relative;
  padding-top: 36.25%;
}

.top-mv-slide > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 2.0s;
  transition: 2.0s;
}

.top-mv-slide > div > img {
  width: 100%;
}

.top-mv-slide > div a.mvlink {
  position: absolute;
  z-index: 997;
}

.top-mv-slide > div.on {
  opacity: 1;
}

.top-mv-dot {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 998;
}

.top-mv-dot > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-mv-dot > ul > li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top-mv-dot > ul > li.on {
  background-color: #0075c1;
}






/* ●●● 新着情報 ●●● */
.bg_news_section {
    background-color: #f6f6f6;

}


#news_section {
    padding: 20px 0;
	width: 980px;
    /* max-width: 1320px; */
    margin: 0 auto;

	display: flex;
		display: -webkit-flex;
	flex-wrap: wrap;
		flex-wrap: -webkit-wrap;

}


.news_box01 {

	padding-right: 50px;
	border-right: 2px solid #ccc;
	
	display: flex;
	justify-content: center;
	align-items: center;

}

.news_box01 h2 {
    font-weight: normal;
    color: #0075c1;
    letter-spacing: 2px;
    font-size: 2.2rem;

}


.news_box02 {
	padding-left: 50px;
}

.news_box02 li {
	display: flex;
		display: -webkit-flex;

		
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;

}

.news_box02 .news_date {
	padding-right: 30px;
	color: #999;
	width: 100px;
}

.news_box02 .news_tx {
	font-size: 100%;
}


/* ●●● 長期経営構想、アイデンティティ、サステナビリティ ●●● */
#main01_section {
    /* background-color: #f6f6f6; */
    padding-top: 60px;
    padding-bottom: 60px;
	

}

#main01_section .main01_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1150px;
    margin: auto;
}


/* ●●● SPECIAL CONTENTS（PC） ●●● */
#special_section {
    background-color: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
	text-align: center;
}

#special_section h2 {
    font-weight: bold;
    color: #0075c1;
    letter-spacing: 1px;
    font-size: 2.2rem;
    padding-bottom: 20px;
}



/* ●●● CONTENTS ●●● */
#main02_section {

    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;

}

#main02_section .main02_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 980px;
    margin: auto;
}


#main02_section h2 {
    font-weight: bold;
    color: #0075c1;
    letter-spacing: 1px;
    font-size: 2.2rem;
    padding-bottom: 20px;

}

#main02_section .btn_takarag {
    padding-top: 30px;

}


/* ●●● ４つの和酒のカテゴリ ●●● */
#main03_section {
	background: url(/recruit/assets/img/top/bg_2color.png) no-repeat center top #f6f6f6;
	padding-top: 50px;
	padding-bottom: 50px;


}

#main03_section .main03_side {
	max-width: 1320px;
	margin: auto;

}

#main03_section .main03_side h2 {
	width: 980px;
    font-weight: bold;
    color: #0075c1;
    letter-spacing: 1px;
    font-size: 2.2rem;
    padding-bottom: 20px;
	margin: auto;
}

#main03_section .main03_side .main03_side_in {

	width: 980px;
	display: flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
	margin: auto;

}


#main03_section .main03_left {
    /* background-color: #f6f6f6; */

}


#main03_section .main03_left .main03_left_inner {

    /* border: 1px solid #0000ff; */
}

#main03_section .main03_left .main03_left_inner .main03_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 646px;
    margin: auto;

}

#main03_section .main03_left .main03_left_inner .main03_box li {
    padding-bottom: 10px;

}

#main03_section .main03_right .main03_right_sakabanashi a {
	display: block;
	width: 275px;
	min-height: 195px;
	padding: 13px;
    background-color: #fff;
}
#main03_section .main03_right .main03_right_sakabanashi a .saka_tx {
	padding-top: 15px;
	line-height: 150%;
	font-size: 100%;
} 






/* ●●● SP ●●● */
@media screen and (max-width: 768px) {


  .top-mv-slide {
    padding-top: 104%;
  }
  .top-mv-dot {
    bottom: 15px;
  }
  .top-mv-dot > ul > li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }





#main01_section {
    padding-top: 30px;
    padding-bottom: 20px;

}

#main01_section .main01_box {
    width: 95%;
    margin: auto;
}

#main01_section .main01_box li {
    padding-bottom: 15px;
}



/* ●●● SPECIAL CONTENTS（SP） ●●● */

#special_section {
    padding-bottom: 40px;
}

#special_section p {
    width: 95%;
    margin: auto;
}




#main02_section .main02_box {
    width: 95%;
    margin: auto;
}

#main02_section .main02_box li {
    padding-bottom: 15px;
}

#main02_section .btn_takarag {
    width: 95%;
    margin: auto;
}



#main03_section {
	width: 100%;
	background-image: none;
	padding-top: 30px;
	padding-bottom: 30px;

    /* border: 1px solid #ff0000; */
}

#main03_section .main03_side {
	width: 95%;
	margin: auto;

}

#main03_section .main03_side h2 {

    font-weight: bold;
    color: #0075c1;
    letter-spacing: 1px;
    font-size: 2.2rem;
    padding-bottom: 20px;
	margin: auto;
}

#main03_section .main03_side .main03_side_in {

	width: 100%;
	display: flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
	margin: auto;

}


#main03_section .main03_left {

    /* background-color: #f6f6f6; */

}


#main03_section .main03_left .main03_left_inner {

    /* border: 1px solid #ff0000; */
}

#main03_section .main03_left .main03_left_inner .main03_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;

}

#main03_section .main03_left .main03_left_inner .main03_box li {
    padding-bottom: 10px;
	width: 100%;
}

#main03_section .main03_left .main03_left_inner .main03_box li img {
    width: 100%;
	
}


#main03_section .main03_right {
	padding-top: 50px;

} 


#main03_section .main03_right .main03_right_sakabanashi a {
	display: block;
	width: 100%;
	min-height: autp;
	padding: 18px;
    background-color: #fff;
}
#main03_section .main03_right .main03_right_sakabanashi a .saka_tx {
	padding-top: 15px;
	line-height: 150%;
	font-size: 100%;
} 
#main03_section .main03_right .main03_right_sakabanashi a img {
	width: 100%;
} 











#news_section {
	
    padding: 20px 10px;
	width: 100%;
}

.news_box01 {
	border-right: 0;
	border-bottom: 2px solid #ccc;
	width: 100%;

}

.news_box01 h2 {
width: 100%;
	text-align: left;
	padding-bottom: 10px;
	font-size: 140%;
}

.news_box02 {
	padding-left: 0;
	padding-top: 10px;
	width: 100%;
}

.news_box02 li {
	width: 100%;

}

.news_box02 .news_date {
	padding-right: 0;
	color: #999;
	width: 22%;
}


.news_box02 .news_tx {
	width: 78%;	
	line-height: 140%;
}







}