@charset "UTF-8";

@media (max-width:600px) {

  :root{
    --dps-green: #3BB14D;
    --dps-yellow: #FABE00;
    --dps-blue: #1a59a6;
    --bg-footer: #FFFF6A;
  }

html{
  font-size: 85%;
}
#page{
  overflow-x: hidden;
}

/* -------------------------- 定義リスト */

dl.horizontal:not(.horizontal-sp),
dl.horizontal:not(.horizontal-sp).form{
  border-bottom: 1px solid var(--list-border-color);
  margin: 2rem 0;
  display: block;
}
dl.horizontal:not(.horizontal-sp):last-child{
  border-bottom: 0;
}
dl.horizontal:not(.horizontal-sp) dt,
dl.horizontal:not(.horizontal-sp) dd{
  padding: .5rem;
  border-top: 1px solid var(--list-border-color);
}
dl.horizontal:not(.horizontal-sp) dt,
dl.horizontal:not(.horizontal-sp).form dt{
  white-space: nowrap;
  background-color: #fff;
  font-weight: bold;
  display: block;
  padding-top: 1rem;
  padding-bottom: .5rem;
}
dl.horizontal:not(.horizontal-sp):first-child dt:first-child{
  border-top: 0;
}

dl.horizontal:not(.horizontal-sp) dd{
  padding-top: 0;
  padding-bottom: 1.5rem;
  background-color: #fff;
  border: 0;
}

.required::after{
  display: inline-block;
  position: static;
  transform: translateY(0);
  padding: .2rem .5rem;
  font-size: .7rem;
  border-radius: 2rem;
  margin-left: .5rem;
  vertical-align: middle;
  margin-bottom: .2rem;
}


/* -------------------------- クラス */

.for-sp    { display: block; }
img.for-sp { display: inline-block; }
.for-pc,
img.for-pc { display: none; }

.inner{
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
}

/* -------------------------- 戻るボタン */

.btn-return-top{
  bottom: 20px;
  right: 10px;
}

.btn-return-top a{
  width: 50px;
  height: 30px;
}
.btn-return-top a::after{
  width: 70px;
  height: 35px;
}

/* ======= ヘッダー */

.site-header{
  /* padding-top: 30px; */
  padding-top: 0;
  margin-bottom: 0;
}
.site-header .inner{
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
}

.home .logo,
.logo{
  width: 65%;
  height: 160px;
  flex-grow: 0;
  flex-shrink: 0;
  text-align: center;
  margin: 0 auto;
}
.home .logo::before,
.logo::before{
  width: 120px;
  height: 120px;
}

.site-header img{
  width: 100%;
  height: auto;
}

.utils{
  display: block;
  background-color: #fff;
  padding: 4px 0;
  margin-bottom: 0;
  text-align: right;
}

.parent-com{
  display: inline-block;
  padding: 1rem;
  width: 80%;
}

/* ======= フッター */

.site-footer{
  padding: 0;
}

.site-footer .inner{
  padding: 3rem 20px;
  text-align: center;
}

.nav-footer{
  flex-direction: column;
  padding: 0;
  margin-bottom: 3rem;
}

.site-footer .container{
  margin-bottom: 1rem;
}

.logo-footer{
  position: static;
  width: 80%;
  margin: 1rem auto;
  transform: translate(0,0);
}
.logo-footer img{
  width: 100%;
  height: auto;
}

.nav-footer a{
  padding: .5rem;
  
}

.nav-footer ul{
  justify-content: center;
}



/* ======= ナビゲーション */

/* バーガーメニュー */
.btn-menu-burger{
  position: fixed;
  top: 8px;
  left: 8px;
  display: block;
}

.nav-header{
  display: block;
}

.menu-global{
  display: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 2000;
  width: 100%;
  height: 100vh;
  height: 100lvh;/* iOS 15.4 以降のビューポート（大／小）に対応 */
  background-color: var(--dps-yellow);
  color: #000;
  padding: 35px;
  padding-bottom: 80px;
  transition: opacity .3s ease-out;
}
.btn-menu-close{
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
}

#cb-mobile-menu:checked ~ .menu-global{
  /* left: 0; */
  opacity: 1;
  pointer-events:all;
}

.menu-global .logo{
  display: block;
}
.menu-global .logo::before{
  display: none;
}

.menu-global .toggle-lang{
  /* display: none; */

  display: table;
  /* width: 60%; */
  text-align: center;
  /* padding-top: 1rem; */
  margin: 0 auto;
  /* border-top: 2px solid #000; */
}

.menu-global .nav-list{
  flex-direction: column;
  font-size: 1.3rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #000;
}
.menu-global .nav-list a{
  color: #000;
}
.menu-global .nav-list li{
  /* margin-right: 0; */
  margin: .5rem 0;
}

.nav-contact{
  list-style: none;
  border-top: 1px solid #fff;
  margin-top: 1.5rem;
  padding: 0;
  padding-top: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
}
.nav-contact li{
  margin-bottom: 1rem;
}
.nav-contact .sns img{
  width: 45px;
  height: auto;

}

/* ======= コンテンツ */

.nav-page{
  min-width: 0;
  width: 100%;
}

.nav-page ul{
  text-align: center;
}

.container{
  width: calc( 100% - 20px );
  margin: 0 auto;
}

.main-header{
  display: flex;
  flex-direction: column;
  padding: 0 1rem;
}

.nav-page{
  background-color: #000;
  border-radius: 1rem;
  padding: .5rem;
  margin: 1rem 0;
}

.page-title .heading {
  font-size: 1.6rem;
  margin-bottom: .5rem;
}
.page-title .heading .sub{
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-top: .3rem;
  text-align: center;
}

.container-inner{
  padding: 0 1rem;
}

.page-header.ribboned .heading{
  padding: .3rem .5rem;
  font-size: 1.3rem;
}

/* ======= セクション */

.section{
  padding: 0;
  margin: 3rem 0
}

.section-inner{
  padding: 0;
}
.section:not(.plain) .section-header .heading{
  border-radius: 0 3rem 3rem 0;
  padding: .5rem 2rem;
  padding-left: 2.5rem;
  font-size: 1.3rem;
}
.section:not(.plain):nth-of-type(even) .section-header .heading{
  border-radius: 3rem 0 0 3rem;
  padding-right: 2.5rem;
}

.section:not(.plain) .section-content{
  padding: 2rem 1rem 3rem;
  padding-left: 2rem;
}

.section:not(.plain):nth-of-type(even) .section-content{
  padding: 2rem 1rem 3rem;
  padding-right: 2rem;
}

.section:not(.plain) .section-header::before{
  left: 5px;
  width: 16px;
  height: 16px;
}
.section:not(.plain):nth-of-type(even) .section-header::before{
  right: 5px;
}

.section:not(.plain) .section-inner::before{
  left: 12px;
  width: 2px;
}
.section:not(.plain):nth-of-type(even) .section-inner::before{
  right: 12px;
}
.section:not(.plain) .section-inner::after{
  left: 13px;
  width: 10px;
  height: 10px;
}
.section:not(.plain):nth-of-type(even) .section-inner::after{
  right: 3px;
}

/* ===================== トップページ .home */

.home::after{
  width: 100vw;
  height: 200vh;
  background-image: 100%;
}

.home .btn{
  display: block;
  min-width: 0;
  font-size: 1.25rem;
}

/* ------------------ トップページ：カバー */

.home .cover-section{
  background-size: 250%;
  background-position: 65% 100%;
  min-height: 0;
  padding-bottom: 180px;
}

.home .cover-section::before,
.home .cover-section::after{
  display: none;
}

.home .cover-section .inner{
  min-width: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 4rem;
}

.home .part-company-info{
  padding: 0 2rem;
  font-size: 1.2rem;
  line-height: 1.7;
}

.home .part-company-info .catchcopy img{
  width: 85vw;
  height: auto;
}

.home .part-company-info p{
  margin: 1rem 0;
}

.home .part-company-info::after{
  top: -13vw;
  left: 0;
  width: 65vw;
  height: 65vw;
  
  transform: translate(0, 0);
  z-index: 1;
}


/* ------------------ トップページ：スライド */

.slides{
  position: static;
  width: 95vw;
  margin: 0 auto;
}
.slides::after{
  width: 95vw;
  height: 70vw;
  position: absolute;
  top: 30px;
  left: 10px;
}

.slides img{
  max-width: 100%;
  width: 95vw;
  height: 70vw;
  object-fit: cover;
  object-position: 50% 50%;
}


/* ------------------ トップページ：商品情報 */

.home .products-section .products{
  grid-template-columns: 1fr 1fr;
}

.home .products-section .inner{
  padding: 3rem 2rem 6rem;
}

/* ------------------ トップページ：お知らせ */

.home .news-section{
  padding: 2rem 0 5rem;
}
.home .news-section .inner{
  padding: 0 2rem;
}

.home .news-section .section-content{
  padding: 1rem;
}
.home .news-section .section-content dl.horizontal{
  margin: 0;
}

/* ------------------ トップページ：採用情報 */

.home .recruit-section{
  padding-bottom: 3rem;
}

.home .recruit-section .inner{
  padding: 0 2rem;
  gap: 2rem;
  /* align-items: flex-end; */
  flex-direction: column-reverse;
}
.home .recruit-section .block{
  flex-shrink: 0;
  width: 100%;
}

.home .recruit-section .feature .catch{
  position: static;
  margin-bottom: 3rem;
}
.home .recruit-section .feature .catch img{
  max-width: 100%;
}


.home .recruit-section .senpai{
  padding-bottom: 0;
}

.home .recruit-section .senpai .photo{
  padding-right: 0;
}

.home .recruit-section .senpai .photo::before{
  width: 80%;
  height: 80%;
  top: -10px;
  left: -10px;
}
.home .recruit-section .senpai .caption{
  background-color: var(--dps-yellow);
  padding: 1rem 1.5rem;
  margin-left: auto;
  width: 90%;
  
  /* position: absolute; */
  position: relative;
  bottom: auto;
  top: -1rem;
  right: -2rem;
  z-index: 3;
}
.home .recruit-section .senpai .caption .message{
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.home .recruit-section .senpai .caption .subject{
  font-size: .8rem;
}
.home .recruit-section .senpai .caption .name{
  font-weight: bold;
  font-size: 1.2rem;
}

/* ===================== お問合せ .contact */

/* 振分けページ */
.contact-list{
  margin: 2rem 0;
  gap: 1.5rem;
}
.contact-list li a{
  font-size: 1.2rem;
  padding: 2rem 1rem;
  border-radius: 1.5rem;
}

/* ===================== プライバシーポリシー .privacy-policy */

.privacy-policy .container-inner{
  padding-bottom: 2rem;
}

.privacy-policy .container ol{
  list-style-position: outside;
  margin: 3rem 0;
  margin-left: 2rem;
}

.privacy-policy .container li{
  margin: 2rem 0;
}

.privacy-policy .notice{
  padding: 1rem;
}


/* ===================== 商品情報 .products */

.archive-products .section{
  margin: 0;
  padding: 0 1rem;
}

.archive-products .ribboned .heading{
  padding: .3rem;
  font-size: 1.1rem;
}

.archive-products .section .section-inner{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.archive-products .section-header{
  flex-shrink: 0;
  width: 100%;
  height: 40vw;
  background-color: var(--dps-yellow);
  display: flex;
  justify-content: center;
  align-items: center;
}

.archive-products .item-products{
  max-width: 100%;
}

/* チーズ製品：コンテンツ */
.archive-products .cheese-section .section-content{
  flex-shrink: 0;
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}

.archive-products .cheese-section .item-products{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.archive-products .cheese-section .item-products .item-thumbnail{
  flex-shrink: 0;
  width: 45%;
}
.archive-products .cheese-section .item-products .item-body{
  flex-shrink: 0;
  width: 53%;
}

.products .item-header{
  margin-top: 0;
}

.archive-products .others-section .section-content{
  padding: 0;
  width: 100%;
  gap: 1rem 0;
  justify-content: space-between;
  margin-top: 2rem;
}

.archive-products .others-section .section-content .item-products{
  width: 48%;
}


.archive-cheeno .group .section-header .heading{
  font-size: 1.4rem;
}


.archive-cheeno .group.colspan2{
  grid-column: span 1;
}
.archive-cheeno .group.colspan3{
  grid-column: span 1;
}

.archive-cheeno .group .inner-grid{
  gap: 3rem 0;
}

.archive-cheeno .product-name{
  font-size: 1.2rem;
}

.single-cheeno .page-header{
  margin-bottom: 2rem;
}
.single-cheeno .section{
  padding: 0 1rem;
  margin-top: 0;
}

.single-cheeno .product-info{
  flex-direction: column;
}
.single-cheeno .product-thumbnail,
.single-cheeno .product-content
{
  width: 100%;
}
.single-cheeno .product-thumbnail{
  padding-right: 0;
}

.single-cheeno .product-details{
  display: block;
}

.single-cheeno .product-details .detail-info{
  margin-bottom: 3rem;
}
.single-cheeno .product-details .detail-info:last-child{
  margin-bottom: 0;
}

/* スライド */
.swiper-container{
  position: relative;
  max-width: 80%;
  margin: 0 auto;
}

.swiper-container .swiper-button-prev{
  left: -25px;
}
.swiper-container .swiper-button-next{
  right: -25px;
}
.swiper-button-prev,
.swiper-button-next{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--dps-yellow);
}

.slide-item a{
  padding: 0 .5rem;
}
.slide-item img{
  max-width: 100%;
}

/* ===================== 企業情報 .company-info */

.message-footer{
  gap: 3rem 0;
}

.message-footer .photo{
  order: 2;
}
.message-footer .president{
  order: 1;
  padding-top: 0;
  text-align: right;
}

.bases-item .photo,
.bases-item .address{
  width: 100%;
}

.bases-item .photo{
  order: 2;
}

.bases-item .address{
  order: 1;
}

.bases-item .map{
  order: 3;
}

.point .fukidashi{
  width: 80vw;
}



.history-table tr::before{
  transform: translateY(-50%) scaleX(.8);
  font-size: 1rem;
  left: 0px;
  top: 50%;
}

.point::before{
  top: 10px;
  width: 35px;
  height: 43px;
}


.history-previous td:first-child{
  width: calc( 33.3% - 30px );
  margin-left: 30px;
}

.history-current tbody tr:nth-child(1) td{
  padding: .5rem;
  padding-top: 0;
}

.history-current td:first-child[colspan="3"]{
  width: calc( 100% - 50px );
  margin-left: 50px;
  padding-left: .5rem;
}

/* ===================== 事業内容 .business-details */

.deteal-list{
  list-style: none;
  margin: 5rem 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:2rem;
}

.map-world{
  width: calc(100vw - 4.5rem);
  height: 45vw;
  position: relative;
  margin-top: 3rem;
}

.map-world .europ{
  left: 10%;
  top:  25%;
}
.map-world .europ .fukidashi{
  transform: translate(-15%,0);
}
.map-world .europ .fukidashi:before{
  left: 15%;
}
.map-world .noram{
  left: 70%;
  top:  25%;
}
.map-world .noram .fukidashi{
  transform: translate(-75%,0);
}
.map-world .noram .fukidashi:before{
  left: 75%;
}
.map-world .oceania{
  left: 37%;
  top:  50%;
}
.map-world .oceania .fukidashi{
  transform: translate(-45%,0);
}
.map-world .oceania .fukidashi:before{
  left: 45%;
}

.map-world .point::before{
  content: '';
  width: 40px;
  height: 50px;
}
.map-world .point::after{
  top: -55px;
  width: 100vw;
  font-size: 1.2rem;
}


/* ===================== 採用情報 .recruitment-info */

/* ===================== 数字で見るDPS */

.data-section .section-content{
  flex-direction: column;
  gap: 5rem;
  padding-top: 0 !important;
}

.data-item{
  width: 100%;
}

.data-item:nth-child(1) table,
.data-item:nth-child(2) table,
.data-item:nth-child(3) table{
  min-height: auto;
}

.age-group .item-header{
  width: 100%;
}
.data-item .item-header .att{
  text-align: left;
  margin-top: .5rem;
  line-height: 1.5;
  font-size:    .9rem;
  padding-left: .9rem;
  text-indent: -.9rem;
}

.data-item .note{
  font-size: 1rem;
}

.age-group .item-content{
  flex-direction: column;
  align-items: center;
}
.age-group .item-content img{
  max-width: 80%;
}


.welfare-item.col2{
  grid-column: span 1;
}

.welfare-item.col2 .item-content{
  columns: 1;
}

.job-info-article .article-title{
  font-size: 1.5rem;
}

.btn-entry{
  display: table;
  min-width: 0;
  font-size: 1.5rem;
}

.job-info-section .section-header::before,
.job-info-section .section-inner::before,
.job-info-section .section-inner::after
 {
  display: none !important;
}

.job-info-section .section-content{
  padding: 2rem 1rem 3rem !important;
}

.job-info-article{
  padding: 1rem .7rem;
}

.job-info-article .part-header{
  font-size: 1.1rem;
  transform: translate(0, 50%);
}

.parson-header{
  margin-bottom: 3rem;
}

.parson-header .title{
  background-color: #fff;
  border: 2px solid #000;
  position: absolute;
  top: 90%;
  left: 1rem;
  transform: translateY(-50%);
  
  font-size: 1.3rem;
  line-height: 1;
  width: 90px;
  height: 90px;
}
.parson-header .title .subject{
  margin-bottom: .5rem;
  font-size: .8rem;
}


.parson-content,
.part-job-info .part-content{
  padding: 0 1rem 1rem;
}
.part-job-info .part-content{
  padding-top: 3rem;
}

.parson-content .heading,
.parson-content h6{
  font-size: 1.1rem;
  /* padding-left: 1.7rem; */
  /* transform:translateX(-1.7rem); */
  transform:translateX(0);
  
}
.parson-content .heading::before{
  width: 1.7rem;
}

}