@charset "utf-8";
/* privacy css */

.bg_imgbox {
background-image: url("../img/service/title_bg.jpg");
background-size: cover;
}
.sec_intro {
position: relative;
}

.intro_bg img {
width: 100%;
}

.intro_subtitle {
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-style: italic;
font-size: 1.3rem;
line-height: 100%;
letter-spacing: 0.1em;
color: #FFFFFF;
padding-left: 45px;
background-image: url("../img/common/sub_bullet.svg");
background-repeat: no-repeat;
background-position: left center;
margin-bottom: 10px;
}
.intro_en_title {
font-family: "cabin-sketch-bold", sans-serif;
font-weight: 700;
font-size: 6.0rem;
letter-spacing: 0;
line-height: 100%;
margin-bottom: 10px;
color: #fff;
}
.intro_jp_title {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size: 1.4rem;
letter-spacing: 0.2em;
line-height: 100%;
color: #fff;
margin-left: 10px;
}
.intro_title_wrap {
position: absolute;
top: 45%;
left: 7vw;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 1;
}

.intro_txtbox {
max-width: 980px;
width: 100%;
background: #fff;
padding: 40px 60px 30px;
margin: -100px auto 0;
position: relative;
z-index: 5;
}

@media all and (max-width : 980px ){
.intro_txtbox {
margin: 0px auto 0;
}

}

.intro_concept {
font-family: "montserrat", sans-serif;
font-weight: 700;
font-size: 1.4rem;
color: #999;
line-height: 100%;
margin-bottom: 10px;
letter-spacing: 0.05em;
}
.intro_maincopy {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size: 2.2rem;
letter-spacing: 0.2em;
line-height: 160%;
display: block;
margin-bottom: 25px;
}
.intro_txt {
font-size: 1.5rem;
line-height: 200%;
margin-bottom: 100px;
display: block;
}


/* page navi
-------------------------------------------------- */

.page_navi {
display: flex;
justify-content: center;
align-content: center;
padding: 20px 0;
margin-bottom: 90px;
border-top: solid 1px #DEDEDE;
border-bottom: solid 1px #DEDEDE;
}

@media all and (max-width : 820px ){
.page_navi {
margin-bottom: 50px;
}
.intro_txt {
margin-bottom: 60px;
}
}

.page_navi li {
padding: 0 100px;
font-size: 1.4rem;
border-right: solid 1px #DEDEDE;
}

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

.page_navi li {
padding: 0 30px;
font-size: 1.3rem;
}
}

.page_navi li:last-of-type {
border-right: none;
}
.page_navi li a {
color: #000;
transition: all 0.3s	
}
.page_navi li a:hover {
color: #479C29;
transition: all 0.3s
}
.u_line_gold {
position: relative;
z-index: 1;
}
.u_line_gold:after {
content: '';
position: absolute;
left: 0;
bottom: -8px;
width: 0%;
height: 1px;
background: #479C29;
z-index: -1;
transition: all 0.3s;
}
.line_effect:hover .u_line_gold:after {
width: 100%;
}

/* スーパー運営事業
-------------------------------------------------- */

.sec_title_wrap {
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 50px;
}
.num {
width: 50px;
height: 50px;
line-height: 55px;
border-radius: 50%;
background-color: #61BD76;
text-align: center;
font-family: "cabin-sketch-regular", sans-serif;
font-weight: 400;
font-size: 2.4rem;
color: #fff;
}
.num.p2 {
background-color: #A6978A;
}
.sec_jp_title {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size: 2.6rem;
letter-spacing: 0.2em;
line-height: 100%;
margin: 20px 0 15px;
color: #222;
}
.sec_subtitle {
font-family: "futura-pt", sans-serif;
font-weight: 600;
font-style: italic;
font-size: 1.3rem;
letter-spacing: 0.1em;
line-height: 100%;
}

.sec_supermarket {
position: relative;
padding:0px 0 0px;
margin-bottom: 250px;
}
.sec_supermarket::before {
content: '';
position: absolute;
top: 210px;
width: 100%; 
height: 95%;
background: #F8F8F8;
z-index: -1;
display: block;
}
.sec_inner {
max-width: 980px;
margin: 0 auto;
}
.service_mainimg {
margin-bottom: 60px;
}
.service_img img {
width: 100%;
}
.service_main_copy {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size: 2.4rem;
letter-spacing: 0.2em;
margin-bottom: 20px;
padding: 0 30px;
}
.service_read {
font-size: 1.5rem;
line-height: 200%;
padding: 0 30px;
margin-bottom: 40px;
}
.service_list {
width: 56.8%;
padding-left: 30px;
}
.service_list dt {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size: 2.0rem;
letter-spacing: 0.2em;
color: #A6978A;
margin-bottom: 15px;
}
.service_list dd {
font-size: 1.4rem;
line-height: 200%;
}
.service_list_img {
width: 38.7%;
}
.service_box_wrap {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding-bottom: 60px;
margin-top: 60px;
border-bottom: solid 1px #ddd;
}
.service_box_wrap:last-of-type {
border-bottom: none;
padding-bottom: 0px;
}

/* 食品卸事業
-------------------------------------------------- */

.sec_wholesale {
position: relative;
padding:0px;
margin-bottom: 200px;
}
.sec_wholesale::before {
content: '';
position: absolute;
top: 210px;
width: 100%; 
height: 90%;
background: #FBF4EF;
z-index: -1;
display: block;
}
.feature_box {
display: flex;
align-items: flex-start;
width: 46%;
}
.feature_box dt {
font-family: "cabin-sketch-bold", sans-serif;
font-weight: 700;
font-size: 2.8rem;
line-height: 100%;
letter-spacing: 0;
margin-right: 15px;
color: #A6978A;
}
.feature_box dd {
font-family: "dnp-shuei-mgothic-std", sans-serif;
font-weight: 600;
font-size: 1.8rem;
letter-spacing: 0.2em;
color: #060000;
}
.feature_txt {
font-size: 1.4rem;
line-height: 200%;
width: 47%;
}
.feature_box_wrap {
display: flex;
justify-content: space-between;
padding: 40px 30px;
border-bottom:solid 1px #ddd;
align-items: flex-start;
}
.feature_box_wrap:last-of-type {
border-bottom: none;
padding-bottom: 0;
}

@media all and (max-width : 820px ){
.box_s, .box_m {
padding:0px;
}
.service_box_wrap {
display: flex;
flex-direction: column-reverse;
padding: 0 30px 60px;
}
.service_list {
width: 100%;
padding-left: 10px;
}
.service_list_img {
width: 100%;
margin-bottom: 30px;
}
.sec_supermarket {
margin-bottom: 100px;
}
.feature_box_wrap {
display: flex;
padding: 40px 30px;
flex-direction: column;
}
.feature_box {
width: 100%;
margin-bottom: 20px;
}
.feature_txt {
width: 100%;
}
.sec_wholesale {
margin-bottom: 150px;
}
}

/*スマートフォン*/

@media all and (max-width : 767px ){
.bg_imgbox {
background: url("../img/service/title_bg_sp.png") ;
}
.intro_subtitle {
font-size: 1.2rem;
margin-bottom: 10px;
}
.intro_en_title {
font-size: 3.2rem;
margin-bottom: 6px;
}
.intro_jp_title {
font-size: 1.0rem;
letter-spacing: 0.1em;
margin-left: 5px;
}
.intro_txtbox {
width: 100%;
padding: 20px 20px 30px;
margin: 0px auto 0;
}
.intro_concept {
font-size: 1.2rem;
margin-bottom: 10px;
}
.intro_maincopy {
font-size: 1.4rem;
letter-spacing: 0.1em;
margin-bottom: 20px;
}
.intro_txt {
font-size: 1.2rem;
line-height: 180%;
margin-bottom: 30px;
}

/* page navi
-------------------------------------------------- */

.page_navi {
width: 90%;
padding: 20px 0px 5px;
margin: 0 auto 40px;
flex-wrap: wrap;
}
.page_navi li {
padding: 0 30px;
margin-bottom: 15px;
font-size: 1.15rem;
white-space: nowrap;
}
.nav-list {
margin-bottom: 40px;
}

/* スーパー運営事業
-------------------------------------------------- */

.sec_title_wrap {
margin-bottom: 30px;
}
.num {
width: 35px;
height: 35px;
line-height: 40px;
font-size: 1.6rem;
}
.sec_jp_title {
font-size: 1.6rem;
margin: 10px 0 10px;
}
.sec_subtitle {
font-size: 1.1rem;
}
.sec_supermarket::before {
content: '';
position: absolute;
top: 0px;
width: 100%; 
height: 100%;
}
.service_mainimg {
margin-bottom: 20px;
}
.service_main_copy {
font-size: 1.4rem;
letter-spacing: 0.1em;
margin-bottom: 20px;
padding: 0 20px;
}
.service_read {
font-size: 1.2rem;
line-height: 200%;
padding: 0 20px;
margin-bottom: 0px;
}
.service_box_wrap {
display: flex;
flex-direction: column-reverse;
padding: 0px 20px 30px;
margin-top: 40px;
}
.service_list_img {
margin-bottom: 20px;
}
.service_list dt {
font-size: 1.4rem;
letter-spacing: 0.1em;
margin-bottom: 15px;
}
.service_list dd {
font-size: 1.2rem;
line-height: 180%;
}
.sec_supermarket {
margin-bottom: 50px;
padding-bottom: 50px;
}

.sec_wholesale::before {
content: '';
position: absolute;
top: 0px;
width: 100%; 
height: 100%;
}
.feature_box_wrap {
display: flex;
padding: 40px 20px;
flex-direction: column;
}

.feature_box dt {
font-size: 2.6rem;
margin-right: 10px;
}
.feature_box dd {
font-size: 1.4rem;
letter-spacing: 0.1em;
}
.feature_txt {
font-size: 1.2rem;
line-height: 180%;
}
.sec_wholesale {
margin-bottom: 0px;
padding-bottom: 50px;
}
.content {
margin-bottom: 0px;
}
}
