@charset "UTF-8";
/*★------------★直接編集禁止★--------------★
　cssファイルは直接編集禁止です！
　sassファイルを編集・コンパイルして使用してください。

  ▼　階層構造
  ├── css
  │   ├── iso22000.css
  │   └── gmg_sass
  │       ├── iso22000.css
  │       ├── iso22000.css.map
  └──     └── iso22000.scss

★--------------★直接編集禁止★--------------★*/
/*-----------------------------------------------------------------------
  共通
-----------------------------------------------------------------------*/
/* ────────── locator ────────── */
.c-locator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
  list-style: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  padding: 10px 0;
}
.c-locator__wrapper {
  overflow-x: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 979.8px) {
  .c-locator__wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 689.8px) {
  .c-locator__wrapper {
    margin-bottom: 20px;
  }
}
.c-locator li {
  color: #333;
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.c-locator li a {
  color: #163172;
  font-size: 12px;
  white-space: nowrap;
}
.c-locator.c-locator-iso22000 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 689.8px) {
  .c-locator.c-locator-iso22000 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-locator.c-locator-iso22000 li + li::before,
.c-locator.c-locator-iso22000 li:last-child::before {
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #163172;
  position: absolute;
  top: calc(50% - 5px);
  left: -16px;
  width: 6px;
  height: 6px;
  margin: auto;
  vertical-align: middle;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ────────── 導入ヒーロー ────────── */
.c-intro-section {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 979.8px) {
  .c-intro-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 689.8px) {
  .c-intro-section {
    padding: 40px 0;
  }
}
.c-intro-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.c-intro-section__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1309.8px) {
  .c-intro-section__container {
    padding-right: 50px;
  }
}
@media screen and (max-width: 689.8px) {
  .c-intro-section__container {
    padding-right: 0;
  }
}
.c-intro-section__info {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 59%;
          flex: 1 1 59%;
}
.c-intro-section__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-intro-section__label {
  color: #fff;
  font-size: 16px;
  font-size: calc(16px + 2 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin: 0;
}
@media screen and (min-width: 1920px) {
  .c-intro-section__label {
    font-size: 18px;
  }
}
.c-intro-section__title {
  color: #fff;
  font-size: 26px;
  font-size: calc(26px + 10 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 1920px) {
  .c-intro-section__title {
    font-size: 36px;
  }
}
.c-intro-section__list {
  list-style: none;
}
.c-intro-section__list li {
  font-size: 18px;
  font-size: calc(18px + 2 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0.3rem;
  line-height: 1.5;
  margin: 16px 0 0 0;
  padding-left: calc(30px + 10 * (100vw - 375px) / 1545);
  position: relative;
}
@media screen and (min-width: 1920px) {
  .c-intro-section__list li {
    font-size: 20px;
  }
}
.c-intro-section__list li:first-child {
  margin-top: 0;
}
.c-intro-section__list li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(/dcms_media/other/list-check-icon.svg) no-repeat center/contain;
  left: 0;
  top: 0;
  height: calc(22px + 8 * (100vw - 375px) / 1545);
  width: calc(22px + 8 * (100vw - 375px) / 1545);
}
@media screen and (max-width: 689.8px) {
  .c-intro-section__list li::before {
    top: 3px;
  }
}
.c-intro-section__text {
  font-size: 16px;
  font-size: calc(16px + 2 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  letter-spacing: 0.3rem;
  margin: 0;
}
@media screen and (min-width: 1920px) {
  .c-intro-section__text {
    font-size: 18px;
  }
}
.c-intro-section__cta {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 36%;
          flex: 1 1 36%;
}
@media screen and (max-width: 1131px) {
  .c-intro-section__cta {
    max-width: 500px;
    margin: auto;
  }
}
.c-intro-section__cta-heading {
  background-color: #f5f5f5;
  border-radius: 10px 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 15px;
}
.c-intro-section__cta-title {
  font-size: 18px;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 689.8px) {
  .c-intro-section__cta-title {
    font-size: 15px;
  }
}
.c-intro-section__cta-image {
  width: 40px;
}
.c-intro-section__cta-image img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-intro-section__cta-contant {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 20px;
}
.c-intro-section__cta-text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

/* ────────── 実績 ────────── */
.c-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1060.8px) {
  .c-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-result__highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-result__highlight-info {
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  width: 60px;
  padding: 5px;
  border-radius: 5px;
  background-color: #008CD6;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.4;
}
.c-result__highlight-text {
  font-size: 20px;
  font-size: calc(20px + 4 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-bottom: 0;
  font-weight: bold;
  color: #333;
  line-height: 130%;
}
@media screen and (min-width: 1920px) {
  .c-result__highlight-text {
    font-size: 24px;
  }
}
.c-result__highlight-num {
  font-family: Roboto;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.c-result__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 689.8px) {
  .c-result__items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 10px;
  }
}
.c-result__items .c-result__item {
  position: relative;
  padding: 10px 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 225px;
  min-width: 180px;
}
@media screen and (max-width: 689.8px) {
  .c-result__items .c-result__item {
    padding: 10px 30px;
    min-width: 160px;
  }
}
.c-result__items .c-result__item::before, .c-result__items .c-result__item::after {
  content: "";
  position: absolute;
  height: 80px;
  width: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/dcms_media/other/emblem-img.svg) no-repeat center/contain;
}
.c-result__items .c-result__item::before {
  left: 0;
}
.c-result__items .c-result__item::after {
  right: 0;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.c-result__items .c-result__item-name {
  font-size: 14px;
}
.c-result__items .c-result__item-num {
  font-family: Roboto;
  font-size: 60px;
  font-size: 40px;
  font-size: calc(40px + 20 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 1920px) {
  .c-result__items .c-result__item-num {
    font-size: 60px;
  }
}
.c-result__items .c-result__item-unit {
  font-size: 18px;
  padding-left: 5px;
}

.d-block {
  display: block;
}

.c-achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  width: 96%;
  max-width: 800px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 979.8px) {
  .c-achievements {
    gap: 20px;
  }
}
@media screen and (max-width: 689.8px) {
  .c-achievements {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-achievements__main {
  width: 100%;
  max-width: 250px;
  aspect-ratio: 2.34/1;
}
@media screen and (max-width: 689.8px) {
  .c-achievements__main {
    width: 100%;
  }
}
.c-achievements__main-image {
  width: 100%;
  margin: auto;
}
.c-achievements__main-image img {
  display: block;
  width: 100%;
  height: auto;
}
.c-achievements__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 979.8px) {
  .c-achievements__sub {
    gap: 25px;
  }
}
@media screen and (max-width: 689.8px) {
  .c-achievements__sub {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-achievements__number-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 15px;
  position: relative;
}
.c-achievements__number-item::before {
  content: "";
  background: url(/dcms_media/other/achievements-under-line.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 10px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-achievements__number-name {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.c-achievements__number-value {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 689.8px) {
  .c-achievements__number-value {
    font-size: 16px;
  }
}
.c-achievements__number-num {
  font-family: Roboto;
  font-size: 50px;
  line-height: 0.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 689.8px) {
  .c-achievements__number-num {
    font-size: 40px;
  }
}

/* ────────── タイトルエリア ────────── */
.c-page-hero {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 979.8px) {
  .c-page-hero {
    padding: 60px 0;
  }
}
@media screen and (max-width: 689.8px) {
  .c-page-hero {
    padding: 40px 0;
  }
}
.c-page-hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.c-page-hero__container {
  max-width: 1120px;
  width: 96%;
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.c-page-hero__title {
  color: #fff;
  font-size: 26px;
  font-size: calc(26px + 6 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .c-page-hero__title {
    font-size: 32px;
  }
}
.c-page-hero__title-sm {
  font-size: 20px;
  font-size: calc(20px + 4 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media screen and (min-width: 1920px) {
  .c-page-hero__title-sm {
    font-size: 24px;
  }
}
@media screen and (max-width: 689.8px) {
  .c-page-hero__title-sm {
    display: block;
  }
}

/* ────────── CTA ────────── */
.c-cta {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  margin: 40px 0;
  padding: 50px 60px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 689.8px) {
  .c-cta {
    padding: 30px 20px;
  }
}
.c-cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 56, 90, 0.9)), to(rgba(17, 56, 90, 0.9)));
  background: linear-gradient(0deg, rgba(17, 56, 90, 0.9) 0%, rgba(17, 56, 90, 0.9) 100%);
  z-index: 1;
}
.c-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.c-cta__title {
  font-size: 18px;
  font-size: calc(18px + 2 * (100vw - 375px) / 1545);
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #fff;
  margin-bottom: 0;
}
@media screen and (min-width: 1920px) {
  .c-cta__title {
    font-size: 20px;
  }
}
.c-cta__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 689.8px) {
  .c-cta__btn-wrap {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-cta__btn-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  min-width: 250px;
}
@media screen and (max-width: 689.8px) {
  .c-cta__btn-item {
    min-width: auto;
    width: 100%;
  }
}
.c-cta__btn-text {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.c-case-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
}
.c-case-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 16px;
}
.c-case-card__link:hover {
  text-decoration: none;
}
.c-case-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.c-case-card__title {
  color: #329bd2;
  font-weight: bold;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.c-case-card__info {
  color: #98A6B5;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.c-case-card__text {
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}
.c-case-card__img {
  height: 180px;
  width: 100%;
}
.c-case-card__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/* スライドアイテムの共通スタイル */
.slide-item {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  padding: 16px;
  margin: 0 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
.slide-item.is-active {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.slide-item.is-active:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.slick-dots {
  bottom: -35px;
}
.slick-dots li button:before {
  font-size: 16px;
  color: #535c69;
}
.slick-dots li.slick-active button:before {
  color: #008CD6;
}
.slick-prev {
  left: -40px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .slick-prev {
    left: 0px;
  }
}
.slick-next {
  right: -40px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .slick-next {
    right: 0px;
  }
}
.slick-prev:before, .slick-next:before {
  color: #008CD6;
  font-size: 30px;
}

/*★------------★直接編集禁止★--------------★
　cssファイルは直接編集禁止です！
　sassファイルを編集・コンパイルして使用してください。

  ▼　階層構造
  ├── css
  │   ├── iso22000.css
  │   └── gmg_sass
  │       ├── iso22000.css
  │       ├── iso22000.css.map
  └──     └── iso22000.scss

★--------------★直接編集禁止★--------------★*//*# sourceMappingURL=iso22000.css.map */