@charset "UTF-8";
/*   BASE
================================================ */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

/* 共通 */
.-tab{
    display: block;
}
.-sp{
    display: none;
}
@media screen and (max-width: 639px) {
	.-tab{
    	display: none;
	}
	.-sp{
		display: block;
	}
}


/* ヘッダー */
.foodbase_top{
    width: 100%;
    display: table;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: url(./assets/images/foodbase/header.jpg) no-repeat center center / cover;
    z-index: 0;
}
.foodbase_top .inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 4% 0;
}
.foodbase_h2{
    color: #333;
    font-size: clamp(2rem, 1.086rem + 2.29vw, 2.8rem);
    font-weight: bold;
	line-height: 1.8;
    /*letter-spacing: -0.9rem;*/
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 0 0 auto;
    position: relative;
    padding-bottom: 28%;
}
.foodbase_h2::after{
	content: none;
}
.foodbase_h2 span{
    color: #fff;
    font-weight: bold;
    /*letter-spacing: -0.9rem;*/
    padding: 0.5rem 0 0.5rem;
    position: relative;
}
.foodbase_h2 span::after{
	content: "";
    position: absolute;
    width: clamp(2.5rem, 1.586rem + 2.29vw, 3.3rem);
    height: clamp(2.5rem, 1.586rem + 2.29vw, 3.3rem);
    background: #c6001d;
    border-radius: 50%;
    top: 9%;
    left: 12%;
    z-index: -5;
}
_::-webkit-full-page-media, _:future, :root .foodbase_h2 span::after{
	top: 10%;
	right: 276%;
}
@-moz-document url-prefix() {
  .foodbase_h2 span::after{
		top: 6%;
  		left: -6%;
  }
}
.foodbase_h3{
	color: #333;
	font-size: clamp(1.8rem, 1.571rem + 0.57vw, 2rem);
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2rem;
}
.foodbase_h3 span{
	color: #c6001d;
	font-size: clamp(2.2rem, 0.943rem + 3.14vw, 3.3rem);
	font-family: "Noto Serif JP",serif;
	font-weight: bold;
	line-height: 1.3;
}
@media screen and (max-width: 768px) {
	.foodbase_h2 span::after{
		top: 10%;
		left: 9%;
	}
	@-moz-document url-prefix() {
  		.foodbase_h2 span::after{
   		 top: 14%;
		left: -8%;
  	}
}
}

@media screen and (max-width: 639px) {
	.foodbase_top{
    	background: url(./assets/images/foodbase/header_sp.jpg) no-repeat center center / cover;
	}
	.foodbase_top .inner{
		padding: 6% 0 10%;
	}
	.foodbase_h2{
		padding-bottom: 60%;
	}
	.foodbase_h3{
		text-shadow: 0px 0px 5px #fff
	}
}


/* 三共食品が目指す世界観 */
.ul_fb_message{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	display: flex;
}
.ul_fb_message li{
	width: calc(100% / 3);
	height: 50vh;
    padding: 2%;
}
.ul_fb_message li:first-child{
	background: url(./assets/images/foodbase/img_message01.jpg) no-repeat center center/ cover;
}
.ul_fb_message li:nth-child(2){
	background: url(./assets/images/foodbase/img_message02.jpg) no-repeat center center/ cover;
}
.ul_fb_message li:last-child{
	background: url(./assets/images/foodbase/img_message03.jpg) no-repeat center center/ cover;
}
.ul_fb_message li p{
	color: #fff;
    font-size: 1.5rem;
    font-family: "Noto Serif JP", serif;
    text-shadow: 0px 0px 5px #333;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    padding: 7%;
}
.ul_fb_message li p span{
	text-align: end;
	font-family: "Noto Serif JP", serif;
	display: block;
}
@media screen and (max-width: 639px) {
	.ul_fb_message{
		flex-direction: column;
	}
	.ul_fb_message li{
		width: 100%;
	}
	.ul_fb_message li p{
		font-size: clamp(1.25rem, 0.7rem + 2.75vw, 1.8rem);
		text-align: center;
		writing-mode: rl-tb;
		line-height: 1.8;
		justify-content: end;
	}
	.ul_fb_message li p span{
		text-align: center;
	}
}



/* 海外進出への課題 & 国内企業と海外を繋ぐプラットフォーム */
.fb_issue p{
	width: 45%;
}
.fb_issue figure{
	width: 45%;
	height: fit-content;
	position: relative
}
.fb_issue figure::before,
.fb_issue figure::after{
	content: "";
	position: absolute;
}
.fb_issue figure::before{
	width: 21%;
    height: 11%;
    background: url(./assets/images/foodbase/deco01.svg) no-repeat center center / cover;
    top: 36%;
    left: 10%;
}
.fb_issue figure::after{
	width: 16%;
    height: 5%;
    background: url(./assets/images/foodbase/deco02.svg) no-repeat center center / cover;
    top: 98%;
    left: 53%;
}
.column.-reverse.fb_issue figure::before{
	width: 51%;
    height: 33%;
    background: url(./assets/images/foodbase/deco03.svg) no-repeat center center / cover;
    top: 18%;
    left: 49%;
    z-index: -10;
}
.column.-reverse.fb_issue figure::after{
	width: 22%;
    height: 14%;
    background: url(./assets/images/foodbase/deco04.svg) no-repeat center center / cover;
    top: 94%;
    left: 0;
}
.fb_issue figure img{
	width: 100%;
}
.border-box{
    border: 1px solid #333;
    text-align: center;
	padding: 30px 30px 0;
	margin-bottom: 5%;
}
.bg_red{
    color: #fff;
    font-weight: bold;
    background: #c6001d;
    padding: 0px 5px;
}
@media screen and (max-width: 639px) {
	.column.fb_issue, .column.reverce.fb_issue{
    	justify-content: center;
    	align-items: center;
	}
	.column.-reverse.fb_issue {
    	flex-direction: column;
	}
	.fb_issue p,.fb_issue figure{
		width: 90%;
	}
	.fb_issue p{
		margin-bottom: 5%;
	}
	.bg_red{
		display: block;
	}
}


/* FOOD BASEだからできること */
.sec_fd_features{
	background: url(./assets/images/foodbase/bg_features.jpg) no-repeat center center/ cover;
	padding: 8% 0;
}
.ul_fb_features{
	display: flex;
    justify-content: space-between;
	margin-top: 5%;
}
.ul_fb_features li{
	width: calc(100% / 3 - 20px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: stretch;
	padding: 2%;
	border: 1px solid #333;
	background: #fff;
}
.fb_feature_num{
	color: #fff;
	font-size: clamp(1.25rem, 0.621rem + 1.57vw, 1.8rem);
	font-weight: bold;
	position: relative;
	margin: -10% auto 0;
	z-index: 0;
}
.fb_feature_num::before,
.fb_feature_num::after{
	content: "";
	position: absolute;
}
.fb_feature_num::before{
	width: 80px;
    height: 97px;
    background: url(./assets/images/foodbase/img_feature_num.svg) no-repeat center center / contain;
    top: -108%;
    left: 50%;
    z-index: -10;
    transform: translate(-50%, 0%);
}
.fb_feature_num::after{
	width: 59%;
    height: 1px;
    background: #fff;
    top: 120%;
    left: 20%;
}
.ul_fb_features li figure{
	width: 40%;
	height: auto;
	margin: calc(8% + 20px) auto 25px;
}
.ul_fb_features li h4{
	font-size: clamp(1.25rem, 0.85rem + 1vw, 1.6rem);
	text-align: center;
	line-height: 1.5;
    margin-bottom: 20px;
    min-height: 2.5rem;
    max-height: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
}
.ul_fb_features li p:last-child{
	text-align: justify;
}
@media screen and (max-width: 639px) {
	.sec_fd_features{
		background: url(./assets/images/foodbase/bg_features.jpg) no-repeat top left/ cover;
		padding: 15% 0;
	}
	.ul_fb_features{
		flex-direction: column;
	}	
	.ul_fb_features li{
		width: auto;
		margin: 8% 0;
		padding: 2% 5% 5%;
	}
	.fb_feature_num{
		margin: -3% auto 0;
	}
	.ul_fb_features li figure{
		margin: calc(6% + 20px) auto 10px;
		width: 30%;
	}
	
}

/* FOOD BASEが見せる海外展開 */
.h4_fb_action{
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 3%;
}
.h4_fb_action span{
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	font-weight: bold;
	position: relative;
	padding: 20px 0px;
	width: 5rem;
	height: 5rem;
	margin-right: 1rem;
}
.span_circle::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(./assets/images/foodbase/img_circle.svg) no-repeat center center / cover;
	top: 0;
	left: 3px;
	z-index: -10;
}
.h4_fb_action h4{
	font-size: 2rem;
	line-height: 1.5;
	margin: 0;
}
.h4_fb_action h4 span{
	font-size: clamp(1.5rem, 0.929rem + 1.43vw, 2rem);
	font-weight: bold;
	background: #333;
	padding: 0px 5px;
	margin: 0;
}
.fb_action_img{
	margin-bottom: 2rem;
}
.fb_action_img img{
	width: 100%;
}
.fb_action_img.arrow{
	position: relative;
	margin-bottom: 70px;
}
.fb_action_img.arrow::after{
	content: "";
	position: absolute;
	width: 0;
  	height: 0;
  	border-style: solid;
  	border-right: 150px solid transparent;
  	border-left: 150px solid transparent;
  	border-top: 40px solid #c6001d;
	border-bottom: 0;
	top: 99.8%;
    left: 50%;
    transform: translateX(-50%);
}
.fb_action_p{
	font-size: clamp(1.5rem, 0.586rem + 2.29vw, 2.3rem);
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	
}
@media screen and (max-width: 1024px) {
	.h4_fb_action{
		flex-direction: column;
	}
	.h4_fb_action span{
		margin: 0 0 15px 0;
	}
	.h4_fb_action h4{
		font-size: 1.5rem;
		text-align: center;
		line-height: 1.6;
	}
}
@media screen and (max-width: 639px) {
	.fb_action_p{
		font-size: 1.25rem;
	}
	.fb_action_img.arrow{
		 width: 90%;
		margin: 0 auto 50px;
	}
	.fb_action_img.arrow::after{
    	border-right: 90px solid transparent;
    	border-left: 90px solid transparent;
    	border-top: 31px solid #c6001d;
	}
}

/* FAQ */
.sec_fb_faq{
	background: url(./assets/images/foodbase/bg_faq.jpg) no-repeat center center/ cover;
	border-top-left-radius: 5rem;
	padding-top: 10%;
}
.fb_dl_wrap{
    width: 80%;
	max-width: 900px;
    margin: auto auto 10% auto;
	padding: 3% 10% 3% 13%;
	border: 1px solid #333;
	background: #bfc9d8;
}
.dl_fb_faq dt,.dl_fb_faq dd{
	text-align: justify;
	line-height: 1.3;
	width: fit-content;
	padding: 1.2rem;
	border-radius: 8px;
	position: relative;
}
.dl_fb_faq dt{
	color: #fff;
	background: #918d8d;
	margin: 1rem 10% 1rem auto;
}
.dl_fb_faq dt::before,
.dl_fb_faq dt::after,
.dl_fb_faq dd::before,
.dl_fb_faq dd:after{
	content: "";
	position: absolute;
}
.dl_fb_faq dt::before{
	width: 3.5rem;
    height: 3.5rem;
    background: url(./assets/images/foodbase/icon_faq_customer.svg) no-repeat center center / contain;
    top: 50%;
    right: -50px;
    transform: translate(50%, -50%);
}
.dl_fb_faq dt::after{
	 width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 19px solid #918d8d;
    border-right: 0;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
}
.dl_fb_faq dd{
	background: #fff;
	margin: 0.5rem auto 0.5rem 5%;
}
.dl_fb_faq dd::before{
	width: 3.5rem;
    height: 3.5rem;
    background: url(./assets/images/foodbase/icon_faq_sankyo.svg) no-repeat center center / contain;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
}
.dl_fb_faq dd::after{
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 19px solid #fff;
	border-left: 0;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
}
.fb_faq_matome{
	font-size: 1.25rem;
	text-align:center;
	font-weight: bold;
	background: #fff;
	border-radius: 60px;
	padding: 25px;
	margin: 2rem auto 2.5rem;
}
.bb_red{
	font-weight: bold;
    border-bottom: 10px solid #c6001d;
}
.ol_fb_img{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
}
.ol_fb_img li{
	width: calc(100% / 4);
}
.ol_fb_img li img{
	width: 100%;
	object-fit: cover;
}
.fb_contact_p{
	margin-bottom:5%;
}
@media screen and (max-width: 639px) {
	.sec_fb_faq{
		padding-top: 100px;
		border-top-left-radius: 45px;
	}
	.fb_dl_wrap{
		width: auto;
		max-width: none;
		margin-bottom: 100px;
	}
	.dl_fb_faq{
    	max-width: 80%;
    	margin: auto;
	}
	.dl_fb_faq dt,
	.dl_fb_faq dd{
		padding: 1rem;
	}
	.fb_faq_matome{
		font-size: 1.15rem;
		border-radius: 100px;
	}
	.dl_fb_faq dt{
    	margin: 1rem 23% 1rem auto;
	}
	.dl_fb_faq dd{
    	margin: 0.5rem auto 0.5rem 23%;
	}
	.ol_fb_img li{
		width: 50%;
	}
}

.fb_contact_wrap{
	width: 70%;
	max-width: 900px;
	margin: auto;
}