@charset "UTF-8";
/* ==========================================
  会社概要
 ============================================ */
/** -------------------- ヘッダー -------------------- **/
header.dfk-header:not(.is-scroll) {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.dfk-header:not(.is-scroll) .dfk-header-nav,
header.dfk-header:not(.is-scroll) .dfk-header-tel-link,
header.dfk-header:not(.is-scroll) .dfk-header-user-item:first-child {
  opacity: 0;
  visibility: hidden;
}

header.dfk-header .dfk-header-notice {
  display: none !important;
}

/** -------------------- フッター -------------------- **/
.dfk-footer {
  margin-top: 0;
}
.dfk-footer .dfk-footer-sec01 {
  display: none;
}
/** -------------------- ページ内共通 -------------------- **/
.dfk-company-h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1;
}
.dfk-company-h2:before {
  content: "";
  width: 19px;
  height: 17px;
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/ico.svg) no-repeat center/contain;
  display: block;
  margin: 0 auto 28px;
}

/** -------------------- First View -------------------- **/
.dfk-company-fv {
  margin-top: calc(var(--header_height) * -1);
  margin-bottom: -4.44vw;
  padding-top: calc(var(--header_height) + 26px);
  position: relative;
  height: 789px;
  color: var(--c_wht);
  z-index: 1;
}
.dfk-company-fv .dfk-company-fv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-mask-image: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/fv_mask.svg);
          mask-image: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/fv_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.dfk-company-fv .dfk-company-fv-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dfk-company-fv .dfk-company-fv-ttl-jp {
  font-size: 16px;
  line-height: 1;
}
.dfk-company-fv .dfk-company-fv-ttl-eng {
  font-family: var(--font_baby);
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.dfk-company-fv .dfk-company-fv-ttl-eng > span {
  display: inline-block;
  -webkit-transform: rotate(-7.79deg);
          transform: rotate(-7.79deg);
}
.dfk-company-fv .dfk-company-fv-ttl-eng > span > span {
  letter-spacing: -0.07em;
}
.dfk-company-fv .dfk-company-fv-catchcopy {
  margin-top: 37px;
  font-size: 30px;
  line-height: 1;
}
.dfk-company-fv .dfk-company-fv-txt {
  margin-top: 20px;
  line-height: 3;
}

/** -------------------- ナビ -------------------- **/
.dfk-company-bg01 {
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/sec01_bg.jpg) no-repeat top center/cover;
}

.dfk-company-nav {
  padding: 40px 0 0;
  position: relative;
  z-index: 2;
}
.dfk-company-nav .dfk-company-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  max-width: 960px;
  margin: 0 auto;
  background: var(--c_wht);
  border-radius: 20px;
  padding: 18px;
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
}
.dfk-company-nav .dfk-company-nav-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.dfk-company-nav .dfk-company-nav-list-link:before {
  content: "";
  width: 11px;
  height: 10px;
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/ico.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
}
.dfk-company-nav .dfk-company-nav-list-link:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/common/chevron.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 13px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/** -------------------- 私たちの考え -------------------- **/
.dfk-company-sec01 {
  padding: 90px 0 206px;
  margin-bottom: -100px;
}
.dfk-company-sec01 .dfk-company-sec01-list {
  margin-top: 80px;
}
.dfk-company-sec01 .dfk-company-sec01-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 90px;
}
.dfk-company-sec01 .dfk-company-sec01-list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.dfk-company-sec01 .dfk-company-sec01-list-item:last-child {
  margin-bottom: 0;
}
.dfk-company-sec01 .dfk-company-sec01-list-item-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 450px;
          flex: 0 1 450px;
}
.dfk-company-sec01 .dfk-company-sec01-list-item-ttl {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 54px;
  position: relative;
}
.dfk-company-sec01 .dfk-company-sec01-list-item-ttl:before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--c_blue);
  position: absolute;
  left: 0;
  top: 12px;
}
.dfk-company-sec01 .dfk-company-sec01-list-item-catchcopy {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 16px;
}
.dfk-company-sec01 .dfk-company-sec01-list-item-txt {
  font-size: 16px;
  line-height: 2;
}
.dfk-company-sec01 .dfk-company-sec01-list-item-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 550px;
          flex: 0 1 550px;
}
.dfk-company-sec01 .dfk-company-sec01-list-item-img img {
  border-radius: 30px;
}

/** -------------------- 大切にしていること -------------------- **/
.dfk-company-sec02 {
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/sec02_bg.jpg) no-repeat top center/cover;
  padding: 90px 0 204px;
  border-radius: 50px 50px 0 0;
  margin-bottom: -90px;
}
.dfk-company-sec02 .dfk-company-sec02-list {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 45px;
}
.dfk-company-sec02 .dfk-company-sec02-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 330px;
          flex: 0 1 330px;
  background: var(--c_wht);
  border-radius: 20px;
  padding: 34px 30px 36px;
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
}
.dfk-company-sec02 .dfk-company-sec02-list-item-ttl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  color: var(--c_blue);
  margin-bottom: 14px;
}
.dfk-company-sec02 .dfk-company-sec02-list-item-txt {
  font-size: 16px;
  line-height: 2;
}

/** -------------------- 私たちのこと -------------------- **/
.dfk-company-sec03 {
  background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/sec03_bg.jpg) no-repeat top center/cover;
  padding: 90px 0 181px;
  border-radius: 50px 50px 0 0;
  margin-bottom: -81px;
}
.dfk-company-sec03 .dfk-company-sec03-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}
.dfk-company-sec03 .dfk-company-sec03-txtbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 425px;
          flex: 0 1 425px;
}
.dfk-company-sec03 .dfk-company-sec03-txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.dfk-company-sec03 .dfk-company-sec03-txt:last-child {
  margin-bottom: 0;
}
.dfk-company-sec03 .dfk-company-sec03-imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 565px;
          flex: 0 1 565px;
}

/** -------------------- 会社概要 -------------------- **/
.dfk-company-overview {
  background: var(--c_bg_gray);
  padding: 100px 0 240px;
  border-radius: 50px 50px 0 0;
  margin-bottom: -100px;
}
.dfk-company-overview .dfk-company-overview-box {
  background: var(--c_wht);
  padding: 70px 20px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.04);
}
.dfk-company-overview .dfk-company-overview-box-in {
  max-width: 850px;
  margin: 0 auto;
}
.dfk-company-overview .dfk-company-overview-dl {
  margin-top: 50px;
  border-top: 1px solid var(--c_bg_gray);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
}
.dfk-company-overview .dfk-company-overview-dl .label {
  border-bottom: 1px solid var(--c_bg_gray);
  padding: 20px 40px 20px 0;
  line-height: 1.8;
}
.dfk-company-overview .dfk-company-overview-dl .text {
  border-bottom: 1px solid var(--c_bg_gray);
  padding: 21.5px 0;
  font-size: 16px;
  line-height: 1.8;
}
.dfk-company-overview .dfk-company-overview-h3 {
  margin: 60px 0 40px;
  text-align: center;
  font-size: 24px;
  line-height: 1;
}
.dfk-company-overview .dfk-company-overview-map {
  height: 266px;
}
.dfk-company-overview .dfk-company-overview-map iframe {
  width: 100% !important;
  height: 100% !important;
}
.dfk-company-overview .dfk-company-overview-recruit {
  margin-top: 110px;
  text-align: center;
}

/* スマホ
  ------------------------ */
@media (max-width: 768px) {
  /** -------------------- ヘッダー -------------------- **/
  header.dfk-header:not(.is-scroll) .dfk-header-user-item:first-child {
    opacity: 1;
    visibility: visible;
  }
  /** -------------------- ページ内共通 -------------------- **/
  .dfk-company-h2 {
    font-size: 24px;
  }
  .dfk-company-h2:before {
    width: 14px;
    height: 13px;
    margin-bottom: 22px;
  }
  /** -------------------- First View -------------------- **/
  .dfk-company-fv {
    margin-bottom: -20.6vw;
    padding-top: calc(var(--header_height) + 30px);
    height: 768px;
  }
  .dfk-company-fv .dfk-company-fv-bg {
    -webkit-mask-image: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/fv_mask_sp.svg);
            mask-image: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/fv_mask_sp.svg);
  }
  .dfk-company-fv .dfk-company-fv-bg img {
    width: 768px;
  }
  .dfk-company-fv .dfk-company-fv-ttl-jp {
    font-size: 12px;
  }
  .dfk-company-fv .dfk-company-fv-ttl-eng {
    font-size: 35px;
    letter-spacing: -0.06em;
  }
  .dfk-company-fv .dfk-company-fv-catchcopy {
    margin: 16px -2px 0;
    font-size: 20px;
  }
  .dfk-company-fv .dfk-company-fv-txt {
    margin-top: 9px;
    font-size: 14px;
    line-height: 2.6;
  }
  /** -------------------- ナビ -------------------- **/
  .dfk-company-bg01 {
    background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/sec01_bg_sp.jpg) no-repeat top center/cover;
  }
  .dfk-company-nav {
    padding: 0;
  }
  .dfk-company-nav .dfk-company-nav-list {
    gap: 0 20px;
    padding: 15px;
  }
  .dfk-company-nav .dfk-company-nav-list-item {
    padding: 8px 0;
  }
  .dfk-company-nav .dfk-company-nav-list-link {
    font-size: 14px;
  }
  .dfk-company-nav .dfk-company-nav-list-link:before {
    width: 8px;
    height: 8px;
    margin-right: 6px;
  }
  .dfk-company-nav .dfk-company-nav-list-link:after {
    margin-left: 7px;
    width: 10px;
    height: 10px;
  }
  /** -------------------- 私たちの考え -------------------- **/
  .dfk-company-sec01 {
    padding: 52px 0 122px;
    margin-bottom: -60px;
  }
  .dfk-company-sec01 .dfk-company-sec01-list {
    margin-top: 40px;
  }
  .dfk-company-sec01 .dfk-company-sec01-list-item {
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .dfk-company-sec01 .dfk-company-sec01-list-item-txtbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 335px;
            flex: 1 1 335px;
  }
  .dfk-company-sec01 .dfk-company-sec01-list-item-ttl {
    font-size: 20px;
    margin-bottom: 16px;
    padding-left: 44px;
  }
  .dfk-company-sec01 .dfk-company-sec01-list-item-ttl:before {
    width: 30px;
    top: 10px;
  }
  .dfk-company-sec01 .dfk-company-sec01-list-item-catchcopy {
    font-size: 16px;
  }
  .dfk-company-sec01 .dfk-company-sec01-list-item-txt {
    font-size: 14px;
  }
  .dfk-company-sec01 .dfk-company-sec01-list-item-imgbox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 335px;
            flex: 1 1 335px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  /** -------------------- 大切にしていること -------------------- **/
  .dfk-company-sec02 {
    background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/sec02_bg_sp.jpg) no-repeat top center/100%, #F3EEEA;
    padding: 60px 0 120px;
    border-radius: 30px 30px 0 0;
    margin-bottom: -60px;
  }
  .dfk-company-sec02 .dfk-company-sec02-list {
    margin-top: 40px;
  }
  .dfk-company-sec02 .dfk-company-sec02-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 30px 20px;
  }
  .dfk-company-sec02 .dfk-company-sec02-list-item-ttl {
    font-size: 18px;
  }
  .dfk-company-sec02 .dfk-company-sec02-list-item-txt {
    font-size: 14px;
  }
  /** -------------------- 私たちのこと -------------------- **/
  .dfk-company-sec03 {
    background: url(../../Contents/ImagesPkg/dogfoodkoubou2026/company/sec03_bg_sp.jpg) no-repeat top center/cover;
    padding: 60px 0 120px;
    border-radius: 30px 30px 0 0;
    margin-bottom: -60px;
  }
  .dfk-company-sec03 .dfk-company-sec03-container {
    display: block;
    margin-top: 30px;
  }
  .dfk-company-sec03 .dfk-company-sec03-txt {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .dfk-company-sec03 .dfk-company-sec03-imgbox {
    margin-bottom: 40px;
  }
  /** -------------------- 会社概要 -------------------- **/
  .dfk-company-overview {
    padding: 60px 0 166px;
    margin-bottom: 0;
    border-radius: 30px 30px 0 0;
  }
  .dfk-company-overview .dfk-company-overview-box {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .dfk-company-overview .dfk-company-overview-dl {
    margin-top: 30px;
    display: block;
  }
  .dfk-company-overview .dfk-company-overview-dl .label {
    border: 0;
    padding: 15px 0 10px;
    line-height: 1;
  }
  .dfk-company-overview .dfk-company-overview-dl .text {
    padding: 0 0 15px;
    font-size: 14px;
    line-height: 1;
  }
  .dfk-company-overview .dfk-company-overview-h3 {
    margin: 40px 0 22px;
    font-size: 20px;
  }
  .dfk-company-overview .dfk-company-overview-map {
    height: 238px;
  }
  .dfk-company-overview .dfk-company-overview-recruit {
    margin-top: 60px;
  }
}