@charset "utf-8";


@media (max-width: 700px) {

#mv {
}

/* メインビジュアルのスタイル */
.main-visual {
    position: relative;
    width: 100%;
    height: 500px; /* 任意の高さ */
}

.slider {
	position: relative;
}
/* スライダーの親要素に相対位置 */
.slider {
  position: relative;
}

/* ドットナビゲーションを画像内に配置 */
.slider .slick-dots {
  position: absolute;
  bottom: 10px; /* 下からの距離を調整 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

/* ドットのスタイル調整（任意） */
.slider .slick-dots li button:before {
  color: white; /* ドット色を白に変更（背景画像に応じて調整） */
  font-size: 12px;
  opacity: 0.75;
}

.slider .slick-dots li.slick-active button:before {
  opacity: 1;
	color: #de2526;
}
/* slick-dottedクラスの下の余白を消す */
.slick-dotted {
  margin-bottom: 0 !important;
}
.slide {
    position: relative;
}
.slide_img {
    width: 100%;
    margin-left: auto;
    padding-right: 8px;
    position: relative;
    z-index: 1000;
}
.slide_img img {
}
/* 説明文ボックスのスタイル */
.slide_desc {
    position: absolute;
    z-index: 1001;
    bottom: 10%;
    width: 100%;
    left: 3.84%;
}
.mv_catchcopy {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 4.61%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: 0.05em;
}
.mv_catchcopy {
	opacity: 0;
  transform: translateY(20px);
  animation-fill-mode: forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0); /* ← 上がった状態から */
  }
  to {
    opacity: 0;
    transform: translateY(0); /* ← 動かさない！！ */
  }
}






.mv_linkbtn {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.mv_linkbtn .link-invert {
    min-width: 240px;
}



#top_aboutus {
    padding-top: 11.53%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 13.84%;
    background-image: url("../images/dot_deco_large.svg"), -webkit-linear-gradient(270deg,rgba(249,247,244,1.00) 75.20%,rgba(249,247,244,0.00) 100%);
    background-image: url("../images/dot_deco_large.svg"), -moz-linear-gradient(270deg,rgba(249,247,244,1.00) 75.20%,rgba(249,247,244,0.00) 100%);
    background-image: url("../images/dot_deco_large.svg"), -o-linear-gradient(270deg,rgba(249,247,244,1.00) 75.20%,rgba(249,247,244,0.00) 100%);
    background-image: url("../images/dot_deco_large.svg"), linear-gradient(180deg,rgba(249,247,244,1.00) 75.20%,rgba(249,247,244,0.00) 100%);
    background-size: 60%, cover;
    background-position: right bottom 20px, center;
    background-repeat: no-repeat, no-repeat;
}
#top_aboutus_txtbox {
    width: 100%;
    margin-bottom: 32px;
}
#top_aboutus_txtbox .hg_h2 h2 {
    font-size: 30px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
#top_aboutus_txtbox .hg_h2 h2 span {
    display: inline-block;
}

#top_aboutus_txt {
    margin-top: 16px;
}
#top_aboutus_txt p {
    line-height: 1.8em;
    font-weight: 500;
}
#top_aboutus_txt .linkbtn {
    margin-top: 24px;
}




#top_aboutus_img {
    width: 100%;
}
#top_aboutus_img img {
    border-radius: 16px;
}
#top_products {
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 10%;
}
#top_products_catch {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    flex-wrap: wrap;
}
#top_products_catch-txt {
    width: 100%;
    line-height: 1.7em;
    font-weight: 500;
    margin-bottom: 16px;
}
.top_products_cate {
    margin-top: 32px;
}
.top_products_cate h3 {
    font-size: 22px;
}
.top_products_cate h3 span {
    color: #de2526;
    margin-right: 4px;
}
.top_products_cate ul {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top_products_cate ul li {
    border-radius: 12px;
    background-color: #f9f7f4;
    width: 48.46%;
    margin-bottom: 3.08%;
}
.top_products_cate ul li a {
    height: 100%;
    display: block;
}
.top_products_img {
}
.top_products_img img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.top_products_txtbox {
    padding-top: 20px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}
.top_products_txtbox p {
    font-weight: 500;
    text-align: center;
    line-height: 1.3em;
}
.top_products_cate .p_cate_4clm li {
    width: 48.46%;
}
.top_products_cate .food_cate {
    list-style-type: disc;
    display: inline-block;  /* 自然なサイズに縮める */
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;         /* 中央寄せ */
    text-align: left;       /* 中の li を左寄せ */
    max-width: 100%;
    padding-left: 16px;
}
.top_products_cate .food_cate li {
    width: 100%;
    font-size: 14px;
    background-color: hsla(0,0%,0%,0.00);
}
#top_business {
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 10%;
}
#top_business_inner {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top_business_txt {
    width: 100%;
    margin-bottom: 24px;
}
#top_business_txt h3 {
    font-size: 28px;
    letter-spacing: 0.03em;
    margin-bottom: 24px;
}
#top_business_txt h3 span {
    display: inline-block;
}

.business_feature {
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 16px;
}


.business_feature span {
    border-bottom: 0.08em solid #de2526;
    padding-bottom: 8px;
    display: inline-block;
}

#top_business_txtbox {
    margin-top: 24px;
    margin-bottom: 16px;
}
#top_business_txtbox p {
    line-height: 1.7em;
    font-weight: 500;
}
#top_business_list {
    width: 100%;
}
#top_business_list li {
}
#top_business_list li:nth-child(2) {
    margin-top: 16px;
    margin-bottom: 16px;
}

#top_business_list li a {
    padding-top: 28px;
    padding-left: 24px;
    padding-bottom: 28px;
    display: flex;
    background-image: url(../images/mv/mv2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;
    align-items: center;
}
#top_business_list li:nth-child(2) a {
    background-image: url(../images/mv/mv3.png);
}
#top_business_list li:nth-child(3) a {
    background-image: url(../images/mv/mv4.png);
}
#top_business_list li a h3 {
    color: #FFFFFF;
    font-size: 22px;
    line-height: 1em;
    width: 88px;
    margin-right: 16px;
    min-width: 88px;
    text-shadow: 0px 0px 8px hsla(32,14%,26%,1.00);
}
.top_business_list_txt {
    padding-top: 8px;
    padding-right: 16px;
    padding-left: 20px;
    padding-bottom: 8px;
    background-color: hsla(0,0%,100%,0.90);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    width: 100%;
}
.top_business_list_txt p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
}
#top_facilities {
    padding-top: 10%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 10%;
    background-image: url("../images/dot_deco_large.svg"), -webkit-linear-gradient(270deg,rgba(249,247,244,1.00) 75.20%,rgba(249,247,244,0.00) 100%);
    background-image: url("../images/dot_deco_large.svg"), -moz-linear-gradient(270deg,rgba(249,247,244,1.00) 75.20%,rgba(249,247,244,0.00) 100%);
    background-image: url("../images/dot_deco_large.svg"), -o-linear-gradient(270deg,rgba(249,247,244,1.00) 75.20%,rgba(249,247,244,0.00) 100%);
    background-image: url("../images/dot_deco_large.svg"), linear-gradient(180deg,rgba(249,247,244,1.00) 75.20%,rgba(249,247,244,0.00) 100%);
    background-size: 60%, cover;
    background-position: right bottom 20px, center;
    background-repeat: no-repeat, no-repeat;
}
#top_facilities_txt {
    width: 100%;
    margin-bottom: 24px;
}

#top_facilities_txtbox {
    margin-top: 24px;
    margin-bottom: 16px;
}
#top_facilities_txtbox p {
    line-height: 1.8em;
    font-weight: 500;
}

#top_facilities_img {
    width: 100%;
}
#top_processing {
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 10%;
    padding-top: 3.84%;
}
#top_processing ul {
    margin-top: 32px;
    justify-content: space-between;
    display: flex;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
#top_processing ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.processing_img {
    margin-bottom: 12px;
}

.processing_img img {
    border-radius: 12px;
}
#top_processing ul li h3 {
    margin-bottom: 8px;
}
#top_processing ul li p {
    font-weight: 500;
}
#top_news {
    padding-top: 10%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 8.46%;
    background-color: #f9f7f4;
}
#top_news .hg_h2 {
    width: 160px;
    min-width: 160px;
}
#top_news_head .linkbtn {
    margin-top: 24px;
}
#top_news_head .linkbtn .link-invert {
    min-width: 204px;
}



#top_news ul {
    width: 100%;
    margin-left: 0px;
    margin-top: 24px;
}
#top_news ul li {
    border-bottom: 1px solid #6E6E6E;
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.top_post_date {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #CB5B5C;
    line-height: 1em;
    display: inline-block;
    margin-bottom: 8px;
}
#top_news h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5em;

}
#top_news h3 a {
}
#top_recruit {
    padding-top: 8.46%;
    padding-right: 8.46%;
    padding-left: 8.46%;
    padding-bottom: 8.46%;
    background-image: url(../images/top_recruit_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}
#top_recruit_txt {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
}
#top_recruit_txt p {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: 500;
}
#top_other_contents {
    padding-top: 9.23%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 9.23%;
}
.other_cont_each {
    background-image: url(../images/foot_other_company.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    border-radius: 12px;
    height: 120px;
}
.other_cont_each .h2_eng {
    font-size: 12px;
    letter-spacing: 0px;
}
.other_cont_each h2 {
    font-size: 24px;
    letter-spacing: 0px;
}


.other_cont_each:nth-child(2) {
    background-image: url("../images/foot_other_sdgs.png");
    margin-top: 16px;
    margin-bottom: 16px;
}
.other_cont_each:nth-child(3) {
	background-image: url("../images/foot_other_quality.png");
}
.other_cont_each a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    background-image: url("../images/arrow_wht-circle.svg");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 32px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
}

}
