@charset "UTF-8";
/*
 * 参考
 * https://github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100svh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https://webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  min-height: 100svh;
  position: relative;
}

a {
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
main {
  flex-grow: 1;
}

.l-company {
  margin-top: 95px;
  margin-top: 5.9375rem;
}

.l-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.l-news {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-service {
  margin-top: 100px;
  margin-top: 6.25rem;
}
.l-sustainability {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.l-top-inner {
  height: inherit;
  margin: 0 auto;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.l-wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.c-btn {
  background-color: #000;
  border: none;
  border-radius: 1.875rem;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 12px;
  padding: 0.75rem;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}

.c-btn input {
  background-color: transparent;
  border: none;
  color: #fff;
}

.c-btn.c-btn--gray {
  background-color: #bbbbbb;
}

.c-btn.c-btn--white {
  background-color: #fff;
  color: #000;
}
.c-btn.c-btn--border {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

.c-btn.c-btn--border::before {
  border-color: #000;
}

.c-btn.c-btn--arrow::before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.c-btn.c-btn--arrow-white::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.c-btn--down::before {
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  width: 6px;
  width: 0.375rem;
}

.c-category {
  border: 1px solid var(--color);
  border-radius: 0.375rem;
  color: var(--color);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
  padding: 0 5px;
  padding: 0 0.3125rem;
  text-align: center;
}

.c-sub-common-title {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  text-align: center;
}

.c-form-input input {
  border: 1px solid #b2b2b2;
  border-radius: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
}

.c-form-input--small input {
  max-width: 250px;
}

.c-form-input input:focus {
  border: 1px solid #b2b2b2;
  box-shadow: none;
  outline: none;
}

.c-form-textarea textarea {
  border: 1px solid #b2b2b2;
  border-radius: 0.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  height: 100px;
  height: 6.25rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: none;
  resize: none;
}

.c-form-textarea textarea:focus {
  border: 1px solid #b2b2b2;
  box-shadow: none;
  outline: none;
}

.c-scroll-down {
  font-size: 11px;
  font-size: 0.6875rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
}

.c-scroll-down::after {
  animation: scroll-down 2s infinite;
  background: #333;
  content: "";
  height: 45px;
  height: 2.8125rem;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

@keyframes scroll-down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.c-section-sub-title {
  border-bottom: solid 1px #000;
  font-family: "Outfit", sans-serif;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 13px;
  padding: 0.8125rem;
  text-align: center;
}

.c-section-subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.c-section-subtitle--center {
  text-align: center;
}

.c-section-subtitle--left {
  padding-left: 30px;
  padding-left: 1.875rem;
  position: relative;
}

.c-section-subtitle--left::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  width: 1.5625rem;
}

.c-section-subtitle.c-section-subtitle--white {
  color: #fff;
}

.c-section-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.c-section-title--center {
  text-align: center;
}

.c-section-title.c-section-title--white {
  color: #fff;
}

.c-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.9285714286;
}

.c-text.c-text--narrow {
  line-height: 1.7142857143;
}

.c-text.c-text--indent {
  margin-left: 2em;
  text-indent: -2em;
}

.c-text.c-text--right {
  text-align: right;
}

.c-text a {
  border-bottom: 1px solid #8A75B9;
  color: #8A75B9;
}

.c-text.c-text--bold {
  font-weight: 700;
}

.c-title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
}

.c-title::before {
  content: var(--sub-title);
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  position: relative;
}

.c-top-btn {
  aspect-ratio: 34/78;
  bottom: 250px;
  bottom: 15.625rem;
  cursor: pointer;
  position: fixed;
  right: 10px;
  right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}

.p-blur {
  transition: all 1s 0s ease;
}

.p-blur.is-open {
  filter: blur(40px);
  transform: translateZ(0);
}

.p-footer {
  background-color: #614d7d;
  padding: 25px 0;
  padding: 1.5625rem 0;
  position: relative;
  z-index: 10;
}

.p-footer__inner {
  margin: auto;
  max-width: 345px;
  max-width: 21.5625rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  width: 100%;
}

.p-footer__logo {
  max-width: 315px;
  max-width: 19.6875rem;
  width: 100%;
}

.p-footer__logo a {
  display: block;
  padding: 10px 0;
  padding: 0.625rem 0;
}

.p-footer__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__nav {
  margin: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  max-width: 250px;
  max-width: 15.625rem;
}

.p-footer__nav-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  gap: 0 0.625rem;
  justify-content: center;
}

.p-footer__nav-item a {
  color: #fff;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1;
  padding: 7px 0;
  padding: 0.4375rem 0;
  position: relative;
  text-align: left;
}

.p-footer__bottom-nav-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 28px;
  gap: 0 1.75rem;
  justify-content: center;
}

.p-footer__bottom-nav-item a {
  color: #fff;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 7px 0;
  padding: 0.4375rem 0;
  position: relative;
  text-align: left;
}

.p-footer__bottom-nav-item--arrow {
  aspect-ratio: 1/1;
  background-image: url("/images/common/icon-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 10px;
  margin-left: 0.625rem;
  width: 9px;
  width: 0.5625rem;
}

.p-footer__copyright {
  color: #fff;
  display: block;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}

.p-footer__copyright span {
  text-transform: uppercase;
}

.p-header {
  height: 60px;
  height: 3.75rem;
  left: 0;
  mix-blend-mode: normal;
  position: absolute;
  right: 0;
  top: 0;
  transition: 1s ease;
  z-index: 900;
}

@keyframes slideInFromTop {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-header.fixed {
  animation: slideInFromTop 1s forwards;
  position: fixed;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background-color: #fff;
}

.p-header.is-open {
  display: none;
}

.p-header__inner {
  height: inherit;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.p-header__wrap {
  align-items: center;
  display: flex;
  height: inherit;
  justify-content: space-between;
  transition: 0.6s ease;
}

.p-header__logo {
  aspect-ratio: 166/20;
  max-width: 166px;
  max-width: 10.375rem;
  width: 100%;
}

.p-header__logo a {
  align-items: center;
  display: flex;
  height: inherit;
}

.p-header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  display: none;
  height: inherit;
}

.p-header__nav-items {
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
  align-items: center;
  display: flex;
  margin-left: 15px;
  margin-left: 0.9375rem;
}

.p-header__nav-item a {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  height: inherit;
  line-height: 1;
  padding: 0 15px;
  padding: 0 0.9375rem;
  position: relative;
  text-transform: uppercase;
}

.p-header__nav-item a::after {
  background: #000;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 65%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  width: 100%;
}
.p-header__hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  height: 60px;
  height: 3.75rem;
  outline: none;
  padding: 0;
  position: absolute;
  right: 14px;
  right: 0.875rem;
  top: 0;
  transition: 0.3s;
  width: 50px;
  width: 3.125rem;
  z-index: 999;
}

.p-header__hamburger.fixed {
  animation: slideInFromTop 1s forwards;
  position: fixed;
}

.p-header__hamburger.is-open {
  background-color: transparent;
}

.p-header__hamburger span {
  background-color: #000;
  display: block;
  height: 1px;
  left: calc(50% + 0.3125rem);
  position: relative;
  transform: translateX(-50%);
  transition: 0.5s;
  width: 25px;
  width: 1.5625rem;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -8px;
  top: -0.5rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: -3px;
  top: -0.1875rem;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 3px;
  top: 0.1875rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -2px;
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer-background {
  height: 100svh;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100vw;
}

.p-header__drawer-background.is-open {
  opacity: 1;
}

.p-header__drawer {
  background-color: rgba(255, 255, 255, 0.4);
  height: 100%;
  opacity: 0;
  overflow-y: scroll;
  padding: 150px 0 70px;
  padding: 9.375rem 0 4.375rem;
  pointer-events: none;
  position: fixed;
  scrollbar-width: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
  width: 100%;
  z-index: 900;
}

.p-header__drawer.is-open {
  opacity: 1;
  pointer-events: auto;
  position: fixed;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-wrap {
  margin: auto;
  max-width: 300px;
  max-width: 18.75rem;
}

.p-header__drawer-nav {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-header__drawer-item a {
  color: #000;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 10px 0;
  padding: 0.625rem 0;
  text-transform: uppercase;
}

.p-header__drawer-item.p-header__drawer-item--contact a::after {
  background-image: url(/images/common/contact-icon.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  height: 0.9375rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 15px;
  width: 0.9375rem;
}

.p-header__bottom-drawer-items {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  gap: 0 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-header__bottom-drawer-item a {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 7px 0;
  padding: 0.4375rem 0;
}

.p-kv {
  height: 100svh;
  width: 100%;
}

.p-kv__inner {
  height: inherit;
  position: relative;
  width: inherit;
}

.p-kv__message-wrap {
  display: flex;
  flex-direction: column;
  left: 0;
  position: absolute;
  top: calc(50% - 1.25rem);
  transform: translateY(-50%);
  width: inherit;
  z-index: 2;
}

.p-kv__logo-wrap {
  align-items: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: inherit;
  height: 100svh;
  justify-content: center;
  opacity: 1;
  position: fixed;
  width: inherit;
  width: 100%;
  z-index: 100;
}

.p-kv__logo {
  aspect-ratio: 166/20;
  opacity: 0;
  width: 250px;
  width: 15.625rem;
}

.p-kv__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-kv__movie {
  height: 100svh;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: all 2s ease;
  width: 100%;
  z-index: -1;
  -webkit-mask-image: url(/images/top/mask-image.svg);
          mask-image: url(/images/top/mask-image.svg);
  -webkit-mask-size: 16.4375rem 14.6875rem;
          mask-size: 16.4375rem 14.6875rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: all 6s ease;
}

.p-kv__movie.js-scroll {
  -webkit-mask-size: 1000% 1000%;
  animation: expandMaskSp 5s;
          mask-size: 1000% 1000%;
}

@keyframes expandMaskSp {
  from {
    -webkit-mask-size: 16.4375rem 14.6875rem;
            mask-size: 16.4375rem 14.6875rem;
  }
  to {
    -webkit-mask-size: 1000% 1000%;
            mask-size: 1000% 1000%;
  }
}
@keyframes expandMaskPc {
  from {
    -webkit-mask-size: 69.5652173913svh;
            mask-size: 69.5652173913svh;
  }
  to {
    -webkit-mask-size: 1000%;
            mask-size: 1000%;
  }
}
.p-kv__movie video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-kv-message-box {
  padding-right: 30px;
  padding-right: 1.875rem;
}

.p-kv__message {
  aspect-ratio: 90/41;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  width: 5.625rem;
}

.p-kv__message img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-kv__scroll-down {
  bottom: 4%;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
}

.p-kv__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.29em;
  line-height: 1.75;
  text-align: center;
}

.p-news-list {
  display: none;
}

.p-news-list.is-active {
  display: block;
}

.p-news-list__item {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
}

.p-news-list__item + .p-news-list__item {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-news-list__item-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-news-list__item-meta-text {
  display: flex;
}

.p-news-list__item-date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-news-list__item-category {
  color: #9082A4;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.p-news-list__item-category::before {
  content: "（";
  padding-right: 1em;
}

.p-news-list__item-category::after {
  content: "）";
  padding-left: 1em;
}

.p-news-list__item-pdf {
  border: 1px solid #000;
  border-radius: 0.3125rem;
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}

.p-news-list__item-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  padding-top: 6px;
  padding-top: 0.375rem;
}

.p-release-tab {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2px;
  gap: 2px;
  gap: 0.125rem;
  justify-content: center;
}

.p-release-tab-item {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.9;
  padding: 5px 0;
  padding: 0.3125rem 0;
}

.p-release-tab-item.is-active {
  background-color: #614d7d;
  color: #fff;
}

.p-sub-company-tab {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-company-tab__menu {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  gap: 0.125rem;
  grid-template-columns: repeat(4, 1fr);
}

.p-sub-company-tab__menu-item a {
  background-color: #F6F7F9;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  text-align: center;
  transition: 0.3s;
}

.p-sub-company-tab__menu-item.is-active a {
  background-color: #9082A4;
  color: #fff;
}

.p-sub-contact-agreement__title {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.p-sub-contact-agreement__top-wrap {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.p-sub-contact-agreement__section-title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4705882353;
}

.p-sub-contact-agreement__description-items {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-sub-contact-agreement__top-text {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-sub-contact-agreement__head {
  margin: 16px 0;
  margin: 1rem 0;
  text-align: center;
}

.p-sub-contact-agreement__item {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-sub-contact-agreement__section {
  border: 1px solid #B2B2B2;
  height: 400px;
  height: 25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  overflow-y: scroll;
  padding: 37px 20px;
  padding: 2.3125rem 1.25rem;
}

.p-sub-contact-agreement__title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
}

.p-sub-contact-agreement__description-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.p-sub-contact-agreement__description-text-indent {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 2em;
  text-indent: -1em;
}

.p-sub-contact-agreement__agree-wrap {
  padding: 15px 30px 20px;
  padding: 0.9375rem 1.875rem 1.25rem;
  text-align: center;
}

.p-sub-contact-agreement__agree-text span {
  display: inline-block;
}

.p-sub-contact-agreement__btn-wrap {
  align-items: center;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  justify-content: center;
}

.p-sub-contact-agreement__btn {
  width: 150px;
  width: 9.375rem;
}

.p-sub-contact-entry__title {
  border-bottom: 1px solid #000;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6666666667;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.p-sub-contact-entry__wrap {
  margin: 46px auto 0;
  margin: 2.875rem auto 0;
}

.p-sub-contact-entry__form-wrap {
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
}

.p-sub-contact-entry__sub-title {
  background-color: #F6F7F9;
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7857142857;
  margin-top: 42px;
  margin-top: 2.625rem;
  padding: 3px 15px;
  padding: 0.1875rem 0.9375rem;
}

.p-sub-contact-entry__text-wrap {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-contact-entry__item-wrap {
  border-bottom: 1px solid #eeeeee;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-contact-entry__label {
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  justify-content: space-between;
  line-height: 1;
}

.p-sub-contact-entry__label span {
  align-items: center;
  background-color: #8A75B9;
  border-radius: 1.25rem;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-size: 0.6875rem;
  justify-content: center;
  line-height: 1;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
}

.p-sub-contact-entry__textarea,
.p-sub-contact-entry__input {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-sub-contact-entry__input input + input {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sub-contact-entry__submit-wrap {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
  width: 200px;
  width: 12.5rem;
}

.p-sub-contact-entry__submit {
  position: relative;
  width: 100%;
}

.p-sub-contact-entry__submit::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 6px;
  height: 0.375rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  width: 0.375rem;
  z-index: 2;
}

.p-sub-contact__wrap {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.p-sub-contact__section + .p-sub-contact__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-contact__title {
  border-bottom: 1px solid #000;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4705882353;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.p-sub-contact__text-wrap {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sub-contact__btn {
  margin: 14px auto 0;
  margin: 0.875rem auto 0;
  max-width: 200px;
  max-width: 12.5rem;
}

.p-sub-effort__item {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sub-effort__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-effort__item-content {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-effort__item-title {
  flex: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-sub-effort__section {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.p-sub-effort__section + .p-sub-effort__section {
  border-top: 1px solid #000;
}

.p-sub-effort__subtitle {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
}

.p-sub-effort__item-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sub-effort__bnr {
  aspect-ratio: 335/69;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-sub-effort__bnr img {
  height: 100%;
  margin: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-environment__wrap {
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
  max-width: 900px;
  max-width: 56.25rem;
}

.p-sub-environment__sub-title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4705882353;
}

.p-sub-environment__philosophyーitem + .p-sub-environment__philosophyーitem {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sub-environment__text + .p-sub-environment__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-environment__sign {
  margin-left: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: right;
}

.p-sub-environment__sign-ceo {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  text-align: right;
}

.p-sub-environment__sign-name {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.04em;
  line-height: 1.2631578947;
  text-align: right;
}

.p-sub-environment__text-wrap {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-sub-environment__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-environment__section + .p-sub-environment__section {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-sub-environment__img {
  aspect-ratio: 670/380;
  margin: 17px auto 0;
  margin: 1.0625rem auto 0;
  width: 100%;
}

.p-sub-environment__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-environment__list {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-sub-environment__item {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}

.p-sub-environment__item + .p-sub-environment__item {
  border-top: none;
}

.p-sub-environment__subtitle {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}

.p-sub-governance__wrap {
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
  max-width: 900px;
  max-width: 56.25rem;
}

.p-sub-governance__text + .p-sub-governance__text {
  margin-top: 0;
}

.p-sub-governance__text-wrap {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-sub-governance__section {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-sub-governance__section + .p-sub-governance__section {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-sub-governance__list-title {
  background-color: #F6F7F9;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

.p-sub-governance__item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-governance__subtitle {
  border-bottom: 1px solid #000;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  text-align: center;
}

.p-sub-group__wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sub-group__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-group__text-wrap {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

.p-sub-group__content {
  display: flex;
  flex-direction: column-reverse;
}

.p-sub-group__content + .p-sub-group__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-sub-group__list {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  width: 100%;
}

.p-sub-group__list + .p-sub-group__list {
  margin-top: 2px;
  margin-top: 0.125rem;
}

.p-sub-group__name {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4705882353;
}

.p-sub-group__term {
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
}

.p-sub-group__description {
  flex-shrink: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
}

.p-sub-group__description a {
  color: #9082A4;
}

.p-sub-history-list {
  position: relative;
}

.p-sub-history-list::before {
  background: #EEEEEE;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 25px;
  width: 6px;
}

.p-sub-history-list__item {
  position: relative;
}

.p-sub-history-list__item::after {
  background: #000;
  border-radius: 50%;
  content: "";
  height: 16px;
  position: absolute;
  top: 12px;
  width: 16px;
}

.p-sub-history-list__item.p-sub-history-list__item--right::after {
  left: -5px;
}

.p-sub-history-list__item.p-sub-history-list__item--left::after {
  left: -5px;
}

.p-sub-history-list__item:first-child {
  grid-column-start: 2;
}

.p-sub-history-list__term {
  color: #CCD275;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  text-align: right;
}

.p-sub-history-list__item::before {
  background: #000;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 20px;
  width: 70.1492537313%;
}

.p-sub-history-list__item:nth-child(n+8)::before {
  width: 67.1641791045%;
}

.p-sub-history-list__description {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  margin-left: 40px;
  margin-left: 2.5rem;
  max-width: 83.5820895522%;
}

.p-sub-history-list__description-wrap {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.p-sub-history-list__description-wrap + .p-sub-history-list__description-wrap {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-sub-history-list__month {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-sub-history-list__month span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.p-sub-history-list__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-sub-history-list__img-wrap {
  align-items: flex-start;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
}

.p-sub-history-list__img {
  aspect-ratio: 135/90;
  margin-top: 10px;
  margin-top: 0.625rem;
  max-width: 135px;
  max-width: 8.4375rem;
}

.p-sub-history-list__img[data-image=image-1974-1] {
  aspect-ratio: 82/92;
  max-width: 82px;
  max-width: 5.125rem;
}

.p-sub-history-list__img[data-image=image-1974-2] {
  aspect-ratio: 65/92;
  max-width: 65px;
  max-width: 4.0625rem;
}

.p-sub-history-list__img[data-image=image-1974-3] {
  aspect-ratio: 120/92;
  max-width: 120px;
  max-width: 7.5rem;
}

.p-sub-history-list__img[data-image=image-1975-1] {
  aspect-ratio: 104/104;
  max-width: 104px;
  max-width: 6.5rem;
}

.p-sub-history-list__img[data-image=image-1975-2],
.p-sub-history-list__img[data-image=image-1975-3] {
  aspect-ratio: 80/104;
  max-width: 80px;
  max-width: 5rem;
}

.p-sub-history-list__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-sub-history-list__figcaption {
  font-size: 10px;
  font-size: 0.625rem;
}

.p-sub-history__section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 450px;
  max-width: 28.125rem;
}

.p-sub-history__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  text-align: center;
}

.p-sub-news-list {
  display: none;
}

.p-sub-news-list.is-active {
  display: block;
}

.p-sub-news-list__item {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
}

.p-sub-news-list__item + .p-sub-news-list__item {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-sub-news-list__item-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-sub-news-list__item-text {
  align-items: center;
  display: flex;
  gap: 17px;
  gap: 1.0625rem;
}

.p-sub-news-list__item-date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 2;
}

.p-sub-news-list__item-category {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.5;
  min-width: 90px;
  min-width: 5.625rem;
}

.p-sub-news-list__item-pdf {
  background-color: #cccccc;
  border-radius: 0.625rem;
  color: #fff;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1;
  padding: 5px 11px;
  padding: 0.3125rem 0.6875rem;
  text-align: center;
}

.p-sub-news-list__item-title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-sub-news-tab__menu {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  gap: 0.125rem;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.p-sub-news__head {
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
}

.p-sub-news__list {
  margin-top: 33px;
  margin-top: 2.0625rem;
}

.p-sub-news__select-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-sub-news__select {
  border-bottom: 1px solid #000;
  border-radius: 0;
  display: inline-block;
  position: relative;
}

.p-sub-news__select select {
  border: none;
  outline: none;
  padding: 5px 82px 5px 10px;
  padding: 0.3125rem 5.125rem 0.3125rem 0.625rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-sub-news__select::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid #000;
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.p-sub-outline__wrap {
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-sub-outline__text-wrap {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}

.p-sub-outline__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-outline__content {
  display: flex;
  flex-direction: column-reverse;
}

.p-sub-outline__content + .p-sub-outline__content {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-sub-outline__list {
  border-bottom: solid 1px #EEEEEE;
}

.p-sub-outline__list + .p-sub-outline__list {
  margin-top: 14px;
  margin-top: 0.875rem;
}
#map {
  padding-top: 3.75rem;
  margin-top: -2.875rem;
}

.p-sub-outline__name {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4705882353;
}

.p-sub-outline__term {
  flex-shrink: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7857142857;
  width: 100%;
}

.p-sub-outline__description {
  flex-shrink: 1;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 0 0 15px;
  padding: 0 0 0.9375rem;
}

.p-sub-outline__description a {
  color: #9082A4;
}

.p-sub-outline__description-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7857142857;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sub-outline__description-title span {
  font-weight: 400;
  padding-left: 1em;
}

.p-sub-outline__description-list {
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  line-height: 1.7857142857;
}

.p-sub-outline__description-list + .p-sub-outline__description-list {
  margin-top: 0;
}

.p-sub-outline__description-term {
  flex-shrink: 0;
  line-height: 1.7142857143;
  max-width: 138px;
  max-width: 8.625rem;
  width: 100%;
}

.p-sub-outline__description-description {
  line-height: 1.7142857143;
}

.p-sub-outline__map {
  aspect-ratio: 335/250;
  margin-top: 12px;
  margin-top: 0.75rem;
  width: 100%;
}

.p-sub-outline__map iframe {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-personal__wrap {
  margin-top: 46px;
  margin-top: 2.875rem;
}

.p-sub-personal__section {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  height: 400px;
  height: 25rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  overflow-y: scroll;
  padding: 40px 20px 20px;
  padding: 2.5rem 1.25rem 1.25rem;
  width: 100%;
}

.p-sub-personal__title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4705882353;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.p-sub-personal__sub-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-sub-personal__description,
.p-sub-personal__agree-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.9285714286;
}

.p-sub-personal__description-wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sub-personal__description a {
  border-bottom: 1px solid #614d7d;
  color: #614d7d;
}

.p-sub-personal__agree-text {
  text-align: center;
}

.p-sub-personal__text + .p-sub-personal__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sub-personal__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.p-sub-personal__agree-wrap {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.p-sub-personal__btn-wrap {
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 320px;
  max-width: 20rem;
}

.p-sub-philosophy__wrap {
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
  max-width: 900px;
  max-width: 56.25rem;
}

.p-sub-philosophy__sub-title {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4705882353;
}

.p-sub-philosophy__philosophyーitem + .p-sub-philosophy__philosophyーitem {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sub-philosophy__text + .p-sub-philosophy__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-philosophy__sign {
  margin-left: auto;
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: right;
}

.p-sub-philosophy__sign-ceo {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  text-align: right;
}

.p-sub-philosophy__sign-name {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.04em;
  line-height: 1.2631578947;
  text-align: right;
}

.p-sub-philosophy__text-wrap {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-sub-philosophy__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-philosophy__section + .p-sub-philosophy__section {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-sub-philosophy__lottie {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}

#lottie {
  left: 50%;
  max-width: 768px;
  max-width: 48rem;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
}

.p-sub-philosophy__philosophy-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.9285714286;
  padding-left: 3em;
  text-indent: -3em;
}

.p-sub-philosophy__strategy-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.9285714286;
  padding-left: 2em;
  text-indent: -2em;
}

.p-sub-philosophy__img {
  aspect-ratio: 996/948;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  width: 70%;
}

.p-sub-philosophy__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-social__wrap {
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
  max-width: 900px;
  max-width: 56.25rem;
}

.p-sub-social__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4705882353;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

.p-sub-social__sub-title span {
  display: inline-block;
}

.p-sub-social__text + .p-sub-social__text {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-social__text-wrap {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-sub-social__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-social__section + .p-sub-social__section {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-sub-social__list {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-sub-social__item {
  border-bottom: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}

.p-sub-social__group {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-sub-social__group-wrap + .p-sub-social__group-wrap {
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.p-sub-social__item + .p-sub-social__item {
  border-top: none;
}

.p-sub-social__env-wrap {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-sub-social__subtitle {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.4705882353;
  margin-top: 45px;
  margin-top: 2.8125rem;
  text-align: center;
}

.p-sub-social__group-date {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: right;
}

.p-sub-social__award-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.p-sub-social__award-term {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.4705882353;
}

.p-sub-social__award-term span {
  display: inline-block;
}

.p-sub-social__award-description {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sub-social__env-item {
  margin-left: 1em;
  text-indent: -1em;
}

.p-sub-sustainability__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-sub-sustainability__img {
  aspect-ratio: 180/164;
  margin-left: auto;
  margin-right: auto;
  width: 90px;
  width: 5.625rem;
}

.p-sub-sustainability__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sub-sustainability__text-wrap {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-sub-sustainability__text {
  font-feature-settings: "palt";
  line-height: 2.1428571429;
}

.p-sub-sustainability__section + .p-sub-sustainability__section {
  margin-top: 95px;
  margin-top: 5.9375rem;
}

.p-sub-sustainability__list {
  counter-reset: number;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-sub-sustainability__item + .p-sub-sustainability__item {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-sub-sustainability__term {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  gap: 0.5em;
  line-height: 1.3333333333;
}

.p-sub-sustainability__term::before {
  align-items: center;
  background-color: #9181a5;
  border-radius: 50%;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: block;
  display: flex;
  font-weight: 400;
  height: 25px;
  height: 1.5625rem;
  justify-content: center;
  width: 25px;
  width: 1.5625rem;
}

.p-sub-sustainability__description {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-sub-sustainability__description-text + .p-sub-sustainability__description-text {
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.p-sub-sustainability__description-text {
  line-height: 1.7142857143;
  margin-left: 0.8em;
  text-indent: -1em;
}

.p-sub-sustainability__activity-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 20px;
  margin-top: 1.25rem;
  grid-gap: 1px;
  align-items: center;
  flex-wrap: wrap;
  gap: 1px;
  gap: 0.0625rem;
  justify-content: center;
}

.p-sub-sustainability__activity-item-link {
  display: block;
  position: relative;
  transition: all 3s ease;
}

.p-sub-sustainability__activity-item-title-wrap {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.p-sub-sustainability__activity-item-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-sub-sustainability__activity-item-img picture {
  height: inherit;
  width: inherit;
}

.p-sub-sustainability__activity-item-img img {
  height: calc(100% + 30px);
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
  -o-object-fit: cover;
  bottom: 0;
  filter: blur(15px);
  left: 0;
  margin: -15px;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
  transition: all 0.6s ease;
  z-index: 1;
}
.p-sub-sustainability__activity-item-title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.p-sub-sustainability__activity-item-subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-sub-news-tab__menu-item {
  background-color: #F6F7F9;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
  text-align: center;
  transition: 0.3s;
}
.p-sub-news-tab__menu-item.is-active {
  background-color: #9082A4;
  color: #fff;
}

.p-sustainability-tab__menu {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  gap: 0.125rem;
  grid-column: 1/2;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  margin: 40px auto;
  margin: 2.5rem auto;
}
.p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(1),
.p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(2),
.p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(3) {
  grid-column: span 2;
}
.p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(4),
.p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(5) {
  grid-column: span 3;
}

.p-sustainability-tab__menu-item a {
  background-color: #F6F7F9;
  cursor: pointer;
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  line-height: 1.9;
  min-width: 83px;
  min-width: 5.1875rem;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
  transition: 0.3s;
  width: 100%;
}

.p-sustainability-tab__menu-item.is-active a {
  background-color: #9082A4;
  color: #fff;
}

.p-top-company__items {
  align-items: center;
  display: grid;
  flex-wrap: wrap;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-top-company__item-link {
  display: block;
  position: relative;
  transition: all 3s ease;
}

.p-top-company__item-title-wrap {
  color: #fff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
}

.p-top-company__item-img {
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.p-top-company__item-img picture {
  height: inherit;
  width: inherit;
}

.p-top-company__item-img img {
  height: calc(100% + 30px);
  max-width: calc(100% + 30px);
  width: calc(100% + 30px);
  -o-object-fit: cover;
  bottom: 0;
  filter: blur(8px);
  left: 0;
  margin: -15px;
     object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateZ(0);
  transition: all 0.6s ease;
  z-index: 1;
}
.p-top-company__item-title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}

.p-top-company__item-subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 33px;
  font-size: 2.0625rem;
  line-height: 1;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-top-company__group {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-company__group-title {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
}

.p-top-company__group-list {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.p-top-company__group-inner.l-top-inner {
  padding-left: 35px;
  padding-left: 2.1875rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
}

.p-top-contents {
  background-color: #fff;
}

.p-top-copy {
  align-items: center;
  background-image: url("/images/top/copy-bg_sp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  max-height: 850px;
  max-height: 53.125rem;
  min-height: 736px;
  min-height: 46rem;
}

.p-top-copy__inner {
  margin-left: 8.8vw;
}

.p-top-copy__wrap {
  margin-right: auto;
  max-width: 85.87vw;
}

.p-top-copy-title {
  color: #000;
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.7142857143;
  word-break: auto-phrase;
}

.p-top-copy-title span {
  display: inline-block;
}

.p-top-copy__text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 2.8571428571;
  margin-left: auto;
  margin-top: 25px;
  margin-top: 1.5625rem;
  max-width: 333px;
  max-width: 20.8125rem;
  width: 100%;
}

.p-group-list {
  display: grid;
  grid-gap: 25px;
  gap: 25px;
  gap: 1.5625rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-group-list__item {
  display: flex;
  flex-direction: column;
}
.p-group-list__item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-group-list__item-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-group-list__item-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-align: center;
}

.p-group-list__item-text {
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

.p-group-list__item-img {
  aspect-ratio: 300/128;
  width: 100%;
}

.p-group-list__item-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-group-list__button {
  margin: auto;
  margin-top: 26px;
  margin-top: 1.625rem;
  max-width: 150px;
  max-width: 9.375rem;
  width: 100%;
}

.p-top-news-tab__menu {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  gap: 0.125rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-top-news-tab__menu-item {
  background-color: #F6F7F9;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
  transition: 0.3s;
}
.p-top-news-tab__menu-item.is-active {
  background-color: #9082A4;
  color: #fff;
}

.p-top-news__btn {
  margin: auto;
  margin-top: 26px;
  margin-top: 1.625rem;
  max-width: 150px;
  max-width: 9.375rem;
  width: 100%;
}

.p-top-news__wrap-right {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.p-top-news__list {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-recruit {
  background-image: url("/images/top/recruit_sp.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
}
.p-top-recruit__inner {
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}

.p-top-recruit__wrap {
  margin: auto;
}

.p-top-recruit__btn {
  margin: auto;
  margin-top: 26px;
  margin-top: 1.625rem;
  max-width: 150px;
  max-width: 9.375rem;
  width: 100%;
}

.p-top-service__inner {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.p-top-service__text {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.p-top-service__site-items {
  margin: auto;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-top-service__site-link {
  align-items: center;
  display: block;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 20px 42px;
  padding: 1.25rem 2.625rem;
  transition: background-color 0.3s;
  width: 100%;
}
.p-top-service__site-img {
  width: 137px;
  width: 8.5625rem;
}

.p-top-service__site-img[data-site=nissen] img {
  aspect-ratio: 137/30;
}

.p-top-service__site-img[data-site=nissen-btob] img {
  aspect-ratio: 137/55;
}

.p-top-service__site-img[data-site=clette] img {
  aspect-ratio: 137/26;
}

.p-top-service__site-img[data-site=nissen-nr] img {
  aspect-ratio: 137/57;
}

.p-top-service__site-img[data-site=nissen-food] img {
  aspect-ratio: 137/34;
}

.p-top-service__site-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-top-service__site-text {
  color: #999999;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  padding-top: 16px;
  padding-top: 1rem;
}

.p-top-service__site-text::after {
  aspect-ratio: 15/12;
  background-image: url("/images/common/logo-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 15px;
  width: 0.9375rem;
}

.p-top-sustainability {
  align-items: center;
  aspect-ratio: 750/600;
  background-image: url("/images/top/sustainability-bg-sp.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.p-top-sustainability__wrap {
  margin: auto;
}
.p-top-sustainability__btn {
  margin: auto;
  margin-top: 26px;
  margin-top: 1.625rem;
  max-width: 150px;
  max-width: 9.375rem;
  width: 100%;
}

.p-wrapper {
  overflow: hidden;
  padding: 30px 0 160px;
  padding: 1.875rem 0 10rem;
}

.u-hidden-pc {
  display: block;
}

.u-hidden-sp {
  display: none;
}

.u-hidden {
  opacity: 0;
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px){
  html {
    font-size: 1.3913043478vw;
  }
  .l-company {
    margin-top: 140px;
    margin-top: 8.75rem;
  }
  .l-inner {
    max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-news {
    margin-top: 84px;
    margin-top: 5.25rem;
  }
  .l-sustainability {
    margin-top: 125px;
    margin-top: 7.8125rem;
  }
  .l-top-inner {
    max-width: 1770px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-wrapper {
    margin-top: 128px;
    margin-top: 8rem;
  }
  .c-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 18px;
    padding: 1.125rem;
  }
  .c-btn.c-btn--arrow::before {
    height: 8px;
    height: 0.5rem;
    right: 30px;
    right: 1.875rem;
    width: 8px;
    width: 0.5rem;
  }
  .c-btn.c-btn--arrow-white::before {
    height: 8px;
    height: 0.5rem;
    right: 30px;
    right: 1.875rem;
    width: 8px;
    width: 0.5rem;
  }
  .c-btn--down::before {
    height: 8px;
    height: 0.5rem;
    right: 30px;
    right: 1.875rem;
    width: 8px;
    width: 0.5rem;
  }
  .c-category {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-sub-common-title {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
  .c-form-input input {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 20px;
    padding: 0.5rem 1.25rem;
  }
  .c-form-input--midium input {
    max-width: 400px;
  }
  .c-form-input--small input {
    max-width: 240px;
  }
  .c-form-textarea textarea {
    font-size: 16px;
    font-size: 1rem;
    height: 120px;
    height: 7.5rem;
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
  }
  .c-scroll-down {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 65px;
    padding-top: 4.0625rem;
  }
  .c-scroll-down::after {
    height: 60px;
    height: 3.75rem;
  }
  .c-section-sub-title {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .c-section-subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-section-subtitle--left {
    padding-left: 50px;
    padding-left: 3.125rem;
  }
  .c-section-subtitle--left::before {
    width: 40px;
    width: 2.5rem;
  }
  .c-section-title {
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 700;
  }
  .c-section-title--center {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .c-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
  }
  .c-text.c-text--narrow {
    line-height: 1.75;
  }
  .c-text.c-text--wide {
    line-height: 2.375;
  }
  .c-title {
    font-size: 60px;
    font-size: 3.75rem;
  }
  .c-title::before {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-top-btn {
    bottom: 200px;
    bottom: 12.5rem;
    right: 30px;
    right: 1.875rem;
    width: 34px;
    width: 2.125rem;
    width: 34px;
    width: 2.125rem;
  }
  .p-footer {
    padding: 45px 0 30px;
    padding: 2.8125rem 0 1.875rem;
  }
  .p-footer__inner {
    max-width: 100%;
    padding: 0 25px;
    padding: 0 1.5625rem;
  }
  .p-footer__wrap {
    display: flex;
    justify-content: center;
    margin: auto;
    max-width: 1400px;
    max-width: 87.5rem;
  }
  .p-footer__logo {
    max-width: 503px;
    max-width: 31.4375rem;
  }
  .p-footer__logo a {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  .p-footer__nav {
    margin-left: 170px;
    margin-left: 10.625rem;
    max-width: none;
    max-width: initial;
  }
  .p-footer__nav-items {
    gap: 0 56px;
    gap: 0 3.5rem;
  }
  .p-footer__nav-item a {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.03em;
    padding: 14px;
    padding: 0.875rem;
  }
  .p-footer__bottom-nav-items {
    gap: 0 10px;
    gap: 0 0.625rem;
    justify-content: left;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-footer__bottom-nav-item a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px;
    padding: 0.875rem;
  }
  .p-footer__bottom-nav-item--arrow {
    margin-left: 4px;
    margin-left: 0.25rem;
    width: 10px;
    width: 0.625rem;
  }
  .p-footer__copyright {
    font-size: 10px;
    font-size: 0.625rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    text-align: right;
  }
  .p-header {
    height: 118px;
    height: 7.375rem;
  }
  .p-header__inner {
    max-width: 1770px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-header__logo {
    margin: 0;
    margin: initial;
    max-width: 261px;
    max-width: 16.3125rem;
  }
  .p-header__nav {
    display: block;
  }
  .p-header__nav-items {
    gap: 10px;
    gap: 0.625rem;
  }
  .p-header__nav-item a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-header__drawer-logo {
    margin: auto 0;
  }
  .p-kv__message-wrap {
    top: calc(50% - 4.375rem);
  }
  .p-kv__logo {
    width: 600px;
    width: 37.5rem;
  }
  .p-kv__movie {
    -webkit-mask-size: 69.5652173913svh;
            mask-size: 69.5652173913svh;
  }
  .p-kv__movie.js-scroll {
    animation: expandMaskPc 5s;
  }
  .p-kv__message {
    aspect-ratio: 240/109;
    width: 240px;
    width: 15rem;
  }
  .p-kv__text {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.6666666667;
  }
  .p-news-list__item {
    padding-bottom: 22px;
    padding-bottom: 1.375rem;
  }
  .p-news-list__item + .p-news-list__item {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-news-list__item a {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .p-news-list__item-meta {
    align-items: flex-start;
    width: 275px;
    width: 17.1875rem;
  }
  .p-news-list__item-meta-text {
    flex-direction: column;
  }
  .p-news-list__item-date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-news-list__item-category {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-left: 0;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .p-news-list__item-pdf {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 6px 13px;
    padding: 0.375rem 0.8125rem;
  }
  .p-news-list__item-title {
    flex: 1;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .p-release-tab {
    width: 606px;
    width: 37.875rem;
  }
  .p-release-tab-item {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 8px 0;
    padding: 0.5rem 0;
  }
  .p-sub-company-tab {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-sub-company-tab__menu-item a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.5333333333;
    padding: 3px;
    padding: 0.1875rem;
  }
  .p-sub-contact-agreement__inner.l-inner {
    max-width: calc(56.25rem + 50px);
  }
  .p-sub-contact-agreement__title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
  }
  .p-sub-contact-agreement__top-wrap {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-sub-contact-agreement__section-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-sub-contact-agreement__item {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-contact-agreement__section {
    height: 360px;
    height: 22.5rem;
    margin-top: 34px;
    margin-top: 2.125rem;
    padding: 37px 40px;
    padding: 2.3125rem 2.5rem;
  }
  .p-sub-contact-agreement__description-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-sub-contact-agreement__description-text-indent {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
  .p-sub-contact-agreement__agree-wrap {
    padding: 35px 30px 20px;
    padding: 2.1875rem 1.875rem 1.25rem;
  }
  .p-sub-contact-agreement__btn-wrap {
    gap: 20px;
    gap: 1.25rem;
  }
  .p-sub-contact-agreement__btn {
    width: 240px;
    width: 15rem;
  }
  .p-sub-contact-entry__inner.l-inner {
    max-width: calc(56.25rem + 50px);
    max-width: 950px;
  }
  .p-sub-contact-entry__title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
  }
  .p-sub-contact-entry__wrap {
    margin: 75px auto 0;
    margin: 4.6875rem auto 0;
  }
  .p-sub-contact-entry__form-wrap {
    margin: 20px auto 0;
    margin: 1.25rem auto 0;
  }
  .p-sub-contact-entry__form {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .p-sub-contact-entry__sub-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 35px;
    margin-top: 2.1875rem;
    padding: 1px 20px;
    padding: 0.0625rem 1.25rem;
  }
  .p-sub-contact-entry__text-wrap {
    margin-top: 22px;
    margin-top: 1.375rem;
  }
  .p-sub-contact-entry__item-wrap {
    align-items: center;
    display: flex;
    gap: 10px;
    gap: 0.625rem;
    margin-top: 35px;
    margin-top: 2.1875rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
  .p-sub-contact-entry__item-wrap + .p-sub-contact-entry__item-wrap {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-sub-contact-entry__item-wrap--start {
    align-items: flex-start;
  }
  .p-sub-contact-entry__label {
    align-items: flex-start;
    font-size: 16px;
    font-size: 1rem;
    width: 270px;
    width: 16.875rem;
  }
  .p-sub-contact-entry__label span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .p-sub-contact-entry__textarea,
  .p-sub-contact-entry__input {
    flex-grow: 1;
    margin: 0;
  }
  .p-sub-contact-entry__submit-wrap {
    margin-top: 30px;
    margin-top: 1.875rem;
    width: 240px;
    width: 15rem;
  }
  .p-sub-contact-entry__submit::before {
    height: 8px;
    height: 0.5rem;
    right: 30px;
    right: 1.875rem;
    width: 8px;
    width: 0.5rem;
  }
  .p-sub-contact-entry__address {
    flex-grow: 1;
  }
  .p-sub-contact__wrap {
    margin-top: 75px;
    margin-top: 4.6875rem;
  }
  .p-sub-contact__inner.l-inner {
    max-width: 950px;
  }
  .p-sub-contact__section + .p-sub-contact__section {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-sub-contact__title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
  .p-sub-contact__text-wrap {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-contact__btn {
    margin-top: 25px;
    margin-top: 1.5625rem;
    max-width: 240px;
    max-width: 15rem;
  }
  .p-sub-effort__list {
    display: grid;
  }
  .p-sub-effort__list[data-group=nissen] {
    gap: 3px 10px;
    gap: 0.1875rem 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-sub-effort__list[data-group=un] {
    gap: 10px 30px;
    gap: 0.625rem 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-sub-effort__item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-sub-effort__item-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-sub-effort__section {
    padding-bottom: 76px;
    padding-bottom: 4.75rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .p-sub-effort__section + .p-sub-effort__section {
    padding-top: 70px;
    padding-top: 4.375rem;
  }
  .p-sub-effort__subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.3333333333;
  }
  .p-sub-effort__item-text {
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .p-sub-effort__bnr {
    aspect-ratio: 630/130;
    margin-top: 72px;
    margin-top: 4.5rem;
    max-width: 630px;
    max-width: 39.375rem;
  }
  .p-sub-environment__wrap {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
  }
  .p-sub-environment__sub-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .p-sub-environment__philosophyーitem + .p-sub-environment__philosophyーitem {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-environment__text + .p-sub-environment__text {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-sub-environment__sign {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-sub-environment__sign-ceo {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .p-sub-environment__sign-name {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.1333333333;
  }
  .p-sub-environment__text-wrap {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-environment__section {
    margin-top: 76px;
    margin-top: 4.75rem;
  }
  .p-sub-environment__section + .p-sub-environment__section {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-sub-environment__img {
    aspect-ratio: 628/357;
    margin: 35px auto;
    margin: 2.1875rem auto;
    width: 628px;
    width: 39.25rem;
  }
  .p-sub-environment__list {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-sub-environment__item {
    align-items: center;
    display: flex;
    gap: 8.8888888889%;
    justify-content: start;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    padding-top: 28px;
    padding-top: 1.75rem;
  }
  .p-sub-environment__term {
    flex-shrink: 0;
    width: 290px;
    width: 18.125rem;
  }
  .p-sub-environment__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-sub-governance__wrap {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
  }
  .p-sub-governance__text + .p-sub-governance__text {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-sub-governance__text-wrap {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-sub-governance__section {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-sub-governance__section + .p-sub-governance__section {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-sub-governance__list-title {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding: 6px 15px;
    padding: 0.375rem 0.9375rem;
  }
  .p-sub-governance__item {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-sub-governance__term {
    flex-shrink: 0;
    width: 290px;
    width: 18.125rem;
  }
  .p-sub-governance__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
  .p-sub-group__wrap {
    margin-top: 33px;
    margin-top: 2.0625rem;
  }
  .p-sub-group__section {
    margin-top: 76px;
    margin-top: 4.75rem;
  }
  .p-sub-group__text-wrap {
    display: grid;
    flex-grow: 1;
    grid-template-columns: 25rem 1fr;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    grid-gap: 40px;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-sub-group__content {
    flex-direction: row;
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-sub-group__content + .p-sub-group__content {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-group__list {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-sub-group__list + .p-sub-group__list {
    margin-top: 0;
  }
  .p-sub-group__name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
  .p-sub-group__term {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
    max-width: 120px;
    max-width: 7.5rem;
  }
  .p-sub-group__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
  }
  .p-sub-history-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-sub-history-list::before {
    left: calc(50% - 3px);
    top: 30px;
    width: 6px;
  }
  .p-sub-history-list__item {
    top: 10px;
  }
  .p-sub-history-list__item::after {
    top: 20px;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
  }
  .p-sub-history-list__item.p-sub-history-list__item--right::after {
    left: -8px;
  }
  .p-sub-history-list__item.p-sub-history-list__item--left::after {
    left: auto;
    left: initial;
    right: -8px;
  }
  .p-sub-history-list__item[data-year=year-1974] {
    margin-top: -320px;
    margin-top: -20rem;
  }
  .p-sub-history-list__item[data-year=year-1975] {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-sub-history-list__item[data-year=year-1980] {
    margin-top: -280px;
    margin-top: -17.5rem;
  }
  .p-sub-history-list__item[data-year=year-1982] {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-sub-history-list__item[data-year=year-1988] {
    margin-top: -340px;
    margin-top: -21.25rem;
  }
  .p-sub-history-list__item[data-year=year-2000] {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-sub-history-list__item[data-year=year-2002] {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-sub-history-list__item[data-year=year-2003] {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-sub-history-list__item[data-year=year-2004] {
    margin-top: 90px;
    margin-top: 5.625rem;
  }
  .p-sub-history-list__item[data-year=year-2006] {
    margin-top: -50px;
    margin-top: -3.125rem;
  }
  .p-sub-history-list__item[data-year=year-2007] {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-sub-history-list__item[data-year=year-2008] {
    margin-top: -450px;
    margin-top: -28.125rem;
  }
  .p-sub-history-list__item[data-year=year-2009] {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-sub-history-list__item[data-year=year-2010] {
    margin-top: -230px;
    margin-top: -14.375rem;
  }
  .p-sub-history-list__item[data-year=year-2011] {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-sub-history-list__item[data-year=year-2012] {
    margin-top: -336px;
    margin-top: -21rem;
  }
  .p-sub-history-list__item[data-year=year-2014] {
    margin-top: -150px;
    margin-top: -9.375rem;
  }
  .p-sub-history-list__item[data-year=year-2017] {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-sub-history-list__item[data-year=year-2018] {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-history-list__item[data-year=year-2019] {
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-sub-history-list__item[data-year=year-2020] {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-history-list__item[data-year=year-2021] {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-sub-history-list__item[data-year=year-2023] {
    margin-top: -20px;
    margin-top: -1.25rem;
  }
  .p-sub-history-list__item[data-year=year-2024] {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-sub-history-list__term {
    font-size: 70px;
    font-size: 4.375rem;
    margin-top: -10px;
    margin-top: -0.625rem;
    transition: transform 1s ease-out, opacity 0.5s ease-out;
  }
  .p-sub-history-list__term.u-fadein-right {
    text-align: right;
  }
  .p-sub-history-list__term.u-fadein-left {
    text-align: left;
  }
  .p-sub-history-list__item::before {
    top: 28px;
    width: 71.3043478261%;
  }
  .p-sub-history-list__item:nth-child(n+8)::before {
    width: 66.0869565217%;
  }
  .p-sub-history-list__item.p-sub-history-list__item--left::before {
    left: auto;
    left: initial;
    right: 0;
  }
  .p-sub-history-list__description {
    margin-left: auto;
    max-width: none;
    max-width: initial;
    max-width: 86.0869565217%;
  }
  .p-sub-history-list__description.u-fadein-left {
    margin-left: 0;
  }
  .p-sub-history-list__description-wrap {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
  .p-sub-history-list__month {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-sub-history-list__month span {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-sub-history-list__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
  }
  .p-sub-history-list__img {
    aspect-ratio: 245/164;
    max-width: 245px;
    max-width: 15.3125rem;
  }
  .p-sub-history-list__img[data-image=image-1974-1] {
    aspect-ratio: 145/164;
    max-width: 145px;
    max-width: 9.0625rem;
  }
  .p-sub-history-list__img[data-image=image-1974-2] {
    aspect-ratio: 116/164;
    max-width: 116px;
    max-width: 7.25rem;
  }
  .p-sub-history-list__img[data-image=image-1974-3] {
    aspect-ratio: 215/164;
    max-width: 215px;
    max-width: 13.4375rem;
  }
  .p-sub-history-list__img[data-image=image-1975-1] {
    aspect-ratio: 188/188;
    max-width: 188px;
    max-width: 11.75rem;
  }
  .p-sub-history-list__img[data-image=image-1975-2],
  .p-sub-history-list__img[data-image=image-1975-3] {
    aspect-ratio: 147/188;
    max-width: 147px;
    max-width: 9.1875rem;
  }
  .p-sub-history-list__figcaption {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-sub-history__section {
    margin-top: 76px;
    margin-top: 4.75rem;
    max-width: none;
    max-width: initial;
  }
  .p-sub-history__title {
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 700;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  .p-sub-news-list__item {
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
  }
  .p-sub-news-list__item + .p-sub-news-list__item {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .p-sub-news-list__item a {
    align-items: flex-start;
    display: flex;
  }
  .p-sub-news-list__item-meta {
    align-items: flex-start;
    min-width: 255px;
    min-width: 15.9375rem;
  }
  .p-sub-news-list__item-text {
    gap: 50px;
    gap: 3.125rem;
  }
  .p-sub-news-list__item-date {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-sub-news-list__item-category {
    min-width: 120px;
    min-width: 7.5rem;
  }
  .p-sub-news-list__item-pdf {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 38px;
    margin-left: 2.375rem;
    padding: 8px 15px;
    padding: 0.5rem 0.9375rem;
  }
  .p-sub-news-list__item-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    margin: 0 0 0 48px;
    margin: 0 0 0 3rem;
  }
  .p-sub-news-tab {
    width: 862px;
    width: 53.875rem;
  }
  .p-sub-news__inner.l-inner {
    max-width: 1200px;
  }
  .p-sub-news__head {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 75px auto 0;
    margin: 4.6875rem auto 0;
  }
  .p-sub-news__list {
    margin: 70px auto 0;
    margin: 4.375rem auto 0;
  }
  .p-sub-news__select-wrap {
    margin-top: 0;
    width: 181px;
    width: 11.3125rem;
  }
  .p-sub-news__select select {
    padding: 10px 122px 10px 10px;
    padding: 0.625rem 7.625rem 0.625rem 0.625rem;
  }
  .p-sub-news__select::after {
    right: 10px;
  }
  .p-sub-outline__wrap {
    margin-top: 40px;
    margin-top: 2.5rem;
    margin-top: 0;
  }
  .p-sub-outline__text-wrap {
    display: grid;
    flex-grow: 1;
    grid-template-columns: 25rem 1fr;
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
    grid-gap: 40px;
    gap: 40px;
    gap: 2.5rem;
  }
  .p-sub-outline__section {
    margin-top: 76px;
    margin-top: 4.75rem;
  }
  .p-sub-outline__content {
    flex-direction: row;
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .p-sub-outline__content + .p-sub-outline__content {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-outline__list {
    display: flex;
    gap: 10px;
    gap: 0.625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  #map {
    padding-top: 8.3125rem;
    margin-top: -6.5rem;
  }
  .p-sub-outline__list--director {
    display: flex;
    gap: 10px;
    gap: 0.625rem;
  }
  .p-sub-outline__name {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
  .p-sub-outline__term {
    font-size: 16px;
    font-size: 1rem;
    max-width: 285px;
    max-width: 17.8125rem;
  }
  .p-sub-outline__description {
    flex: 1;
    font-size: 16px;
    font-size: 1rem;
    padding: 0;
  }
  .p-sub-outline__description-wrap + .p-sub-outline__description-wrap {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-sub-outline__description-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-sub-outline__description-list {
    margin-top: 0;
  }
  .p-sub-outline__description-list + .p-sub-outline__description-list {
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .p-sub-outline__description-term {
    max-width: 140px;
    max-width: 8.75rem;
  }
  .p-sub-outline__map {
    aspect-ratio: 855/370;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 10px;
    margin-top: 0.625rem;
    width: 855px;
    width: 53.4375rem;
  }
  .p-sub-personal__wrap {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .p-sub-personal__inner.l-inner {
    max-width: 900px;
    max-width: 56.25rem;
    max-width: 950px;
  }
  .p-sub-personal__section {
    height: 360px;
    height: 22.5rem;
    margin-top: 35px;
    margin-top: 2.1875rem;
    padding: 35px 60px 40px 40px;
    padding: 2.1875rem 3.75rem 2.5rem 2.5rem;
  }
  .p-sub-personal__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-sub-personal__sub-title {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-personal__description,
  .p-sub-personal__agree-text {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
  .p-sub-personal__description-wrap {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-sub-personal__text + .p-sub-personal__text {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-sub-personal__text {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-sub-personal__agree-wrap {
    margin-top: 34px;
    margin-top: 2.125rem;
  }
  .p-sub-personal__btn-wrap {
    max-width: 500px;
    max-width: 31.25rem;
  }
  .p-sub-philosophy__wrap {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
  }
  .p-sub-philosophy__sub-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.6666666667;
  }
  .p-sub-philosophy__philosophyーitem + .p-sub-philosophy__philosophyーitem {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-philosophy__text + .p-sub-philosophy__text {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-sub-philosophy__sign {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-sub-philosophy__sign-ceo {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.8888888889;
  }
  .p-sub-philosophy__sign-name {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.1333333333;
  }
  .p-sub-philosophy__text-wrap {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-philosophy__section {
    margin-top: 76px;
    margin-top: 4.75rem;
  }
  .p-sub-philosophy__section + .p-sub-philosophy__section {
    margin-top: 80px;
    margin-top: 5rem;
  }
  #lottie {
    max-width: 950px;
    max-width: 59.375rem;
    top: 35%;
  }
  .p-sub-philosophy__philosophy-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 3.125;
  }
  .p-sub-philosophy__strategy-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.375;
  }
  .p-sub-philosophy__img {
    margin: 32px auto;
    margin: 2rem auto;
    width: 498px;
    width: 31.125rem;
  }
  .p-sub-social__wrap {
    margin: 28px auto 0;
    margin: 1.75rem auto 0;
  }
  .p-sub-social__sub-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6666666667;
    min-height: 60px;
    min-height: 3.75rem;
    padding-bottom: 0px;
    padding-bottom: 0rem;
    text-align: center;
  }
  .p-sub-social__group-wrap:nth-child(1) .p-sub-social__sub-title {
    margin-left: 50%;
    text-align: center;
  }
  .p-sub-social__text + .p-sub-social__text {
    margin-top: 0px;
    margin-top: 0rem;
  }
  .p-sub-social__text-wrap {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-sub-social__section {
    margin-top: 76px;
    margin-top: 4.75rem;
  }
  .p-sub-social__section + .p-sub-social__section {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-sub-social__list {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-sub-social__item {
    display: flex;
    gap: 8.8888888889%;
    justify-content: start;
    padding-bottom: 25px;
    padding-bottom: 1.5625rem;
    padding-left: 8px;
    padding-left: 0.5rem;
    padding-top: 25px;
    padding-top: 1.5625rem;
  }
  .p-sub-social__group {
    display: grid;
    grid-template-columns: 2fr 1fr;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-sub-social__group-wrap + .p-sub-social__group-wrap {
    margin-top: 0;
  }
  .p-sub-social__group-left {
    display: grid;
    grid-gap: 0;
    gap: 0;
    grid-template-columns: 1fr 1fr;
  }
  .p-sub-social__group-right {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .p-sub-social__group-description {
    text-align: center;
  }
  .p-sub-social__term {
    flex-shrink: 0;
    width: 290px;
    width: 18.125rem;
  }
  .p-sub-social__env-wrap {
    display: flex;
    margin: 38px auto;
    margin: 2.375rem auto;
    max-width: 900px;
    max-width: 56.25rem;
    width: 100%;
  }
  .p-sub-social__env-list {
    width: 50%;
  }
  .p-sub-social__subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-sub-social__group-date {
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-sub-social__award-item {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
  .p-sub-social__award-term {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-sub-social__award-description {
    margin-top: 12px;
    margin-top: 0.75rem;
  }
  .p-sub-social__env-item {
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
  }
  .p-sub-sustainability__wrap {
    display: grid;
    grid-template-columns: 15.5652173913% 52.1739130435%;
    grid-template-columns: 34.4669117647% 65.7169117647%;
    margin-top: 30px;
    margin-top: 1.875rem;
    grid-gap: 5.5147058824%;
    align-items: center;
    gap: 5.5147058824%;
    justify-content: center;
  }
  .p-sub-sustainability__img {
    margin-left: auto;
    margin-right: 0;
    width: 179px;
    width: 11.1875rem;
  }
  .p-sub-sustainability__text-wrap {
    margin-top: 0;
  }
  .p-sub-sustainability__text {
    line-height: 2.375;
  }
  .p-sub-sustainability__section + .p-sub-sustainability__section {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .p-sub-sustainability__item {
    align-items: start;
    display: grid;
    grid-template-columns: 27.4782608696% 71.652173913%;
    grid-gap: 0.8695652174%;
    gap: 0.8695652174%;
  }
  .p-sub-sustainability__item + .p-sub-sustainability__item {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .p-sub-sustainability__term {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
  }
  .p-sub-sustainability__term::before {
    font-size: 18px;
    font-size: 1.125rem;
    height: 38px;
    height: 2.375rem;
    width: 38px;
    width: 2.375rem;
  }
  .p-sub-sustainability__description {
    margin-top: 0;
  }
  .p-sub-sustainability__description-text + .p-sub-sustainability__description-text {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .p-sub-sustainability__activity-items {
    gap: 2px;
    gap: 0.125rem;
    grid-template-columns: repeat(4, 1fr);
    margin-left: 0;
    margin-right: 0;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-sub-sustainability__activity-item-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-sub-sustainability__activity-item-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .p-sub-news-tab__menu-item {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.5333333333;
    padding: 3px;
    padding: 0.1875rem;
  }
  .p-sustainability-tab__menu {
    grid-column: 1/5;
    grid-template-columns: repeat(5, 1fr);
    margin: 80px auto 70px;
    margin: 5rem auto 4.375rem;
  }
  .p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(1),
  .p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(2),
  .p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(3) {
    grid-column: initial;
  }
  .p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(4),
  .p-sustainability-tab__menu .p-sustainability-tab__menu-item:nth-child(5) {
    grid-column: initial;
  }
  .p-sustainability-tab__menu-item a {
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 2.375;
    padding: 5px;
    padding: 0.3125rem;
  }
  .p-top-company__items {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-company__item-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .p-top-company__item-subtitle {
    font-size: 50px;
    font-size: 3.125rem;
  }
  .p-top-company__group {
    margin-top: 108px;
    margin-top: 6.75rem;
  }
  .p-top-company__group-title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .p-top-company__group-list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-company__group-inner.l-top-inner {
    padding-left: 25px;
    padding-left: 1.5625rem;
    padding-right: 25px;
    padding-right: 1.5625rem;
  }
  .p-top-copy {
    aspect-ratio: 1920/1480;
    background-image: url("/images/top/copy-bg_pc.jpg");
    max-height: none;
    max-height: initial;
    min-height: 0;
    min-height: initial;
  }
  .p-top-copy__inner {
    margin: auto;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .p-top-copy__wrap {
    margin: auto;
    max-width: 1700px;
    max-width: 106.25rem;
    padding-left: 140px;
    padding-left: 8.75rem;
  }
  .p-top-copy-title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.5306122449;
  }
  .p-top-copy__text {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 2.8571428571;
    margin-right: 160px;
    margin-right: 10rem;
    margin-top: 80px;
    margin-top: 5rem;
    max-width: 670px;
    max-width: 41.875rem;
  }
  .p-group-list {
    gap: 60px 5px;
    gap: 3.75rem 0.3125rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-group-list__item-content {
    margin-top: 25px;
    margin-top: 1.5625rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .p-group-list__item-title {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
  }
  .p-group-list__item-text {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-group-list__item-img {
    aspect-ratio: 570/236;
  }
  .p-group-list__button {
    margin-top: 16px;
    margin-top: 1rem;
    max-width: 220px;
    max-width: 13.75rem;
  }
  .p-top-news-tab__menu-item {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.5333333333;
    padding: 3px;
    padding: 0.1875rem;
  }
  .p-top-news__wrap {
    display: flex;
    gap: 50px;
    gap: 3.125rem;
    justify-content: space-between;
  }
  .p-top-news__tab {
    width: 1150px;
    width: 71.875rem;
  }
  .p-top-news__btn {
    margin-left: 0;
    margin-left: initial;
    margin-right: 0;
    margin-right: initial;
    margin-top: 22px;
    margin-top: 1.375rem;
    max-width: 200px;
    max-width: 12.5rem;
  }
  .p-top-news__wrap-left {
    min-width: 244px;
    min-width: 15.25rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .p-top-news__wrap-right {
    width: 1150px;
    width: 71.875rem;
  }
  .p-top-news__list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-recruit {
    aspect-ratio: 1920/560;
    background-image: url("/images/top/recruit_pc.png");
  }
  .p-top-recruit__inner {
    padding-top: 13.6458333333%;
  }
  .p-top-recruit__btn {
    margin-top: 22px;
    margin-top: 1.375rem;
    max-width: 220px;
    max-width: 13.75rem;
  }
  .p-top-service__inner {
    padding-bottom: 160px;
    padding-bottom: 10rem;
  }
  .p-top-service__text {
    font-size: 15px;
    font-size: 0.9375rem;
    padding-top: 4px;
    padding-top: 0.25rem;
  }
  .p-top-service__site-items {
    align-items: center;
    align-items: stretch;
    display: flex;
    justify-content: center;
    margin-top: 40px;
    margin-top: 2.5rem;
    max-width: 1720px;
    max-width: 107.5rem;
  }
  .p-top-service__site {
    border-left: 1px solid #CCCCCC;
  }
  .p-top-service__site:last-child {
    border-right: 1px solid #CCCCCC;
  }
  .p-top-service__site-link {
    padding: 20px 25px;
    padding: 1.25rem 1.5625rem;
  }
  .p-top-service__site-img {
    height: 100px;
    height: 6.25rem;
    width: 100%;
  }
  .p-top-service__site-img[data-site=nissen] img {
    aspect-ratio: 223/100;
  }
  .p-top-service__site-img[data-site=nissen-btob] img {
    aspect-ratio: 223/100;
  }
  .p-top-service__site-img[data-site=clette] img {
    aspect-ratio: 229/100;
  }
  .p-top-service__site-img[data-site=nissen-nr] img {
    aspect-ratio: 218/100;
  }
  .p-top-service__site-img[data-site=nissen-food] img {
    aspect-ratio: 220/100;
  }
  .p-top-service__site-text {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 16px;
    font-size: 1rem;
    margin-top: auto;
  }
  .p-top-service__site-text::after {
    font-size: 16px;
    font-size: 1rem;
    margin-top: auto;
  }
  .p-top-sustainability {
    aspect-ratio: 1920/560;
    background-image: url("/images/top/sustainability-bg-pc.jpg");
  }
  .p-top-sustainability__btn {
    margin-top: 16px;
    margin-top: 1rem;
    max-width: 220px;
    max-width: 13.75rem;
  }
  .p-wrapper {
    padding: 30px 0 140px;
    padding: 1.875rem 0 8.75rem;
  }
  .u-hidden-pc {
    display: none;
  }
  .u-hidden-sp {
    display: block;
  }
}

@media (min-width: 1150px){
  html {
    font-size: 0.9302325581vw;
  }
  .p-sub-history-list__item[data-year=year-2008] {
    margin-top: -350px;
    margin-top: -21.875rem;
  }
}

@media (min-width: 1600px){
  html {
    font-size: 16px;
  }
  .p-sub-history-list__item[data-year=year-2008] {
    margin-top: -450px;
    margin-top: -28.125rem;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.8;
  }
  .c-btn:hover {
    background-color: #614d7d;
    opacity: 1;
  }
  .c-btn.c-btn--gray:hover {
    background-color: #bbbbbb;
    opacity: 0.8;
  }
  .c-btn.c-btn--border:hover {
    background-color: #000;
    color: #fff;
  }
  .c-btn.c-btn--border:hover::before {
    border-color: #fff;
  }
  .p-header__nav-item a:hover {
    opacity: 1;
  }
  .p-header__nav-item a:hover::after {
    transform: scale(1, 1);
  }
  .p-sub-news__select select:hover {
    opacity: 0.8;
  }
  .p-sub-sustainability__activity-item-link:hover {
    cursor: pointer;
  }
  .p-sub-sustainability__activity-item-link:hover .p-sub-sustainability__activity-item-img img {
    filter: blur(0);
    height: 100%;
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
  .p-sub-news-tab__menu-item:hover {
    opacity: 0.8;
  }
  .p-top-company__item-link:hover {
    cursor: pointer;
  }
  .p-top-company__item-link:hover .p-top-company__item-img img {
    filter: blur(0);
  }
  .p-top-news-tab__menu-item:hover {
    opacity: 0.8;
  }
  .p-top-recruit:hover .c-btn.c-btn--white {
    background-color: #000;
    color: #fff;
  }
  .p-top-recruit:hover {
    opacity: 1;
  }
  .p-top-recruit:hover .c-btn.c-btn--white::before {
    border-color: #fff;
  }
  .p-top-service__site-link:hover {
    background-color: rgba(195, 195, 195, 0.1);
    opacity: 1;
  }
  .p-top-sustainability:hover {
    opacity: 1;
  }
  .p-top-sustainability:hover .c-btn.c-btn--white {
    background-color: #000;
    color: #fff;
  }
  .p-top-sustainability:hover .c-btn.c-btn--white::before {
    border-color: #fff;
  }
}

@media screen and (min-width: 1000px){
  .p-sub-social__sub-title {
    min-height: 55px;
    min-height: 3.4375rem;
  }
}

@media screen and (min-width: 1200px){
  .p-sub-sustainability__activity-item-subtitle {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-company__item-subtitle {
    font-size: 80px;
    font-size: 5rem;
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-top-copy-title {
    font-size: 98px;
    font-size: 6.125rem;
    line-height: 1.5306122449;
  }
  .p-top-service__site-link {
    padding: 30px 60px;
    padding: 1.875rem 3.75rem;
  }
}
/*# sourceMappingURL=style.css.map */
