@charset "UTF-8";

html.js-nav-open {
  overflow: hidden;
  height: 100%;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vw;
  letter-spacing: 0.06em;
  line-height: 1.8;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #0092d8;
  text-decoration: underline;
  cursor: pointer;
}
a:not([href]) {
  pointer-events: none;
}
a:hover {
  text-decoration: none;
}

label {
  display: inline-block;
}

button {
  cursor: pointer;
}

option[disabled] {
  display: none;
}

picture {
  display: block;
}

.l-header {
  transition: transform 0.3s ease, background 0.3s, color 0.3s;
}
.l-header.js-fixed {
  position: fixed;
  z-index: 101;
  top: 0;
  width: 100%;
  background: #fff;
  transform: translate(0, -160px);
}
.l-header.js-show {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  transform: translate(0, 0);
}
.js-nav-open .l-header {
  background: #fff;
  color: #000;
}

.l-headerInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.js-fixed .l-headerInner {
  height: 90px;
}

.l-headerLogo__link {
  display: inline-block;
  background: url(../img/common/logo.svg) no-repeat center/contain;
  text-indent: -9999px;
}

.l-headerActions {
  float: right;
}

.l-naviMenuBtn {
  position: relative;
  width: 11.4666666667vw;
  height: 11.4666666667vw;
  margin: 0 0 0 2.6666666667vw;
}

.l-naviMenuBtn__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8vw;
  height: 4.5333333333vw;
  text-indent: -9999px;
  transform: translate(-50%, -50%);
}
.l-naviMenuBtn__text .border, .l-naviMenuBtn__text:before, .l-naviMenuBtn__text:after {
  display: block;
  position: absolute;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transition: all 0.3s;
}
.l-naviMenuBtn__text:before {
  top: 0;
  width: 100%;
}
.js-open .l-naviMenuBtn__text:before {
  top: 50%;
  transform: rotate(-135deg);
}
.l-naviMenuBtn__text .border {
  top: 50%;
  width: 76.6%;
  transform: translate(0, -100%);
}
.js-open .l-naviMenuBtn__text .border {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.l-naviMenuBtn__text:after {
  top: 100%;
  width: 53.3%;
  transform: translate(0, -100%);
}
.js-open .l-naviMenuBtn__text:after {
  top: 50%;
  width: 100%;
  transform: rotate(135deg);
}

.l-headerNavi__link {
  display: block;
  padding: 2em 0;
  color: #000;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.l-headerNavi__link--arrow {
  padding: 0 1em 0 0;
}
.l-headerNavi__link--arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translate(0, -65%) rotate(45deg);
}

.l-headerNavi__overlay {
  display: none;
  position: fixed;
  z-index: -1;
  top: 17.0666666667vw;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background: #fff;
}
.l-headerNavi__overlay.js-show {
  z-index: 200;
}

.l-headerNaviChild {
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 0.4s ease;
}

.l-headerNaviChild__inner.l-inner--ll {
  width: 100%;
}

.l-headerNaviChild__title {
  margin: 0 1.5em 0 0;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.l-headerNaviChild__list {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
}

.l-headerNaviChild__item {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}

.l-headerNaviChild__link {
  display: -ms-grid;
  display: grid;
  width: 100%;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  place-items: center;
}

.l-headerNavi__item_bnr {
  width: 80%;
  margin: 40px auto;
}

.l-footer {
  position: relative;
  z-index: 2;
  border-top: 1px solid #271F1B;
  background-color: #fff;
}
.l-footerMain {
  padding: 12.8vw 0;
}

.l-footerMain__inner {
  margin-left: 5.3333333333vw;
}

.l-footerLogo {
  margin: 0 0 35px;
  text-align: center;
}

.l-footerLogo__link {
  display: inline-block;
  width: 33.533333vw;
  margin: auto;
}

.l-footerLogo__img {
  width: 100%;
}

.l-footerNavi__main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 20px 0;
  margin: 0 0 12vw;
}

.l-footerNavi__sub {
  width: 100%;
  margin: 0 0 2.6666666667vw;
}

.l-footerNavi__group {
  -ms-flex: 1;
      flex: 1;
}

.l-footerNavi__title:nth-child(n+2) {
  margin-top: 1em;
}

.l-footerNavi__titleLink {
  display: block;
  padding: 0.6em 0;
  border-bottom: 1px solid CurrentColor;
  color: #271F1B;
  text-decoration: none;
}

.l-footerNavi__text {
  white-space: nowrap;
}

.l-footerNavi__link {
  color: #271F1B;
  font-size: 14px;
  text-decoration: none;
}

.l-footerNaviList__item--sub {
  margin: 0;
}

.l-footerNavi__link--sub {
  color: #271F1B;
  text-decoration: none;
}

.l-footerNaviList--sub {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.l-footerBanner {
  width: 250px;
}

.l-footerBannerTimes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 26px;
  border: 1px solid #B9B9B9;
  border-radius: 8px;
  color: #271F1B;
  text-decoration: none;
}
.l-footerBannerTimes__en {
  position: relative;
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 11px;
  text-align: right;
  letter-spacing: 0.14em;
}
.l-footerBannerTimes__en:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 1px;
  background: CurrentColor;
  content: "";
}
.l-footerBannerTimes__title {
  width: 100%;
  margin: 0.3em 0;
  font-size: 20px;
  font-weight: 500;
  text-align: justify;
  text-align-last: justify;
}
.l-footerBannerTimes__text {
  -ms-flex: 1;
      flex: 1;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.l-footerBannerTimes__check {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #535353;
  color: #fff;
  font-size: 13px;
}
.l-footerBannerTimes__check .c-icon {
  margin: 0;
}

.l-copyright {
  width: 100%;
  text-align: center;
}

.l-copyright__text {
  display: block;
  font-size: 2.6666666667vw;
  letter-spacing: 0.18em;
}

.l-footerSub {
  padding: 1em 0;
  border-top: 1px solid #271F1B;
  font-size: 3.2vw;
  letter-spacing: 0.03em;
}

.l-siteNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75em 2em;
  -ms-flex-pack: center;
      justify-content: center;
}

.l-siteNav__link {
  color: #271F1B;
  text-decoration: none;
}
.l-siteNav__link[href="javascript:void(0)"] {
  pointer-events: none;
}
.l-siteNav__link:hover {
  text-decoration: underline;
}

.pagetop {
  display: block;
  position: fixed;
}
.pagetop.js-bottom {
  position: absolute;
}

.pagetop__img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="6" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.16)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}

.is-onlyFooter {
  display: none;
}

.l-inner, .l-inner--ll, .l-inner--l, .l-inner--m, .l-inner--s {
  margin-right: 9.3333333333vw;
  margin-left: 9.3333333333vw;
}

.l-wrap {
  overflow: hidden;
}

.l-main {
  padding: 0 0 130px;
}

.l-mainContents {
  position: relative;
  z-index: 0;
  margin: -110px 0 120px;
}
.l-mainContents:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  width: 1160px;
  height: 300px;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 48px rgba(33, 59, 144, 0.1);
  content: "";
}

.l-mainSection {
  padding: 23px 0;
  background: #fff;
}
.l-mainSection--fix .l-mainSection {
  background: none;
}

.l-mainSection--fix {
  background: #f8f8f8;
}

.l-section--min {
  min-height: 500px;
}

.l-aside {
  position: relative;
  z-index: 2;
}

.c-column__1-1--pc {
  display: -ms-flexbox;
  display: flex;
}

.c-column__rightImg--pc {
  display: -ms-flexbox;
  display: flex;
}

.c-column__leftImg--pc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.c-column__caption {
  font-size: 14px;
}

.c-heading--l {
  margin: 0 0 2em;
}

.c-heading--m {
  margin: 0 0 1.6em;
}

.c-heading--s {
  margin: 0 0 1em;
}

.c-heading1 {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.6;
}

.c-heading2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.c-heading__border {
  position: relative;
  padding-left: 1em;
  font-weight: 500;
  line-height: 1.4;
}
.c-heading__border:before {
  display: inline-block;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  width: 4px;
  height: 1em;
  border-radius: 1px;
  background: #1F1F1F;
  content: "";
}

.c-heading__border--s {
  position: relative;
  padding: 0 0 0 0.6em;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.c-heading__border--s:before {
  display: block;
  position: absolute;
  top: 0.3em;
  bottom: 0;
  left: 0;
  width: 0.2em;
  height: 1em;
  border-radius: 1px;
  background: currentColor;
  content: "";
}

.c-heading__bold {
  margin-bottom: 1em;
  font-weight: bold;
}

.c-heading3 {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.14;
}

.c-heading4 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
}

.c-heading5 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

.c-link {
  text-align: center;
}
.c-link--left {
  text-align: left;
}

.c-linkBtn, .c-linkBtn--gray, .c-linkBtn--white {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0.75em 2.7em;
  border: 1px solid #35b1e8;
  border-radius: 3em;
  background-color: #35b1e8;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
}
.c-linkBtn:after, .c-linkBtn--gray:after, .c-linkBtn--white:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 20px;
  height: 6px;
  background: url(../img/common/arrow_white.svg) no-repeat right center/auto 100%;
  content: "";
  transition: right 0.2s;
  transform: translate(50%, -50%);
}

.c-linkBtn__inner {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  transition: transform 0.2s;
  transform: translateX(-10px);
}

.c-linkBtn--white {
  border-color: #fff;
  background: #fff;
  color: #35b1e8;
}
.c-linkBtn--white:after {
  background-image: url(../img/common/arrow_main.svg);
}

.c-linkBtn--gray {
  border-color: #535353;
  background: #535353;
  color: #fff;
}

.c-linkBtn--back:after {
  right: auto;
  left: 35px;
  transition: left 0.2s;
  transform: scaleX(-1) translate(50%, -50%);
}
.c-linkBtn--back .c-linkBtn__inner {
  transform: translateX(10px);
}

.c-linkText {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  text-decoration: none;
  position: relative;
}
.c-linkText .c-iconArrow {
  display: inline-block;
  width: 15px;
  height: 6px;
  margin-left: 21px;
  background: url(../img/common/arrow_main.svg) no-repeat center/0.625em;
  background-size: contain;
  transition: all 0.2s ease-out;
  transform-origin: left center;
}
.c-linkText:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translate(0%, -50%);
  transform-origin: left center;
  border: 1px solid #35b1e8;
  border-radius: 50%;
  transition: all 0.2s ease-out;
}

.c-iconBlank, .c-iconBlank--black, .c-iconBlank--white {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin: 0 0 0 0.2em;
}
.c-iconBlank:before, .c-iconBlank--black:before, .c-iconBlank--white:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_blank.svg) no-repeat center/0.625em;
  content: "";
}

.c-iconBlank--white:before {
  background: url(../img/common/icon_blank_white.svg) no-repeat center/0.625em;
}

.c-iconBlank--black:before {
  background: url(../img/common/icon_blank_black.svg) no-repeat center/0.625em;
}

.js-accodion__click {
  position: relative;
}

/* .c-button > ul > li {
  margin: 0 auto;
  max-width: 300px;
  @include mq-down() {
    max-width: px-to-vw(300);
  }
} */
.c-button__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  background: #072D45;
  color: #fff;
  text-decoration: none;
  border-radius: 3em;
  position: relative;
  padding: 15px 30px;
}

a.c-button__link:after {
  display: inline-block;
  content: "";
  background: url(/assets/img/common/arrow_white.svg) no-repeat 50% 50%;
  background-size: contain;
  margin-left: auto;
  width: 30px;
  height: 10px;
}

span.c-button__link {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.c-button__link strong {
  font-weight: normal;
}

.c-button__link i {
  margin-left: 0.5em;
}

.c-title--l h1,
.c-title--l h2,
.c-title--l h3,
.c-title--l h4,
.c-title--l h5,
.c-title--l h6,
.c-title--l p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #002D45;
  position: relative;
}

.c-title--l .c-title__hdr {
  position: relative;
  z-index: 15;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 50px;
}

.c-title--l .c-title__hdr.is_small {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 44px;
}

.c-title--l .c-title__hdr small {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 40px;
}

.c-title--l .c-title__en {
  width: 100%;
  position: relative;
  z-index: 15;
  font-family: "EB Garamond", serif;
  font-style: normal;
  text-align: center;
  font-size: 18px;
}

.c-title--l .c-title__catch {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.c-title--l .c-title__catch img {
  width: 33%;
}
.c-title--m h1,
.c-title--m h2,
.c-title--m h3,
.c-title--m h4,
.c-title--m h5,
.c-title--m h6,
.c-title--m p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #002D45;
}

.c-title--m .c-title__hdr {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 32px;
}

.c-figure .c-caption {
  font-size: 13px;
  margin: 0.5em 0 0;
  text-align: right;
}

ul.c-list > li ul, ul.c-list > li ol,
ol.c-list > li ul,
ol.c-list > li ol {
  margin-top: 1em;
}
ul.c-list > li + li,
ol.c-list > li + li {
  margin-top: 0.5em;
}

.c-list__dottedList {
  list-style: none;
}
.c-list__dottedList > li:before {
  content: "•";
  display: inline-block;
  width: 1em;
  vertical-align: top;
  font-size: 14px;
}

.c-list__orderedlist--bracket-curly-close {
  list-style: outside;
}
.c-list__orderedlist--bracket-curly-close > li {
  /*margin-left: 2.5em;*/
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
}
.c-list__orderedlist--bracket-curly-close > li:before {
  display: inline-block;
  content: counter(cnt) "）";
  /*width: 2.5em;
  margin-left: -2.5em;*/
  text-align: right;
}

.c-list__orderedlist-zeroPadding {
  counter-reset: listCount;
}
.c-list__orderedlist-zeroPadding > li {
  margin-left: 3.25em;
  text-indent: -3.25em;
}
.c-list__orderedlist-zeroPadding > li:not(:last-child) {
  margin-bottom: 4px;
}
.c-list__orderedlist-zeroPadding > li:before {
  margin-right: 10px;
  color: #35b1e8;
  font-family: "Zen Old Mincho", serif;
  counter-increment: listCount;
  content: "−" counter(listCount, decimal-leading-zero) ".";
}

.p-video {
  width: 100%;
  aspect-ratio: 640/360;
}

.p-tab__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: end;
}

.p-tab__item {
  border-right: 1px solid #8d8d8d;
}
.p-tab__item:last-child {
  border: none;
}
.p-tab__item:last-child .p-tab__btn {
  padding-right: 0;
}

.p-tab__btn {
  display: block;
  list-style: none;
  padding: 5px;
  color: #8d8d8d;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.p-tab__btn.js-active {
  color: #35b1e8;
  pointer-events: none;
}

.p-siteLink .icon_target {
  margin: 0 0 0 0.25em;
  vertical-align: initial;
}

.p-categoryLink {
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 90px 0 70px;
}

.p-categoryLink__area {
  background: #ecf9ff;
}

.p-categoryLink__item {
  -ms-flex: 1;
      flex: 1;
}

.p-categoryLink__link {
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right top;
  text-decoration: none;
}

.p-categoryLink__img {
  display: -ms-flexbox;
  display: flex;
  width: 51.15%;
  height: 100%;
  overflow: hidden;
}
.p-categoryLink__img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  transition: transform 0.2s;
}
.p-categoryLink__link:hover .p-categoryLink__img:before {
  transform: scale(1.1);
}
.p-categoryLink__img--message:before {
  background-image: url(../img/common/caegoryLink_message.png);
}
.p-categoryLink__img--philosophy:before {
  background-image: url(../img/common/caegoryLink_philosophy.png);
}
.p-categoryLink__img--history:before {
  background-image: url(../img/common/caegoryLink_history.png);
}
.p-categoryLink__img--business:before {
  background-image: url(../img/common/caegoryLink_business.png);
}
.p-categoryLink__img--profile:before {
  background-image: url(../img/common/caegoryLink_profile.png);
}
.p-categoryLink__img--merchandising:before {
  background-image: url(../img/common/caegoryLink_merchandising.png);
}
.p-categoryLink__img--logistics:before {
  background-image: url(../img/common/caegoryLink_logistics.png);
}
.p-categoryLink__img--qc:before {
  background-image: url(../img/common/caegoryLink_qc.png);
}
.p-categoryLink__img--kybclub:before {
  background-image: url(../img/common/caegoryLink_kybclub.png);
}

.p-categoryLink__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 1em;
  height: 40px;
}

.p-categoryLink__icon {
  display: inline-block;
  background: #35b1e8 url(../img/common/arrow_white.svg) no-repeat center 0.225em/0.65em 0.5em;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  transition: transform 0.2s;
}
.p-categoryLink__link:hover .p-categoryLink__icon {
  transform: translate(5px, 0);
}

.p-breadcrumb {
  margin: 0 0 70px;
}

.p-breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  font-size: 13px;
  line-height: 1.6;
}

.p-breadcrumb__item:not(:last-child):after {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1px;
  height: 1em;
  margin: 0 23px;
  background: #8d8d8d;
  content: "";
  transform: translate(0, 3px) rotate(30deg);
}

.p-breadcrumb__link {
  color: #8d8d8d;
  text-decoration: none;
}
.p-breadcrumb__link:not(.p-breadcrumb__link--noLink):hover {
  text-decoration: underline;
}

.p-pageTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
  position: relative;
  height: 380px;
  padding: 100px 0 0;
  background: #f8f8f8;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.p-pageTitle--message {
  background-image: url(../img/message/kv.png);
}
.p-pageTitle--philosophy {
  background-image: url(../img/philosophy/kv.png);
}
.p-pageTitle--history {
  background-image: url(../img/history/kv.png);
}
.p-pageTitle--business {
  background-image: url(../img/business/kv.png);
}
.p-pageTitle--profile {
  background-image: url(../img/profile/kv.png);
}
.p-pageTitle--qc {
  background-image: url(../img/qc/kv.png);
}
.p-pageTitle--merchandising {
  background-image: url(../img/merchandising/kv.png);
}
.p-pageTitle--logistics {
  background-image: url(../img/logistics/kv.png);
}
.p-pageTitle--kybclub {
  background-image: url(../img/kybclub/kv.png);
}
.p-pageTitle--products {
  background-image: url(../img/products/kv.png);
}
.p-pageTitle--recruitment {
  background-image: url(../img/recruitment/kv.png);
}
.p-pageTitle--kenbics {
  background-image: url(../img/kenbics/kv.png);
}
.p-pageTitle--news {
  background-image: url(../img/news/kv.png);
}
.p-pageTitle--contact {
  background-image: url(../img/contact/kv.png);
}
.p-pageTitle--privacy-policy {
  background-image: url(../img/privacy-policy/kv.png);
}
.p-pageTitle--site-policy {
  background-image: url(../img/site-policy/kv.png);
}

.p-pageTitle__main {
  position: relative;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-pageTitle__main:before, .p-pageTitle__main:after {
  display: block;
  position: absolute;
  top: 63px;
  width: calc(50% - 13px);
  height: 1px;
  background: #000;
  content: "";
}
.p-pageTitle__main:before {
  left: 0;
}
.p-pageTitle__main:after {
  right: 0;
}

.p-pageTitle__sub {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
}
.p-pageTitle__sub:before {
  display: block;
  position: absolute;
  bottom: 28px;
  left: 50%;
  width: 1px;
  height: 22px;
  background: #000;
  content: "";
  transform: translate(-50%, 0) rotate(30deg);
}

.dummy {
  display: block;
}

.l-main {
  padding: 0;
}

@keyframes textRotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.p-topSecTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.p-topSecTitle:before {
  display: block;
  -ms-flex: 1;
      flex: 1;
  height: 1px;
  margin: 0.15em 0 0 0.5em;
  background: #000;
  content: "";
}
.p-topSecTitle:after {
  width: 100%;
  margin: 0.4em 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: capitalize;
  content: attr(data-en);
}

.p-topHero__img {
  position: relative;
  overflow: hidden;
}

.p-topHero__text-circle {
  position: absolute;
  top: 1.25vw;
  right: 18vw;
}
.p-topHero__text-circle img {
  width: 18.7vw;
  height: 18.7vw;
  animation: textRotate 40s linear infinite;
}

/*
.p-topHero__inner {
  position: relative;
}
.p-topHero__inner:after {
  position: absolute;
  z-index: 0;
  bottom: -187%;
  left: -28vw;
  width: 156vw;
  height: 156vw;
  border-radius: 156vw;
  background-color: #fff;
  content: "";
  transform: scale(1, 0.3);
} */
.p-topHero__inner .slick-dots {
  z-index: 1;
  bottom: -14px;
}
.p-topHero__inner .slick-dots li button:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #271F1B;
}
.p-topHero__inner .slick-dots li.slick-active button:before {
  color: #35b1e8;
}
.p-topNews .l-inner--l {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.p-topNews__inner {
  max-width: 1050px;
  margin-right: auto;
  margin-left: auto;
}

.p-topNews__titleArea {
  width: 150px;
}
.p-topNews__title .c-title__en {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
.p-topNews__title .c-title__hdr {
  display: block;
  font-size: 16px;
}

.p-news__index {
  -ms-flex: 1;
      flex: 1;
  padding-left: 40px;
  border-left: 3px solid #35b1e8;
}

.p-topNewsLink {
  margin: 0 4vw;
}

.p-topNewsLink__item {
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: inherit;
  text-decoration: none;
}

.p-topNewsLink__icon {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid #747474;
  border-radius: 1em;
  background: #747474;
  font-size: 32px;
  text-indent: -9999px;
}
.p-topNewsLink__icon:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.45em;
  height: 0.2em;
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
  content: "";
  transition: transform 0.3s;
  transform: translate(-50%, -65%);
}
.p-topNewsLink__icon:hover {
  background: transparent;
}
.p-topNewsLink__icon:hover:before {
  background-image: url(../img/common/arrow_black.svg);
  transform: translate(60%, -65%);
}

.p-topWwa {
  position: relative;
  z-index: 1;
  margin-bottom: 145px;
  padding: 20px 0 10px;
}
.p-topWwa:before {
  position: absolute;
  top: -24px;
  left: 2%;
  width: 245px;
  height: 245px;
  background: url(../img/top/text-circle.svg) no-repeat center/contain;
  content: "";
  animation: textRotate 40s linear infinite;
}

.p-topWwaWrap {
  display: -ms-grid;
  display: grid;
  position: relative;
  max-width: 720px;
  width: 100%;
  min-height: 720px;
  margin: auto;
  place-content: center;
}

.p-topWwaTitle {
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}
.p-topWwaTitle:before {
  display: block;
  margin-bottom: 10px;
  color: #35b1e8;
  font-family: "Zen Old Mincho", serif;
  font-size: 44px;
  letter-spacing: 0.1em;
  content: attr(data-en);
}

.p-topWwa__text {
  font-size: 18px;
  text-align: center;
  line-height: 2.4;
}

.p-topWwa__linkWrap {
  margin-top: 48px;
  text-align: center;
}

.decoration_circle {
  display: block;
  position: absolute;
  z-index: -2;
  width: 1em;
  height: 1em;
  border-radius: 1em;
}

.decoration_color_main {
  background-color: #ecf9ff;
}

.decoration_color_gray {
  background-color: #f8f8f8;
}

.p-topWwa__decoration_type01 {
  top: 50%;
  left: 50%;
  font-size: 720px;
  transform: translate(-50%, -50%);
}
.p-topWwa__decoration_type02 {
  top: 50px;
  left: 8%;
  font-size: 225px;
}
.p-topWwa__decoration_type03 {
  top: 120px;
  left: 80%;
  font-size: 119px;
}
.p-topWwa__decoration_type04 {
  top: 250px;
  left: 87%;
  font-size: 188px;
}
.p-topWwa__decoration_type05 {
  right: 96%;
  bottom: 100px;
  font-size: 109px;
}
.p-topWwa__decoration_type06 {
  bottom: 0;
  left: 7%;
  font-size: 160px;
}

.p-topService {
  position: relative;
  margin-bottom: 16vw;
}

.p-topService__list {
  margin-top: 3em;
}

.p-topService__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: inherit;
  text-decoration: none;
}

.p-topService__textArea {
  -ms-flex: 1;
      flex: 1;
}

.p-topService__titleArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.p-topService__title {
  font-size: 5.3333333333vw;
  font-weight: 500;
  line-height: 1.5;
}
.p-topService__title:before {
  display: block;
  margin: 0 0 0.2em;
  color: #35b1e8;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.7333333333vw;
  letter-spacing: 0.1em;
  content: attr(data-en);
}

.p-topService__linkIcon {
  display: -ms-grid;
  display: grid;
  width: 1em;
  height: 1em;
  margin: 0 0 0 0.3em;
  border: 1px solid #35b1e8;
  border-radius: 1em;
  background-color: #35b1e8;
  font-size: 11.7333333333vw;
  place-content: center;
}
.p-topService__linkIcon:after {
  display: inline-block;
  width: 25px;
  height: 7.5px;
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
  content: "";
  transition: transform 0.2s;
}

.p-topService__text {
  margin: 0.75em 0;
}

.p-topService__imgArea {
  overflow: hidden;
  border-radius: 15px;
}

.p-topService__img {
  width: 100%;
  height: 100%;
  transition: 0.2s;
  object-fit: cover;
}

.p-topService__decoration_type01 {
  top: -200px;
  left: 50%;
  font-size: 1080px;
}
.p-topService__decoration_type02 {
  top: 950px;
  right: 75%;
  font-size: 640px;
}
.p-topService__decoration_type03 {
  bottom: 120px;
  left: 80%;
  font-size: 480px;
}

.p-topProducts {
  position: relative;
  padding-bottom: 95px;
}

.p-topProducts__lead {
  margin: 2em 0 3em;
}

.p-topProducts__list {
  display: -ms-flexbox;
  display: flex;
  gap: 12.8vw;
}

.p-topProducts__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}

.p-topProducts__imgArea {
  margin-bottom: 18px;
}

.p-topProducts__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
}
.p-topProducts__title:before {
  display: block;
  color: #35b1e8;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  content: attr(data-en);
}

.p-topProducts__decoration_type01 {
  top: -120px;
  right: 70%;
  font-size: 860px;
}

.p-topProducts__linkWrap {
  margin-top: 70px;
  text-align: center;
}

.p-topTot {
  margin-bottom: 80px;
  padding: 100px 0 115px;
  background-color: #f8f8f8;
}
.p-topTot .l-inner--l {
  display: -ms-grid;
  display: grid;
  gap: 0 48px;
}

.p-topTot__titleArea {
  grid-column: 1/2;
  grid-row: 1/2;
}

.p-topTotTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.p-topTot__imgWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 14px 0;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-column: 2/3;
  grid-row: 1/3;
}

.p-topTot__textArea {
  grid-column: 1/2;
  grid-row: 2/3;
}

.p-topCsr {
  margin: 0 0 10.6666666667vw;
  padding: 17.33vw 0;
  background: #35b1e8;
  color: #fff;
}

.p-topCsr__inner {
  position: relative;
}

.p-topCsr__titleMain {
  font-size: 8.53vw;
  line-height: 1.3;
}
.p-topCsr__titleMain:after {
  content: attr(data-en);
  display: block;
  font-size: 16px;
}

.p-topCsr__textArea {
  margin: 1.25em 0 2em;
}

.p-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: right;
  margin-top: 4em;
}

.p-message__text {
  width: 100%;
}
.p-message__text p {
  margin-bottom: 2em;
  text-align: justify;
}
.p-message__text .p-message__heading {
  font-size: 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 16px;
}
.p-message__text .p-message__lead {
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  margin-bottom: 53px;
}
.p-message__text .p-message__signature {
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  text-align: right;
  margin-top: 1.75em;
  margin-bottom: 0;
}

.p-president:first-child {
  width: 245px;
}
.p-president {
  width: 270px;
}
.p-president__img {
  width: 100%;
}

.p-message__corp {
  display: block;
  margin-top: 1.4em;
}

.p-message__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.p-message__name span {
  font-size: 12px;
}
.p-message__name span.name {
  /*font-family: "Noto Serif JP", serif;*/
  font-size: 22px;
  font-weight: bold;
  line-height: 1.46;
}

.p-message__infoWrap {
  margin: 1em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #B9B9B9;
}

.p-message__definition {
  font-size: 13px;
}

.p-message__definitionItem {
  margin-bottom: 12px;
}

.p-message__definitionTitle {
  display: inline-block;
  font-weight: bold;
  line-height: 18px;
}
.p-message__definitionTitle span {
  font-weight: normal;
}

.p-message__definitionDescription a {
  transition: opacity 0.2s;
}
.p-message__definitionDescription a:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.p-message__definitionDescriptionNumber {
  display: inline-block;
}

.p-message__iconID {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-bottom: 0.25em;
  background: url(/assets/img/message/icon_id.svg) no-repeat center/contain;
  vertical-align: middle;
  text-indent: -9999px;
}

.decoration_none {
  color: #000;
  text-decoration: none;
}

.p-message__position {
  font-size: 13px;
}
.p-message__position li:nth-child(n+2) {
  margin-top: 0.15em;
}

.p-message__note_wrapper {
  margin-top: 60px;
}

.p-message__note {
  font-size: 13px;
  color: #747474;
  padding-left: 29px;
  text-indent: -29px;
}
.p-message__note:not(:last-child) {
  margin-bottom: 1em;
}
.p-message__note:before {
  margin-right: 3px;
}
.p-message__note:nth-child(1):before {
  content: "※1";
}
.p-message__note:nth-child(2):before {
  content: "※2";
}
.p-message__note:nth-child(3):before {
  content: "※3";
}

.p-philosophy__head .p-philosophy__text {
  margin-top: 0;
}
.p-philosophy__head .p-philosophy__text:not(:first-child) {
  margin-top: 22.5px;
}

.p-philosophy__mission {
  position: relative;
  margin-top: 170px;
  z-index: 200;
}

.p-philosophy__vision {
  position: relative;
  margin-top: 200px;
  margin-bottom: 185px;
  z-index: 200;
}

.p-philosophy__title {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #35b1e8;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-philosophy__title:before {
  margin-right: 26px;
}
.p-philosophy__title:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin-left: 26px;
}
.p-philosophy__title:before, .p-philosophy__title:after {
  content: "";
  border-top: 1px solid #000;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.p-philosophy__text_wrapper {
  margin-top: 80px;
}
.p-philosophy__text_wrapper .p-philosophy__text:not(:first-child) {
  margin-top: 32px;
}

.p-philosophy__text {
  letter-spacing: 0.06em;
}
.p-philosophy__text .p-philosophy__text--dotted {
  border-bottom: 5px dotted #35b1e8;
}

.p-philosophy__vision .p-philosophy__title:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.p-philosophy__vision .p-philosophy__title:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.p-philosophy__vision .p-philosophy__text {
  font-size: 24px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-top: 60px;
}

.p-philosophy__origin {
  padding-top: 40px;
}

.p-philosophy__origin_title {
  color: #35b1e8;
  font-size: 32px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.2em;
}

.p-philosophy__origin_text:not(:first-child) {
  margin-top: 32px;
}

.p-philosophy__pattern01 {
  position: absolute;
  top: -143px;
  z-index: -1;
  right: 0;
  width: 500px;
  height: 500px;
  background-color: #f8f8f8;
  border-radius: 50%;
}

.p-philosophy__pattern02 {
  position: absolute;
  top: 388px;
  z-index: -1;
  right: -8px;
  width: 88px;
  height: 88px;
  background-color: #f8f8f8;
  border-radius: 50%;
}

.p-philosophy__pattern03 {
  position: absolute;
  top: 500px;
  z-index: -1;
  right: -49px;
  width: 49px;
  height: 49px;
  background-color: #ecf9ff;
  border-radius: 50%;
}

.p-philosophy__pattern04 {
  position: absolute;
  top: -145px;
  z-index: -1;
  left: 70px;
  width: 500px;
  height: 500px;
  background-color: #f8f8f8;
  border-radius: 50%;
}

.p-philosophy__pattern05 {
  position: absolute;
  top: 253px;
  z-index: -1;
  left: -70px;
  width: 119px;
  height: 119px;
  background-color: #ecf9ff;
  border-radius: 50%;
}

.p-philosophy__catch_wrapper {
  text-align: center;
  margin-top: 60px;
}

.p-philosophy__lead {
  font-size: 20px;
  font-weight: 500;
}

.p-philosophy__catch {
  font-size: 24px;
  line-height: 2;
  margin-top: 24px;
}

.p-philosophy__origin_text--small {
  font-size: 12px;
}

.p-history {
  position: relative;
}
.p-history:before, .p-history:after {
  content: "";
  position: absolute;
  left: 8px;
  width: 1px;
  background-color: #000;
}
.p-history:before {
  height: 8px;
  bottom: 20px;
}
.p-history:after {
  height: 5px;
  bottom: 10px;
}

.p-history__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 64px;
  position: relative;
}
.p-history__item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 1px;
  height: 100%;
  background-color: #000;
}
.p-history__item:last-child:before {
  height: 50%;
}
.p-history__item:last-child:after {
  content: "";
  position: absolute;
  top: calc(50% + 12px);
  left: 8px;
  width: 1px;
  height: 13px;
  background-color: #000;
}

.p-history__year {
  position: relative;
  width: 78px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding-left: 36px;
}
.p-history__year:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../img/history/icon_year.svg") no-repeat center/contain;
}

.p-history__yearUnit {
  color: transparent;
}

.p-history__tags {
  width: 166px;
  text-align: center;
  font-size: 13px;
  border-radius: 13px;
}
.p-history__tags.company_history {
  color: #D3B08E;
  border: 1px solid #D3B08E;
}
.p-history__tags.business_history {
  color: #358797;
  border: 1px solid #358797;
}
.p-history__tags.convention {
  color: #368C68;
  border: 1px solid #368C68;
}
.p-history__tags.anniversary_event {
  color: #EA627B;
  border: 1px solid #EA627B;
}

.p-history__box {
  -ms-flex: 1;
      flex: 1;
  margin-left: 35px;
}

.p-history__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline;
}
.p-history__text:not(:last-child) {
  margin-bottom: 8px;
}

.p-history__detail {
  -ms-flex: 1;
      flex: 1;
  margin-left: 24px;
  line-height: 1.5;
}

.p-history__linkWrap {
  margin: 48px 0 0;
}

.p-history__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  column-gap: 20px;
  padding: 60px;
  min-height: 180px;
  border: 1px solid #35b1e8;
  border-radius: 15px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-decoration: none;
}

.p-history__link-iconArrow {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #35b1e8;
  border-radius: 60px;
  background-color: #35b1e8;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-history__link-iconArrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 7.5px;
  background: url(../img/common/arrow_white.svg) no-repeat center/contain;
  content: "";
  transition: left 0.2s;
}

.p-business__lead {
  margin-bottom: 96px;
}

.p-business__list {
  display: -ms-grid;
  display: grid;
  gap: 54px 64px;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

.p-business__tile {
  border-radius: 15px;
  box-shadow: 7px 7px 20px rgba(152, 152, 152, 0.1490196078);
  overflow: hidden;
}

.p-business__tileWrap {
  color: #000;
  text-decoration: none;
}

.p-business__tileImg {
  position: relative;
  width: 458px;
  height: 214px;
  overflow: hidden;
}

.p-business__img {
  transition: 0.2s;
}

.p-business__textWrap {
  position: absolute;
  width: 100%;
  bottom: 14px;
  left: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-business__textWrap:before {
  display: block;
  width: 1px;
  height: 56px;
  margin-right: 40px;
  background-color: #fff;
  content: "";
  transform: translateX(20px) rotate(34deg);
}

.p-business__iconText {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 11px;
  width: auto;
}

.p-business__tileText {
  padding: 16px 33px 32px;
}

.p-business__titleWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 18px;
}

.p-business__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
}

.p-business__arrow {
  display: -ms-grid;
  display: grid;
  place-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: 1px solid #000;
  transform-origin: left center;
  transition: 0.2s;
}
.p-business__arrow:after {
  display: block;
  width: 20px;
  height: 6px;
  background: url(../img/common/arrow_black.svg) no-repeat center/contain;
  transition: 0.2s;
  content: "";
}

.p-profile__item {
  border-top: 1px solid #BCBCBC;
}
.p-profile__item:last-child {
  border: 0 solid #BCBCBC;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.p-profile__title {
  -ms-flex: 1;
      flex: 1;
  width: auto;
  font-weight: 500;
}
.p-profile__content {
  -ms-flex: auto;
      flex: auto;
  width: auto;
}
.p-profile__content--full {
  width: 100%;
}
.p-profile__list li {
  position: relative;
  padding: 0.1em 0;
  border: none;
}
.p-profile__list li:last-child {
  border: 0;
}
.p-profile__list li:before {
  content: "・";
}

.p-logistics__text {
  font-size: 16px;
}

.p-logistics__list {
  margin-top: 96px;
}
.p-logistics__list:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 160px;
  background: url(/assets/img/logistics/logistics_img07.png) no-repeat 50% 50%/cover;
}
.p-logistics__list .p-logistics__itemWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 32px;
}
.p-logistics__list .p-logistics__itemWrap .p-logistics__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 8px;
  position: relative;
}
.p-logistics__list .p-logistics__itemWrap .p-logistics__item .p-logistics__imgWrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100px;
  height: 100px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
  box-shadow: 0px 0px 8px rgba(147, 147, 147, 0.15);
}
.p-logistics__list .p-logistics__itemWrap .p-logistics__arrow {
  margin-bottom: 56px;
}

.p-logistics__main {
  margin-top: 96px;
}
.p-logistics__main .p-logistics__description:not(:first-child) {
  margin-top: 96px;
}
.p-logistics__main .p-logistics__description .p-logistics__title {
  color: #35b1e8;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3333;
  letter-spacing: 0.06em;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}
.p-logistics__main .p-logistics__description .p-logistics__title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.p-logistics__main .p-logistics__description .p-logistics__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 28px;
}
.p-logistics__main .p-logistics__description .p-logistics__content .p-logistics__textWrap {
  width: 65.9183%;
}
.p-logistics__main .p-logistics__description .p-logistics__content .p-logistics__textWrap .p-logistics__lead {
  font-weight: 600;
}
.p-logistics__main .p-logistics__description .p-logistics__content .p-logistics__textWrap .p-logistics__text {
  margin-top: 12px;
}
.p-logistics__main .p-logistics__description .p-logistics__content .p-logistics__imgWrap {
  width: 29.1836%;
}
.p-logistics__main .p-logistics__description .p-logistics__content .p-logistics__imgWrap .p-logistics__contentImg {
  border-radius: 15px;
}

.p-qc__list {
  margin-top: 57px;
}
.p-qc__list .p-qc__itemWrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 18px;
}
.p-qc__list .p-qc__itemWrap .p-qc__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 21px;
  width: 21%;
  padding: 42px 0 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
}
.p-qc__list .p-qc__itemWrap .p-qc__item .p-qc__text {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0;
}

.p-qc__main {
  margin-top: 96px;
}
.p-qc__main .p-qc__description:not(:first-child) {
  margin-top: 96px;
}
.p-qc__main .p-qc__description .p-qc__title {
  color: #35b1e8;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3333;
  letter-spacing: 0.06em;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 24px;
}
.p-qc__main .p-qc__description .p-qc__title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.p-qc__main .p-qc__description .p-qc__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 40px;
}
.p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap {
  width: 66%;
}
.p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__text:not(:first-child) {
  margin-top: 24px;
}
.p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__flow {
  margin-top: 18px;
}
.p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__flow .p-qc__flowList:not(:last-child) {
  margin-bottom: 4px;
}
.p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__flow .p-qc__flowList:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px;
  background-color: #fff;
  border: 1px solid #35b1e8;
  border-radius: 50%;
}
.p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__link {
  margin-top: 24px;
}
.p-qc__main .p-qc__description .p-qc__content .p-qc__imgWrap {
  width: 30%;
}
.p-qc__main .p-qc__description .p-qc__content .p-qc__imgWrap .p-qc__contentImg {
  border-radius: 15px;
}

.p-qc__foot {
  margin-top: 96px;
}
.p-qc__foot .p-qc__link {
  margin-top: 24px;
}

.p-kblHead {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  margin: 0 0 2.5em;
}

.p-kblTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 2.75em 3.75em 2.75em 0;
  border-top: 1px solid #BCBCBC;
  cursor: pointer;
}
.p-kblTitle.js-accodion__click[data-acc]:before, .p-kblTitle.js-accodion__click[data-acc]:after {
  content: "";
  display: block;
  height: 2px;
  width: 1em;
  border-radius: 1px;
  background: currentColor;
  position: absolute;
  top: 50%;
  right: 0.5em;
}
.p-kblTitle.js-accodion__click[data-acc]:before {
  transform: translate(0, -50%);
}
.p-kblTitle.js-accodion__click[data-acc]:after {
  transform: translate(0, -50%) rotate(90deg);
  transition: opacity 0.3s;
}
.p-kblTitle.js-accodion__click[data-acc].js-open:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.p-kblLists {
  border-bottom: 1px solid #BCBCBC;
}

.p-kblTitle__text.c-heading__border {
  margin: 0;
}
.p-kblTitle__text--protein:before {
  background: #A36A92;
}
.p-kblTitle__text--amino-acid-peptide:before {
  background: #B76363;
}
.p-kblTitle__text--water-soluble-vitamins:before {
  background: #D47D02;
}
.p-kblTitle__text--fat-soluble-vitamins:before {
  background: #E96E35;
}
.p-kblTitle__text--ufa-phospholipid:before {
  background: #4BA371;
}
.p-kblTitle__text--mineral:before {
  background: #40A0A5;
}
.p-kblTitle__text--pre-probiotics:before {
  background: #DD706E;
}
.p-kblTitle__text--functional-component:before {
  background: #527E9A;
}
.p-kblTitle__text--supplement:before {
  background: #4BA090;
}

.p-kblTitle__num {
  color: #8d8d8d;
}

.p-kblContent {
  padding: 0 0 5.5em;
}

.p-kblContent__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 6.5306122449%;
}

.p-kblContent__item {
  width: 20.1020408163%;
}

.p-kblContent__link {
  color: inherit;
  text-decoration: none;
}

.p-kblContent__imgArea {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: cover;
}

.p-kblContent__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
  font-weight: 500;
  margin: 0.5em 0 0;
}
.p-kblContent__category:before {
  content: "";
  display: block;
  height: 1px;
  width: 1em;
  background: currentColor;
  margin: 0 0.5em 0 0;
}

.p-kblContent__name {
  font-weight: 700;
}

.p-kbdLine {
  width: 100%;
  height: 6px;
  background-image: radial-gradient(#747474 25%, #fff 25%);
  background-repeat: repeat-x;
  background-position: center;
  background-size: 6px;
  border: none;
}

.p-kbdHead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 60px;
}

.p-kbdHead__text {
  -ms-flex: 1;
      flex: 1;
}

.p-kbd__category {
  display: inline-block;
  font-size: 12px;
  color: #F86212;
  border: 1px solid currentColor;
  border-radius: 3px;
  padding: 0 0.75em;
}
.p-kbd__category--protein {
  color: #A36A92;
}
.p-kbd__category--amino-acid-peptide {
  color: #B76363;
}
.p-kbd__category--water-soluble-vitamins {
  color: #D47D02;
}
.p-kbd__category--fat-soluble-vitamins {
  color: #E96E35;
}
.p-kbd__category--ufa-phospholipid {
  color: #4BA371;
}
.p-kbd__category--mineral {
  color: #40A0A5;
}
.p-kbd__category--pre-probiotics {
  color: #DD706E;
}
.p-kbd__category--functional-component {
  color: #527E9A;
}
.p-kbd__category--supplement {
  color: #4BA090;
}

.p-kbd__name {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  margin: 0.75em 0 1em;
}

.p-kbd__catchCopy {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0.75em;
  color: #35b1e8;
}

.p-kbd__explain {
  margin-bottom: 1em;
}

.p-kbdPrice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-kbdDi {
  width: 100%;
  font-size: 19px;
}

.p-kbdDi__item {
  display: -ms-flexbox;
  display: flex;
}

.p-kbdDi__title {
  font-weight: 700;
  margin: 0 1em 0 0;
}

.p-kbdPrice {
  line-height: 1.4;
  margin: 1em 0 0;
}

.p-kbdPrice__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-kbdPrice__item:nth-child(n+2) {
  margin: 0.75em 0 0;
}

.p-kbdPrice__nameTag {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 3px;
}

.p-kbdPrice__ap {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-kbdPrice__title {
  width: 3.18em;
  font-weight: 500;
  text-align: justify;
  text-align-last: justify;
  padding: 0 1em 0 0;
}

.p-kbdPrice__value {
  display: inline-block;
  padding: 0 1em 0 0;
  min-width: 4em;
}

.p-kbd__headerBorder {
  position: relative;
  padding: 0 0 0 0.6em;
  font-weight: bold;
  line-height: 1.6;
}
.p-kbd__headerBorder:before {
  display: block;
  position: absolute;
  top: 0.35em;
  bottom: 0;
  left: 0;
  width: 0.2em;
  height: 1em;
  border-radius: 1px;
  background: #35b1e8;
  content: "";
}
.p-kbdMain01 .c-heading--s {
  display: -ms-flexbox;
  display: flex;
}

.p-kbdMain02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.p-kbdMain02 .c-heading--s {
  margin: 0 0 0.8em;
}

.p-kbd__ingest {
  font-size: 14px;
  margin: 0 0 0 1em;
}

.p-kbdFree__list {
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}

.p-kbdFree__item {
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  width: 7.1em;
}
.p-kbdFree__item:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  font-size: 64px;
  margin: 0 auto 0.05em;
}
.p-kbdFree__item--casein:before {
  background: url(../img/kenbics/detail/icon-casein.svg) no-repeat center/contain;
}
.p-kbdFree__item--gluten:before {
  background: url(../img/kenbics/detail/icon-gluten.svg) no-repeat center/contain;
}
.p-kbdFree__item--sugar:before {
  background: url(../img/kenbics/detail/icon-sugar.svg) no-repeat center/contain;
}
.p-kbd__linkLeaflet {
  padding: 0.75em 2.7em 0.75em 1.5em;
}
.p-kbd__c-link {
  width: 340px;
}
.p-kbd__c-link a {
  color: #fff;
  font-weight: 600;
  position: relative;
  border: 2px solid #35b1e8;
  background-color: #35b1e8;
  border-radius: 20px;
  text-align: center;
  padding: 5px;
  margin: 20px 0;
  display: block;
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: 0.5s;
  text-decoration: none;
}
.p-kbd__c-link a:hover {
  color: #35b1e8;
  background-color: #fff;
  transition: 0.5s;
}

.p-nutritionalTableNote {
  width: 100%;
  margin-top: -10px;
}

.p-nutritionalTable {
  width: 100%;
  font-size: 14px;
  border: 1px solid #8d8d8d;
}
.p-nutritionalTable tr:nth-child(n+2) {
  border-top: 1px solid #8d8d8d;
}
.p-nutritionalTable th {
  font-weight: 400;
  padding: 0.5em 0.75em;
}
.p-nutritionalTable td {
  text-align: right;
  width: 6.25em;
  padding: 0.5em 0.75em;
  border-left: 1px dashed #8d8d8d;
}
.p-nutritionalTable--colorOn {
  background: #ECF9FF;
  border-color: #35b1e8;
}
.p-nutritionalTable--colorOn tr:nth-child(n+2) {
  border-color: #35b1e8;
}
.p-nutritionalTable--colorOn td {
  border-color: #35b1e8;
}

.p-nutritionalTableList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex: 1;
      flex: 1;
  gap: 1.75em;
}

.p-kbdFoot {
  margin: 32px 0 0;
}

.p-kbd__toIndexLink {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  color: inherit;
  text-decoration: none;
}

.p-kbd__toIndexIcon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 2em;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  background: #35b1e8 url(../img/common/icon_check_white.svg) no-repeat center/0.4em;
  margin: 0 0.3em 0 0;
}

.p-kybclub__importantText {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  border: 2px solid #35b1e8;
}

.p-kybclub__lead {
  margin-bottom: 88px;
}

.p-kybclub__leadText:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.p-kybclub__supporter {
  margin-bottom: 104px;
}

.p-kybclub__supporter_title {
  position: relative;
  margin-bottom: 35px;
  z-index: 0;
}
.p-kybclub__supporter_title span {
  padding-right: 20px;
  background-color: #fff;
  color: #747474;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0.06em;
}
.p-kybclub__supporter_title:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  content: "";
  z-index: -1;
}

.p-kybclub__imgList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-bottom: 60px;
}

.p-kybclub__imgList_item {
  width: 210px;
  background-color: #92C1B5;
}
.p-kybclub__imgList_item a {
  text-decoration: none;
}
.p-kybclub__imgList_item a:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.p-kybclub__imgList_img {
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #fff;
  border: 1px solid #D7EAE5;
  border-bottom: none;
}
.p-kybclub__imgList_img img {
  width: 100%;
}

.p-kybclub__imgList_text {
  padding: 12px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25em;
}

.p-kybclub__item:not(:last-of-type) {
  margin-bottom: 86px;
}

.p-kybclub__titleWrap {
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 36px;
}

.p-kybclub__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: #35b1e8;
  font-size: 44px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  letter-spacing: 0.1em;
}
.p-kybclub__title:after {
  display: block;
  height: 1px;
  margin-left: 20px;
  background-color: #707070;
  content: "";
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.p-kybclub__enTitle {
  width: 52px;
  height: 16px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.p-kybclub__enTitle-learn {
  background: url(/assets/img/kybclub/title_learn.svg) no-repeat center/contain;
}

.p-kybclub__enTitle-know {
  background: url(/assets/img/kybclub/title_know.svg) no-repeat center/contain;
}

.p-kybclub__enTitle-supplement {
  width: 107px;
  background: url(/assets/img/kybclub/title_supplement.svg) no-repeat center/contain;
}

.p-kybclub__icon {
  width: 60px;
  height: 60px;
}

.p-kybclub__iconBook {
  background: url(/assets/img/kybclub/icon_book.svg) no-repeat center/contain;
}

.p-kybclub__iconMicroscope {
  background: url(/assets/img/kybclub/icon_microscope.svg) no-repeat center/contain;
}

.p-kybclub__iconMedicine {
  background: url(/assets/img/kybclub/icon_medicine.svg) no-repeat center/contain;
}

.p-kybclub__subTitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: bold;
}

.p-kybclub__text:not(:last-of-type) {
  margin-bottom: 1.5em;
}

.p-kybclub__link {
  margin-top: 48px;
}

.p-kybclub__iconArrow {
  display: -ms-grid;
  display: grid;
  position: relative;
  width: 32px;
  height: 32px;
  margin-left: 10px;
  border: 1px solid #35b1e8;
  border-radius: 32px;
  transition: 0.2s;
  transform-origin: left center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  place-content: center;
}
.p-kybclub__iconArrow:after {
  display: inline-block;
  width: 13px;
  height: 4px;
  background: url(/assets/img/common/arrow_main.svg) no-repeat center/contain;
  content: "";
  transition: 0.2s;
}

.p-kybclub__bnrWrap {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.p-kybclub__bnrItem {
  display: -ms-grid;
  display: grid;
  gap: 20px 100px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 40px 64px;
  border-radius: 15px;
  background-color: #35b1e8;
}

.p-kybclub__bnrImg {
  grid-column: 2/2;
  grid-row: 1/3;
}

.p-kybclub__bnrText {
  color: #fff;
  grid-column: 1/2;
  grid-row: 1/2;
}

.p-kybclub__bnrLink {
  font-size: 16px;
}

.p-merchandising__lead {
  margin-bottom: 100px;
}

.p-merchandising__item {
  position: relative;
  padding-bottom: 52px;
}
.p-merchandising__item:not(:last-of-type) {
  margin-bottom: 40px;
}
.p-merchandising__item:not(:last-of-type):before, .p-merchandising__item:not(:last-of-type):after {
  position: absolute;
  right: 50px;
  width: 1px;
  background-color: #000;
  content: "";
}
.p-merchandising__item:not(:last-of-type):before {
  bottom: 10px;
  height: 15px;
}
.p-merchandising__item:not(:last-of-type):after {
  bottom: 0;
  height: 6px;
}

.p-merchandising__titleWrap {
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 32px;
}
.p-merchandising__titleWrap:after {
  display: block;
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: calc(100% - 30px);
  background-color: #000;
  content: "";
}

.p-merchandising__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  color: #35b1e8;
  font-size: 24px;
  letter-spacing: 0.12em;
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.p-merchandising__num {
  position: relative;
  margin-right: 50px;
  font-family: "Zen Old Mincho", serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 105px;
}
.p-merchandising__num:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 94px;
  width: 1px;
  height: 60px;
  background-color: #35b1e8;
  content: "";
  transform: translate(-50%, -50%) rotate(39deg);
  transform-origin: left bottom;
}

.p-merchandising__enTitle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-merchandising__enTitle:before {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #747474;
  content: "";
  transform: translateX(-24px);
}

.p-merchandising__enTitle-information-gathering {
  width: 228px;
  background: url(/assets/img/merchandising/title_information-gathering.svg) no-repeat center/contain;
}

.p-merchandising__enTitle-planning-and-designing {
  width: 235px;
  background: url(/assets/img/merchandising/title_planning-and-designing.svg) no-repeat center/contain;
}

.p-merchandising__enTitle-partnership-with-RAD {
  width: 204px;
  background: url(/assets/img/merchandising/title_partnership-with-RAD.svg) no-repeat center/contain;
}

.p-merchandising__enTitle-post-market-validation {
  width: 226px;
  background: url(/assets/img/merchandising/title_post-market-validation.svg) no-repeat center/contain;
}

.p-merchandising__icon {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-merchandising__iconMagnifying-glass {
  background-image: url(/assets/img/merchandising/icon_magnifying-glass.svg);
}

.p-merchandising__iconLight {
  background-image: url(/assets/img/merchandising/icon_light.svg);
}

.p-merchandising__iconHands {
  background-image: url(/assets/img/merchandising/icon_hands.svg);
}

.p-merchandising__iconNote {
  background-image: url(/assets/img/merchandising/icon_note.svg);
}

.p-merchandising__textArea {
  max-width: 856px;
  width: 88%;
}

.p-merchandising__textTitle {
  margin-bottom: 12px;
  font-weight: bold;
}

.p-merchandising__link {
  margin-top: 48px;
}

.p-products__head .p-products__text:not(:first-child) {
  margin-top: 32px;
}
.p-products__head .p-products__text .p-products__link {
  padding-right: 6px;
}
.p-products__head .p-products__text .p-products__link:after {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 3px;
  background-image: url(../img/common/icon_blank.svg);
  background-size: contain;
  content: "";
}

.p-products__link {
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.4;
}
.p-products__link:hover {
  border-bottom: 1px solid #35b1e8;
}

.p-products__main {
  margin-top: 120px;
}
.p-products__main .p-products__description {
  position: relative;
  z-index: 2;
}
.p-products__main .p-products__description:nth-child(1) .p-products__pattern01 {
  position: absolute;
  z-index: -1;
  top: 40%;
  left: -60%;
  width: 640px;
  height: 640px;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.p-products__main .p-products__description:nth-child(2) .p-products__pattern02 {
  position: absolute;
  z-index: -1;
  top: 30%;
  right: -63%;
  width: 1080px;
  height: 1080px;
  border-radius: 50%;
  background-color: #f8f8f8;
}
.p-products__main .p-products__description:not(:first-child) {
  margin-top: 120px;
}
.p-products__main .p-products__description .p-products__title {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-align: center;
      align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3333;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
.p-products__main .p-products__description .p-products__title:after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #707070;
  content: "";
}
.p-products__main .p-products__description .p-products__subTitle {
  margin-top: 8px;
  color: #35b1e8;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.15em;
}
.p-products__main .p-products__description .p-products__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 28px;
}
.p-products__main .p-products__description .p-products__content .p-products__textWrap {
  width: 52.2448%;
}
.p-products__main .p-products__description .p-products__content .p-products__textWrap .p-products__lead {
  font-weight: 600;
}
.p-products__main .p-products__description .p-products__content .p-products__textWrap .c-list__orderedlist-zeroPadding:not(:first-child),
.p-products__main .p-products__description .p-products__content .p-products__textWrap .p-products__text:not(:first-child) {
  margin-top: 32px;
}
.p-products__main .p-products__description .p-products__content .p-products__imgWrap {
  width: 42.8571%;
}
.p-products__main .p-products__description .p-products__content .p-products__imgWrap .p-products__contentImg {
  border-radius: 15px;
}
.p-products__main .p-products__description .p-products__content .p-products__imgWrap .p-topProducts__link {
  margin-top: 32px;
}

.p-recruitment__lead .p-recruitment__text:not(:first-child) {
  margin-top: 24px;
}

.p-recruitment__list {
  margin-top: 48px;
}

.p-recruitment__flow {
  margin-top: 48px;
}
.p-recruitment__flow .p-recruitment__title {
  font-weight: 700;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
}
.p-recruitment__flow .p-recruitment__title:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 16px;
  background-color: #35b1e8;
  border-radius: 1px;
}
.p-recruitment__flow .p-recruitment__flowWrap {
  margin-top: 38px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.p-recruitment__flow .p-recruitment__flowWrap .p-recruitment__flowItem {
  width: 352px;
  padding: 18px 0 18px 28px;
  background-color: #FAFDFC;
  border: 1px solid #35b1e8;
  border-radius: 4px;
  position: relative;
}
.p-recruitment__flow .p-recruitment__flowWrap .p-recruitment__flowItem .p-recruitment__text {
  line-height: 1;
}
.p-recruitment__flow .p-recruitment__flowWrap .p-recruitment__arrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.p-recruitment__flow .p-recruitment__flowWrap .p-recruitment__arrow .p-recruitment__arrowImg {
  height: 12px;
  width: 12px;
  margin-top: -4px;
}

.textarea {
  height: 13em;
  resize: vertical;
}

.p-contactItem {
  display: -ms-flexbox;
  display: flex;
}
.p-contactItem:first-child {
  margin-top: 0;
}
.p-contactItem--vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 1em;
}

.p-contactItem__titleArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.p-contactItem__input {
  width: 100%;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  background-color: #fdfdfc;
}

.p-contactBtnArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.p-contactBtn.js-inactive {
  background: #bcbcbc;
  border-color: #bcbcbc;
  pointer-events: none;
}

.p-contactItem__select {
  background: #fdfdfc url("../img/common/icon_arrow_bottom_black.svg") no-repeat;
  background-position: right 20px center;
  background-size: 11px 11px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.p-contactItem__select.is-unselectable {
  color: #747474;
}

.p-contactNotes {
  border-top: 1px solid #B9B9B9;
}
.p-news__index .p-newsList {
  border: none;
  margin-bottom: 0.75em;
}

.p-newsList__item {
  border-bottom: 1px solid #B9B9B9;
}

.p-newsList__link {
  display: block;
  position: relative;
  color: #000;
  text-decoration: none;
}
.p-newsList__link:after {
  display: inline-block;
  position: absolute;
  right: 0;
  margin: auto;
  background: url(/assets/img/common/arrow_black.svg) no-repeat 50% 50%/contain;
  content: "";
}

.p-newsList__date {
  font-size: 14px;
  font-weight: 700;
  width: 6.5em;
  color: #747474;
}

.p-newsList__type {
  font-size: 11px;
  font-weight: 700;
  width: 10em;
  margin: 1px 0;
  padding: 0.15em 0;
  border: 1px solid currentColor;
  border-radius: 2em;
  text-align: center;
}
.p-newsList__type--important {
  color: #F86212;
}
.p-newsList__type--news {
  color: #747474;
}

.p-newsList__title {
  -ms-flex: 1;
      flex: 1;
  line-height: 1.6;
}

/* newsDetail */
.newsDetail {
  margin-bottom: 83px;
  text-align: center;
}

.p-newsDetail__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 55px;
  text-align: left;
}

.p-newsDetail__date {
  margin: 0 20px 20px 0;
  font-weight: 500;
  color: #747474;
}

.p-newsDetail__type {
  font-size: 11px;
  font-weight: 700;
  width: 10em;
  margin: 0.25em 0 0;
  padding: 0.15em 0;
  border: 1px solid currentColor;
  border-radius: 2em;
  text-align: center;
}
.p-newsDetail__type--important {
  color: #F86212;
}
.p-newsDetail__type--news {
  color: #747474;
}

.p-newsDetail__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  width: 100%;
}

.p-newsDetail__body {
  margin-bottom: 80px;
  text-align: left;
}
.p-newsDetail__body > * {
  margin-top: 2em;
}
.p-newsDetail__body > *:first-child {
  margin-top: 0;
}

.p-newsDetail__btn {
  margin-top: 70px;
}

.c-linkBtn__secondary {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  min-width: 258px;
  padding: 6px 15px;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}
.c-linkBtn__secondary:after {
  display: inline-block;
  width: 24px;
  height: 13px;
  margin-left: 10px;
  background: url("../img/common/arrow_black.svg") no-repeat;
  background-size: contain;
  content: "";
}

.c-linkBtnText--back {
  -ms-flex: 1;
      flex: 1;
}

.p-moduleCode__area {
  background: #f8f8f8;
  padding: 1em;
}

.p-moduleCode__body {
  display: none;
}

.p-moduleCode__button {
  background: #000;
  color: #fff;
  padding: 0.25em 0.5em;
}

.p-moduleCode__code {
  background: #fff;
  width: 100%;
  resize: vertical;
  padding: 0.5em;
  margin: 0.75em 0;
}

/* p-formaldocument */

.p-formaldocument__section + .p-formaldocument__section {
  margin-top: 3.2em;
}

.p-formaldocument__block > * + * {
  margin-top: 1.6em;
}

.p-formaldocument__block + .p-formaldocument__block {
  margin-top: 3.2em;
}

.u-color_main {
  color: #35b1e8 !important;
}
.u-color_red {
  color: #ff0045 !important;
}
.u-color_white {
  color: #fff !important;
}

/* display Utility */
.u-none {
  display: none !important;
}
.u-block {
  display: block !important;
}
.u-inline {
  display: inline !important;
}
.u-ib {
  display: inline-block !important;
}

.u-margin_auto {
  margin: auto !important;
}
.u-margin_rlauto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.u-margin_rl0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.u-margin_r0 {
  margin-right: 0 !important;
}
.u-margin_l0 {
  margin-left: 0 !important;
}
.u-margin_t0 {
  margin-top: 0 !important;
}
.u-margin_b0 {
  margin-bottom: 0 !important;
}
.u-margin_t5 {
  margin-top: 5px !important;
}

.u-margin_r5 {
  margin-right: 5px !important;
}

.u-margin_b5 {
  margin-bottom: 5px !important;
}

.u-margin_l5 {
  margin-left: 5px !important;
}
.u-margin_t10 {
  margin-top: 10px !important;
}

.u-margin_r10 {
  margin-right: 10px !important;
}

.u-margin_b10 {
  margin-bottom: 10px !important;
}

.u-margin_l10 {
  margin-left: 10px !important;
}
.u-margin_t15 {
  margin-top: 15px !important;
}

.u-margin_r15 {
  margin-right: 15px !important;
}

.u-margin_b15 {
  margin-bottom: 15px !important;
}

.u-margin_l15 {
  margin-left: 15px !important;
}
.u-margin_t20 {
  margin-top: 20px !important;
}

.u-margin_r20 {
  margin-right: 20px !important;
}

.u-margin_b20 {
  margin-bottom: 20px !important;
}

.u-margin_l20 {
  margin-left: 20px !important;
}
.u-margin_t25 {
  margin-top: 25px !important;
}

.u-margin_r25 {
  margin-right: 25px !important;
}

.u-margin_b25 {
  margin-bottom: 25px !important;
}

.u-margin_l25 {
  margin-left: 25px !important;
}
.u-margin_t30 {
  margin-top: 30px !important;
}

.u-margin_r30 {
  margin-right: 30px !important;
}

.u-margin_b30 {
  margin-bottom: 30px !important;
}

.u-margin_l30 {
  margin-left: 30px !important;
}
.u-margin_t35 {
  margin-top: 35px !important;
}

.u-margin_r35 {
  margin-right: 35px !important;
}

.u-margin_b35 {
  margin-bottom: 35px !important;
}

.u-margin_l35 {
  margin-left: 35px !important;
}
.u-margin_t40 {
  margin-top: 40px !important;
}

.u-margin_r40 {
  margin-right: 40px !important;
}

.u-margin_b40 {
  margin-bottom: 40px !important;
}

.u-margin_l40 {
  margin-left: 40px !important;
}
.u-margin_t45 {
  margin-top: 45px !important;
}

.u-margin_r45 {
  margin-right: 45px !important;
}

.u-margin_b45 {
  margin-bottom: 45px !important;
}

.u-margin_l45 {
  margin-left: 45px !important;
}
.u-margin_t50 {
  margin-top: 50px !important;
}

.u-margin_r50 {
  margin-right: 50px !important;
}

.u-margin_b50 {
  margin-bottom: 50px !important;
}

.u-margin_l50 {
  margin-left: 50px !important;
}
.u-margin_t55 {
  margin-top: 55px !important;
}

.u-margin_r55 {
  margin-right: 55px !important;
}

.u-margin_b55 {
  margin-bottom: 55px !important;
}

.u-margin_l55 {
  margin-left: 55px !important;
}
.u-margin_t60 {
  margin-top: 60px !important;
}

.u-margin_r60 {
  margin-right: 60px !important;
}

.u-margin_b60 {
  margin-bottom: 60px !important;
}

.u-margin_l60 {
  margin-left: 60px !important;
}
.u-margin_t65 {
  margin-top: 65px !important;
}

.u-margin_r65 {
  margin-right: 65px !important;
}

.u-margin_b65 {
  margin-bottom: 65px !important;
}

.u-margin_l65 {
  margin-left: 65px !important;
}
.u-margin_t70 {
  margin-top: 70px !important;
}

.u-margin_r70 {
  margin-right: 70px !important;
}

.u-margin_b70 {
  margin-bottom: 70px !important;
}

.u-margin_l70 {
  margin-left: 70px !important;
}
.u-margin_t75 {
  margin-top: 75px !important;
}

.u-margin_r75 {
  margin-right: 75px !important;
}

.u-margin_b75 {
  margin-bottom: 75px !important;
}

.u-margin_l75 {
  margin-left: 75px !important;
}
.u-margin_t80 {
  margin-top: 80px !important;
}

.u-margin_r80 {
  margin-right: 80px !important;
}

.u-margin_b80 {
  margin-bottom: 80px !important;
}

.u-margin_l80 {
  margin-left: 80px !important;
}
.u-margin_t85 {
  margin-top: 85px !important;
}

.u-margin_r85 {
  margin-right: 85px !important;
}

.u-margin_b85 {
  margin-bottom: 85px !important;
}

.u-margin_l85 {
  margin-left: 85px !important;
}
.u-margin_t90 {
  margin-top: 90px !important;
}

.u-margin_r90 {
  margin-right: 90px !important;
}

.u-margin_b90 {
  margin-bottom: 90px !important;
}

.u-margin_l90 {
  margin-left: 90px !important;
}
.u-margin_t95 {
  margin-top: 95px !important;
}

.u-margin_r95 {
  margin-right: 95px !important;
}

.u-margin_b95 {
  margin-bottom: 95px !important;
}

.u-margin_l95 {
  margin-left: 95px !important;
}
.u-margin_t100 {
  margin-top: 100px !important;
}

.u-margin_r100 {
  margin-right: 100px !important;
}

.u-margin_b100 {
  margin-bottom: 100px !important;
}

.u-margin_l100 {
  margin-left: 100px !important;
}

.u-padding_r0 {
  margin-right: 0 !important;
}
.u-padding_l0 {
  margin-left: 0 !important;
}
.u-padding_t0 {
  margin-top: 0 !important;
}
.u-padding_b0 {
  margin-bottom: 0 !important;
}
.u-padding_t5 {
  padding-top: 5px !important;
}

.u-padding_r5 {
  padding-right: 5px !important;
}

.u-padding_b5 {
  padding-bottom: 5px !important;
}

.u-padding_l5 {
  padding-left: 5px !important;
}
.u-padding_t10 {
  padding-top: 10px !important;
}

.u-padding_r10 {
  padding-right: 10px !important;
}

.u-padding_b10 {
  padding-bottom: 10px !important;
}

.u-padding_l10 {
  padding-left: 10px !important;
}
.u-padding_t15 {
  padding-top: 15px !important;
}

.u-padding_r15 {
  padding-right: 15px !important;
}

.u-padding_b15 {
  padding-bottom: 15px !important;
}

.u-padding_l15 {
  padding-left: 15px !important;
}
.u-padding_t20 {
  padding-top: 20px !important;
}

.u-padding_r20 {
  padding-right: 20px !important;
}

.u-padding_b20 {
  padding-bottom: 20px !important;
}

.u-padding_l20 {
  padding-left: 20px !important;
}
.u-padding_t25 {
  padding-top: 25px !important;
}

.u-padding_r25 {
  padding-right: 25px !important;
}

.u-padding_b25 {
  padding-bottom: 25px !important;
}

.u-padding_l25 {
  padding-left: 25px !important;
}
.u-padding_t30 {
  padding-top: 30px !important;
}

.u-padding_r30 {
  padding-right: 30px !important;
}

.u-padding_b30 {
  padding-bottom: 30px !important;
}

.u-padding_l30 {
  padding-left: 30px !important;
}
.u-padding_t35 {
  padding-top: 35px !important;
}

.u-padding_r35 {
  padding-right: 35px !important;
}

.u-padding_b35 {
  padding-bottom: 35px !important;
}

.u-padding_l35 {
  padding-left: 35px !important;
}
.u-padding_t40 {
  padding-top: 40px !important;
}

.u-padding_r40 {
  padding-right: 40px !important;
}

.u-padding_b40 {
  padding-bottom: 40px !important;
}

.u-padding_l40 {
  padding-left: 40px !important;
}
.u-padding_t45 {
  padding-top: 45px !important;
}

.u-padding_r45 {
  padding-right: 45px !important;
}

.u-padding_b45 {
  padding-bottom: 45px !important;
}

.u-padding_l45 {
  padding-left: 45px !important;
}
.u-padding_t50 {
  padding-top: 50px !important;
}

.u-padding_r50 {
  padding-right: 50px !important;
}

.u-padding_b50 {
  padding-bottom: 50px !important;
}

.u-padding_l50 {
  padding-left: 50px !important;
}
.u-padding_t55 {
  padding-top: 55px !important;
}

.u-padding_r55 {
  padding-right: 55px !important;
}

.u-padding_b55 {
  padding-bottom: 55px !important;
}

.u-padding_l55 {
  padding-left: 55px !important;
}
.u-padding_t60 {
  padding-top: 60px !important;
}

.u-padding_r60 {
  padding-right: 60px !important;
}

.u-padding_b60 {
  padding-bottom: 60px !important;
}

.u-padding_l60 {
  padding-left: 60px !important;
}
.u-padding_t65 {
  padding-top: 65px !important;
}

.u-padding_r65 {
  padding-right: 65px !important;
}

.u-padding_b65 {
  padding-bottom: 65px !important;
}

.u-padding_l65 {
  padding-left: 65px !important;
}
.u-padding_t70 {
  padding-top: 70px !important;
}

.u-padding_r70 {
  padding-right: 70px !important;
}

.u-padding_b70 {
  padding-bottom: 70px !important;
}

.u-padding_l70 {
  padding-left: 70px !important;
}
.u-padding_t75 {
  padding-top: 75px !important;
}

.u-padding_r75 {
  padding-right: 75px !important;
}

.u-padding_b75 {
  padding-bottom: 75px !important;
}

.u-padding_l75 {
  padding-left: 75px !important;
}
.u-padding_t80 {
  padding-top: 80px !important;
}

.u-padding_r80 {
  padding-right: 80px !important;
}

.u-padding_b80 {
  padding-bottom: 80px !important;
}

.u-padding_l80 {
  padding-left: 80px !important;
}
.u-padding_t85 {
  padding-top: 85px !important;
}

.u-padding_r85 {
  padding-right: 85px !important;
}

.u-padding_b85 {
  padding-bottom: 85px !important;
}

.u-padding_l85 {
  padding-left: 85px !important;
}
.u-padding_t90 {
  padding-top: 90px !important;
}

.u-padding_r90 {
  padding-right: 90px !important;
}

.u-padding_b90 {
  padding-bottom: 90px !important;
}

.u-padding_l90 {
  padding-left: 90px !important;
}
.u-padding_t95 {
  padding-top: 95px !important;
}

.u-padding_r95 {
  padding-right: 95px !important;
}

.u-padding_b95 {
  padding-bottom: 95px !important;
}

.u-padding_l95 {
  padding-left: 95px !important;
}
.u-padding_t100 {
  padding-top: 100px !important;
}

.u-padding_r100 {
  padding-right: 100px !important;
}

.u-padding_b100 {
  padding-bottom: 100px !important;
}

.u-padding_l100 {
  padding-left: 100px !important;
}

/* width Utility */
.u-w5 {
  width: 5% !important;
}
.u-w10 {
  width: 10% !important;
}
.u-w15 {
  width: 15% !important;
}
.u-w20 {
  width: 20% !important;
}
.u-w25 {
  width: 25% !important;
}
.u-w30 {
  width: 30% !important;
}
.u-w35 {
  width: 35% !important;
}
.u-w40 {
  width: 40% !important;
}
.u-w45 {
  width: 45% !important;
}
.u-w50 {
  width: 50% !important;
}
.u-w55 {
  width: 55% !important;
}
.u-w60 {
  width: 60% !important;
}
.u-w65 {
  width: 65% !important;
}
.u-w70 {
  width: 70% !important;
}
.u-w75 {
  width: 75% !important;
}
.u-w80 {
  width: 80% !important;
}
.u-w85 {
  width: 85% !important;
}
.u-w90 {
  width: 90% !important;
}
.u-w95 {
  width: 95% !important;
}
.u-w100 {
  width: 100% !important;
}
.u-ff_serif {
  font-family: "Noto Serif JP", serif;
}

.u-fw_bold {
  font-weight: bold !important;
}
.u-fw_normal {
  font-weight: normal !important;
}

.u-fs_l {
  font-size: larger !important;
}
.u-fs_s {
  font-size: smaller !important;
}

.u-td_u {
  text-decoration: underline !important;
}
.u-td_none {
  text-decoration: none !important;
}

.u-ta_c {
  text-align: center !important;
}
.u-ta_l {
  text-align: left !important;
}
.u-ta_r {
  text-align: right !important;
}

.u-ws_preline {
  white-space: pre-line !important;
}
.u-ws_nowrap {
  white-space: nowrap !important;
}

.u-textSub, .u-textSup {
  font-size: 0.6em;
  letter-spacing: -0.2em;
}
.u-textSup {
  vertical-align: super;
}

.u-text--superscript {
  vertical-align: super;
  font-size: 10px;
}

.u-equality {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

/* カタログ追加 */
.productBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
}
.heading__titleSM {
    position: relative;
    font-weight: 500;
    line-height: 26px;
    font-size: 4.8vw;
}
.heading__titleSM:before {
    display: inline-block;
    position: relative;
    top: 2px;
    width: 4px;
    height: 18px;
    margin-right: 16px;
    background-color: #35b1e8;
    content: '';
}
.infoBox__item {
    display: -ms-flexbox;
    display: flex;
}
.infoBox__date {
    font-weight: 700;
}
.ttl__h2 {
    font-weight: 700;
    color: #35b1e8;
    margin-bottom: 30px;
    border-bottom: 2px solid #35b1e8;
    font-size: 9.6vw;
}
.productBox__link_cnt {
  display: flex;
  margin-top: 40px;
}
.productBox__link_item {
  width: 254px;
}
.catalog_btn:nth-child(2) {
  margin-left: 20px;
}
.catalog_btn {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    border: 2px solid #35b1e8;
    border-radius: 27px;
    background-repeat: no-repeat;
    text-decoration: none;
    transition: .3s;
    font-size: 3.2vw;
}
.btn__text {
  margin: auto;
    /*position: absolute;
    top: 50%;
    text-align: center;*/
}
.page-content--product .youtube {
  margin: 100px auto 50px;
  width: 500px;
}
.page-content--product .youtube_pc {
  display: block;
  margin: 100px auto 50px;
  text-align: center;
}
.page-content--product .youtube_sp {
  display: none;
}
@media screen and (max-width: 767px) {
    .page-content--product .youtube_pc {
      display: none;
    }
    .page-content--product .youtube_sp {
      display: block;
      margin: 0 auto 80px -20px;
      text-align: center;
    }
  }

/*
.catalog_btn:hover .btn__text{
  left:50%;
  transform:translate(-50%,-50%)
}
.catalog_btn.btn--blank:after {
    background-image: url(/assets/img/common/icon_blank.svg);
}
.catalog_btn.btn--pdf:after {
    background-image: url(/assets/img/common/ico_pdf.svg);
}
*/

/* Foundation
   ----------------------------------------------------------------- */
/* Layout
   ----------------------------------------------------------------- */
/* Object
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px){

  html,
body{
    overflow-x: hidden;
  }

  body{
    font-size: 16px;
  }

  .l-header.js-show .l-headerNaviChild{
    top: 86px;
  }

  .l-header{
    position: relative;
  }

  .l-headerInner{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 90px; /* 120px → 90px (20250418) */
  }

  .l-headerLogo{
    transition: transform 0.3s;
    transform-origin: left center;
  }

  .l-headerLogo__link{
    transition: opacity 0.2s;
  }

  .l-headerLogo__link:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .l-headerLogo__link{
    width: 230px;
    height: 40px;
    margin: 0;
  }

  .l-headerNavi{
    display: -ms-flexbox;
    display: flex;
    gap: 2em;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }

  .l-headerNavi__link{
    line-height: 2;
  }

  .l-headerNavi__link:before{
    position: absolute;
    right: 0;
    bottom: 2em;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    content: "";
    transition: opacity 0.2s;
  }

  .l-headerNavi__link:hover:before{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .l-headerNavi__link.l-headerNavi__link--arrow:before{
    right: 1em;
  }

  .l-headerNavi__item.hover .l-headerNavi__link--arrow:after, .l-headerNavi__item:hover .l-headerNavi__link--arrow:after{
    transform: translate(0, -10%) rotate(-135deg);
  }

  .l-headerNavi__overlay{
    display: none;
  }

  .l-headerNavi__item{
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }

  .l-headerNaviChild{
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 102px;
    right: 0;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  }

  .l-headerNavi__item.hover .l-headerNaviChild, .l-headerNavi__item:hover .l-headerNaviChild{
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .l-headerNaviChild__inner.l-inner--ll{
    -ms-flex: 1;
        flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 50px 7.14%;
  }

  .l-headerNaviChild__list{
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    height: 128px;
    border-left: 1px solid #747474;
  }

  .l-headerNaviChild__list[data-child-count="4"]{
    width: 68%;
  }

  .l-headerNaviChild__list[data-child-count="5"]{
    width: 77%;
  }

  .l-headerNaviChild__item{
    -ms-flex: 1;
        flex: 1;
    border-right: 1px solid #747474;
  }

  .l-headerNaviChild__link{
    transition: opacity 0.2s;
  }

  .l-headerNaviChild__link:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .l-headerNaviChild__link{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    color: #747474;
  }

  .l-headerNavi__item_bnr {
    width: 180px;
  }

  .l-headerNavi__item_bnr a:hover {
    opacity:0.5;
    transition:0.3s;
  }

  .l-headerNaviChild__pict{
    width: 100%;
    -ms-flex: 1;
        flex: 1;
    background-position: center;
    background-repeat: no-repeat;
  }

  .l-headerNaviChild__pict--message{
    background-image: url(../img/common/headerNav_profile.svg);
    background-size: 75px 70px;
  }

  .l-headerNaviChild__pict--philosophy{
    background-image: url(../img/common/headerNav_philosophy.svg);
    background-size: 69px 65px;
  }

  .l-headerNaviChild__pict--history{
    background-image: url(../img/common/headerNav_history.svg);
    background-size: 65px 63px;
  }

  .l-headerNaviChild__pict--business{
    background-image: url(../img/common/headerNav_business.svg);
    background-size: 81px 81px;
  }

  .l-headerNaviChild__pict--profile{
    background-image: url(../img/common/headerNav_profile.svg);
    background-size: 63px 63px;
  }

  .l-headerNaviChild__pict--merchandising{
    background-image: url(../img/common/headerNav_merchandising.svg);
    background-size: 85px 65px;
  }

  .l-headerNaviChild__pict--logistics{
    background-image: url(../img/common/headerNav_logistics.svg);
    background-size: 68px 62px;
  }

  .l-headerNaviChild__pict--qc{
    background-image: url(../img/common/headerNav_qc.svg);
    background-size: 70px 66px;
  }

  .l-headerNaviChild__pict--kybclub{
    background-image: url(../img/common/headerNav_kybclub.svg);
    background-size: 84px 40px;
  }

  .l-headerNaviChild__text{
    height: 2em;
  }

  .l-footerMain{
    padding: 90px 0 60px;
  }

  .l-footerMain__inner{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .l-footerLogo{
    width: 100%;
    margin: 0 0 75px;
    text-align: left;
  }

  .l-footerLogo__link{
    width: 180px;
  }

  .l-footerNavi__main{
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 0 90px;
    width: calc(100% - 0px);
    margin: 0 0 30px;
  }

  .l-footerNavi__sub{
    margin: 0 0 10px;
  }

  .l-footerNavi__titleLink{
    transition: opacity 0.2s;
  }

  .l-footerNavi__titleLink:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .l-footerNavi__text{
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .l-footerNaviList__item{
    margin-top: 0.75em;
  }

  .l-footerNavi__link:hover{
    text-decoration: underline;
  }

  .l-footerNaviList__item--sub{
    margin: 0 1.5em 0 0;
  }

  .l-footerNavi__link--sub{
    font-size: 12px;
  }

  .l-footerNavi__link--sub:hover{
    text-decoration: underline;
  }

  .l-footerNavi__noLink_pc{
    pointer-events: none;
  }

  .l-footerNaviList--sub{
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .l-footerBannerTimes{
    transition: opacity 0.2s;
  }

  .l-footerBannerTimes:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .l-copyright{
    text-align: left;
  }

  .l-copyright__text{
    font-size: 10px;
  }

  .l-footerSub{
    padding: 20px 0;
    font-size: 14px;
  }

  .l-siteNav{
    gap: 2em;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .pagetop{
    right: 40px;
    right: 15px;
    bottom: 40px;
    width: 68px;
    height: 68px;
  }

  .pagetop.js-bottom{
    top: -35px;
  }

  .l-inner, .l-inner--ll, .l-inner--l, .l-inner--m, .l-inner--s{
    box-sizing: content-box;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }

  .l-inner--s{
    max-width: 800px;
  }

  .l-inner--m{
    max-width: 1000px;
  }

  .l-inner--l{
    max-width: 1160px;
  }

  .l-inner--ll{
    max-width: 1440px;
  }

  .c-column__1-1--pc{
    gap: 80px;
  }

  .c-column__rightImg--pc{
    gap: 65px;
  }

  .c-column__rightImg--pc .c-col__text{
    -ms-flex: 1;
        flex: 1;
  }

  .c-column__leftImg--pc{
    gap: 65px;
  }

  .c-column__leftImg--pc .c-col__text{
    -ms-flex: 1;
        flex: 1;
  }

  .c-heading__border{
    margin-bottom: 2.5em;
    font-size: 20px;
  }

  .c-linkBtn:hover, .c-linkBtn--gray:hover, .c-linkBtn--white:hover{
    background-color: #fff;
    color: #35b1e8;
  }

  .c-linkBtn:hover:after, .c-linkBtn--gray:hover:after, .c-linkBtn--white:hover:after{
    right: 0;
    background: url(../img/common/arrow_main.svg) no-repeat right center/auto 100%;
    transform: translate(50%, -50%);
  }

  .c-linkBtn:hover .c-linkBtn__inner, .c-linkBtn--gray:hover .c-linkBtn__inner, .c-linkBtn--white:hover .c-linkBtn__inner{
    transform: translateX(0);
  }

  .c-linkBtn:hover .c-iconBlank--white:before, .c-linkBtn--gray:hover .c-iconBlank--white:before, .c-linkBtn--white:hover .c-iconBlank--white:before{
    background: url(../img/common/icon_blank.svg) no-repeat center/0.625em;
  }

  .c-linkBtn--white:hover{
    background-color: #35b1e8;
    color: #fff;
  }

  .c-linkBtn--white:hover:after{
    background-image: url(../img/common/arrow_white.svg);
  }

  .c-linkBtn--white:hover .c-iconBlank:before{
    background: url(../img/common/icon_blank_white.svg) no-repeat center/0.625em;
  }

  .c-linkBtn--gray:hover{
    color: #535353;
  }

  .c-linkBtn--gray:hover:after{
    background-image: url(../img/common/arrow_black.svg);
  }

  .c-linkBtn--gray:hover .c-iconBlank--white:before{
    background: url(../img/common/icon_blank_black.svg) no-repeat center/0.625em;
  }

  .c-linkBtn--back:hover:after{
    right: auto;
    left: 0;
    transform: scaleX(-1) translate(50%, -50%);
  }

  .c-linkText:hover .c-iconArrow{
    transform: translateX(22px) scale(1.25, 1.25);
    transition: all 0.2s ease-out;
  }

  .c-linkText:hover:after{
    transform: scale(1.25, 1.25);
    transition: all 0.2s ease-out;
    top: 0%;
  }

  .js-accodion__click[data-acc]:after, .js-accodion__click[data-acc-pc]:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 12px;
    background: url(../img/common/icon_arrow_black.svg) no-repeat center/contain;
    content: "";
    transform: translate(0, -50%) rotate(90deg);
  }

  .js-accodion__click[data-acc].js-open:after, .js-accodion__click[data-acc-pc].js-open:after{
    transform: translate(0, -20%) rotate(-90deg);
  }

  .js-accodion__cont[data-acc-sp]{
    height: auto !important;
    display: inherit !important;
  }

  .p-tab__list:before{
    position: relative;
    top: 13px;
    -ms-flex: 1;
        flex: 1;
    height: 1px;
    background: #8d8d8d;
    content: "";
  }

  .p-tab__btn{
    padding: 0 30px;
  }

  .p-categoryLink__item{
    max-width: 200px;
  }

  .p-categoryLink__link{
    height: 120px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: stretch;
        align-items: stretch;
  }

  .p-categoryLink__link:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .p-categoryLink__img{
    width: auto;
    height: auto;
    -ms-flex: 1;
        flex: 1;
  }

  .dummy{
    display: block;
  }

  .p-topSecTitle{
    padding: 70px 0 0;
    background: url(../img/top/title_business.svg) no-repeat right top/auto 82px;
    font-size: 44px;
  }

  .p-topSecTitle[data-en=products]{
    background-image: url(../img/top/title_products.svg);
  }

  .p-topSecTitle:before{
    margin: 0.15em 0 0 0.75em;
  }

  .p-topSecTitle:after{
    font-size: 20px;
  }

  .p-topNews{
    margin-bottom: 50px;
    padding: 70px 0 50px;
  }

  .p-topNews__inner{
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .p-topNews__titleArea .c-topSection__title{
    text-align: left;
  }

  .p-topNews__title{
    margin-bottom: 1.25em;
  }

  .p-topNewsLink{
    position: absolute;
    top: 83px;
    left: 0;
    margin: 0;
  }

  .p-topService{
    margin-bottom: 184px;
  }

  .p-topService__list{
    margin-top: 4em;
  }

  .p-topService__item:nth-child(2n+1){
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }

  .p-topService__item:nth-child(n+2){
    margin-top: 120px;
  }

  .p-topService__item:hover .p-topService__img{
    transform: scale(1.1);
  }

  .p-topService__item:hover .p-topService__linkIcon{
    background-color: transparent;
  }

  .p-topService__item:hover .p-topService__linkIcon:after{
    background: url(../img/common/arrow_main.svg) no-repeat center/contain;
    transform: translateX(120%);
  }

  .p-topService__title{
    font-size: 20px;
  }

  .p-topService__title:before{
    font-size: 14px;
  }

  .p-topService__linkIcon{
    font-size: 60px;
  }

  .p-topService__text{
    margin: 1.5em 0 0;
  }

  .p-topService__imgArea{
    width: 58.6206896552%;
    margin: 0 0 0 5.1724137931%;
    border-radius: 10px;
  }

  .p-topService__item:nth-child(2n+1) .p-topService__imgArea{
    margin: 0 5.1724137931% 0 0;
  }

  .p-topProducts__lead{
    margin: 2em 0 4em;
  }

  .p-topProducts__list{
    gap: 72px;
  }

  .p-topTotTitle:before{
    display: block;
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    content: attr(data-en);
  }

  .p-topTotTitle:after{
    display: block;
    height: 1px;
    margin-left: 24px;
    background-color: #000;
    content: "";
    -ms-flex-positive: 1;
        flex-grow: 1;
  }

  .p-topTot__text{
    margin-bottom: 1.4em;
  }

  .p-topTot__text:nth-last-of-type(1){
    margin-bottom: 2em;
  }

  .p-topCsr{
    margin: 0 0 100px;
    padding: 70px 0;
  }

  .p-topCsr__titleMain{
    font-size: 44px;
  }

  .p-topCsr__textArea{
    margin: 1.25em 0 0;
  }

  .p-topCsr__link{
    position: absolute;
    top: 0;
    right: 20px;
  }

  .p-history__link:hover .p-history__link-iconArrow{
    background-color: #fff;
  }

  .p-history__link:hover .p-history__link-iconArrow:after{
    left: 100%;
    background: url(../img/common/arrow_main.svg) no-repeat center/contain;
  }

  .p-business__tileWrap:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .p-business__tileWrap:hover .p-business__img{
    transform: scale(1.1);
  }

  .p-business__tileWrap:hover .p-business__arrow{
    transform: scale(1.1);
  }

  .p-business__tileWrap:hover .p-business__arrow:after{
    transform: translateX(120%);
  }

  .p-profile__item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 0;
  }

  .p-profile__title{
    max-width: 130px;
  }

  .p-profile__content--full{
    margin-top: 30px;
  }

  .p-kblTitle{
    transition: opacity 0.2s;
  }

  .p-kblTitle:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .p-kblContent__link{
    transition: opacity 0.2s;
  }

  .p-kblContent__link:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .p-kbdHead__img{
    width: 352px;
    margin: 0 48px 0 0;
  }

  .p-kbdPrice__name{
    width: 5em;
    padding: 0 1em 0 0;
  }

  .p-kbdMain{
    margin: 60px 0 90px;
    overflow: hidden;
  }

  .p-kbdMain01{
    clear: both;
    float: left;
    width: 62.0408163265%;
  }

  .p-kbdMain--irregular .p-kbdMain01{
    float: none;
    width: auto;
  }

  .p-kbdMain02{
    float: right;
    width: 34.693877551%;
    gap: 3em;
  }

  .p-kbdMain--irregular .p-kbdMain02{
    width: calc((100% - 52px) / 3);
  }

  .p-kbdMain__bottom{
    clear: both;
    overflow: hidden;
  }

  .p-kbd__attention{
    font-size: 14px;
  }

  .p-nutritionalTableNote{
    float: left;
    font-size: 14px;
  }
  .p-nutritionalTableNote_right{
    font-size: 12px;
    text-align: right;
    margin-top: -10px;
  }

  .p-nutritionalTableList{
    float: left;
    width: calc((100% - 22px) / 2);
    margin-left: 22px;
    gap: 1em;
  }

  .p-nutritionalTableList:first-child{
    margin-left: 0;
  }

  .p-nutritionalTableList:nth-child(3n+1){
    clear: both;
  }

  .p-kbdMain--irregular .p-nutritionalTableList__top .p-nutritionalTableList{
    width: calc((100% - 44px) / 3);
  }

  .p-nutritionalTableList__top,
.p-nutritionalTableList__bottom{
    overflow: hidden;
  }

  .p-kbdMain--irregular .p-nutritionalTableList__top{
    margin-bottom: 50px;
  }

  .p-nutritionalTableList__bottom{
    clear: both;
    float: left;
    width: 66%;
  }

  .p-kbd__toIndexLink{
    transition: opacity 0.2s;
  }

  .p-kbd__toIndexLink:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .p-kybclub__imgList{
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    column-gap: 40px;
  }

  .p-kybclub__bnrText{
    padding-left: 8px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }

  .p-merchandising__enTitle{
    margin-top: 10px;
  }

  .p-XXX{
    margin-bottom: 50px;
  }

  .p-contactForm{
    box-sizing: content-box;
    max-width: 680px;
    margin: 120px auto 0;
    padding: 0;
  }

  .p-contactItem{
    margin-top: 14px;
  }

  .p-contactItem--vertical{
    margin-top: 41px;
  }

  .p-contactItem__titleArea{
    width: 220px;
  }

  .p-contactItem--vertical .p-contactItem__titleArea{
    width: auto;
  }

  .p-contactItem__inputArea{
    width: calc(100% - 220px);
  }

  .p-contactItem__input{
    height: 50px;
    padding: 0.5em 20px;
  }

  .p-contactItem__input.textarea{
    min-height: 210px;
  }

  .p-contactBtnArea{
    margin-top: 84px;
  }

  .p-contactBtn{
    width: 259px;
  }

  .p-contactNotes{
    margin-top: 64px;
    padding-top: 28px;
    line-height: 30px;
  }

  .p-contactItem__textArea{
    width: 100%;
  }

  .p-newsList{
    border-top: 1px solid #B9B9B9;
  }

  .p-news__index .p-newsList__item{
    border: none;
  }

  .p-news__index .p-newsList__item:nth-child(n+2){
    margin-top: 1em;
  }

  .p-newsList__link{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    gap: 24px;
    padding: 28px 50px 28px 0;
  }

  .p-news__index .p-newsList__link{
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-newsList__link:after{
    top: 2em;
    width: 30px;
    height: 10px;
  }

  .p-news__index .p-newsList__link:after{
    top: 0.3em;
  }

  .p-newsList__link:hover{
    transition: opacity 0.2s;
  }

  .p-newsList__link:hover:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .newsDetail{
    padding-top: 26px;
  }

  .p-formaldocument__content + .p-formaldocument__content{
    margin-top: 90px;
  }

  .p-formaldocument__chapter + .p-formaldocument__chapter{
    margin-top: 60px;
  }

  .p-formaldocument__title{
    margin-bottom: 30px;
  }

  .p-formaldocument__title + .p-formaldocument__title{
    margin-top: 30px;
  }

  .u-hover_trans{
    transition: opacity 0.3s;
  }

  .u-hover_trans:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .u-none_pc{
    display: none !important;
  }

  .u-margin_rlauto_pc{
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .u-margin_rl0_pc{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .u-margin_t5_pc{
    margin-top: 5px !important;
  }

  .u-margin_r5_pc{
    margin-right: 5px !important;
  }

  .u-margin_b5_pc{
    margin-bottom: 5px !important;
  }

  .u-margin_l5_pc{
    margin-left: 5px !important;
  }

  .u-margin_t10_pc{
    margin-top: 10px !important;
  }

  .u-margin_r10_pc{
    margin-right: 10px !important;
  }

  .u-margin_b10_pc{
    margin-bottom: 10px !important;
  }

  .u-margin_l10_pc{
    margin-left: 10px !important;
  }

  .u-margin_t15_pc{
    margin-top: 15px !important;
  }

  .u-margin_r15_pc{
    margin-right: 15px !important;
  }

  .u-margin_b15_pc{
    margin-bottom: 15px !important;
  }

  .u-margin_l15_pc{
    margin-left: 15px !important;
  }

  .u-margin_t20_pc{
    margin-top: 20px !important;
  }

  .u-margin_r20_pc{
    margin-right: 20px !important;
  }

  .u-margin_b20_pc{
    margin-bottom: 20px !important;
  }

  .u-margin_l20_pc{
    margin-left: 20px !important;
  }

  .u-margin_t25_pc{
    margin-top: 25px !important;
  }

  .u-margin_r25_pc{
    margin-right: 25px !important;
  }

  .u-margin_b25_pc{
    margin-bottom: 25px !important;
  }

  .u-margin_l25_pc{
    margin-left: 25px !important;
  }

  .u-margin_t30_pc{
    margin-top: 30px !important;
  }

  .u-margin_r30_pc{
    margin-right: 30px !important;
  }

  .u-margin_b30_pc{
    margin-bottom: 30px !important;
  }

  .u-margin_l30_pc{
    margin-left: 30px !important;
  }

  .u-margin_t35_pc{
    margin-top: 35px !important;
  }

  .u-margin_r35_pc{
    margin-right: 35px !important;
  }

  .u-margin_b35_pc{
    margin-bottom: 35px !important;
  }

  .u-margin_l35_pc{
    margin-left: 35px !important;
  }

  .u-margin_t40_pc{
    margin-top: 40px !important;
  }

  .u-margin_r40_pc{
    margin-right: 40px !important;
  }

  .u-margin_b40_pc{
    margin-bottom: 40px !important;
  }

  .u-margin_l40_pc{
    margin-left: 40px !important;
  }

  .u-margin_t45_pc{
    margin-top: 45px !important;
  }

  .u-margin_r45_pc{
    margin-right: 45px !important;
  }

  .u-margin_b45_pc{
    margin-bottom: 45px !important;
  }

  .u-margin_l45_pc{
    margin-left: 45px !important;
  }

  .u-margin_t50_pc{
    margin-top: 50px !important;
  }

  .u-margin_r50_pc{
    margin-right: 50px !important;
  }

  .u-margin_b50_pc{
    margin-bottom: 50px !important;
  }

  .u-margin_l50_pc{
    margin-left: 50px !important;
  }

  .u-margin_t55_pc{
    margin-top: 55px !important;
  }

  .u-margin_r55_pc{
    margin-right: 55px !important;
  }

  .u-margin_b55_pc{
    margin-bottom: 55px !important;
  }

  .u-margin_l55_pc{
    margin-left: 55px !important;
  }

  .u-margin_t60_pc{
    margin-top: 60px !important;
  }

  .u-margin_r60_pc{
    margin-right: 60px !important;
  }

  .u-margin_b60_pc{
    margin-bottom: 60px !important;
  }

  .u-margin_l60_pc{
    margin-left: 60px !important;
  }

  .u-margin_t65_pc{
    margin-top: 65px !important;
  }

  .u-margin_r65_pc{
    margin-right: 65px !important;
  }

  .u-margin_b65_pc{
    margin-bottom: 65px !important;
  }

  .u-margin_l65_pc{
    margin-left: 65px !important;
  }

  .u-margin_t70_pc{
    margin-top: 70px !important;
  }

  .u-margin_r70_pc{
    margin-right: 70px !important;
  }

  .u-margin_b70_pc{
    margin-bottom: 70px !important;
  }

  .u-margin_l70_pc{
    margin-left: 70px !important;
  }

  .u-margin_t75_pc{
    margin-top: 75px !important;
  }

  .u-margin_r75_pc{
    margin-right: 75px !important;
  }

  .u-margin_b75_pc{
    margin-bottom: 75px !important;
  }

  .u-margin_l75_pc{
    margin-left: 75px !important;
  }

  .u-margin_t80_pc{
    margin-top: 80px !important;
  }

  .u-margin_r80_pc{
    margin-right: 80px !important;
  }

  .u-margin_b80_pc{
    margin-bottom: 80px !important;
  }

  .u-margin_l80_pc{
    margin-left: 80px !important;
  }

  .u-margin_t85_pc{
    margin-top: 85px !important;
  }

  .u-margin_r85_pc{
    margin-right: 85px !important;
  }

  .u-margin_b85_pc{
    margin-bottom: 85px !important;
  }

  .u-margin_l85_pc{
    margin-left: 85px !important;
  }

  .u-margin_t90_pc{
    margin-top: 90px !important;
  }

  .u-margin_r90_pc{
    margin-right: 90px !important;
  }

  .u-margin_b90_pc{
    margin-bottom: 90px !important;
  }

  .u-margin_l90_pc{
    margin-left: 90px !important;
  }

  .u-margin_t95_pc{
    margin-top: 95px !important;
  }

  .u-margin_r95_pc{
    margin-right: 95px !important;
  }

  .u-margin_b95_pc{
    margin-bottom: 95px !important;
  }

  .u-margin_l95_pc{
    margin-left: 95px !important;
  }

  .u-margin_t100_pc{
    margin-top: 100px !important;
  }

  .u-margin_r100_pc{
    margin-right: 100px !important;
  }

  .u-margin_b100_pc{
    margin-bottom: 100px !important;
  }

  .u-margin_l100_pc{
    margin-left: 100px !important;
  }

  .u-padding_t5_pc{
    padding-top: 5px !important;
  }

  .u-padding_r5_pc{
    padding-right: 5px !important;
  }

  .u-padding_b5_pc{
    padding-bottom: 5px !important;
  }

  .u-padding_l5_pc{
    padding-left: 5px !important;
  }

  .u-padding_t10_pc{
    padding-top: 10px !important;
  }

  .u-padding_r10_pc{
    padding-right: 10px !important;
  }

  .u-padding_b10_pc{
    padding-bottom: 10px !important;
  }

  .u-padding_l10_pc{
    padding-left: 10px !important;
  }

  .u-padding_t15_pc{
    padding-top: 15px !important;
  }

  .u-padding_r15_pc{
    padding-right: 15px !important;
  }

  .u-padding_b15_pc{
    padding-bottom: 15px !important;
  }

  .u-padding_l15_pc{
    padding-left: 15px !important;
  }

  .u-padding_t20_pc{
    padding-top: 20px !important;
  }

  .u-padding_r20_pc{
    padding-right: 20px !important;
  }

  .u-padding_b20_pc{
    padding-bottom: 20px !important;
  }

  .u-padding_l20_pc{
    padding-left: 20px !important;
  }

  .u-padding_t25_pc{
    padding-top: 25px !important;
  }

  .u-padding_r25_pc{
    padding-right: 25px !important;
  }

  .u-padding_b25_pc{
    padding-bottom: 25px !important;
  }

  .u-padding_l25_pc{
    padding-left: 25px !important;
  }

  .u-padding_t30_pc{
    padding-top: 30px !important;
  }

  .u-padding_r30_pc{
    padding-right: 30px !important;
  }

  .u-padding_b30_pc{
    padding-bottom: 30px !important;
  }

  .u-padding_l30_pc{
    padding-left: 30px !important;
  }

  .u-padding_t35_pc{
    padding-top: 35px !important;
  }

  .u-padding_r35_pc{
    padding-right: 35px !important;
  }

  .u-padding_b35_pc{
    padding-bottom: 35px !important;
  }

  .u-padding_l35_pc{
    padding-left: 35px !important;
  }

  .u-padding_t40_pc{
    padding-top: 40px !important;
  }

  .u-padding_r40_pc{
    padding-right: 40px !important;
  }

  .u-padding_b40_pc{
    padding-bottom: 40px !important;
  }

  .u-padding_l40_pc{
    padding-left: 40px !important;
  }

  .u-padding_t45_pc{
    padding-top: 45px !important;
  }

  .u-padding_r45_pc{
    padding-right: 45px !important;
  }

  .u-padding_b45_pc{
    padding-bottom: 45px !important;
  }

  .u-padding_l45_pc{
    padding-left: 45px !important;
  }

  .u-padding_t50_pc{
    padding-top: 50px !important;
  }

  .u-padding_r50_pc{
    padding-right: 50px !important;
  }

  .u-padding_b50_pc{
    padding-bottom: 50px !important;
  }

  .u-padding_l50_pc{
    padding-left: 50px !important;
  }

  .u-padding_t55_pc{
    padding-top: 55px !important;
  }

  .u-padding_r55_pc{
    padding-right: 55px !important;
  }

  .u-padding_b55_pc{
    padding-bottom: 55px !important;
  }

  .u-padding_l55_pc{
    padding-left: 55px !important;
  }

  .u-padding_t60_pc{
    padding-top: 60px !important;
  }

  .u-padding_r60_pc{
    padding-right: 60px !important;
  }

  .u-padding_b60_pc{
    padding-bottom: 60px !important;
  }

  .u-padding_l60_pc{
    padding-left: 60px !important;
  }

  .u-padding_t65_pc{
    padding-top: 65px !important;
  }

  .u-padding_r65_pc{
    padding-right: 65px !important;
  }

  .u-padding_b65_pc{
    padding-bottom: 65px !important;
  }

  .u-padding_l65_pc{
    padding-left: 65px !important;
  }

  .u-padding_t70_pc{
    padding-top: 70px !important;
  }

  .u-padding_r70_pc{
    padding-right: 70px !important;
  }

  .u-padding_b70_pc{
    padding-bottom: 70px !important;
  }

  .u-padding_l70_pc{
    padding-left: 70px !important;
  }

  .u-padding_t75_pc{
    padding-top: 75px !important;
  }

  .u-padding_r75_pc{
    padding-right: 75px !important;
  }

  .u-padding_b75_pc{
    padding-bottom: 75px !important;
  }

  .u-padding_l75_pc{
    padding-left: 75px !important;
  }

  .u-padding_t80_pc{
    padding-top: 80px !important;
  }

  .u-padding_r80_pc{
    padding-right: 80px !important;
  }

  .u-padding_b80_pc{
    padding-bottom: 80px !important;
  }

  .u-padding_l80_pc{
    padding-left: 80px !important;
  }

  .u-padding_t85_pc{
    padding-top: 85px !important;
  }

  .u-padding_r85_pc{
    padding-right: 85px !important;
  }

  .u-padding_b85_pc{
    padding-bottom: 85px !important;
  }

  .u-padding_l85_pc{
    padding-left: 85px !important;
  }

  .u-padding_t90_pc{
    padding-top: 90px !important;
  }

  .u-padding_r90_pc{
    padding-right: 90px !important;
  }

  .u-padding_b90_pc{
    padding-bottom: 90px !important;
  }

  .u-padding_l90_pc{
    padding-left: 90px !important;
  }

  .u-padding_t95_pc{
    padding-top: 95px !important;
  }

  .u-padding_r95_pc{
    padding-right: 95px !important;
  }

  .u-padding_b95_pc{
    padding-bottom: 95px !important;
  }

  .u-padding_l95_pc{
    padding-left: 95px !important;
  }

  .u-padding_t100_pc{
    padding-top: 100px !important;
  }

  .u-padding_r100_pc{
    padding-right: 100px !important;
  }

  .u-padding_b100_pc{
    padding-bottom: 100px !important;
  }

  .u-padding_l100_pc{
    padding-left: 100px !important;
  }

  .u-w5_pc{
    width: 5% !important;
  }

  .u-w10_pc{
    width: 10% !important;
  }

  .u-w15_pc{
    width: 15% !important;
  }

  .u-w20_pc{
    width: 20% !important;
  }

  .u-w25_pc{
    width: 25% !important;
  }

  .u-w30_pc{
    width: 30% !important;
  }

  .u-w35_pc{
    width: 35% !important;
  }

  .u-w40_pc{
    width: 40% !important;
  }

  .u-w45_pc{
    width: 45% !important;
  }

  .u-w50_pc{
    width: 50% !important;
  }

  .u-w55_pc{
    width: 55% !important;
  }

  .u-w60_pc{
    width: 60% !important;
  }

  .u-w65_pc{
    width: 65% !important;
  }

  .u-w70_pc{
    width: 70% !important;
  }

  .u-w75_pc{
    width: 75% !important;
  }

  .u-w80_pc{
    width: 80% !important;
  }

  .u-w85_pc{
    width: 85% !important;
  }

  .u-w90_pc{
    width: 90% !important;
  }

  .u-w95_pc{
    width: 95% !important;
  }

  .u-w100_pc{
    width: 100% !important;
  }

  .u-ta_c_pc{
    text-align: center !important;
  }

  .u-ta_l_pc{
    text-align: left !important;
  }

  .u-ta_r_pc{
    text-align: right !important;
  }
  .ttl__h2 {
      font-size: 23px;
  }
  /* カタログ追加 */
  .productBox__img img {
      width: 300px;
      box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.2);
  }

  .productBox__item:nth-child(2) {
        -ms-flex: 1;
        flex: 1;
        padding-left: 8px;
        margin-left: 45px;
    }
    .productBox__link {
      display: flex;
      gap: 10px;
    }
        .catalog_btn {
        width: 254px;
        height: 54px;
        font-size: 15px;
    }
        .productBox__link {
        width: 254px;
        margin-top: 30px;
        margin-bottom: 80px;
    }
        .catalog_btn:after {
        right: 33px;
    }
        .btn--pdf:after {
        width: 21px;
        height: 26px;
    }
}
@media screen and (max-width: 767px){

  .l-headerInner{
    overflow: hidden;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 17.0666666667vw;
  }

  .l-headerLogo__link{
    width: 33.533333vw;
    height: 7.4666666667vw;
  }

  .l-headerNavi{
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
    -ms-flex-direction: column;
        flex-direction: column;
    position: fixed;
    z-index: -1;
    top: 19.2vw;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 19.2vw - 7vw);
    padding: 0 5.3333333333vw;
    transition: transform 1s ease-in;
  }

  .l-headerNavi.js-show{
    z-index: 201;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .l-headerNavi__text{
    display: inline-block;
    margin-bottom: 1em;
    font-size: 4.2666666667vw;
  }

  .l-headerNavi__link{
    padding: 0.5em 0;
  }

  .l-headerNavi__link:before{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    content: "";
    transition: opacity 0.4s;
  }

  .js-open .l-headerNavi__link:before{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .js-open .l-headerNavi__link--arrow:after{
    transform: translate(0, -10%) rotate(-135deg);
  }

  .l-headerNavi__item{
    margin: 1.5em 0 0;
  }

  .l-headerNaviChild{
    overflow: hidden;
    width: 100%;
    height: 0;
    color: #fff;
  }

  .js-open .l-headerNaviChild{
    height: auto;
    margin: 10px 0 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .l-headerNaviChild__inner.l-inner--ll{
    margin: 0;
  }

  .l-headerNaviChild__title{
    display: none;
  }

  .l-headerNaviChild__link{
    height: 97px;
    border: 1px solid rgba(83, 83, 83, 0.35);
    background: rgba(255, 255, 255, 0.08);
    color: #000;
    font-size: 3.2vw;
    font-weight: normal;
    line-height: 1.6;
    padding: 0.25em;
    white-space: pre;
  }

  .l-headerNaviChild__pict{
    display: none;
  }

  .l-footerNavi__titleLink{
    position: relative;
    border-bottom: none;
    font-size: 4vw;
  }

  .l-footerNavi__titleLink:before{
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: currentColor;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    content: "";
    transition: opacity 0.4s;
  }

  .l-footerNavi__titleLink.js-open:before{
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .l-footerNaviList{
    display: -ms-grid;
    display: grid;
    gap: 15px;
    margin: 1em 0 0;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }

  .l-footerNaviList__item{
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    line-height: 1.3;
  }

  .l-footerNavi__link{
    display: -ms-grid;
    display: grid;
    width: 100%;
    height: 97px;
    padding: 0.25em;
    border: 1px solid rgba(83, 83, 83, 0.35);
    background: rgba(255, 255, 255, 0.08);
    font-size: 3.2vw;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 1.6;
    white-space: break-spaces;
    place-items: center;
  }

  .l-footerNavi__link--sub{
    font-size: 3.2vw;
  }

  .pagetop{
    right: 2.6666666667vw;
    bottom: 10.6666666667vw;
    width: 12.8vw;
    height: 12.8vw;
  }

  .pagetop.js-bottom{
    top: -6.4vw;
  }

  .l-footerNavi__text > .is-onlyFooter{
    display: block;
  }

  .l-inner--spWide{
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }

  .l-mainContents{
    margin: -7.4666666667vw 0 8vw;
  }

  .l-mainContents:before{
    right: 5.3333333333vw;
    left: 5.3333333333vw;
    width: auto;
    height: 40.8vw;
  }

  .l-mainSection{
    margin: 0 -4vw;
    padding: 5.3333333333vw 4vw;
  }

  .l-section--min{
    min-height: 75vw;
  }

  .c-column__1-1--pc{
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1em;
  }

  .c-column__rightImg--pc{
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1em;
  }

  .c-column__leftImg--pc{
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1em;
  }

  .c-heading1{
    font-size: 5.8666666667vw;
  }

  .c-heading2{
    font-size: 5.3333333333vw;
  }

  .c-heading__border{
    margin-bottom: 1em;
    font-size: 4.8vw;
  }

  .c-heading__border:before{
    width: 1.0666666667vw;
    border-radius: 0.2666666667vw;
  }

  .c-heading__border--s{
    font-size: 4vw;
  }

  .c-heading3{
    font-size: 15px;
    line-height: 1.8;
  }

  .c-heading4{
    font-size: 20px;
    text-align: left;
  }

  .c-heading5{
    font-size: 20px;
  }

  .c-linkBtn, .c-linkBtn--gray, .c-linkBtn--white{
    -ms-flex-pack: start;
        justify-content: flex-start;
    width: 100%;
    padding: 2.6666666667vw 10.1333333333vw;
    border-radius: 8vw;
    text-align: left;
    font-weight: normal;
  }

  .c-linkBtn:after, .c-linkBtn--gray:after, .c-linkBtn--white:after{
    right: 9.3333333333vw;
    width: 5.3333333333vw;
    height: 1.6vw;
  }

  .c-linkBtn--back{
    -ms-flex-pack: center;
        justify-content: center;
  }

  .c-linkText{
    padding-right: 9.6vw;
    font-size: 14px;
  }

  .c-linkText .c-iconArrow{
    margin-left: 0;
    position: absolute;
    top: 48%;
    right: 0;
    transform: translate(0, -48%);
  }

  .js-accodion__click[data-acc]:after, .js-accodion__click[data-acc-sp]:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 12px;
    background: url(../img/common/icon_arrow_black.svg) no-repeat center/contain;
    content: "";
    transform: translate(0, -50%) rotate(90deg);
  }

  .js-accodion__click[data-acc].js-open:after, .js-accodion__click[data-acc-sp].js-open:after{
    transform: translate(0, -20%) rotate(-90deg);
  }

  .js-accodion__cont[data-acc-pc]{
    height: auto !important;
    display: inherit !important;
  }

  .c-button__link{
    padding: 4vw 8vw;
  }

  a.c-button__link:after{
    width: 8vw;
    height: 2.6666666667vw;
  }

  .c-title--l .c-title__hdr{
    font-size: 8.5333333333vw;
  }

  .c-title--l .c-title__hdr.is_small{
    font-size: 8.5333333333vw;
  }

  .c-title--l .c-title__hdr small{
    font-size: 6.9333333333vw;
  }

  .c-title--l .c-title__en{
    font-size: 2.9333333333vw;
  }

  .c-title--l .c-title__catch{
    bottom: -13.3333333333vw;
  }

  .c-title--m .c-title__hdr{
    font-size: 7.4666666667vw;
  }

  .c-list__dottedList > li:before{
    font-size: 3.7333333333vw;
  }

  .c-list__orderedlist-zeroPadding > li{
    margin-left: 13vw;
    text-indent: -13vw;
    line-height: 6vw;
  }

  .c-list__orderedlist-zeroPadding > li:not(:last-child){
    margin-bottom: 1.0666666667vw;
  }

  .c-list__orderedlist-zeroPadding > li:before{
    margin-right: 2.6666666667vw;
  }

  .p-tab__item:first-child .p-tab__btn{
    padding-left: 0;
  }

  .p-tab__btn{
    padding: 0 7px;
    font-size: 11px;
  }

  .p-tab__list2{
    padding: 0 0 10px;
    border-bottom: 1px solid #8d8d8d;
  }

  .p-tab__list2 .p-tab__btn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%;
    line-height: 1.3;
    padding: 0.5em 0;
  }

  .p-categoryLink{
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 2.1333333333vw;
    padding: 10.6666666667vw 0;
  }

  .p-categoryLink__link{
    height: 65px;
    -ms-flex-align: center;
        align-items: center;
    border-radius: 4px;
  }

  .p-categoryLink__text{
    -ms-flex: 1;
        flex: 1;
    font-size: 3.4666666667vw;
  }

  .p-categoryLink__icon{
    font-size: 5.3333333333vw;
  }

  .p-breadcrumb{
    font-size: 2.9333333333vw;
  }

  .p-pageTitle{
    height: 43.7333333333vw;
    padding: 10.6666666667vw 0 0;
    text-shadow: 2px 2px 3px rgb(255, 255, 255);
  }

  .p-pageTitle--message{
    background-image: url(../img/message/kv_sp.png);
  }

  .p-pageTitle--philosophy{
    background-image: url(../img/philosophy/kv_sp.png);
  }

  .p-pageTitle--history{
    background-image: url(../img/history/kv_sp.png);
  }

  .p-pageTitle--business{
    background-image: url(../img/business/kv_sp.png);
  }

  .p-pageTitle--profile{
    background-image: url(../img/profile/kv_sp.png);
  }

  .p-pageTitle--qc{
    background-image: url(../img/qc/kv_sp.png);
  }

  .p-pageTitle--merchandising{
    background-image: url(../img/merchandising/kv_sp.png);
  }

  .p-pageTitle--logistics{
    background-image: url(../img/logistics/kv_sp.png);
  }

  .p-pageTitle--kybclub{
    background-image: url(../img/kybclub/kv_sp.png);
  }

  .p-pageTitle--products{
    background-image: url(../img/products/kv_sp.png);
  }

  .p-pageTitle--recruitment{
    background-image: url(../img/recruitment/kv_sp.png);
  }

  .p-pageTitle--kenbics{
    background-image: url(../img/kenbics/kv_sp.png);
  }

  .p-pageTitle--news{
    background-image: url(../img/news/kv_sp.png);
  }

  .p-pageTitle--contact{
    background-image: url(../img/contact/kv_sp.png);
  }

  .p-pageTitle--privacy-policy{
    background-image: url(../img/privacy-policy/kv_sp.png);
  }

  .p-pageTitle--site-policy{
    background-image: url(../img/site-policy/kv_sp.png);
  }

  .p-pageTitle__main{
    margin: 0 0 0.8em;
    font-size: 6.6666666667vw;
  }

  .p-pageTitle__main:before, .p-pageTitle__main:after{
    top: 1.75em;
  }

  .p-pageTitle__sub{
    font-size: 2.9333333333vw;
  }

  .p-pageTitle__sub:before{
    bottom: 1.55em;
    height: 17px;
  }

  .dummy{
    display: block;
  }

  .p-topSecTitle{
    margin: 0 -9.3333333333vw;
    padding: 1.5384615385em 0 0 9.3333333333vw;
    background: url(../img/top/title_business.svg) no-repeat right 3.2vw top/auto 10.1333333333vw;
    font-size: 6.9333333333vw;
  }

  .p-topSecTitle[data-en=products]{
    background-image: url(../img/top/title_products.svg);
  }

  .p-topHero__text-circle{
    right: 0;
    transform: translateX(30%);
  }

  .p-topHero__text-circle img{
    width: 32.8vw;
    height: 32.8vw;
  }

  .p-topHero__inner:after{
    bottom: -56%;
    transform: scale(1, 0.25);
  }

  .p-topNews{
    margin-bottom: 8vw;
    padding: 20px 0 30px;
  }

  .p-topNews .l-inner--l{
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .p-topNews__titleArea{
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 12px;
    text-align: center;
  }

  .p-topNews__titleArea:after{
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 16vw;
    height: 0.8vw;
    background-color: #35b1e8;
    content: "";
    transform: translateX(-50%);
  }

  .p-topNews__title .c-title__hdr{
    font-size: 3.4666666667vw;
  }

  .p-news__index{
    width: 100%;
    padding: 0 9.3333333333vw;
    border: none;
  }

  .p-topWwa{
    margin-bottom: 8vw;
  }

  .p-topWwa:before{
    top: 0;
    left: -28%;
    width: 48.5333333333vw;
    height: 48.5333333333vw;
  }

  .p-topWwa__inner{
    padding-bottom: 8vw;
  }

  .p-topWwaWrap{
    min-height: 144.8vw;
    padding-right: 9.3333333333vw;
    padding-left: 9.3333333333vw;
  }

  .p-topWwaTitle{
    margin-bottom: 1em;
  }

  .p-topWwaTitle:before{
    margin-bottom: 0.25em;
    font-size: 8vw;
  }

  .p-topWwa__text{
    width: 18.36em;
    font-size: 4vw;
    text-align: justify;
    line-height: 2em;
    text-align-end: justify;
  }

  .p-topWwa__linkWrap{
    margin-top: 6.9333333333vw;
  }

  .p-topWwa__link{
    width: auto;
  }

  .p-topWwa__decoration_type01{
    top: 0;
    font-size: 144.8vw;
    transform: translate(-50%, 0);
  }

  .p-topWwa__decoration_type06{
    left: 83%;
    font-size: 24vw;
  }

  .p-topWwa__decoration_type02, .p-topWwa__decoration_type03, .p-topWwa__decoration_type04, .p-topWwa__decoration_type05{
    display: none;
  }

  .p-topService__item{
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .p-topService__item:nth-child(n+2){
    margin-top: 3em;
  }

  .p-topService__titleArea{
    -ms-flex-pack: justify;
        justify-content: space-between;
  }

  .p-topService__decoration_type01, .p-topService__decoration_type02, .p-topService__decoration_type03{
    display: none;
  }

  .p-topProducts{
    padding-bottom: 12.8vw;
  }

  .p-topProducts__list{
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .p-topProducts__title{
    font-size: 5.3333333333vw;
  }

  .p-topProducts__decoration_type01{
    display: none;
  }

  .p-topProducts__linkWrap{
    margin-top: 8vw;
  }

  .p-topTot{
    margin-bottom: 8.5333333333vw;
    padding: 14.6666666667vw 0 15.4666666667vw;
  }

  .p-topTot .l-inner--l{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }

  .p-topTotTitle{
    display: block;
    margin-bottom: 1em;
    font-size: 6.4vw;
    text-align: center;
  }

  .p-topTot__img01{
    display: none;
  }

  .p-topTot__img02{
    margin-bottom: 5.3333333333vw;
  }

  .p-topTot__text{
    margin-bottom: 0;
  }

  .p-topTot__text:nth-last-of-type(1){
    margin-bottom: 1.8em;
  }

  .p-topCsr__titleMain:after{
    font-size: 3.7333333333vw;
  }

  .p-topCsr__text{
    font-size: 4vw;
    letter-spacing: 0.03em;
  }

  .p-message{
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 32px;
  }

  .p-message__text{
    width: 100%;
  }

  .p-message__text p{
    margin-bottom: 1.5em;
  }

  .p-message__text p:last-child{
    margin-bottom: 0;
  }

  .p-message__text .p-message__heading{
    text-align: center;
    margin-bottom: 10px;
  }

  .p-message__text .p-message__lead{
    font-size: 18px;
    text-align: center;
    margin-bottom: 16px;
  }

  .p-message__text .p-message__signature{
    margin-top: 1.2em;
  }

  .p-president:first-child{
    width: 72vw;
    margin: auto;
  }
  .p-president{
    width: 72vw;
    margin: auto;
  }

  .p-message__name span{
    font-size: 3.2vw;
  }

  .p-message__name span.name{
    font-size: 5.4vw;
  }

  .p-message__definition{
    margin-bottom: 3.2vw;
    font-size: 3.4666666667vw;
  }

  .p-message__definitionTitle{
    line-height: 4.8vw;
  }

  .p-message__iconID{
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    margin-right: 2.1333333333vw;
  }

  .p-message__position{
    font-size: 3.4666666667vw;
  }

  .p-message__note_wrapper{
    margin-top: 80px;
  }

  .p-philosophy__mission{
    margin-top: 64px;
  }

  .p-philosophy__vision{
    margin-top: 21.3333333333vw;
    margin-bottom: 0;
  }

  .p-philosophy__title{
    font-size: 24px;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .p-philosophy__title:before{
    margin-right: 5.3333333333vw;
  }

  .p-philosophy__title:after{
    margin-left: 5.3333333333vw;
  }

  .p-philosophy__title:before, .p-philosophy__title:after{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .p-philosophy__text_wrapper{
    margin-top: 32px;
  }

  .p-philosophy__text_wrapper .p-philosophy__text:not(:first-child){
    margin-top: 20px;
  }

  .p-philosophy__text{
    line-height: 2.1;
  }

  .p-philosophy__text .p-philosophy__text--dotted{
    border-bottom: 3px dotted #35b1e8;
    padding-bottom: 5px;
  }

  .p-philosophy__vision .p-philosophy__title:before, .p-philosophy__vision .p-philosophy__title:after{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .p-philosophy__vision .p-philosophy__title{
    -ms-flex-pack: center;
        justify-content: center;
  }

  .p-philosophy__vision .p-philosophy__text{
    font-size: 16px;
    margin-top: 20px;
    line-height: 2.1875;
  }

  .p-philosophy__origin{
    margin-top: 21.3333333333vw;
  }

  .p-philosophy__origin_title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    font-size: 5.3333333333vw;
  }

  .p-philosophy__origin_title:after{
    margin-left: 2.6666666667vw;
    -ms-flex-positive: 1;
        flex-grow: 1;
    border-top: 1px solid #707070;
    content: "";
  }

  .p-philosophy__origin_text:not(:first-child){
    margin-top: 6.4vw;
  }

  .p-philosophy__pattern01{
    top: 237px;
    left: -19.4666vw;
    width: 35.7333vw;
    height: 35.7333vw;
  }

  .p-philosophy__pattern02{
    display: none;
  }

  .p-philosophy__pattern03{
    display: none;
  }

  .p-philosophy__pattern04{
    top: -85px;
    left: auto;
    right: -80px;
    width: 344px;
    height: 344px;
  }

  .p-philosophy__pattern05{
    display: none;
  }

  .p-philosophy__catch_wrapper{
    margin-top: 20px;
  }

  .p-philosophy__lead{
    font-size: 15px;
  }

  .p-philosophy__catch{
    font-size: 16px;
    line-height: 2.1875;
    margin-top: 12px;
  }

  .p-history:before, .p-history:after{
    left: 2.1333333333vw;
  }

  .p-history:before{
    height: 2.1333333333vw;
    bottom: 1.3333333333vw;
  }

  .p-history:after{
    bottom: -1.0666666667vw;
  }

  .p-history__item:before{
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }

  .p-history__item:last-child:before{
    height: 75%;
  }

  .p-history__item:last-child:after{
    top: calc(75% + 3.2vw);
    left: 2.1333333333vw;
  }

  .p-history__item:last-child{
    padding-bottom: 24px;
  }

  .p-history__item{
    display: block;
  }

  .p-history__year{
    padding-left: 8.8vw;
    margin-bottom: 20px;
    font-size: 4.8vw;
  }

  .p-history__year:before{
    top: 1.6vw;
    width: 4.8vw;
    height: 4.8vw;
    background-size: cover;
  }

  .p-history__tags{
    width: 41.0666vw;
    border-radius: 3.4666666667vw;
    font-size: 3.2vw;
  }

  .p-history__text:not(:last-child){
    margin-bottom: 4.2666666667vw;
  }

  .p-history__text{
    display: block;
  }

  .p-history__detail{
    width: 100%;
    margin-top: 4px;
    margin-left: 0;
    font-size: 4vw;
  }

  .p-history__linkWrap{
    margin-top: 6.4vw;
  }

  .p-history__link{
    padding: 4.2666666667vw 5.3333333333vw 5.8666666667vw;
    column-gap: 4vw;
    min-height: 26.6666666667vw;
    border-radius: 10px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }

  .p-history__link-iconArrow{
    width: 16vw;
    height: 16vw;
    border-radius: 16vw;
  }

  .p-history__link-iconArrow:after{
    width: 6.6666666667vw;
    height: 2vw;
  }

  .p-business__lead{
    margin-bottom: 8.5333333333vw;
  }

  .p-business__list{
    gap: 7.7333333333vw 0;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }

  .p-business__tile{
    border-radius: 10px;
    box-shadow: 1.8666666667vw 1.8666666667vw 5.3333333333vw rgba(152, 152, 152, 0.1490196078);
  }

  .p-business__tileImg{
    width: 81.3333333333vw;
    height: 37.8666666667vw;
  }

  .p-business__textWrap{
    bottom: 2.6666666667vw;
    left: 2.6666666667vw;
  }

  .p-business__textWrap:before{
    height: 10.1333333333vw;
    margin-right: 9.0666666667vw;
  }

  .p-business__iconText{
    height: 2.4vw;
  }

  .p-business__tileText{
    padding: 4.8vw 4.2666666667vw 6.4vw;
  }

  .p-business__titleWrap{
    margin-bottom: 3.2vw;
  }

  .p-business__title{
    font-size: 5.3333333333vw;
  }

  .p-business__arrow{
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }

  .p-business__arrow:after{
    width: 3.4666666667vw;
    height: 1.0666666667vw;
  }

  .p-profile__item{
    display: block;
    padding: 20px 0;
  }

  .p-profile__item:first-child{
    padding-top: 0;
    border: 0 solid #BCBCBC;
    border-top-width: 0;
  }

  .p-profile__content--full{
    margin-top: 5px;
  }

  .p-logistics__list{
    margin-top: 38px;
  }

  .p-logistics__list:after{
    margin: 0 -9.3333333333vw;
    width: 100vw;
  }

  .p-logistics__list .p-logistics__itemWrap{
    -ms-flex-align: inherit;
        align-items: inherit;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 6px;
    margin: 0;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__item{
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
    border: 1px solid #BCBCBC;
    border-radius: 8px;
    padding: 14px 0;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__item .p-logistics__imgWrap{
    height: auto;
    border: none;
    box-shadow: none;
    position: absolute;
    left: 0;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__item .p-logistics__imgWrap .p-logistics__img01{
    width: 12vw;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__item .p-logistics__imgWrap .p-logistics__img02{
    width: 10vw;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__item .p-logistics__imgWrap .p-logistics__img03{
    width: 11vw;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__item .p-logistics__imgWrap .p-logistics__img04{
    width: 9vw;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__item .p-logistics__imgWrap .p-logistics__img05{
    width: 11.5vw;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__item .p-logistics__imgWrap .p-logistics__img06{
    width: 12vw;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__arrow{
    height: 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }

  .p-logistics__list .p-logistics__itemWrap .p-logistics__arrow .p-logistics__img{
    transform: rotate(90deg);
    object-fit: scale-down;
  }

  .p-logistics__main{
    margin-top: 32px;
  }

  .p-logistics__main .p-logistics__description:not(:first-child){
    margin-top: 44px;
  }

  .p-logistics__main .p-logistics__description .p-logistics__title{
    font-size: 18px;
    gap: 3.7333vw;
  }

  .p-logistics__main .p-logistics__description .p-logistics__content{
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
    margin-top: 16px;
  }

  .p-logistics__main .p-logistics__description .p-logistics__content .p-logistics__textWrap{
    width: 100%;
  }

  .p-logistics__main .p-logistics__description .p-logistics__content .p-logistics__textWrap .p-logistics__lead{
    font-size: 15px;
  }

  .p-logistics__main .p-logistics__description .p-logistics__content .p-logistics__textWrap .p-logistics__text{
    font-size: 14px;
  }

  .p-logistics__main .p-logistics__description .p-logistics__content .p-logistics__imgWrap{
    width: 100%;
  }

  .p-qc__list{
    margin-top: 43px;
  }

  .p-qc__list .p-qc__itemWrap{
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px;
    margin: 0;
  }

  .p-qc__list .p-qc__itemWrap .p-qc__item{
    -ms-flex-direction: row;
        flex-direction: row;
    width: 100%;
    border-radius: 8px;
    padding: 16px 7.2vw;
  }

  .p-qc__list .p-qc__itemWrap .p-qc__item .p-qc__imgWrap .p-qc__img01{
    width: 10.6666vw;
  }

  .p-qc__list .p-qc__itemWrap .p-qc__item .p-qc__imgWrap .p-qc__img02{
    width: 10.1333vw;
  }

  .p-qc__list .p-qc__itemWrap .p-qc__item .p-qc__imgWrap .p-qc__img03{
    width: 9.024vw;
  }

  .p-qc__list .p-qc__itemWrap .p-qc__item .p-qc__imgWrap .p-qc__img04{
    width: 10.2vw;
  }

  .p-qc__list .p-qc__itemWrap .p-qc__item .p-qc__text{
    text-align: left;
  }

  .p-qc__main{
    margin-top: 32px;
  }

  .p-qc__main .p-qc__description:not(:first-child){
    margin-top: 44px;
  }

  .p-qc__main .p-qc__description .p-qc__title{
    font-size: 18px;
    line-height: 1.7777;
    gap: 2.13333vw;
  }

  .p-qc__main .p-qc__description .p-qc__title:after{
    width: 100%;
    margin-bottom: 32px;
  }

  .p-qc__main .p-qc__description .p-qc__content{
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
    margin-top: 24px;
  }

  .p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap{
    width: 100%;
  }

  .p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__text{
    font-size: 15px;
  }

  .p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__flow{
    margin-top: 24px;
  }

  .p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__flow .p-qc__flowList:not(:last-child){
    margin-bottom: 8px;
  }

  .p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__flow .p-qc__flowList{
    padding-left: 1.1em;
    text-indent: -1.1em;
  }

  .p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__flow .p-qc__flowList:before{
    margin-right: 6px;
  }

  .p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__link{
    margin-top: 20px;
  }

  .p-qc__main .p-qc__description .p-qc__content .p-qc__textWrap .p-qc__link .c-iconBlank{
    margin-right: 8px;
  }

  .p-qc__main .p-qc__description .p-qc__content .p-qc__imgWrap{
    width: 100%;
  }

  .p-qc__foot{
    margin-top: 44px;
  }

  .p-kblHead{
    font-size: 5.3333333333vw;
    margin: 1em 0 1.8em;
  }

  .p-kblTitle.js-accodion__click[data-acc]:before, .p-kblTitle.js-accodion__click[data-acc]:after{
    right: 0.25em;
  }

  .p-kblTitle{
    padding: 1.8em 2em 1.8em 0;
  }

  .p-kblTitle__text.c-heading__border{
    font-size: 4.2666666667vw;
  }

  .p-kblTitle__num{
    font-size: 3.4666666667vw;
  }

  .p-kblContent{
    padding: 0 0 3em;
  }

  .p-kblContent__list{
    gap: 30px 14px;
  }

  .p-kblContent__item{
    width: calc((100% - 14px) / 2);
  }

  .p-kblContent__imgArea{
    border-radius: 2.6666666667vw;
  }

  .p-kblContent__category{
    font-size: 2.9333333333vw;
  }

  .p-kblContent__name{
    font-size: 3.4666666667vw;
  }

  .p-kbdHead{
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin: 0 0 2em;
  }

  .p-kbdHead__img{
    margin: 0 0 2em;
  }

  .p-kbd__name{
    font-size: 5.3333333333vw;
  }

  .p-kbd__catchCopy{
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }

  .p-kbdDi{
    font-size: 4.2666666667vw;
  }

  .p-kbdPrice__item:nth-child(n+2){
    margin: 1em 0 0;
  }

  .p-kbdPrice__item{
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
  }

  .p-kbdPrice__nameTag{
    font-size: 3.4666666667vw;
    min-width: 5em;
  }

  .p-kbdPrice__amount,
.p-kbdPrice__price{
    margin-top: 0.5em;
  }

  .p-kbdMain{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    margin: 2em 0;
  }

  .p-kbdMain01{
    -ms-flex-order: 1;
        order: 1;
  }

  .p-kbdMain02{
    -ms-flex-order: 3;
        order: 3;
    margin: 2em 0 0;
    gap: 2em;
  }

  .p-kbd__ingest{
    font-size: 3.7333333333vw;
  }

  .p-kbdFree__item{
    font-size: 2.6666666667vw;
  }

  .p-kbd__linkLeaflet{
    font-size: 3.4666666667vw;
  }

  .p-kbd__c-link {
    width: 100%;
  }

  .p-nutritionalTableMain{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1em;
  }

  .p-nutritionalTableNote{
    font-size: 3.2vw;
  }

  .p-nutritionalTableNote_right{
    text-align: right;
    font-size: 3.2vw;
    margin-top: -10px;
  }

  .p-nutritionalTable{
    font-size: 3.7333333333vw;
  }

  .p-nutritionalTableList{
    width: 100%;
    gap: 1em;
  }

  .p-nutritionalTableList__top,
.p-nutritionalTableList__bottom{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 1em;
  }

  .p-kbdFoot{
    margin: 2em 0 0;
  }

  .p-kybclub__lead{
    margin-bottom: 9.6vw;
  }

  .p-kybclub__importantText {
    font-size: 16px;
    margin-bottom: 40px;
    text-align: left;
    padding: 13px;
  }

  .p-kybclub__supporter{
    margin-bottom: 12.2666666667vw;
  }

  .p-kybclub__supporter_title{
    margin-bottom: 6.6666666667vw;
    text-align: center;
  }

  .p-kybclub__supporter_title span{
    padding: 0 2.1333333333vw;
    letter-spacing: 0;
  }

  .p-kybclub__imgList{
    margin-bottom: 12.8vw;
    padding-right: 9.3333333333vw;
    overflow-x: scroll;
    column-gap: 0;
  }

  .p-kybclub__imgList_item{
    width: 48vw;
    margin-right: 4.2666666667vw;
    min-height: 36.8vw;
  }

  .p-kybclub__imgList_img{
    padding: 0 2.1333333333vw;
  }

  .p-kybclub__imgList_text{
    padding: 2.6666666667vw;
    min-height: 15.3333333333vw;
    font-size: 3.4666666667vw;
  }

  .p-kybclub__imgListWrap{
    overflow-x: scroll;
    margin-right: -9.3333333333vw;
    width: 100vw;
  }

  .p-kybclub__item:not(:last-of-type){
    margin-bottom: 9.6vw;
  }

  .p-kybclub__titleWrap{
    gap: 0 2.1333333333vw;
    margin-bottom: 4.8vw;
  }

  .p-kybclub__title{
    margin-bottom: 1.0666666667vw;
    font-size: 8.5333333333vw;
  }

  .p-kybclub__title:after{
    margin-left: 2.6666666667vw;
  }

  .p-kybclub__enTitle{
    width: 13.8666666667vw;
    height: 4.2666666667vw;
  }

  .p-kybclub__enTitle-supplement{
    width: 28.5333333333vw;
  }

  .p-kybclub__icon{
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }

  .p-kybclub__subTitle{
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }

  .p-kybclub__link{
    margin-top: 5.3333333333vw;
  }

  .p-kybclub__link .c-linkText{
    display: block;
  }

  .p-kybclub__iconArrow{
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin-left: 3.2vw;
    border-radius: 8.5333333333vw;
  }

  .p-kybclub__iconArrow:after{
    width: 3.4666666667vw;
    height: 1.0666666667vw;
  }

  .p-kybclub__bnrWrap{
    padding: 12.8vw 0;
  }

  .p-kybclub__bnrWrap .c-linkBtn--white{
    font-weight: bold;
  }

  .p-kybclub__bnrItem{
    display: block;
    padding: 6.4vw 6.6666666667vw 7.2vw;
    border-radius: 2.1333333333vw;
  }

  .p-kybclub__bnrImg{
    width: 100%;
    margin-bottom: 20px;
  }

  .p-kybclub__bnrText{
    margin-bottom: 3.2vw;
  }

  .p-kybclub__bnrLink{
    font-size: 3.7333333333vw;
  }

  .p-merchandising__lead{
    margin-bottom: 8.5333333333vw;
  }

  .p-merchandising__item{
    padding-bottom: 0;
  }

  .p-merchandising__item:not(:last-of-type){
    margin-bottom: 12.2666666667vw;
  }

  .p-merchandising__item:not(:last-of-type):before, .p-merchandising__item:not(:last-of-type):after{
    content: none;
  }

  .p-merchandising__titleWrap{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 3.2vw;
    -ms-flex-pack: end;
        justify-content: flex-end;
    margin-bottom: 1.0666666667vw;
  }

  .p-merchandising__titleWrap:after{
    content: none;
  }

  .p-merchandising__title{
    -ms-flex-align: center;
        align-items: center;
    font-size: 4.8vw;
    line-height: 5.8666666667vw;
    -ms-flex-positive: 1;
        flex-grow: 1;
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .p-merchandising__num{
    margin-right: 8vw;
    font-size: 10.6666666667vw;
    line-height: 15.4666666667vw;
  }

  .p-merchandising__num:after{
    left: 17.6vw;
    height: 10.1333333333vw;
    transform-origin: left center;
  }

  .p-merchandising__enTitle{
    height: 4vw;
  }

  .p-merchandising__enTitle:before{
    width: 3.7333333333vw;
    height: 0.2666666667vw;
    transform: translateX(-6.4vw);
  }

  .p-merchandising__enTitle-information-gathering{
    width: 52.5333333333vw;
  }

  .p-merchandising__enTitle-planning-and-designing{
    width: 54.1333333333vw;
  }

  .p-merchandising__enTitle-partnership-with-RAD{
    width: 46.6666666667vw;
  }

  .p-merchandising__enTitle-post-market-validation{
    width: 52.2666666667vw;
  }

  .p-merchandising__icon{
    margin-top: -2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }

  .p-merchandising__icon{
    grid-column: 2/3;
    grid-row: 1/3;
  }

  .p-merchandising__textArea{
    max-width: auto;
    width: 100%;
  }

  .p-merchandising__textTitle{
    margin-bottom: 2.6666666667vw;
  }

  .p-merchandising__link{
    margin-top: 5.3333333333vw;
  }

  .p-merchandising__link .c-iconBlank{
    margin-right: 2.6666666667vw;
  }

  .p-products__main{
    margin-top: 48px;
  }

  .p-products__main .p-products__description:nth-child(1) .p-products__pattern01{
    display: none;
  }

  .p-products__main .p-products__description:nth-child(2) .p-products__pattern02{
    display: none;
  }

  .p-products__main .p-products__description:not(:first-child){
    margin-top: 48px;
  }

  .p-products__main .p-products__description .p-products__title{
    gap: 3.7333vw;
    font-size: 18px;
  }

  .p-products__main .p-products__description .p-products__subTitle{
    margin-top: 4px;
    font-size: 13px;
  }

  .p-products__main .p-products__description .p-products__content{
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 24px;
    margin-top: 16px;
  }

  .p-products__main .p-products__description .p-products__content .p-products__textWrap{
    width: 100%;
  }

  .p-products__main .p-products__description .p-products__content .p-products__textWrap .p-products__lead{
    font-size: 15px;
  }

  .p-products__main .p-products__description .p-products__content .p-products__imgWrap{
    width: 100%;
  }

  .p-products__main .p-products__description .p-products__content .p-products__imgWrap .p-products__contentImg{
    border-radius: 8px;
  }

  .p-XXX{
    margin-bottom: 13.3333333333vw;
  }

  .p-recruitment__list{
    margin-top: 24px;
  }

  .p-recruitment__flow .p-recruitment__flowWrap{
    margin-top: 31px;
    gap: 8px;
  }

  .p-recruitment__flow .p-recruitment__flowWrap .p-recruitment__flowItem{
    width: 100%;
    padding: 12px 16px;
  }

  .p-contactItem{
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 5.3333333333vw;
  }

  .p-contactItem__titleArea{
    width: 100%;
  }

  .p-contactItem__inputArea{
    width: 100%;
    margin-top: 0.8vw;
  }

  .p-contactItem__title{
    font-size: 4vw;
    line-height: 7.2vw;
  }

  .p-contactItem__input{
    height: 10.4vw;
    padding: 0.5em 1em;
  }

  .p-contactItem__input.textarea{
    min-height: 56vw;
  }

  .p-contactBtnArea{
    margin-top: 11.7333333333vw;
    margin-bottom: 10.6666666667vw;
  }

  .p-contactBtnArea .c-linkBtn{
    max-width: 64vw;
  }

  .p-contactItem__select{
    background-position: right 5.3333333333vw center;
    background-size: 2.9333333333vw 2.9333333333vw;
    font-size: 4vw;
    line-height: 6.8266666667vw;
  }

  .p-contactNotes{
    margin-top: 8vw;
    padding-top: 4.8vw;
  }

  .p-newsList{
    margin-bottom: 13.3333333333vw;
  }

  .p-newsList__link{
    padding: 5.3333333333vw 0;
  }

  .p-newsList__item:first-child .p-newsList__link{
    padding-top: 0;
  }

  .p-newsList__link:after{
    top: 7.4666666667vw;
    width: 24px;
    height: 9px;
  }

  .p-newsList__item:first-child .p-newsList__link:after{
    top: 2.1333333333vw;
  }

  .p-newsList__date{
    display: inline-block;
    font-size: 3.4666666667vw;
    margin-bottom: 3.2vw;
  }

  .p-newsList__type{
    display: inline-block;
    font-size: 2.6666666667vw;
    font-weight: 500;
  }

  .newsDetail{
    margin-bottom: 13vw;
  }

  .p-newsDetail__header{
    margin-bottom: 10.6666666667vw;
  }

  .p-newsDetail__date{
    margin-bottom: 4.2666666667vw;
  }

  .p-newsDetail__type{
    display: inline-block;
    font-size: 2.6666666667vw;
    font-weight: 500;
  }

  .p-newsDetail__title{
    font-size: 5.3333333333vw;
    line-height: 1.35;
  }

  .p-newsDetail__body{
    margin-bottom: 12.8vw;
  }

  .p-newsDetail__btn{
    margin-top: 8vw;
  }

  .c-linkBtn__secondary{
    font-size: 4.2666666667vw;
  }

  .p-formaldocument__content + .p-formaldocument__content{
    margin-top: 8vw;
  }

  .p-formaldocument__chapter + .p-formaldocument__chapter{
    margin-top: 8vw;
  }

  .p-formaldocument__title{
    margin-bottom: 4vw;
  }

  .p-formaldocument__title + .p-formaldocument__title{
    margin-top: 4vw;
  }

  .u-none_sp{
    display: none !important;
  }

  .u-margin_rlauto_sp{
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .u-margin_rl0_sp{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .u-margin_t5_sp{
    margin-top: 5px !important;
  }

  .u-margin_r5_sp{
    margin-right: 5px !important;
  }

  .u-margin_b5_sp{
    margin-bottom: 5px !important;
  }

  .u-margin_l5_sp{
    margin-left: 5px !important;
  }

  .u-margin_t10_sp{
    margin-top: 10px !important;
  }

  .u-margin_r10_sp{
    margin-right: 10px !important;
  }

  .u-margin_b10_sp{
    margin-bottom: 10px !important;
  }

  .u-margin_l10_sp{
    margin-left: 10px !important;
  }

  .u-margin_t15_sp{
    margin-top: 15px !important;
  }

  .u-margin_r15_sp{
    margin-right: 15px !important;
  }

  .u-margin_b15_sp{
    margin-bottom: 15px !important;
  }

  .u-margin_l15_sp{
    margin-left: 15px !important;
  }

  .u-margin_t20_sp{
    margin-top: 20px !important;
  }

  .u-margin_r20_sp{
    margin-right: 20px !important;
  }

  .u-margin_b20_sp{
    margin-bottom: 20px !important;
  }

  .u-margin_l20_sp{
    margin-left: 20px !important;
  }

  .u-margin_t25_sp{
    margin-top: 25px !important;
  }

  .u-margin_r25_sp{
    margin-right: 25px !important;
  }

  .u-margin_b25_sp{
    margin-bottom: 25px !important;
  }

  .u-margin_l25_sp{
    margin-left: 25px !important;
  }

  .u-margin_t30_sp{
    margin-top: 30px !important;
  }

  .u-margin_r30_sp{
    margin-right: 30px !important;
  }

  .u-margin_b30_sp{
    margin-bottom: 30px !important;
  }

  .u-margin_l30_sp{
    margin-left: 30px !important;
  }

  .u-margin_t35_sp{
    margin-top: 35px !important;
  }

  .u-margin_r35_sp{
    margin-right: 35px !important;
  }

  .u-margin_b35_sp{
    margin-bottom: 35px !important;
  }

  .u-margin_l35_sp{
    margin-left: 35px !important;
  }

  .u-margin_t40_sp{
    margin-top: 40px !important;
  }

  .u-margin_r40_sp{
    margin-right: 40px !important;
  }

  .u-margin_b40_sp{
    margin-bottom: 40px !important;
  }

  .u-margin_l40_sp{
    margin-left: 40px !important;
  }

  .u-margin_t45_sp{
    margin-top: 45px !important;
  }

  .u-margin_r45_sp{
    margin-right: 45px !important;
  }

  .u-margin_b45_sp{
    margin-bottom: 45px !important;
  }

  .u-margin_l45_sp{
    margin-left: 45px !important;
  }

  .u-margin_t50_sp{
    margin-top: 50px !important;
  }

  .u-margin_r50_sp{
    margin-right: 50px !important;
  }

  .u-margin_b50_sp{
    margin-bottom: 50px !important;
  }

  .u-margin_l50_sp{
    margin-left: 50px !important;
  }

  .u-margin_t55_sp{
    margin-top: 55px !important;
  }

  .u-margin_r55_sp{
    margin-right: 55px !important;
  }

  .u-margin_b55_sp{
    margin-bottom: 55px !important;
  }

  .u-margin_l55_sp{
    margin-left: 55px !important;
  }

  .u-margin_t60_sp{
    margin-top: 60px !important;
  }

  .u-margin_r60_sp{
    margin-right: 60px !important;
  }

  .u-margin_b60_sp{
    margin-bottom: 60px !important;
  }

  .u-margin_l60_sp{
    margin-left: 60px !important;
  }

  .u-margin_t65_sp{
    margin-top: 65px !important;
  }

  .u-margin_r65_sp{
    margin-right: 65px !important;
  }

  .u-margin_b65_sp{
    margin-bottom: 65px !important;
  }

  .u-margin_l65_sp{
    margin-left: 65px !important;
  }

  .u-margin_t70_sp{
    margin-top: 70px !important;
  }

  .u-margin_r70_sp{
    margin-right: 70px !important;
  }

  .u-margin_b70_sp{
    margin-bottom: 70px !important;
  }

  .u-margin_l70_sp{
    margin-left: 70px !important;
  }

  .u-margin_t75_sp{
    margin-top: 75px !important;
  }

  .u-margin_r75_sp{
    margin-right: 75px !important;
  }

  .u-margin_b75_sp{
    margin-bottom: 75px !important;
  }

  .u-margin_l75_sp{
    margin-left: 75px !important;
  }

  .u-margin_t80_sp{
    margin-top: 80px !important;
  }

  .u-margin_r80_sp{
    margin-right: 80px !important;
  }

  .u-margin_b80_sp{
    margin-bottom: 80px !important;
  }

  .u-margin_l80_sp{
    margin-left: 80px !important;
  }

  .u-margin_t85_sp{
    margin-top: 85px !important;
  }

  .u-margin_r85_sp{
    margin-right: 85px !important;
  }

  .u-margin_b85_sp{
    margin-bottom: 85px !important;
  }

  .u-margin_l85_sp{
    margin-left: 85px !important;
  }

  .u-margin_t90_sp{
    margin-top: 90px !important;
  }

  .u-margin_r90_sp{
    margin-right: 90px !important;
  }

  .u-margin_b90_sp{
    margin-bottom: 90px !important;
  }

  .u-margin_l90_sp{
    margin-left: 90px !important;
  }

  .u-margin_t95_sp{
    margin-top: 95px !important;
  }

  .u-margin_r95_sp{
    margin-right: 95px !important;
  }

  .u-margin_b95_sp{
    margin-bottom: 95px !important;
  }

  .u-margin_l95_sp{
    margin-left: 95px !important;
  }

  .u-margin_t100_sp{
    margin-top: 100px !important;
  }

  .u-margin_r100_sp{
    margin-right: 100px !important;
  }

  .u-margin_b100_sp{
    margin-bottom: 100px !important;
  }

  .u-margin_l100_sp{
    margin-left: 100px !important;
  }

  .u-padding_t5_sp{
    padding-top: 5px !important;
  }

  .u-padding_r5_sp{
    padding-right: 5px !important;
  }

  .u-padding_b5_sp{
    padding-bottom: 5px !important;
  }

  .u-padding_l5_sp{
    padding-left: 5px !important;
  }

  .u-padding_t10_sp{
    padding-top: 10px !important;
  }

  .u-padding_r10_sp{
    padding-right: 10px !important;
  }

  .u-padding_b10_sp{
    padding-bottom: 10px !important;
  }

  .u-padding_l10_sp{
    padding-left: 10px !important;
  }

  .u-padding_t15_sp{
    padding-top: 15px !important;
  }

  .u-padding_r15_sp{
    padding-right: 15px !important;
  }

  .u-padding_b15_sp{
    padding-bottom: 15px !important;
  }

  .u-padding_l15_sp{
    padding-left: 15px !important;
  }

  .u-padding_t20_sp{
    padding-top: 20px !important;
  }

  .u-padding_r20_sp{
    padding-right: 20px !important;
  }

  .u-padding_b20_sp{
    padding-bottom: 20px !important;
  }

  .u-padding_l20_sp{
    padding-left: 20px !important;
  }

  .u-padding_t25_sp{
    padding-top: 25px !important;
  }

  .u-padding_r25_sp{
    padding-right: 25px !important;
  }

  .u-padding_b25_sp{
    padding-bottom: 25px !important;
  }

  .u-padding_l25_sp{
    padding-left: 25px !important;
  }

  .u-padding_t30_sp{
    padding-top: 30px !important;
  }

  .u-padding_r30_sp{
    padding-right: 30px !important;
  }

  .u-padding_b30_sp{
    padding-bottom: 30px !important;
  }

  .u-padding_l30_sp{
    padding-left: 30px !important;
  }

  .u-padding_t35_sp{
    padding-top: 35px !important;
  }

  .u-padding_r35_sp{
    padding-right: 35px !important;
  }

  .u-padding_b35_sp{
    padding-bottom: 35px !important;
  }

  .u-padding_l35_sp{
    padding-left: 35px !important;
  }

  .u-padding_t40_sp{
    padding-top: 40px !important;
  }

  .u-padding_r40_sp{
    padding-right: 40px !important;
  }

  .u-padding_b40_sp{
    padding-bottom: 40px !important;
  }

  .u-padding_l40_sp{
    padding-left: 40px !important;
  }

  .u-padding_t45_sp{
    padding-top: 45px !important;
  }

  .u-padding_r45_sp{
    padding-right: 45px !important;
  }

  .u-padding_b45_sp{
    padding-bottom: 45px !important;
  }

  .u-padding_l45_sp{
    padding-left: 45px !important;
  }

  .u-padding_t50_sp{
    padding-top: 50px !important;
  }

  .u-padding_r50_sp{
    padding-right: 50px !important;
  }

  .u-padding_b50_sp{
    padding-bottom: 50px !important;
  }

  .u-padding_l50_sp{
    padding-left: 50px !important;
  }

  .u-padding_t55_sp{
    padding-top: 55px !important;
  }

  .u-padding_r55_sp{
    padding-right: 55px !important;
  }

  .u-padding_b55_sp{
    padding-bottom: 55px !important;
  }

  .u-padding_l55_sp{
    padding-left: 55px !important;
  }

  .u-padding_t60_sp{
    padding-top: 60px !important;
  }

  .u-padding_r60_sp{
    padding-right: 60px !important;
  }

  .u-padding_b60_sp{
    padding-bottom: 60px !important;
  }

  .u-padding_l60_sp{
    padding-left: 60px !important;
  }

  .u-padding_t65_sp{
    padding-top: 65px !important;
  }

  .u-padding_r65_sp{
    padding-right: 65px !important;
  }

  .u-padding_b65_sp{
    padding-bottom: 65px !important;
  }

  .u-padding_l65_sp{
    padding-left: 65px !important;
  }

  .u-padding_t70_sp{
    padding-top: 70px !important;
  }

  .u-padding_r70_sp{
    padding-right: 70px !important;
  }

  .u-padding_b70_sp{
    padding-bottom: 70px !important;
  }

  .u-padding_l70_sp{
    padding-left: 70px !important;
  }

  .u-padding_t75_sp{
    padding-top: 75px !important;
  }

  .u-padding_r75_sp{
    padding-right: 75px !important;
  }

  .u-padding_b75_sp{
    padding-bottom: 75px !important;
  }

  .u-padding_l75_sp{
    padding-left: 75px !important;
  }

  .u-padding_t80_sp{
    padding-top: 80px !important;
  }

  .u-padding_r80_sp{
    padding-right: 80px !important;
  }

  .u-padding_b80_sp{
    padding-bottom: 80px !important;
  }

  .u-padding_l80_sp{
    padding-left: 80px !important;
  }

  .u-padding_t85_sp{
    padding-top: 85px !important;
  }

  .u-padding_r85_sp{
    padding-right: 85px !important;
  }

  .u-padding_b85_sp{
    padding-bottom: 85px !important;
  }

  .u-padding_l85_sp{
    padding-left: 85px !important;
  }

  .u-padding_t90_sp{
    padding-top: 90px !important;
  }

  .u-padding_r90_sp{
    padding-right: 90px !important;
  }

  .u-padding_b90_sp{
    padding-bottom: 90px !important;
  }

  .u-padding_l90_sp{
    padding-left: 90px !important;
  }

  .u-padding_t95_sp{
    padding-top: 95px !important;
  }

  .u-padding_r95_sp{
    padding-right: 95px !important;
  }

  .u-padding_b95_sp{
    padding-bottom: 95px !important;
  }

  .u-padding_l95_sp{
    padding-left: 95px !important;
  }

  .u-padding_t100_sp{
    padding-top: 100px !important;
  }

  .u-padding_r100_sp{
    padding-right: 100px !important;
  }

  .u-padding_b100_sp{
    padding-bottom: 100px !important;
  }

  .u-padding_l100_sp{
    padding-left: 100px !important;
  }

  .u-w5_sp{
    width: 5% !important;
  }

  .u-w10_sp{
    width: 10% !important;
  }

  .u-w15_sp{
    width: 15% !important;
  }

  .u-w20_sp{
    width: 20% !important;
  }

  .u-w25_sp{
    width: 25% !important;
  }

  .u-w30_sp{
    width: 30% !important;
  }

  .u-w35_sp{
    width: 35% !important;
  }

  .u-w40_sp{
    width: 40% !important;
  }

  .u-w45_sp{
    width: 45% !important;
  }

  .u-w50_sp{
    width: 50% !important;
  }

  .u-w55_sp{
    width: 55% !important;
  }

  .u-w60_sp{
    width: 60% !important;
  }

  .u-w65_sp{
    width: 65% !important;
  }

  .u-w70_sp{
    width: 70% !important;
  }

  .u-w75_sp{
    width: 75% !important;
  }

  .u-w80_sp{
    width: 80% !important;
  }

  .u-w85_sp{
    width: 85% !important;
  }

  .u-w90_sp{
    width: 90% !important;
  }

  .u-w95_sp{
    width: 95% !important;
  }

  .u-w100_sp{
    width: 100% !important;
  }

  .u-ta_c_sp{
    text-align: center !important;
  }

  .u-ta_l_sp{
    text-align: left !important;
  }

  .u-ta_r_sp{
    text-align: right !important;
  }

  .u-borderNone_sp{
    border: none;
    padding-top: 0px;
  }
  /* カタログ追加 */
  .page-title--product .ttl__h2 {
    font-size: 50px;
    line-height: 67px;
  }
  .productBox {
    display: block;
    margin-bottom: 30px;
  }
  .productBox__img img {
    width: 100%;
    box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.2);
  }
  .productBox__item:nth-child(2) {
    -ms-flex: 1;
    flex: 1;
    margin-left: 0;
  }
  .productBox__link {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .infoBox__list {
        padding-top: 10px;
    }
  .infoBox__item {
    flex-direction: column;
  }
  .heading__titleSM {
    font-size: 20px;
  }
  .page-title--product .ttl__h2 {
    line-height: 67px;
  }
  .ttl__h2 {
    font-size: 20px;
    margin-top: 35px;
  }
  .catalog_btn {
        width: 100%;
        height: 54px;
        font-size: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 980px){

  .l-headerNaviChild__inner.l-inner--ll{
    padding: 70px 90px;
  }

  .l-headerNaviChild__title{
    font-size: 30px;
    margin: 0 2em 0 0;
  }

  .l-headerNaviChild__list[data-child-count="4"]{
    width: 58.6805555556%;
  }

  .l-headerNaviChild__list[data-child-count="5"]{
    width: 73.3333333333%;
  }

  .l-mainSection{
    padding: 23px 90px;
  }

  .p-breadcrumb__list{
    margin: 0 -65px 0 0;
  }

  .p-history__linkWrap{
    margin-right: 90px;
    margin-left: 90px;
  }

  /* カタログ追加 */
  .productBox__img {
    position: relative;
    left: -30px;
  }
  .infoBox__list {
    padding-top: 10px;
  }
  .infoBox__date {
    width: 5.5em;
    margin-right: 2em;
  }
  .infoBox__ttl {
    -ms-flex: 1;
    flex: 1;
  }
  .heading__titleSM {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px){

  .l-footerNavi__link{
    transition: opacity 0.2s;
  }

  .l-footerNavi__link:hover{
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
}
@media screen and (min-width: 768px) and (max-width: 767px){

  .p-tab__list{
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width: 1200px){

  .p-message{
    gap: 32px;
  }

  .p-logistics__list .p-logistics__itemWrap{
    margin: 0;
  }

  .p-qc__list .p-qc__itemWrap .p-qc__item{
    width: 22%;
    padding: 42px 5px 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){

  .p-logistics__list .p-logistics__itemWrap .p-logistics__item .p-logistics__imgWrap{
    width: 80px;
    height: 80px;
  }

  .p-qc__list .p-qc__itemWrap{
    margin: 0;
  }

  .p-recruitment__flow .p-recruitment__flowWrap{
    display: -ms-flexbox;
    display: flex;
  }

  .p-recruitment__flow .p-recruitment__flowWrap .p-recruitment__flowItem{
    width: 100%;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px){

  .p-kbdMain:not(.p-kbdMain--irregular) .p-kbdMain01{
    float: none;
    width: 100%;
  }

  .p-kbdMain:not(.p-kbdMain--irregular) .p-kbdMain02{
    float: none;
    width: 100%;
    margin: 1.5em 0 0;
    gap: 2em;
  }
}

/*////////////////////////////*/
/***** KYBクラブ廃止のお知らせ *****/
/*////////////////////////////*/
.p-info-pageTitle {
    justify-content: flex-start;
    height: 300px;
    text-align: center;
    background: #486847;
}
.p-info-pageTitle_main--cnt {
    background: url(/kybclub_info/img/p-info-pageTitle_main_bg.png) no-repeat -145px -190px, url(/kybclub_info/img/p-info-pageTitle_main_bg.png) no-repeat bottom -145px right -150px;
    padding: 50px 0;
  }
.p-info-pageTitle_main__img {
  margin: auto;
  width: 800px;
}
.p-info-pageTitle_main__img img {
  text-align: center;
}
.p-info-pageTitle_main {
    margin: -30px 0 30px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 46px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    color: #fff;
}
.p-info-pageTitle_main span {
  font-size: 51px;
  color: #fff697;
}
.l-info-mainContents {
    background-color: #f5f2ef;
    margin: 0;
    padding: 70px 0;
}
.p-kybclubinfo__lead {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    letter-spacing: 0.1em;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 130px;
}
.l-info-inner--comment {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.1em;
  max-width: 980px;
  margin: 0 auto 110px;
}
.l-info-inner--cnt {
  margin-bottom: 70px;
}
h1.h1-info--comment {
  font-weight: 600;
  font-size: 28px;
  color: #486847;
  padding: 0 1em;
  background: transparent;
  border-left: solid 12px #486847;
  margin-bottom: 10px;
}
.txt_info--comment {
  font-size: 19px;
}
.txt_info--comment span {
  color: #c30d23;
  font-weight: 600;
}

.l-info-inner--l {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.1em;
  margin: 30px auto;
  max-width: 980px;
}
.l-info-mainSection {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  padding: 65px 0 40px;
  background: #fff;
  border-radius: 20px;
}
.l-info-inner--wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -20px 0 50px;
}
.l-info-inner--wrap .item {
  position: relative;
  padding: 25px;
  width: 30%;
  background-color: #fff;
  text-align: center;
  border-radius: 8px;
}
.l-info-inner--wrap .item p {
  margin: auto;
  line-height: 1.3em;
}
.l-info-inner--wrap .item span {
  font-size: 11px;
  line-height: 1em;
}
.l-info-inner--wrap .item::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -61px;
    transform: translateY(-50%); 
    border: 20px solid transparent;
    border-left: 28px solid #486847;
}
.l-info-inner--wrap .item:last-child::after {
  display: none;
}
.l-info-inner--wrap .item .heading {
  font-family: YuMincho, "Hiragino Mincho ProN", serif;
  color: #486847;
  font-size: 23px;
  font-weight: 600;
  margin: auto;
}
.l-info-inner--wrap .item .heading span {
  font-size: 45px;
}

.qa_h1--comment {
  color: #486847;
  font-weight: 600;
  text-align: center;
}
.qa_txt__s {
  font-size: 23px;
}
.qa_txt__l {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-top: -20px;
}
.qa_txt__l span {
  background: linear-gradient(transparent 80%, #fff697 20%);
  /* background-color: rgba(255, 246, 151, 0.5); */
}
.qa_cnt--comment {
  margin: 45px auto;
  width: 86%;
}
.qa_cnt {
  display: flex;
  margin-bottom: 10px;
}
.qa_cnt--icon {
  width: 7%;
}
.qa_cnt--heading {
  width: 93%;
  padding: 0 0 0 10px;
  border-bottom: 1px solid #486847;
  font-weight: 600;
  font-size: 1.5em;
  color: #486847;
}
.qa_cnt--comment .txt {
  font-size: 19px;
}
.qa_cnt--comment .txt span {
  color: #c30d23;
  font-weight: 600;
}
.qa_cnt--line {
  display: flex;
  margin: 45px auto 10px;
  padding: 25px;
  width: 86%;
  border: 1px solid #58b33d;
  border-radius: 20px;
}
.qa_cnt--line .txt {
  width: 55%;
}
.qa_cnt--line .img {
  width: 40%;
}

.l-info-contact {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  letter-spacing: 0.1em;
  margin: 100px auto;
  max-width: 890px;
}
.cn_cnt--heading {
  border-bottom: 1px solid #486847;
  font-weight: 600;
  font-size: 1.5em;
  color: #486847;
  text-align: center;
}
.cn_cnt--txt {
  font-size: 19px;
  margin-top: 10px;
}
.cn_cnt--btn {
  margin: 45px auto;
  text-align: center;
  width: 50%;
}
.cn_cnt--btn--a {
  padding: 20px;
  color: #fff;
  background-color: #486847;
  border-radius: 10px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  border: 2px solid #486847;
}
.l-info-contact a {
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.l-info-contact a:hover {
  color: #486847;
  background-color: #fff;
}
.img_pc {
  display: block;
}
.img_sp {
  display: none;
}
.br_pc {
  display: block;
}
.br_sp {
  display: none;
}

@media not all and (min-width: 768px) {
  .img_pc {
    display: none;
  }
  .img_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
  .p-info-pageTitle_main {
      font-size: 35px;
      margin: 8px 0 30px;
  }
  .p-info-pageTitle_main--cnt {
    background: url(/kybclub_info/img/p-info-pageTitle_main_bg.png) no-repeat -81px -66px, url(/kybclub_info/img/p-info-pageTitle_main_bg.png) no-repeat bottom -81px right -66px;
    background-size: 50%;
  }
  .p-info-pageTitle_main__img {
    width: 90%;
  }
  .p-info-pageTitle_main span {
      font-size: 45px;
  }
  .l-info-mainContents {
      padding: 70px 10px;
  }
  .p-kybclubinfo__lead {
    text-align: left;
    font-size: 20px;
  }
  .l-info-inner--comment {
    width: 95%;
  }
  .l-info-inner--wrap .item p {
    font-size: 18px;
  }
  .l-info-inner--wrap .item::after {
    top: 197%;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
  .l-info-inner--wrap .item {
    width: 100%;
    margin: 0 auto 50px;
  }
  .l-info-inner--wrap .item:not(:last-child) {
    margin-bottom: 60px;
    width: 100%;
  }
  .l-info-mainSection {
    padding: 45px 10px 40px;
  }
  .qa_cnt {
    display: block;
  }
  .qa_cnt--comment {
    width: 95%;
  }
  .qa_cnt--icon {
    width: 27%;
    margin: auto;
}
  .qa_cnt--heading {
    width: 100%;
    line-height: 1.5em;
    padding: 10px 0;
  }
  .qa_txt__s {
    line-height: 1.5em;
  }
  .qa_txt__l {
    font-size: 45px;
    line-height: 1.1em;
    margin-top: 0;
  }
  .qa_cnt--line {
    display: block;
  }
  .qa_cnt--line .txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .qa_cnt--line .img {
    width: 100%;
  }
  .l-info-contact {
    width: 90%;
  }
  .cn_cnt--heading {
    font-size: 1.67em;
  }
  .cn_cnt--btn {
    width: 100%;
  }
  .cn_cnt--btn--a {
    font-size: 20px;
  }
}