@font-face {
  font-family: "Futura Medium";
  src: url("../font/Futura-Medium.ttf") format("opentype"), url("../font/Futura-Medium.ttf") format("truetype");
}

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

body {
  background: #fff;
  color: #111;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}

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

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

label {
  display: inline-block;
}

button {
  cursor: pointer;
}

picture {
  display: block;
}

.l-header {
  height: 100px;
  width: 100%;
  padding: 0 60px;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 100;
  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);
}
.l-header:not(.js-fixed) {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  left: 0;
}
.js-nav-open .l-header {
  background: #2F7AA0;
  color: #fff;
}

.l-headerInner {
  height: 100%;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.js-nav-open .l-headerLogo__link {
  background-image: url(../asset/img/common/logo_footer.svg);
}

.l-headerNavi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
      flex-wrap: wrap;
}

.l-headerNavi__list {
  display: -ms-flexbox;
  display: flex;
}

.l-headerNavi__link {
  text-decoration: none;
}

.l-headerNavi__action {
  margin-left: 20px;
}

.l-headerNavi__button {
  display: block;
  height: 50px;
  color: #fff;
  background: #696969;
  text-decoration: none;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.btnNavi--blue {
  background: #2F7AA0;
}

.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__overlay {
  display: none;
  position: fixed;
  z-index: -1;
  top: 16.8vw;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  background: #2F7AA0;
}
.l-headerNavi__overlay.js-show {
  z-index: 200;
}
.l-header--member {
  border-bottom: 1px solid #BBB;
}
.l-headerNavi__member-text {
  font-weight: bold;
  letter-spacing: 0.6px;
  text-decoration: none;
  color: #000;
  margin: 0;
}
.l-header__member {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.l-header__member .l-headerNavi__button {
  border: 1px solid #000;
}

.box-social {
  padding: 60px 0;
  background: #f8f8f8;
}

.box-social__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.box-social__list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.box-social__item {
  text-align: center;
  text-decoration: none;
}

.box-social__img {
  display: block;
}

.box-social__title {
  font-size: 14px;
  margin: 12px 0 0;
  display: block;
}
.box-social__item--fb .box-social__title {
  color: #1877F2;
}
.box-social__item--ins .box-social__title {
  color: #CF2E92;
}
.box-social__item--tw .box-social__title {
  color: #1D9BF0;
}

.box-social__text {
  line-height: 24px;
  margin-bottom: 27px;
}

.box-social__link {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

.l-footer {
  background: #2F7AA0;
  padding-top: 76px;
}
.l-footer * {
  color: #fff;
}
.l-footer a {
  text-decoration: none;
  text-transform: uppercase;
}

.l-footerNav {
  font-size: 12px;
  line-height: 18px;
}
.l-footerNavi + .l-footerNavi {
  margin-top: 32px;
}

.l-footerNav__link,
.l-footerNaviTitleLink {
  font-weight: bold;
}

.l-footerNavi.child .l-footerNaviList {
  padding-left: 30px;
  position: relative;
}
.l-footerNavi.child .l-footerNaviList:before {
  content: "";
  width: 1px;
  height: calc(100% - 18px);
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 11px;
  left: 0;
}
.l-footerNavi.child .l-footerNaviList__item + .l-footerNaviList__item {
  margin-top: 17px;
}

.l-footerNavSub {
  padding-top: 49px;
}

.l-footerNav__item + .l-footerNav__item {
  margin-top: 23px;
}

.l-footerInfo {
  padding-right: 30px;
  margin-top: 27px;
}

.l-footerInfo__text {
  margin-top: 30px;
  font-size: 12px;
  line-height: 23px;
}
.l-footerInfo__text p + p {
  margin-top: 21px;
}

.l-Copyright {
  text-align: center;
}

.l-Copyright__text {
  display: block;
  font-size: 12px;
  line-height: 18px;
}

.l-footer--member {
  padding: 82px 0 0;
}

.l-footerMember {
  display: -ms-flexbox;
  display: flex;
}

.l-inner {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}

.l-inner--m {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}

.l-inner--l {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}

.l-inner--ll {
  margin-right: 5.3333333333vw;
  margin-left: 5.3333333333vw;
}

.l-wrap {
  overflow: hidden;
}

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

.l-list {
  text-indent: -19px;
  margin-left: 19px;
}

.l-list--num {
  text-indent: -17px;
  margin-left: 17px;
}
.l-list--num.lg-than-10 {
  text-indent: 0;
  margin-left: 0;
}
.l-list--num.lg-than-10 li {
  display: -ms-flexbox;
  display: flex;
}
.l-list--num.lg-than-10 li span {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  min-width: 26px;
}

.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: 0 0 0 0.6em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.c-heading__border:before {
  display: block;
  position: absolute;
  top: 0.35em;
  bottom: 0;
  left: 0;
  width: 0.2em;
  height: 1em;
  border-radius: 1px;
  background: currentColor;
  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 {
  font-weight: bold;
}

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

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

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

.c-topSection__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 100;
  line-height: 1.3;
}
.c-topSection__title .c-title__hdr {
  font-family: "Zen Old Mincho", serif;
  font-size: 50px;
  font-weight: bold;
  color: #002D45;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 100;
}
.c-topSection__title .c-title__en {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  color: #2F7AA0;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0.75em 0 0;
  z-index: 100;
}
.c-topSection__title .c-title__catch {
  position: absolute;
  width: 100%;
  z-index: 50;
}

.c-heading__line {
  overflow: hidden;
}
.c-heading__line .c-heading1 {
  display: inline-block;
  position: relative;
}
.c-heading__line .c-heading1:after {
  content: "";
  height: 1px;
  width: 100vw;
  background: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 40px);
  margin: auto;
}

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

.c-linkBtn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 16px 32px;
  border-radius: 29px;
  background-color: #072d45;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.c-linkBtn:after {
  display: inline-block;
  width: 30px;
  margin: 0 0 0 20px;
  height: 9px;
  background: url(../img/common/arrow_white.svg) no-repeat right center/30px auto;
  content: "";
}

.c-link--whiteBtn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.25em 1.5em;
  border: 1px solid #1d1d1d;
  border-radius: 29px;
  background-color: #fff;
  color: #1d1d1d;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
.c-link--whiteBtn:after {
  display: inline-block;
  width: 18px;
  height: 5px;
  margin-left: 8px;
  background: url(../img/common/arrow.svg) no-repeat right center/18px auto;
  content: "";
}

.c-iconBlank {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  margin: 0 0 0 0.15em;
}
.c-iconBlank:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_blank_white.svg) no-repeat center/10px;
  content: "";
}

table th, table td {
  vertical-align: middle;
}

.c-table {
  width: 100%;
}
.c-table th, .c-table td {
  text-align: center;
}
.c-table th {
  padding: 18px 17px 17px;
  font-size: 20px;
}
.c-table td {
  padding: 21px 14px 18px;
  border-bottom: 1px solid #CECECE;
}
.c-table tbody {
  line-height: 24px;
}

.c-table01 {
  width: 100%;
}
.c-table01 td, .c-table01 th {
  border: 1px solid #707070;
  text-align: center;
}
.c-table01 th {
  border-top: 0;
}
.c-table01 thead th {
  border-right-color: #fff;
  border-left-color: #fff;
}
.c-table01 thead th:first-child {
  border-left: 0;
  width: 680px;
}
.c-table01 thead th:not(:first-child) {
  padding: 38px;
  font-size: 19px;
  line-height: 35px;
  width: 240px;
}

.table-responsive {
  overflow: auto;
  max-width: 100%;
}

.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(../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;
  letter-spacing: 0.06em;
}

.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;
  letter-spacing: 0.06em;
}

.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;
}

.p-heading {
  font-size: 40px;
  line-height: 65px;
  font-weight: bold;
}

.p-heading1 {
  font-size: 45px;
  line-height: 1.44;
  font-weight: bold;
}

.p-heading3 {
  font-size: 21px;
  line-height: 52px;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
}
.p-heading3:before {
  content: "";
  width: 9px;
  height: 54px;
  background: #95CCE8;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.p-heading4 {
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
}

.p-heading5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
}

.page-noneMV .l-main {
  padding-top: 150px;
}
.page-noneMV .l-main--page {
  padding-top: 200px;
}

.p-breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.p-breadcrumb__item,
.p-breadcrumb__link {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}

.p-breadcrumb {
  margin-bottom: 6px;
  margin-top: 7px;
}

.p-breadcrumb__item + .p-breadcrumb__item {
  margin-left: 5px;
  padding-left: 10px;
  position: relative;
}
.p-breadcrumb__item + .p-breadcrumb__item:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}
.p-breadcrumb__item:first-child {
  padding-left: 14px;
  background: url(../img/common/common/icon_home.svg) no-repeat left center/12px;
}

.p-page__mv {
  background: url(../img/common/page_mv.png) no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 370px;
}
.p-page__mv--corp {
  background-image: url(../img/common/page_mv_corp.png);
}
.p-page__mv--contact {
  background-image: url(../img/common/page_mv_contact.png);
}
.p-page__mv--recruit {
  background-image: url(../img/common/page_mv_recruit.png);
}
.p-page__mv--inquiry {
  background-image: url(../img/common/page_mv_inquiry.png);
}

.p-page__mvInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.p-page__titleEn {
  font-size: 20px;
  line-height: 29px;
  color: #000;
}

.p-page__titleJp {
  font-size: 35px;
  line-height: 65px;
  font-weight: bold;
  color: #000;
}

.l-main:has(.box-button) + .box-button {
  display: none;
}

.box-social {
  padding: 60px 0;
  background: #f8f8f8;
}

.box-social__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}

.box-social__list {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-social__item {
  text-align: center;
  text-decoration: none;
}

.box-social__img {
  display: block;
}

.box-social__title {
  font-size: 14px;
  margin: 12px 0 0;
  display: block;
}

.box-social__item--fb .box-social__title {
  color: #1877F2;
}

.box-social__item--ins .box-social__title {
  color: #CF2E92;
}

.box-social__item--tw .box-social__title {
  color: #1D9BF0;
}

.box-social__text {
  line-height: 24px;
  margin-bottom: 27px;
}

.box-social__link {
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.box-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 30px 0;
  background: #95cce8;
}

.box-button--group {
  display: block;
}

.box-button--space {
  margin: 100px 0;
}

.box-button__group {
  max-width: 1175px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-button__text {
  max-width: 500px;
  font-size: 20px;
  line-height: 37px;
}

.button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 560px;
  height: 80px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  border: 1px solid #fff;
  position: relative;
}
.button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.button:after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
}
.button--primary {
  color: #111;
  background: #fce8bd;
  border-width: 2px;
}
.button--primary:after {
  background: #000;
}
.button--secondary {
  background: #696969;
  color: #fff;
  border-width: 2px;
}

.button--type01 {
  max-width: 280px;
  height: 64px;
  color: #000;
  line-height: 30px;
  border-color: #000;
  right: 18px;
  font-size: 16px;
}
.button--type01:after {
  width: 50px;
  background: #000;
  right: -25px;
}

@font-face {
  font-family: "Futura Medium";
  src: url("../assets/img/font/FuturaLTMedium.ttf") format("ttf");
}
.button--sm {
  max-width: 245px;
  height: 60px;
  font-size: 16px;
  line-height: 24px;
  border: none;
}
.button--sm:after {
  display: none;
}

.page--top .l-main {
  padding-bottom: 0;
}

.p-top__mv {
  padding-bottom: 62px;
}

.p-top__mvList.slick-dotted.slick-slider {
  margin: 0;
}
.p-top__mvList .slick-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-top__mvList .slick-dots li {
  width: 19px;
  height: 19px;
  background: #D9D9D9;
  margin: 0;
}
.p-top__mvList .slick-dots li + li {
  margin-left: 15px;
}
.p-top__mvList .slick-dots li.slick-active {
  background: #8FCED8;
}
.p-top__mvList .slick-dots li button {
  display: none;
}

.p-top__mvItem {
  position: relative;
}
.p-top__mvItem a {
  display: block;
  color: inherit;
}
.p-top__mvItem picture img {
  display: block;
  width: 100%;
}

.p-top__mvInner {
  position: absolute;
  /* left: 7%;
  bottom: 68px; */
  left: 140px;
  bottom: 98px;
}

.p-top__mvTitle {
  font-family: "Futura Medium", serif;
}
.p-top__slider .slick-dots li {
  width: 19px;
  height: 19px;
  background: #D9D9D9;
  margin: 0 7.5px;
}
.p-top__slider .slick-dots li.slick-active {
  background: #8FCED8;
}
.p-top__slider .slick-dots li button:before {
  font-size: 0;
}

.p-top__sliderItem {
  margin-right: 15px;
  width: 33.33333%;
  max-width: 550px;
  overflow: hidden;
  text-decoration: none;
}

.p-top__sliderItemInner {
  position: relative;
}

.p-top__sliderItemTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
}

.p-top__newsHead:after {
  background-image: url(/assets/img/top/top_title_news.svg) !important;
}

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

.p-top__newsColumn {
  width: 100%;
}

.p-top__newsTitle {
  font-weight: bold;
}

.p-top__newsList {
  border-top: 1px solid #CBCBCB;
  border-bottom: 1px solid #CBCBCB;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.p-top__newsItem {
  position: relative;
  text-decoration: none;
  color: #000;
}
.p-top__newsItem:hover {
  color: #2f7aa0;
}
.p-top__newsItem:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(90deg, #CBCBCB, #CBCBCB 50%, transparent 75%, transparent 100%);
  background-size: 10px 1px;
  border: none;
}

.p-top__newsItemDate {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
}

.p-top__newsItemTag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  background: #8FCED8;
  color: #fff;
  text-align: center;
}
.p-top__newsItemTag--style01 {
  background: #999;
}
.p-top__newsItemTag--style02 {
  background: #E1E1E1;
  color: #111;
}

.button.p-top__newsBtn {
  max-width: 280px;
  height: 64px;
  color: #000;
  line-height: 24px;
  border-color: #000;
  margin-top: 60px;
  right: 18px;
}
.button.p-top__newsBtn:after {
  width: 50px;
  background: #000;
  right: -25px;
}

.p-newsCell {
  background: #2f7aa0;
  font-size: 21px;
  line-height: 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin-top: 180px;
}
.p-newsCell > * {
  width: 50%;
}
.p-newsCell__text {
  font-weight: bold;
}
.p-newsCell__text + p {
  margin-top: 64px;
}
.p-newsCell .col-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 25px 98px;
}
.p-newsCell .col-img img {
  display: block;
  width: 100%;
}
.p-newsCell .button {
  margin-top: 68px;
  right: 10px;
}

.p-sec02 {
  padding-top: 180px;
  overflow: hidden;
}
.p-sec02__title {
  font-size: 45px;
  line-height: 66px;
  font-weight: bold;
  color: #000;
  position: relative;
}
.p-sec02__title > * {
  position: relative;
  z-index: 1;
}
.p-sec02__title:before {
  content: "";
  width: 50%;
  height: 1px;
  background: #000;
  position: absolute;
  right: calc(100% + 24px);
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-sec02__title:after {
  content: "";
  width: 519px;
  height: 138px;
  background: url(/assets/img/top/sec02_title_01.svg) no-repeat 0 0/100%;
  position: absolute;
  left: -78px;
  top: -91px;
}

.p-sec02List {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.p-sec02List > div {
  position: relative;
}
.p-sec02List img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-sec02List__title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
  margin: 34px 0 32px;
}
.p-sec02List .button {
  max-width: 280px;
  height: 64px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  border-color: #000;
  margin-top: 58px;
  right: 18px;
}
.p-sec02List .button:after {
  width: 50px;
  background: #000;
  right: -25px;
}

.p-sec02Info {
  padding: 110px 0;
}
.p-sec02Info__img {
  background: url("../img/top/sec02_img_04.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.p-sec02Info__text {
  background: #2F7AA0;
  color: #fff;
}
.p-sec02Info__text > div {
  padding: 90px;
  width: 100%;
}
.p-sec02Info__text .button {
  max-width: 330px;
  height: 64px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 50px;
}
.p-sec02Info__text .button:after {
  width: 60px;
  right: -30px;
}
.p-sec02Info__title {
  font-size: 45px;
  line-height: 65px;
  font-weight: bold;
  text-align: center;
}

.p-sec03 {
  padding: 150px 0 90px;
  background: url(../assets/img/top/sec03_bg_01.jpg) no-repeat center 0/cover;
}
.p-sec03__title {
  font-size: 45px;
  line-height: 66px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  position: relative;
}
.p-sec03__title > * {
  position: relative;
  z-index: 1;
}
.p-sec03__title:after {
  content: "";
  width: 367px;
  height: 176px;
  background: url(../assets/img/top/sec03_title_01.svg) no-repeat 0 0/100%;
  position: absolute;
  left: 0;
  right: 0;
  top: -94px;
  margin: auto;
}
.p-sec03 .button {
  max-width: 330px;
  height: 64px;
  font-size: 20px;
  line-height: 30px;
  margin-top: 110px;
}
.p-sec03 .button:after {
  width: 60px;
  right: -30px;
}

.p-privacy {
  padding: 26px 0 0;
}

.p-privacy__text p {
  line-height: 34px;
}
.p-privacy__text p + p {
  margin-top: 34px;
}
.p-privacy__text .l-list {
  margin-top: 2px;
}
.p-privacy__text .l-list + p {
  margin-top: 26px;
}
.p-privacy__text .u-margin_t8 {
  margin-top: 8px !important;
}

.p-privacy__note {
  line-height: 34px;
  margin-top: 68px;
}

.p-privacy__header {
  font-size: 16px;
  line-height: 34px;
}

.p-privacy__body {
  margin-top: 66px;
}
.p-privacy__body h2 + .p-privacy__text {
  margin-top: 26px;
}

.p-privacy--terms {
  color: #000;
  padding-top: 24px;
}
.p-privacy--terms .p-privacy__text {
  line-height: 30px;
}
.p-privacy--terms .p-privacy__text p {
  line-height: inherit;
}
.p-privacy--terms .p-privacy__text p + p {
  margin-top: 26px;
}

.p-business__text01 {
  line-height: 40px;
  margin-top: 66px;
  margin-bottom: 95px;
}

.p-business__title {
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 22px;
}

.p-business__grid {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 120px;
}
.p-business__grid:last-child {
  margin-bottom: 0;
}
.p-business__gridText .p-business__text {
  margin-bottom: 60px;
}

.page--business3 .p-business__grid {
  -ms-flex-align: stretch;
      align-items: stretch;
  margin: 0;
}
.page--business3 .p-business__grid--revert .p-business__gridText {
  right: inherit;
}
.page--business3 .p-business__gridText {
  position: inherit;
  top: inherit;
  left: inherit;
  transform: inherit;
  border: 1px solid #CECECE;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.page--business3 .p-business__gridImg img {
  width: 100%;
  max-width: 100%;
}
.page--business3 .p-business__text01 {
  margin-top: 60px;
}

.page--business .l-main {
  padding-bottom: 170px;
}
.page--business .u-margin_t140 {
  margin-top: 140px !important;
}
.page--business .u-margin_t120 {
  margin-top: 120px !important;
}

.p-busDesc {
  font-size: 16px;
  line-height: 40px;
  margin-top: 62px;
  margin-bottom: 120px;
}
.p-busDesc.type2 {
  margin-bottom: 160px;
}

.p-busLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.p-busLink.p-ander a {
  position: relative;
}
.p-busLink.p-ander a:after {
  position: absolute;
  right: 31px;
  content: "";
  background: url("../assets/img/common/icon_arrow_down.svg") no-repeat center/contain;
  width: 20px;
  height: 16px;
  display: block;
  transition: transform 0.25s ease-in-out 0s;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.p-busLink > a {
  margin: 0 12px;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  padding: 15px 10px;
  min-width: 348px;
  border-bottom: 5px solid #dadadb;
  text-align: center;
  transition: all 0.3s ease;
}
.p-busLink > a.current {
  border-bottom-color: #e193b5;
  pointer-events: none;
}
.p-busLink > a small {
  font-weight: normal;
  color: #808080;
  display: block;
}
.p-busCol .col-img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.p-busCol.full {
  display: block;
  padding: 0;
}
.p-busCol.full .col-text {
  padding: 45px 0 0;
}
.p-busCol.full .col-img {
  margin-top: 28px;
}
.p-busCol + .p-busCol {
  margin-top: 100px;
}
.p-busCol__title {
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  padding-left: 32px;
  margin-bottom: 30px;
  position: relative;
}
.p-busCol__title span {
  font-size: 103px;
  line-height: 103px;
  color: #95cce8;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  font-weight: normal;
  position: absolute;
  left: 5px;
  top: -62px;
  z-index: -1;
}
.p-busCol .button {
  max-width: 280px;
  height: 64px;
  color: #000;
  border-color: #000;
  margin-left: 0;
  margin-top: 36px;
}
.p-busCol .button:after {
  background: #000;
}
.p-busCol .p-heading3 {
  margin-bottom: 28px;
}

.p-busCol.type2 {
  padding: 0;
}
.p-busCol.type2 .col-text {
  padding-top: 0;
}
.p-busCol.type2.reverse {
  padding: 0;
}

.reason-choose__title {
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
}

.point {
  margin: 40px 0 88px;
}

.point__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.point__item {
  width: 33.33%;
}

.point__item__inner {
  border: 2px solid #CECECE;
  height: 100%;
  text-align: center;
  padding: 35px 35px 26px;
}

.point__text {
  text-align: left;
}

.point__label {
  font-size: 16px;
  line-height: 36px;
  color: #1877F2;
}

.point__labelNumber {
  font-size: 20px;
  font-weight: bold;
  margin-left: 5px;
}

.point__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 35px;
  color: #111;
  margin-bottom: 24px;
}

.point__text {
  margin-top: 17px;
  line-height: 27px;
}

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

.box-product__text {
  width: 57.6428571429%;
  padding-top: 30px;
}
.box-product__text p {
  line-height: 30px;
}
.box-product__text p + p {
  margin-top: 32px;
}

.box-product__img {
  width: 40.5%;
}
.box-product__ingredient table {
  margin-top: 22px;
}

.p-table {
  width: 100%;
}
.p-table tr {
  border-top: 1px solid #CECECE;
  border-bottom: 1px solid #CECECE;
}
.p-table tr:last-child {
  border-bottom-color: #CECECE;
}
.p-table tr:first-child {
  border-top-color: #CECECE;
}
.p-table th {
  font-weight: bold;
  vertical-align: middle;
}
.p-table td {
  vertical-align: middle;
}

.p-corp__transport {
  display: -ms-flexbox;
  display: flex;
}
.p-corp__transportTitle {
  font-weight: bold;
}
.p-corp__transportSubTitle {
  font-weight: bold;
}

.p-corp__text02 {
  line-height: 1.8888888889;
}
.p-corp__text02--order {
  font-weight: bold;
  margin-top: 34px;
}

.paper {
  margin: 54px 0 163px;
}

.paper__item {
  font-size: 18px;
  line-height: 42px;
  position: relative;
  padding-left: 61px;
  color: #111;
}
.paper__item:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 22px;
}
.paper__item + .paper__item {
  margin-top: 42px;
}

.page--corpMess .u-margin_t120 {
  margin-top: 120px !important;
}

.p-messInfo {
  margin-top: 60px;
}
.p-messInfo__box {
  background: #2f7aa0;
  color: #fff;
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.5px;
}
.p-messInfo__box img {
  display: block;
  width: 100%;
}
.p-messInfo__box .col-text {
  padding: 26px 20px 20px;
}
.p-messInfo__inner {
  font-size: 18px;
  line-height: 48px;
  margin-top: 50px;
}
.p-messInfo__inner p + p {
  margin-top: 48px;
}
.p-messInfo__sign {
  font-size: 30px;
  line-height: 52px;
  margin-top: 95px !important;
  text-align: right;
}
.p-messInfo__sign img {
  vertical-align: -4px;
  max-width: 240px;
}
.p-messInfo__sign span {
  font-size: 18px;
  line-height: 26px;
  margin-right: 15px;
}

.p-messFlow {
  margin-top: 55px;
}
.p-messFlow img {
  display: block;
  width: 100%;
}
.p-messFlow__item {
  font-size: 18px;
  line-height: 48px;
  color: #000;
  display: -ms-flexbox;
  display: flex;
}
.p-messFlow__item + .p-messFlow__item {
  margin-top: 50px;
}
.p-messFlow__item.multi {
  display: -ms-flexbox;
  display: flex;
}
.p-messFlow__item.multi .col-text {
  -ms-flex: 1;
      flex: 1;
  padding-right: 30px;
}
.p-messFlow__item.multi .col-text > * {
  display: -ms-flexbox;
  display: flex;
}
.p-messFlow__item.multi .col-text > * + * {
  margin-top: 75px;
}
.p-messFlow__item.multi .col-img {
  width: 100%;
  max-width: 486px;
}
.p-messFlow__item.multi .col-img img {
  max-width: 458px;
  margin-left: auto;
}
.p-messFlow .lg {
  font-size: 20px;
}
.p-messFlow__text {
  -ms-flex: 1;
      flex: 1;
}
.p-messFlow__time {
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  color: #111;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: 100%;
  max-width: 245px;
  margin-top: 5px;
}
.p-messFlow__col {
  display: -ms-flexbox;
  display: flex;
}
.p-messFlow__col .col-l {
  -ms-flex: 1;
      flex: 1;
  padding-right: 40px;
}
.p-messFlow__col .col-r {
  width: 100%;
  max-width: 486px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.p-messFlow__col .col-r img {
  max-width: 458px;
  margin-left: auto;
}
.p-messFlow__box {
  border: 1px solid #707070;
  padding: 30px 30px 26px;
  font-size: 16px;
  line-height: 28px;
  margin-top: 13px;
}
.p-messFlow__boxTitle {
  font-size: 18px;
  font-weight: bold;
}

.p-page__mv--glossary {
  background-image: url(../img/common/page_mv_glossary.png);
}
.p-glossLink a {
  color: #111;
}
.p-glossLink > * {
  /*width: calc(50% - 20px);*/
  width: 100%;
  column-count: 2;
}
.p-glossLink__item {
  break-inside: avoid;
}
.p-glossLink__item + .p-glossLink__item {
  margin-top: 60px;
}
.p-glossLink__list {
  margin-top: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-glossLink__title {
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  color: #2f7aa0;
  letter-spacing: 0.5px;
}

.p-gloss__heading {
  line-height: 1.333333;
  font-weight: bold;
}

.p-gloss__btn {
  margin: 60px 0 170px;
  right: 0;
}
.page--recruit .l-main .l-mainContents {
  padding-bottom: 0;
}
.page--recruit .l-main + .box-button {
  display: none;
}

.p-recruit__title {
  font-weight: bold;
  line-height: 1.5;
}
.p-recruit__table table {
  width: 100%;
}
.p-recruit__table th {
  font-weight: bold;
  vertical-align: top;
  width: 25%;
}
.p-recruit__table td {
  width: 75%;
  vertical-align: top;
  line-height: 1.875;
}

.p-page__mv--news {
  background-image: url(../img/common/page_mv_news.png);
}

.page--news .l-main {
  padding-bottom: 240px;
}
.page--news .u-margin_t95 {
  margin-top: 95px !important;
}

.p-newsList {
  margin-top: 41px;
}
.p-newsList a {
  height: 100%;
  text-decoration: none;
  color: #000;
}

.p-newsList img {
  display: block;
  width: 100%;
}
.p-newsList__item {
  padding: 30px 15px;
  border: 1px solid #cecece;
  border-width: 1px 0;
  margin-top: -1px;
}
.p-newsList__item .col-img {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 200px;
}
.p-newsList__item .col-text {
  -ms-flex: 1;
      flex: 1;
  padding-left: 20px;
}
.p-newsList__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: -10px;
}
.p-newsList__head > * {
  margin-left: 10px;
}
.p-newsList__head .date {
  font-weight: bold;
}
.p-newsList__head .new {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  background: #8fced8;
  padding: 5px 6px;
}
.p-newsList__title {
  margin-top: 5px;
}
.p-newsList__btn {
  margin-top: 127px;
}
.p-newsList__btn a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 560px;
  height: 100px;
  margin: auto;
  border: 1px solid #000;
  text-decoration: none;
  line-height: 30px;
  font-weight: bold;
  color: #111;
  position: relative;
}
.p-newsList__btn a:after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/common/icon_plus.svg) no-repeat 0 0/100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
}

.page--newsChild .l-main {
  padding-bottom: 100px;
}
.page--newsChild .u-margin_t120 {
  margin-top: 120px !important;
}

.p-newsChild {
  margin-top: 98px;
  padding-bottom: 120px;
  border-bottom: 1px solid #8b8b8b;
}
.p-newsChild__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: -20px;
}
.p-newsChild__head > * {
  margin-left: 20px;
}
.p-newsChild__head .new {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.5px;
  color: #fff;
  background: #8fced8;
  padding: 5px 10px;
}
.p-newsChild__title {
  font-size: 36px;
  line-height: 52px;
  font-weight: bold;
  color: #000;
  margin-top: 9px;
  letter-spacing: 0.5px;
}
.p-newsChild__content {
  color: #000;
  margin-top: 45px;
}
.p-newsChild__content > * + * {
  margin-top: 38px;
}
.p-newsChild__paging {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 25px;
}
.p-newsChild__paging .button {
  max-width: 280px;
  height: 64px;
  border-color: #000;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin: initial;
}
.p-newsChild__paging .button:after {
  width: 50px;
  right: -25px;
  background: #000;
}
.p-newsChild__paging .button.prev:after {
  right: auto;
  left: -25px;
}
.p-newsChild__btn {
  margin-top: 137px;
}
.p-newsChild__btn .button {
  border: 2px solid #000;
  color: #111;
}
.p-newsChild__btn .button:after {
  background: #000;
}

.usage-flow {
  margin: 0 0 120px;
}

.usage-flow__table {
  margin-top: 60px;
}

.usage-flow__note {
  text-align: left;
  margin-bottom: 29px;
}
.usage-flow__note li {
  font-size: 18px;
  line-height: 48px;
  font-weight: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.usage-flow__note li + li {
  margin-top: 22px;
}

.usage-flow__noteImg {
  width: 41px;
  margin-right: 13px;
  display: inline-block;
}

.usage-flow__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-align: left;
}

.usage-flow__num {
  font-size: 70px;
  line-height: 101px;
  color: #95CCE8;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  margin-right: 37px;
}

.usage-flow__text {
  font-size: 18px;
  line-height: 26px;
}

.usage-flow__textSM {
  font-size: 14px;
}

.usage-flow__textMD {
  font-size: 18px;
  line-height: 42px;
}

.faq__inner {
  padding-top: 60px;
  max-width: 1280px;
  margin: 0 auto;
}

.faq__name {
  font-size: 24px;
  line-height: 46px;
  letter-spacing: 0.7px;
  font-weight: bold;
  position: relative;
  padding-left: 60px;
}
.faq__name:before {
  content: "";
  height: 1px;
  width: 42px;
  background-color: #000;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.faq__list {
  margin-top: 20px;
}
.faq__list + .faq__name {
  margin-top: 90px;
}

.faq__item + .faq__item {
  margin-top: 1px;
}

.faq__title {
  padding: 20px 30px 20px 75px;
  background-color: rgba(47, 122, 160, 0.2);
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  position: relative;
  cursor: pointer;
}
.faq__title:before {
  content: "Q.";
  font-size: 30px;
  position: absolute;
  left: 20px;
  line-height: 1;
}
.faq__title:after {
  content: "";
  background: url("../assets/img/common/icon_arrow_down.svg") no-repeat center/contain;
  width: 30px;
  height: 16px;
  display: block;
  position: absolute;
  right: 31px;
  transition: transform 0.25s ease-in-out 0s;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
}
.faq__title.active:after {
  transform: translateY(-50%) rotate(180deg);
}

.faq__text {
  padding: 21px 36px 19px 90px;
  position: relative;
  line-height: 30px;
  display: none;
}
.faq__text:before {
  content: "A.";
  font-size: 30px;
  position: absolute;
  left: 20px;
  color: #2F7AA0;
  line-height: 1;
  font-weight: bold;
}

.p-inquiry__text {
  line-height: 2.0869565217;
}
.p-inquiry__text a {
  color: #2F7AA0;
  text-decoration: none;
}
.p-inquiry__text a:hover {
  text-decoration: underline;
}

.required {
  color: #E193B5;
}

.p-inquiry__text01 {
  text-align: center;
  line-height: 1.5;
}
.p-inquiryForm__title {
  font-weight: bold;
  line-height: 30px;
  margin-top: 37px;
}
.p-inquiryForm__text {
  font-size: 18px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 16px;
}

.p-inquiryItem {
  display: -ms-flexbox;
  display: flex;
}
.p-inquiryItem:first-child {
  margin-top: 0;
}

.p-inquiryItem__titleArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1.4583333333;
  font-weight: bold;
}

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

.p-inquiryItem__input {
  width: 100%;
  border: 1px solid #333;
  background-color: #fdfdfc;
  line-height: 1.5;
}
.p-inquiryItem__input.is-error {
  background: #FFE9E9;
}
.p-inquiryItem__input:-ms-input-placeholder {
  color: #777;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.p-inquiryItem__input::placeholder {
  color: #777;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.p-inquiryItem__input:-ms-input-placeholder {
  color: #777;
}
.p-inquiryItem__input::-ms-input-placeholder {
  color: #777;
}
.p-inquiryItem__checkbox input {
  display: none;
}
.p-inquiryItem__checkbox input:checked + span {
  background-image: url(/assets/img/common/icon_checkbox_02.svg);
}
.p-inquiryItem__checkbox span {
  padding-left: 21px;
  background: url(/assets/img/common/icon_checkbox_01.svg) no-repeat 0 5px/auto;
}
.p-inquiryItem__text {
  line-height: 1;
}
.p-inquiryBtnArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.p-inquiryItem__select {
  background: #fdfdfc url("../asset/img/common/icon_arrow_down01.svg") no-repeat;
  background-position: right 20px center;
  background-size: 20px 10px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.p-inquiryNotes {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  overflow-y: scroll;
  height: 400px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.p-inquiryNotes::-webkit-scrollbar {
  width: 20px;
}
.p-inquiryNotes::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #707070;
  border-width: 0 1px;
}
.p-inquiryNotes::-webkit-scrollbar-thumb {
  background: #888;
}
.p-inquiryNotes::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.p-inquiryNotes h4 {
  font-weight: bold;
}
.p-inquiryNotes p {
  line-height: 1.7142857143;
}

.p-inquiryItem__btn {
  line-height: 1.4444444444;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 9px;
  background-color: #95CCE8;
}
.p-inquiryItem__btn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.p-inquiryBtn {
  background: #111;
  font-weight: bold;
  color: #fff;
  line-height: 1.4444444444;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
}

.p-inquiry__desc {
  margin-top: 22px;
  line-height: 30px;
}
.p-inquiry__mess {
  padding: 17px 23px;
  border: 1px solid #F00;
  background: #FFE9E9;
  line-height: 24px;
  color: #F00;
  margin-top: 21px;
  display: none;
}
.p-inquiry__mess.is-show {
  display: block;
}
.page--member .l-mainContents {
  color: #000;
}
.page--product .p-business__grid {
  background: #f8f8f8;
  margin-bottom: 90px;
}
.page--product .p-business__grid:last-child {
  margin-bottom: 0;
}
.page--product .p-business__grid .button {
  position: relative;
  right: auto;
}
.page--product .p-business__gridImg img {
  max-width: none;
  width: 100%;
  display: block;
}
.page--product .p-business__img img {
  display: block;
}
.page--product .p-business__img--medicacell img {
  margin: auto;
}
.page--product .p-business__img--essencell img {
  margin: auto;
}
.page--product .p-business__title {
  font-weight: normal;
  text-align: center;
}
.page--product .p-tag {
  -ms-flex-pack: center;
    justify-content: center;
}
.page--product .p-tag span {
  font-weight: bold;
}
.p-page__mv--product {
  background-image: url(../img/common/page_mv_product.png);
}
.p-productHead {
  margin-top: 130px;
  margin-bottom: 16px;
  display: -ms-grid;
  display: grid;
  grid-gap: 2px 14px;
}
.p-productHead__tag {
  -ms-grid-column: 1;
      grid-column-start: 1;
  grid-column-end: 3;
}
.p-productHead__tag .p-tag {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-productHead__title {
  font-size: 36px;
  line-height: 1.4444444444;
  font-weight: bold;
  -ms-grid-column: 1;
      grid-column-start: 1;
  -ms-grid-row: 2;
      grid-row-start: 2;
}
.p-productHead__logo {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-column: 2;
      grid-column-start: 2;
  margin-left: auto;
}
.p-tag {
  display: -ms-flexbox;
  display: flex;
}
.p-tag--center {
  -ms-flex-pack: center;
    justify-content: center;
}
.p-tag span {
  min-height: 35px;
  line-height: 30px;
  font-weight: bold;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 9px;
}
.p-tag__main {
  color: #fff;
}
.p-tag--blue span {
  color: #2F7AA0;
  border: 1px solid #2F7AA0;
}
.p-tag--blue .p-tag__main {
  background: #2F7AA0;
  color: #fff;
}
.p-tag--yellow span {
  color: #DAB750;
  border: 1px solid #DAB750;
}
.p-tag--yellow .p-tag__main {
  background: #DAB750;
  color: #fff;
}
.p-productFeatured {
  margin-bottom: 40px;
}
.p-addon {
  display: -ms-flexbox;
  display: flex;
}
.p-addon__item {
  display: -ms-flexbox;
  display: flex;
}
.p-addon__ttl {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-panel {
  border-width: 1px;
  border-bottom-width: 1px;
  border: 1px solid #333;
}
.p-panel:not(:last-child) {
  margin-bottom: 20px;
}
.p-panel__ttl {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  color: #3B4043;
  background: #F3F3F3;
  padding: 15px 114px 15px 39px;
  cursor: pointer;
  position: relative;
}
.p-panel__ttl:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #3B4043;
  right: 39px;
  top: 50%;
  transform: translateY(-50%);
}
.p-panel__ttl:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 4px;
  background: #3B4043;
  right: 39px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.4s ease-in-out;
}
.p-panel__ttl.js-open:after {
  transform: translateY(-50%) rotate(0deg);
}
.p-panel__cont {
  padding: 18px 36px 21px;
  line-height: 30px;
  display: none;
}
.p-panel__list {
  text-indent: -16px;
  margin-left: 16px;
}
.p-attribute {
  margin-top: 90px;
}
.p-attribute .p-heading3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-attribute .p-heading3:before {
  height: 100%;
}
.p-attribute__item + .p-attribute__item {
  margin-top: 57px;
}
.p-attribute__item .u-grid + .u-grid {
  margin-top: 99px;
  position: relative;
}
.p-attribute__item .u-grid + .u-grid:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  top: -65px;
  border-left: 82px solid transparent;
  border-right: 82px solid transparent;
  border-top: 40px solid #95CCE8;
}
.p-box {
  text-align: center;
  border: 1px solid #BBB;
}
.p-box__head {
  padding: 26px 0;
  background: #F3F3F3;
  font-size: 20px;
  font-weight: bold;
}
.p-box__head--sm {
  padding: 12px 0;
  font-weight: 500;
}
.p-box__body {
  padding: 24px 10px 34px;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.p-attribute__group {
  display: -ms-grid;
  display: grid;
}
.p-attribute__group > * {
  font-size: 16px;
  font-weight: normal;
  padding: 0 10px;
}
.p-attribute__group > * + * {
  position: relative;
}
.p-attribute__group > * + *:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #BBB;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-box__title {
  text-align: center;
}
.p-box__title span {
  display: inline-block;
  vertical-align: middle;
}
.p-box__title span + span {
  margin-left: 10px;
}
.p-box__label {
  background: #2F7AA0;
  color: #fff;
  padding: 5px 18px 6px 19px;
  line-height: 1;
}

.p-imgBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 80px;
  -ms-flex-align: end;
      align-items: flex-end;
  max-width: 872px;
  margin: 30px auto 70px;
}

.p-headLabel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  column-gap: 20px;
  margin: 40px 0 13px;
}

.p-headLabel__tag {
  font-size: 18px;
  line-height: 29px;
  font-weight: bold;
  height: 29px;
  background: #2F7AA0;
  color: #fff;
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.p-headLabel__lotNumber {
  background: #F3F3F3;
  padding: 0 10px;
  font-size: 16px;
  line-height: 29px;
  font-weight: bold;
}
.p-headLabel__lotNumber span {
  font-weight: normal;
  margin-left: 16px;
}

.p-headingBdr {
  font-size: 28px;
  line-height: 1.4285714286;
  font-weight: bold;
  border-bottom: 2px solid #BBB;
  padding-bottom: 9px;
  margin-bottom: 37px;
}

.p-search__grid {
  display: -ms-flexbox;
  display: flex;
  row-gap: 30px;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.p-boxLink {
  background: #F3F3F3;
  padding: 30px 65px;
  margin: 60px auto 80px;
}

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

.p-boxLink__btn {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 64px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  min-height: 64px;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.p-boxLink__btn:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  bottom: inherit;
  transform: translateY(-50%);
  width: 27px;
  height: 14px;
  background: url(../img/common/icon_pdf.svg) no-repeat 0 0 / contain;
}

.p-login__sec {
  background: #f8f8f8;
  padding: 80px 0 72px;
}
.p-login__sec .p-heading3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-login__sec .p-heading3:before {
  height: 100%;
}
.p-login__sec a {
  text-decoration: none;
  display: inline-block;
}
.p-login__grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
}


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

.u-bg_blue {
  background-color: #D4EBF6;
}
.u-bg_pink {
  background-color: #F9E9F0;
}
.u-bg_blueDeep {
  background-color: #2F7AA0;
}

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

.u-flex_jc_fe {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.u-flex_jc_fs {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.u-flex_jc_c {
  -ms-flex-pack: center;
      justify-content: center;
}

.u-flex_ai_fe {
  -ms-flex-align: end;
      align-items: flex-end;
}
.u-flex_ai_fs {
  -ms-flex-align: start;
      align-items: flex-start;
}
.u-flex_ai_c {
  -ms-flex-align: center;
      align-items: center;
}

.u-grid {
  display: -ms-grid;
  display: grid;
  gap: 36px;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
}
.u-grid--4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}
.u-grid--3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}
.u-grid--2 {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}
.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-text__marker {
  background: linear-gradient(transparent 60%, #acdbe2 60%);
}

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

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

/* Foundation
   ----------------------------------------------------------------- */
/* Layout
   ----------------------------------------------------------------- */
/* Object
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  html,
body {
    overflow-x: hidden;
  }
  body {
    font-size: 16px;
  }
  .l-headerLogo__link {
    transition: opacity 0.2s;
  }
  .l-headerLogo__link:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  .l-headerNavi__button {
    transition: opacity 0.2s;
  }
  .l-headerNavi__button:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  .l-headerNavi__member-text {
    font-size: 24px;
    line-height: 35px;
  }
  .l-header__member > p + a {
    margin-left: 27px;
  }

  .box-social__item {
    width: 30%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    padding: 20px 20px 20px;
    height: 180px;
  }
  .box-social__img {
    height: 90px;
  }
  .l-footer a {
    transition: opacity 0.2s;
  }
  .l-footer a:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  .l-footerGroup {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-bottom: 52px;
  }
  .l-footerNav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    padding-right: 30px;
  }
  .l-footerNavi {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .l-footerNavMain {
    padding-right: 20px;
    width: 100%;
    max-width: 370px;
  }
  .l-footerNavi.child {
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .l-footerNavi.child .l-footerNaviTitle {
    padding-right: 21px;
    max-width: 126px;
    -ms-flex: 1;
        flex: 1;
    position: relative;
  }
  .l-footerNavi.child .l-footerNaviTitle:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 10px;
    left: 0;
  }
  .l-footerNavi.child .l-footerNaviTitle > * {
    display: inline-block;
    padding-right: 9px;
    background: #2F7AA0;
    position: relative;
    z-index: 1;
  }
  .l-footerNavi.child .l-footerNaviList__item {
    position: relative;
  }
  .l-footerNavi.child .l-footerNaviList__item:before {
    content: "";
    width: 20px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 3px;
    bottom: 0;
    left: -30px;
    margin: auto;
  }
  .l-Copyright {
    border-top: 1px solid #fff;
    padding: 16px 0 17px;
  }
  .l-footerMember {
    padding: 0 0 53px;
  }
  .l-footerMember .l-footerInfo__text {
    margin-top: 0;
  }
  .l-footerMember .l-footerInfo__text p + p {
    margin-top: 4px;
  }
  .l-footerMember__logo {
    margin-right: 40px;
  }
  .l-footerInfo__text--contact {
    margin-left: 30px;
  }

  .l-inner {
    box-sizing: content-box;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px);
  }
  .l-inner--m {
    box-sizing: content-box;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .l-inner--l {
    box-sizing: content-box;
    max-width: 1160px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .l-inner--ll {
    box-sizing: content-box;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 0 20px;
  }
  .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-linkBtn:hover {
    transition: opacity 0.2s;
  }
  .c-linkBtn:hover:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  .c-link--whiteBtn:hover {
    transition: opacity 0.2s;
  }
  .c-link--whiteBtn:hover:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }
  .c-table01 td {
    padding: 19px 18px 23px;
  }
  .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_white.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-page__title {
    margin-top: 63px;
  }
  .box-social__item {
    width: 30%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    padding: 20px 20px 20px;
    height: 180px;
  }
  .box-social__img {
    height: 90px;
  }
  .p-top__mvList .slick-dots {
    bottom: -62px;
  }
  
  .p-top__mv {
    margin-bottom: 60px;
  }
  /* .p-top__mv picture img {
    min-height: 520px;
    min-width: 840px;
  } */
  .p-top__mvTitle {
    font-size: 80px;
    line-height: 1.25;
    letter-spacing: 1px;
  }
  .p-top__mvBtn {
    margin-top: 43px;
    margin-left: 0;
    height: 100px;
  }
  .p-top__mvBtn.button {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .p-top__slider {
    max-width: 1400px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .p-top__slider .slick-dots {
    bottom: -48px;
    display: none;
  }
  .p-top__sliderItemTitle {
    font-size: 1.5rem;
    line-height: 42px;
    text-align: center;
  }
  .p-top__news {
    margin-top: 175px;
  }
  /* .p-top__newsHead:after {
    width: 233px;
    height: 150px;
    top: -88px;
    left: -83px;
  } */
  .p-top__newsGrid {
    margin: 60px -20px 0;
  }
  .p-top__newsColumn {
    padding: 0 20px;
  }
  .p-top__newsTitle {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 30px;
  }
  .p-top__newsTitle--s {
    font-size: 24px;
    line-height: 35px;
    font-weight: bold;
    margin-bottom: 34px;
    padding-top: 7px;
  }
  .p-top__newsList {
    padding-bottom: 18px;
  }
  .p-top__newsItem {
    padding: 25px 20px 14px;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top__newsItem:last-child {
    border-bottom: 0;
  }
  .p-top__newsItem:last-child:after {
    background-image: none;
  }
  .p-top__newsItem:first-child {
    padding-top: 17px;
    padding-bottom: 15px;
  }
  .p-top__newsItemDate {
    font-size: 18px;
    line-height: 26px;
    margin-right: 10px;
    min-width: 150px;
  }
  .p-top__newsItemTag {
    font-size: 12px;
    line-height: 17px;
    padding: 5px 10px;
    min-width: 118px;
  }
  .p-top__newsItemTitle {
    line-height: 24px;
    margin-top: 9px;
    padding-left: 20px;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .p-newsCell {
    display: -ms-flexbox;
    display: flex;
    min-height: 610px;
  }
  .p-newsCell .col-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
  }
  .p-newsCell .col-img img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .p-sec02List {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 60px 0 180px -64px;
  }
  .p-sec02List > div {
    width: calc(33.33% - 64px);
    margin-left: 64px;
  }
  .p-sec02List__img {
    position: relative;
  }
  .p-sec02List__img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #8fced8;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .p-sec02Info__inner {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .p-sec02Info__img {
    width: 50%;
  }
  .p-sec02Info__text {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-business__text01--center_pc {
    text-align: center;
  }
  .p-business__grid--revert {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .p-business__grid--revert .p-business__gridImg {
    text-align: left;
  }
  .p-business__grid--revert .p-business__gridText {
    left: inherit;
  }
  .p-business__gridImg {
    text-align: right;
    -ms-flex: 1;
        flex: 1;
  }
  .p-business__gridImg img {
    max-width: 54.2857142857%;
  }
  .p-business__gridText {
    width: 45.7142857143%;
    padding: 30px;
    z-index: 1;
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .p-business__gridText .p-business__text {
    font-size: 14px;
    line-height: 36px;
    margin-bottom: 50px;
  }
  .page--business3 .p-business__gridText {
    width: 50%;
    padding: 34px 50px 32px;
  }
  .page--business3 .p-business__gridText .p-business__text {
    font-size: 16px;
    line-height: 30px;
  }
  .page--business3 .p-business__gridImg {
    width: 50%;
  }
  .page--business3 .p-business__title {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 30px;
  }
  .page--business3 .button--type01 {
    right: 0;
  }
  .p-busLink {
    margin: 60px auto 0;
  }
  .p-busLink.col4 {
    margin-top: 65px;
  }
  .p-busLink--flexEnd {
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .p-busLink.col4 > a {
    min-width: 260px;
    margin: 0 10px;
  }
  .p-busLink > a:hover {
    border-bottom-color: #e193b5;
  }
  .p-busLink > a small {
    font-size: 14px;
    line-height: 30px;
  }

  .p-busCol {
    display: -ms-flexbox;
    display: flex;
    padding-right: 34px;
  }
  .p-busCol .col-text {
    -ms-flex: 1;
        flex: 1;
    padding-right: 65px;
    padding-top: 58px;
    line-height: 30px;
  }
  .p-busCol.reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    padding: 0;
    padding-left: 34px;
  }
  .p-busCol.reverse .col-text {
    padding-right: 0;
    padding-left: 65px;
  }
  .p-busCol .button {
    font-size: 16px;
    line-height: 30px;
  }
  .p-busCol .button:after {
    width: 50px;
    right: -25px;
  }
  .p-busCol.type2 .col-img {
    width: 100%;
    max-width: 328px;
  }
  .page--business1 .p-busCol {
    padding-right: 0;
  }
  .page--business1 .p-busCol .col-img {
    -ms-flex: 0 0 350px;
        flex: 0 0 350px;
  }
  .page--business1 .p-busCol .col-text {
    padding-right: 60px;
  }
  .page--business1 .p-busCol.reverse .col-text {
    padding-left: 60px;
  }
  .page--business1 .p-busCol + .p-busCol {
    margin-top: 80px;
  }
  .page--businessProduct .l-main {
    padding-bottom: 100px;
  }
  .page--businessProduct .p-busDesc {
    margin-top: 112px;
    margin-bottom: 134px;
  }
  .page--businessProduct .box-button {
    padding: 44px 0;
  }
  .point__list {
    margin: 0 -10.5px;
  }
  .point__item {
    padding: 12px 10.5px;
  }
  .box-product__img {
    margin-top: -50px;
  }
  .box-product__ingredient {
    padding-top: 30px;
  }
  .p-corp__boxText {
    font-size: 26px;
    line-height: 46px;
    max-width: 1114px;
    margin: 70px auto 70px;
  }
  .p-corp__boxText p {
    margin-left: 106px;
    text-indent: -106px;
  }
  .p-corp__boxText p + p {
    margin-top: 46px;
  }
  .p-corp__text01 {
    font-size: 20px;
    line-height: 2;
  }
  .p-corp__text01 + .p-corp__text01 {
    margin-top: 48px;
  }
  .page--corp .p-sec02Info {
    margin-top: 142px;
    margin-bottom: 60px;
  }
  .page--corp .p-busLink + .p-heading3 {
    margin-top: 80px;
  }
  .page--corp .p-heading3 + .p-corp__table {
    margin-top: 41px;
  }
  .page--corp .p-heading3 + .p-corp__maps {
    margin-top: 44px;
  }
  .page--corp .p-corp__table + .p-heading3 {
    margin-top: 122px;
  }
  .p-table th {
    font-size: 18px;
    line-height: 31px;
    padding: 13px 13px 13px 50px;
    height: 77px;
    width: 15%;
    min-width: 210px;
  }
  .p-table td {
    /* display: flex;
    align-items: center; */
    gap: 16px;
    font-size: 16px;
    line-height: 27px;
    /* padding: 17px 50px 6px 32px; */
    height: auto;
    width: 85%;
  }
  .p-table td span {
    width: 120px;
  }

  .p-table td span a {
    transition: all 0.3s ease;
  }

  .p-table td span a:hover {
    opacity: 0.7;
  }

  .p-corp__transport {
    margin-top: 63px;
    margin-bottom: 167px;
  }
  .p-corp__transport > div {
    width: 50%;
  }
  .p-corp__transportTitle {
    font-size: 20px;
    line-height: 27px;
  }
  .p-corp__transportSubTitle {
    font-size: 18px;
    line-height: 27px;
    margin-top: 27px;
  }
  .p-corp__transportDetail {
    font-size: 16px;
    line-height: 27px;
    margin-top: 2px;
  }
  .p-corp__text02 {
    font-size: 18px;
  }
  .p-corp__pointer {
    margin-top: 120px;
  }
  .p-corp__pointer .p-heading3 {
    margin-top: 30px;
  }
  .page--corpMess .p-sec02Info {
    padding: 118px 0 170px;
  }
  .p-messInfo__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  .p-messInfo__box > * {
    width: 50%;
  }
  .p-messFlow {
    padding-left: 60px;
  }
  .p-glossLink {
    line-height: 24px;
    gap: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 93px;
    padding-bottom: 100px;
  }
  .p-glossLink__list {
    margin-left: -30px;
  }
  .p-glossLink__list > * {
    margin-left: 30px;
    margin-top: 16px;
  }
  .p-gloss__heading {
    font-size: 48px;
    margin-top: 96px;
  }
  .p-gloss__text {
    margin-top: 10px;
    font-size: 24px;
    line-height: 37px;
  }
  .p-gloss__text01 {
    line-height: 30px;
    margin-top: 23px;
  }
  .page--recruit .p-heading3--first {
    margin-top: 130px;
  }
  .p-recruit__text01 {
    font-size: 18px;
    line-height: 40px;
    margin-top: 36px;
  }
  .p-recruit__text01 + .p-heading3 {
    margin-top: 100px;
  }
  .p-recruit__note {
    font-size: 14px;
    line-height: 48px;
    margin-top: 10px;
  }
  .p-recruit__note + .p-recruit__title {
    margin-top: 46px;
  }
  .p-recruit__title {
    font-size: 24px;
    margin-bottom: 60px;
    margin-top: 100px;
  }
  .p-recruit__anchorLink__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
  }
  
  .p-recruit__anchorLink {
    color: #2F7AA0;
    text-decoration: underline;
  }
  .p-recruit__table {
    margin-top: 50px;
    padding: 0 60px 50px;
  }
  .p-recruit__table th {
    font-size: 16px;
    line-height: 31px;
    padding-bottom: 50px;
  }
  .p-recruit__table td {
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 50px;
  }
  .p-newsList {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    column-gap: 40px;
  }
  .p-newsList > * {
    width: calc(50% - 20px);
  }
  .p-newsList__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    transition: all 0.3s ease;
  }
  .p-newsList__item:nth-child(odd) {
    border: none;
    border-bottom: 1px solid #cecece;
  }
  .p-newsList__item:nth-child(even) {
    border: none;
    border-bottom: 1px solid #cecece;
  }
  .p-newsList div:first-of-type .p-newsList__item {
    border-top: 1px solid #cecece;
  }
  .p-newsList div:nth-of-type(2) .p-newsList__item {
    border-top: 1px solid #cecece;
  }
  .p-newsList__item:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .p-newsList__head .date {
    line-height: 29px;
  }
  .p-newsList__btn a {
    transition: all 0.3s ease;
  }
  .p-newsList__btn a:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .page--newsChild .p-newsList {
    margin-top: 61px;
  }
  .p-newsChild__head .date {
    font-size: 24px;
    line-height: 36px;
  }
  .page--contact .p-busDesc {
    margin-top: 85px;
    margin-bottom: 100px;
  }
  .icon_circle {
    width: 50px;
  }
  .icon_x {
    width: 56px;
  }
  .faq__title:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .faq__text:before {
    top: 50%;
    transform: translateY(-50%);
  }
  .p-inquiry__text {
    font-size: 14px;
    max-width: calc(100% - 120px);
    margin: 100px auto 0;
  }
  .p-inquiryForm {
    box-sizing: content-box;
    max-width: calc(100% - 120px);
    margin: 86px auto 0;
    padding: 0;
  }
  .p-inquiryItem {
    margin-top: 40px;
  }
  .p-inquiryItem__titleArea {
    font-size: 16px;
    width: 200px;
  }
  .p-inquiryItem--vertical .p-inquiryItem__titleArea {
    width: auto;
  }
  .p-inquiryItem__titleArea01 {
    -ms-flex-align: start;
        align-items: flex-start;
    padding-top: 15px;
  }
  .p-inquiryItem__inputArea {
    width: calc(100% - 200px);
  }
  .p-inquiryItem__inputArea01 {
    width: 800px;
  }
  .p-inquiryItem__inputArea02 .p-inquiryItem__input {
    max-width: 270px;
  }
  .p-inquiryItem__input {
    padding: 10px;
  }
  .p-inquiryItem__input.textarea {
    min-height: 210px;
  }
  .p-inquiryItem__textarea {
    width: 100%;
    height: 400px;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .p-inquiryItem__text {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .p-inquiryBtnArea {
    margin-top: 66px;
    margin-bottom: 138px;
  }
  .p-inquiryNotes {
    padding: 20px;
    margin-bottom: 68px;
  }
  .p-inquiryNotes h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .p-inquiryNotes p {
    font-size: 14px;
  }
  .p-inquiryNotes p + p {
    margin-top: 32px;
  }
  .p-inquiryNotes {
    margin-top: 35px;
    padding-top: 34px;
    line-height: 30px;
  }
  .p-inquiryItem__btn {
    font-size: 16px;
    padding: 10px 40px;
  }
  .p-inquiryBtn {
    width: 560px;
    height: 113px;
    font-size: 18px;
  }
  .p-inquiryBtn:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }


  .page--member .p-inquiry__text {
    max-width: none;
    line-height: 20px;
    margin-top: 5px;
  }
  .page--member .p-inquiryForm {
    max-width: none;
    margin-top: 64px;
  }
  .page--member .p-inquiryItem + * {
    margin-top: 59px;
  }
  .page--member .p-inquiryItem__titleArea {
    width: 320px;
    font-weight: normal;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .page--member .p-inquiryItem__input {
    padding: 17px 15px;
  }
  .page--member .p-inquiry__text01 {
    margin-top: 100px;
  }
  .page--member .p-inquiryBtnArea {
    margin: 27px 0 0;
    padding-left: 32px;
  }
  .panel {
    max-width: 772px;
    margin: 71px auto 0;
    padding: 50px 90px 60px;
    border-radius: 5px;
    border: 1px solid #BBB;
  }
  .page--product .p-business__grid .button {
    margin-top: 40px;
    height: 64px;
  }
  .page--product .p-business__gridText {
    position: static;
    transform: none;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: 100%;
    max-width: 461px;
    padding: 24px 37px 24px 38px;
    background: transparent;
  }
  .page--product .p-business__gridText .p-business__text {
    font-size: 16px;
    line-height: 30px;
    margin: 25px 0 0;
  }
  .page--product .p-business__gridImg {
    text-align: left;
    -ms-flex: 1;
        flex: 1;
  }
  .page--product .p-business__img {
    padding: 0 6px;
    margin-top: 13px;
  }
  .page--product .p-business__img--medicacell img {
    width: 318px;
  }
  .page--product .p-business__img--essencell img {
    width: 291px;
  }
  .page--product .p-business__title {
    font-size: 16px;
    line-height: 24px;
    margin: 7px 0 0 0;
    letter-spacing: 1px;
  }
  .page--product .p-tag span {
    min-width: 118px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .p-product__desc {
    margin: 116px 0 88px;
    font-size: 16px;
    line-height: 30px;
  }
  .p-productHead__logo {
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
  .p-productHead__logo--essencell {
    max-width: 278px;
  }
  .p-productHead__logo--medicacell {
    max-width: 306px;
  }
  .p-tag {
    gap: 10px;
  }
  .p-addon {
    margin: 0 -25px 35px;
  }
  .p-addon__item {
    padding: 0 25px;
    gap: 25px;
    width: 50%;
  }
  .p-addon__img {
    width: 50.2222222222%;
  }
  .p-addon__txt {
    width: 49.7777777778%;
  }
  .p-addon__para {
    line-height: 30px;
  }
  .p-addon__paraNote {
    font-size: 14px;
  }
  .p-attribute .p-heading3 {
    margin-bottom: 18px;
    line-height: 30px;
    min-height: 54px;
  }
  .p-attribute .p-heading3:before {
    min-height: 54px;
  }
  .p-box__head--sm {
    font-size: 18px;
  }
  .p-attribute__group {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }
  .p-attribute__group > * {
    -ms-grid-row: 1;
        grid-row: 1;
  }
  .p-attribute__group--auto {
    -ms-grid-columns: auto;
        grid-template-columns: auto;
    grid-auto-columns: auto;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .p-attribute__group--auto li {
    min-width: 87px;
    width: auto;
    padding: 0 21px;
  }
  .p-busLink + .p-productHead {
    margin-top: 60px;
  }
  .p-search__colTxt {
    width: 48.3333333333%;
  }
  .p-search__colTxt p {
    line-height: 30px;
  }
  .p-search__colImg {
    width: 49.1666666667%;
    padding-top: 4px;
  }
  .p-boxLink__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -16px;
    row-gap: 32px;
  }
  .p-boxLink__list li {
    width: 33.33%;
    padding: 0 16px;
  }
  .p-boxLink__btn:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
  .p-login__sec .p-heading3 {
    margin-bottom: 27px;
    min-height: 54px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  .p-login__sec .p-heading3:before {
    min-height: 54px;
  }
  .p-login__sec a {
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
  }
  .p-login__sec a:hover {
    text-decoration: underline;
  }
  .p-login__grid > * {
    padding-right: 24px;
  }

  .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-margin_t22_pc {
    margin-top: 22px !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;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
  .l-headerNavi__member-text {
    font-size: 4.2666666667vw;
  }
  .l-header__member > p + a {
    margin-left: 4.2666666667vw;
  }
  .l-header__member .l-headerNavi__button {
    width: 30.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .box-social {
    padding: 10.6666666667vw 0;
  }
  .box-social__list {
    max-width: 70.4vw;
    margin: 0 auto;
    -ms-flex-align: center;
        align-items: center;
  }
  .box-social__img img {
    height: 12.8vw;
    width: 12.8vw;
  }
  .box-social__item--tw .box-social__img img {
    height: 10.4vw;
  }
  .box-social__title {
    display: none;
  }
  .box-social__text {
    display: none;
  }
  .box-social__link {
    display: none;
  }
  .l-footer {
    padding-top: 8.5333333333vw;
  }
  .l-footerGroup {
    padding-bottom: 13.6vw;
  }
  .l-footerNav {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
  .l-footerNavi + .l-footerNavi {
    margin-top: 6.1333333333vw;
  }
  .l-footerNavi.child + .l-footerNavi.child {
    margin-top: 10.6666666667vw;
  }
  .l-footerNavi.child .l-footerNaviList {
    margin-left: 2.1333333333vw;
    margin-top: 3.7333333333vw;
    padding-left: 2.9333333333vw;
  }
  .l-footerNavi.child .l-footerNaviList:before {
    height: 100%;
    top: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
  .l-footerNavi.child .l-footerNaviList__item + .l-footerNaviList__item {
    margin-top: 3.2vw;
  }
  .l-footerNavi__link {
    font-size: 3.7333333333vw;
    line-height: 4.8vw;
  }
  .l-footerNavSub {
    padding-top: 10.1333333333vw;
  }
  .l-footerNav__item + .l-footerNav__item {
    margin-top: 5.8666666667vw;
  }
  .l-footerInfo {
    margin-top: 14.4vw;
    padding-right: 0;
    width: auto;
    text-align: center;
  }
  .l-footerInfo__text {
    margin-top: 7.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 6.1333333333vw;
  }
  .l-footerInfo__text p + p {
    margin-top: 5.8666666667vw;
  }
  .l-Copyright {
    padding-bottom: 2.6666666667vw;
  }
  .l-Copyright__text {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .l-footerInfo__logo img {
    width: 52vw;
  }
  .l-footerMember {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 13.6vw;
  }
  .l-footerMember .l-footerInfo__text {
    text-align: center;
  }

  .l-mainContents {
    padding: 0 0 13.3333333333vw;
  }

  .l-list {
    text-indent: -5.0666666667vw;
    margin-left: 5.0666666667vw;
  }
  .l-list--num {
    text-indent: -4.5333333333vw;
    margin-left: 4.5333333333vw;
  }
  .l-list--num.lg-than-10 li span {
    min-width: 6.6666666667vw;
  }

  .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 {
    font-size: 4.8vw;
  }
  .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-topSection__title .c-title__hdr {
    font-size: 32px;
  }
  .c-topSection__title .c-title__en {
    font-size: 11px;
  }
  .c-linkBtn {
    width: 100%;
  }
  .c-linkBtn:after {
    margin: 0;
  }
  .c-table th {
    font-size: 4vw;
    padding: 3vw;
  }
  .c-table td {
    border-bottom-width: 0.2666666667vw;
    padding: 3vw;
  }
  .c-table tbody {
    line-height: 6.4vw;
  }
  .c-table01 {
    width: 200vw;
  }
  .c-table01 td, .c-table01 th {
    padding: 3vw;
  }
  .c-table01 td img {
    width: 8vw;
  }
  .c-table01 thead th:first-child {
    width: 80vw;
  }
  .c-table01 thead th:not(:first-child) {
    padding: 3vw;
    font-size: 4vw;
    line-height: 7.4666666667vw;
  }
  .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_white.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;
  }
  .p-heading {
    font-size: 6.6666666667vw;
    line-height: 13.3333333333vw;
  }

  .p-heading1 {
    font-size: 5.8666666667vw;
    line-height: 8.8vw;
    letter-spacing: 0.05em;
  }

  .p-heading3 {
    font-size: 5.0666666667vw;
    line-height: 10.1333333333vw;
    padding-left: 5.3333333333vw;
  }
  .p-heading3:before {
    width: 1.6vw;
    height: 8.5333333333vw;
    top: 1.0666666667vw;
  }
  .p-heading4 {
    font-size: 5.3333333333vw;
    line-height: 10.6666666667vw;
  }
  .p-heading5 {
    font-size: 4.8vw;
    line-height: 8.2666666667vw;
  }
  .page-noneMV .l-main {
    padding-top: 13.3333333333vw;
  }
  .page-noneMV .l-main--page {
    padding-top: 27.7333333333vw;
  }

  .p-page__mv {
    height: 53.3333333333vw;
    background-image: url(../img/common/page_mv_sp.png);
  }
  .p-page__title {
    margin-top: 16vw;
  }
  .p-page__titleEn {
    font-size: 5.3333333333vw;
    line-height: 7.7333333333vw;
  }
  .p-page__titleJp {
    font-size: 6vw;
    line-height: 8.32vw;
  }
  .box-social {
    padding: 10.6666666667vw 0;
  }
  .box-social__list {
    max-width: 70.4vw;
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
  }
  .box-social__img img {
    height: 12.8vw;
    width: 12.8vw;
  }
  .box-social__item--tw .box-social__img img {
    height: 10.4vw;
  }
  .box-social__title {
    display: none;
  }
  .box-social__text {
    display: none;
  }
  .box-social__link {
    display: none;
  }
  .box-button {
    padding: 10.6666666667vw 5.3333333333vw;
  }
  .box-button--space {
    margin: 13.3333333333vw 0;
  }
  .box-button__text {
    margin-bottom: 5.3333333333vw;
    max-width: 100%;
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
  }
  .button {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    height: auto;
    padding: 3.7333333333vw;
    max-width: 82.6666666667vw;
    right: 3.2vw;
  }
  .button:after {
    width: 13.3333333333vw;
    right: -6.6666666667vw;
  }
  .button--primary {
    width: 80vw;
    border-width: 0.5333333333vw;
    font-size: 4.8vw;
    line-height: 6.9333333333vw;
    padding: 4.5333333333vw;
    right: 4.2666666667vw;
  }
  .button--primary:after {
    width: 18.6666666667vw;
    right: -9.3333333333vw;
  }
  .button--secondary {
    max-width: 100%;
    height: 24vw;
    border-width: 0;
    font-size: 5.3333333333vw;
    line-height: 8vw;
    padding: 1.3333333333vw;
    right: 0;
  }
  .button--secondary:after {
    display: none;
  }
  .button--type01:after {
    width: 13.3333333333vw;
    right: -6.6666666667vw;
  }
  .button--type01 {
    max-width: 66.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
    right: 3.3333333333vw;
  }
  .button--sm {
    right: 0;
    width: 65.3333333333vw;
    height: 12.5333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
  }
  .p-top__mv {
    margin-top: 17.0666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .p-top__mvList .slick-dots {
    bottom: -10.6666666667vw;
  }
  .p-top__mvList .slick-dots li {
    width: 5.0666666667vw;
    height: 5.0666666667vw;

  }
  .p-top__mvInner {
    bottom: 6.4vw;
    left: 8vw;
  }
  .p-top__mvTitle {
    font-size: 8vw;
    line-height: 10.6666666667vw;
    letter-spacing: 0.2666666667vw;
  }
  .p-top__mvBtn {
    margin: 4.2666666667vw 0 0;
    right: auto;
    left: 0;
    width: 100%;
    max-width: 66.6666666667vw;
    padding: 3.2vw 8vw 3.7333333333vw;
    line-height: 6.4vw;
  }
  .p-top__mvBtn:after {
    width: 15.4666666667vw;
    right: -7.7333333333vw;
  }
  .p-top__slider .slick-dots {
    bottom: -10.6666666667vw;
  }
  .p-top__slider .slick-dots li {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    margin: 0 2vw;
  }
  .p-top__sliderItem {
    width: 89.6vw;
    margin-right: 2.6666666667vw;
  }
  .p-top__sliderItemInner img {
    width: 100%;
    display: block;
  }
  .p-top__sliderItemTitle {
    font-size: 8.5333333333vw;
    line-height: 12.2666666667vw;
    width: 100%;
    text-align: center;
  }
  .p-top__news {
    padding-top: 21.3333333333vw;
  }
  /* .p-top__newsHead:after {
    width: 30.6666666667vw !important;
    height: 29.3333333333vw !important;
  } */
  .p-top__newsGrid {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 10.6666666667vw;
    gap: 10.6666666667vw;
  }
  .p-top__newsTitle {
    font-size: 6.4vw;
    line-height: 9.3333333333vw;
    text-align: center;
    margin-bottom: 3.7333333333vw;
  }
  .p-top__newsItem:after {
    background-size: 6px 1px;
  }
  .p-top__newsItem {
    padding: 5.3333333333vw 0 3.2vw;
  }
  .p-top__newsItem:first-child {
    padding-top: 2.9333333333vw;
  }
  .p-top__newsItem:last-child:after {
    background-image: none;
  }
  .p-top__newsItemDate {
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    margin-right: 2.6666666667vw;
  }
  .p-top__newsItemTag {
    padding: 1.3333333333vw 2.6666666667vw;
    font-size: 2.6666666667vw;
    line-height: 4vw;
    min-width: 27.2vw;
    padding: 0.5333333333vw 2.6666666667vw;
  }
  .p-top__newsItemTitle {
    font-size: 4vw;
    line-height: 5.8666666667vw;
    margin-top: 0.5333333333vw;
  }
  .button.p-top__newsBtn:after {
    width: 13.3333333333vw;
    right: -6.6666666667vw;
  }
  .button.p-top__newsBtn {
    margin-top: 10.6666666667vw;
    max-width: 66.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 8vw;
    right: 3.3333333333vw;
  }
  .p-newsCell {
    margin-top: 21.3333333333vw;
    font-size: 4vw;
    line-height: 6.4vw;
  }
  .p-newsCell p + p {
    margin-top: 5.3333333333vw;
  }
  .p-newsCell > * {
    width: 100%;
  }
  .p-newsCell__text {
    text-indent: -11.2vw;
    margin-left: 11.2vw;
  }
  .p-newsCell__text + p {
    margin-top: 5.8666666667vw;
    line-height: 6.4vw;
  }
  .p-newsCell .col-text {
    padding: 10.6666666667vw 5.3333333333vw;
    font-size: 4vw;
    line-height: 5.6vw;
  }
  .p-newsCell .button {
    margin-top: 9.8666666667vw;
    right: 3.2vw;
  }
  .p-sec02 {
    padding-top: 21.3333333333vw;
  }
  .p-sec02__title {
    font-size: 8vw;
    line-height: 11.7333333333vw;
    padding-left: 5.3333333333vw;
  }
  .p-sec02__title:before {
    width: 9.6vw;
    left: -6.4vw;
    right: inherit;
    top: 2.1333333333vw;
  }
  /* .p-sec02__title:after {
    width: 68vw;
    height: 18.1333333333vw;
    top: -10.1333333333vw;
    left: 0;
  } */
  .p-sec02List {
    margin-top: 10.6666666667vw;
    margin-bottom: 21.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 6.4vw;
  }
  .p-sec02List > div {
    overflow: hidden;
  }
  .p-sec02List > div + div {
    margin-top: 5.3333333333vw;
  }
  .p-sec02List__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.6);
    color: #fff;
    z-index: 2;
    padding: 5.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
  .p-sec02List__title {
    font-size: 6.4vw;
    line-height: 9.6vw;
    margin: 0 0 4.5333333333vw;
  }
  .p-sec02List .button {
    max-width: 66.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    margin-top: 7.4666666667vw;
    right: 0;
    color: #fff;
    border-color: #fff;
  }
  .p-sec02List .button:after {
    width: 13.3333333333vw;
    right: -6.6666666667vw;
    background: #fff;
  }
  .p-sec02Info {
    padding: 21.3333333333vw 0;
  }
  .p-sec02Info__img {
    max-width: 100%;
  }
  .p-sec02Info__img img {
    display: block;
    width: 100%;
  }
  .p-sec02Info__text > div {
    padding: 8.5333333333vw 5.3333333333vw 10.6666666667vw;
  }
  .p-sec02Info__text .button {
    max-width: 72vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    margin-top: 6.4vw;
  }
  .p-sec02Info__text .button:after {
    width: 13.3333333333vw;
    right: -6.6666666667vw;
  }
  .p-sec02Info__title {
    font-size: 8vw;
    line-height: 11.7333333333vw;
  }
  .p-sec03 {
    padding: 32vw 5.3333333333vw 21.3333333333vw;
    background-image: url(../assets/img/top/sec03_bg_01_sp.jpg);
  }
  .p-sec03__title {
    font-size: 8vw;
    line-height: 11.7333333333vw;
  }
  .p-sec03__title:after {
    width: 48.2666666667vw;
    height: 23.2vw;
    top: -11.4666666667vw;
  }
  .p-sec03 .button {
    max-width: 82.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 5.3333333333vw;
    margin-top: 21.3333333333vw;
  }
  .p-sec03 .button:after {
    width: 13.3333333333vw;
    right: -6.6666666667vw;
  }
  .p-privacy {
    padding: 5.3333333333vw 0 0;
  }
  .p-privacy__text p {
    line-height: 9.0666666667vw;
  }
  .p-privacy__text p + p {
    margin-top: 5.3333333333vw;
  }

  .p-privacy__text .l-list {
    margin-top: 1.6vw;
  }
  .p-privacy__text .l-list > li + li {
    margin-top: 1.6vw;
  }
  .p-privacy__text .l-list > li .l-list li + li {
    margin-top: 0.5333333333vw;
  }
  .p-privacy__text .l-list + p {
    margin-top: 7.4666666667vw;
  }
  .p-privacy__text .u-margin_t8 {
    margin-top: 2.6666666667vw !important;
  }
  .p-privacy__text .u-margin_t10 {
    margin-top: 4.8vw !important;
  }

  .p-privacy__note {
    line-height: 9.0666666667vw;
    margin-top: 8vw;
  }
  .p-privacy__header {
    line-height: 9.0666666667vw;
    font-size: 4vw;
  }
  .p-privacy__body {
    margin-top: 10.6666666667vw;
  }
  .p-privacy__body h2 + .p-privacy__text {
    margin-top: 6.6666666667vw;
  }

  .p-privacy--terms {
    padding-top: 4.5333333333vw;
  }
  .p-privacy--terms .p-privacy__text {
    font-size: 4vw;
    line-height: 7.4666666667vw;
  }
  .p-privacy--terms .p-privacy__text p + p {
    margin-top: 8.8vw;
  }

  .p-business__text01 {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin-top: 9.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
  .p-business__title {
    font-size: 6.4vw;
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-business__grid {
    margin-bottom: 16vw;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .p-business__gridText {
    padding: 8vw 0;
  }
  .p-business__gridText .p-business__text {
    margin-bottom: 8vw;
  }
  .page--business3 .p-business__gridText {
    padding: 8vw 8vw;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .page--business3 .p-business__gridText .p-business__text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  .page--business3 .p-business__text01 {
    margin-top: 8vw;
  }
  .page--business3 .p-business__title {
    margin-top: 0;
  }
  .page--business .l-main {
    padding-bottom: 26.6666666667vw;
  }
  .page--business .u-margin_t140 {
    margin-top: 16vw !important;
  }
  .page--business .u-margin_t120 {
    margin-top: 21.3333333333vw !important;
  }
  .p-busDesc {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .p-busDesc.type2 {
    margin-bottom: 26.6666666667vw;
  }
  .p-busLink.p-ander a:after {
    width: 5.3333333333vw;
    right: 4vw;
  }
  .p-busLink {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 8vw;
    margin-left: -5.3333333333vw;
  }
  .p-busLink > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 3.5066666667vw;
    line-height: 6.4vw;
    min-width: auto;
    border-bottom-width: 0.8vw;
    padding: 3.2vw 0;
    width: calc(50% - 4.8vw);
    margin: 2.6666666667vw 0 0 4.8vw;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .p-busLink > a small {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .p-busCol .col-img {
    margin-top: 8vw;
  }
  .p-busCol + .p-busCol {
    margin-top: 21.3333333333vw;
  }
  .p-busCol__title {
    font-size: 7.4666666667vw;
    line-height: 9.0666666667vw;
    padding-left: 8vw;
    margin-bottom: 6.6666666667vw;
  }
  .p-busCol__title span {
    font-size: 21.3333333333vw;
    line-height: 21.3333333333vw;
    left: 1.3333333333vw;
    top: -14.1333333333vw;
  }
  .p-busCol .button {
    right: 0;
    max-width: 82.6666666667vw;
    height: 13.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-busCol .p-heading3 {
    margin-bottom: 7.4666666667vw;
  }
  .page--businessProduct .l-main {
    padding-bottom: 13.3333333333vw;
  }
  .reason-choose__title {
    font-size: 5.8666666667vw;
    line-height: 9.3333333333vw;
  }
  .point {
    margin: 6.6666666667vw 0 10.6666666667vw;
  }
  .point__item {
    width: 100%;
  }
  .point__item + .point__item {
    margin-top: 4vw;
  }
  .point__item__inner {
    border-width: 0.5333333333vw;
    padding: 5.3333333333vw;
  }
  .point__label {
    font-size: 3.2vw;
    line-height: 8vw;
  }
  .point__labelNumber {
    font-size: 4.8vw;
    margin-left: 1.3333333333vw;
  }
  .point__title {
    font-size: 4.8vw;
    line-height: 8vw;
    margin-bottom: 4vw;
  }
  .point__text {
    margin-top: 4vw;
    line-height: 6.6666666667vw;
  }
  .box-product__text {
    width: 100%;
    padding-top: 5.3333333333vw;
  }
  .box-product__text p {
    line-height: 7.4666666667vw;
  }
  .box-product__text p + p {
    width: 100%;
    margin-top: 8vw;
  }
  .box-product__img {
    width: 100%;
    margin: 8vw 0;
  }
  .box-product__ingredient table {
    margin-top: 5.3333333333vw;
    width: 170%;
  }
  .p-corp__boxText {
    font-size: 4.5333333333vw;
    line-height: 1.2777777778;
    margin: 16vw auto 14.6666666667vw;
  }
  .p-corp__boxText p {
    margin-left: 15.2vw;
    text-indent: -15.2vw;
  }
  .p-corp__boxText p + p {
    margin-top: 6.8vw;
  }
  .p-corp__text01 {
    font-size: 4.8vw;
    line-height: 2;
  }
  .p-corp__text01 + .p-corp__text01 {
    margin-top: 9.6vw;
  }
  .page--corp .p-busLink + .p-heading3 {
    margin-top: 13.3333333333vw;
  }
  .page--corp .p-heading3 + .p-corp__table {
    margin-top: 10.9333333333vw;
  }
  .page--corp .p-heading3 + .p-corp__maps {
    margin-top: 11.7333333333vw;
  }
  .page--corp .p-corp__table + .p-heading3 {
    margin-top: 21.3333333333vw;
  }
  .p-table th {
    font-size: 4.2666666667vw;
    line-height: 8.2666666667vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
    height: auto;
    width: 30%;
  }
  .p-table td {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
    height: auto;
  }

  .p-table td span {
    width: 80%;
  }
  
  .p-table td {
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 3.7333333333vw;
    line-height: 7.2vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
    height: auto;
  }
  .p-corp__transport {
    margin-top: 16.8vw;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-bottom: 26.6666666667vw;
    gap: 14vw;
  }
  .p-corp__transportTitle {
    font-size: 5.3333333333vw;
    line-height: 1.125;
  }
  .p-corp__transportSubTitle {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-top: 6.4vw;
  }
  .p-corp__transportDetail {
    font-size: 3.7333333333vw;
    line-height: 1.6875;
  }
  .p-corp__text02 {
    font-size: 4.2666666667vw;
  }
  .p-corp__text02--order {
    margin-top: 4.5333333333vw;
  }
  .p-corp__pointer {
    margin-top: 16vw;
  }
  .p-corp__pointer .p-heading3 {
    margin-top: 4vw;
  }
  .paper {
    margin: 8vw 0 16vw;
  }
  .paper__item {
    font-size: 3.2533333333vw;
    line-height: 6vw;
    padding-left: 12vw;
  }
  .paper__item:before {
    width: 8vw;
    height: 0.2666666667vw;
    top: 2.9333333333vw;
  }
  .paper__item + .paper__item {
    margin-top: 6.6666666667vw;
  }
  .page--corpMess .u-margin_t120 {
    margin-top: 21.3333333333vw !important;
  }
  .p-messInfo {
    margin-top: 10.6666666667vw;
  }
  .p-messInfo__box {
    font-size: 5.8666666667vw;
    line-height: 9.6vw;
    letter-spacing: 0.1333333333vw;
  }
  .p-messInfo__box .col-text {
    padding: 6.6666666667vw 4vw;
  }
  .p-messInfo__inner {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-top: 10.6666666667vw;
  }
  .p-messInfo__inner p + p {
    margin-top: 9.3333333333vw;
  }
  .p-messInfo__sign {
    margin-top: 13.3333333333vw !important;
  }
  .p-messInfo__sign img {
    vertical-align: top;
    max-width: 70%;
  }
  .p-messInfo__sign span {
    display: block;
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin-right: 0;
    margin-bottom: 2.6666666667vw;
  }
  .p-messFlow {
    margin-top: 10.6666666667vw;
  }
  .p-messFlow__item {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    display: block;
  }
  .p-messFlow__item + .p-messFlow__item {
    margin-top: 16vw;
  }
  .p-messFlow__item.multi {
    display: block;
  }
  .p-messFlow__item.multi .col-text {
    padding: 0;
  }
  .p-messFlow__item.multi .col-text > * {
    display: block;
  }
  .p-messFlow__item.multi .col-text > * + * {
    margin-top: 16vw;
  }
  .p-messFlow__item.multi .col-img {
    max-width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-messFlow__item.multi .col-img img {
    max-width: 100%;
  }
  .p-messFlow .lg {
    font-size: 5.3333333333vw;
  }
  .p-messFlow__text {
    margin-top: 4vw;
  }
  .p-messFlow__time {
    font-size: 5.3333333333vw;
    line-height: 8vw;
    max-width: 100%;
    margin-top: 0;
  }
  .p-messFlow__col {
    display: block;
  }
  .p-messFlow__col .col-l {
    padding: 0;
  }
  .p-messFlow__col .col-r {
    max-width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-messFlow__col .col-r img {
    max-width: 100%;
  }
  .p-messFlow__box {
    padding: 4vw;
    font-size: 3.7333333333vw;
    line-height: 5.8666666667vw;
    margin-top: 0;
  }
  .p-messFlow__boxTitle {
    font-size: 4.2666666667vw;
  }
  .p-glossLink {
    line-height: 6.4vw;
    padding-bottom: 26.6666666667vw;
    margin-top: 16vw;
  }
  .p-glossLink > * {
    width: auto;
    margin-top: 10.6666666667vw;
    column-count: 1;
  }
  .p-glossLink__item + .p-glossLink__item {
    margin-top: 10.6666666667vw;
  }
  .p-glossLink__list {
    margin-left: -5.3333333333vw;
  }
  .p-glossLink__list > * {
    margin-left: 5.3333333333vw;
    margin-top: 2.1333333333vw;
  }
  .p-glossLink__title {
    font-size: 6.9333333333vw;
    line-height: 10.6666666667vw;
    letter-spacing: 0.1333333333vw;
  }
  .p-gloss__heading {
    font-size: 7.4666666667vw;
    margin-top: 12.8vw;
  }
  .p-gloss__text {
    margin-top: 1.3333333333vw;
    font-size: 4.8vw;
  }
  .p-gloss__text01 {
    margin-top: 3.2vw;
  }
  .p-gloss__btn {
    margin: 8.5333333333vw 0 26.6666666667vw;
    right: 0;
  }
  .page--recruit .p-heading3--first {
    margin-top: 17.3333333333vw;
  }
  .p-recruit__text01 {
    font-size: 4.2666666667vw;
    line-height: 9.3333333333vw;
    margin-top: 4.8vw;
  }
  .p-recruit__text01 + .p-heading3 {
    margin-top: 13.3333333333vw;
  }
  .p-recruit__note {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-top: 1.3333333333vw;
  }
  .p-recruit__note + .p-recruit__title {
    margin-top: 6.1333333333vw;
  }
  .p-recruit__title {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
    margin-top: 13.3333333333vw;
  }
  .p-recruit__anchorLink__container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }
  .p-recruit__table {
    margin-top: 50px;
    padding: 0 0 13.3333333333vw;
  }
  .p-recruit__table tr {
    display: block;
  }
  .p-recruit__table th {
    width: 100%;
    display: block;
    font-size: 4vw;
    line-height: 5.4666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .p-recruit__table td {
    width: 100%;
    display: block;
    font-size: 4.2666666667vw;
    padding-bottom: 6.6666666667vw;
  }
  .page--news .l-main {
    padding-bottom: 32vw;
  }
  .page--news .u-margin_t95 {
    margin-top: 16vw !important;
  }
  .p-newsList {
    margin-top: 10.9333333333vw;
  }
  .p-newsList__item {
    display: block;
    padding: 8vw 0;
  }
  .p-newsList__item .col-img {
    max-width: 100%;
  }
  .p-newsList__item .col-text {
    padding: 0;
    margin-top: 5.3333333333vw;
  }
  .p-newsList__head {
    margin-left: -2.6666666667vw;
  }
  .p-newsList__head > * {
    margin-left: 2.6666666667vw;
  }
  .p-newsList__head .new {
    font-size: 3.2vw;
    line-height: 4.8vw;
    letter-spacing: 0.1333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .p-newsList__title {
    margin-top: 2.6666666667vw;
  }
  .p-newsList__btn {
    margin-top: 16vw;
  }
  .p-newsList__btn a {
    max-width: 100%;
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    height: 16vw;
  }
  .p-newsList__btn a:after {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    right: 4vw;
  }
  .page--newsChild .l-main {
    padding-bottom: 21.3333333333vw;
  }
  .page--newsChild .u-margin_t120 {
    margin-top: 21.3333333333vw !important;
  }
  .p-newsChild {
    margin-top: 16vw;
  }
  .p-newsChild__head {
    margin-left: -5.3333333333vw;
  }
  .p-newsChild__head > * {
    margin-left: 5.3333333333vw;
  }
  .p-newsChild__head .date {
    font-size: 4.8vw;
    line-height: 8.5333333333vw;
  }
  .p-newsChild__head .new {
    font-size: 3.2vw;
    line-height: 4.8vw;
    letter-spacing: 0.1333333333vw;
    padding: 1.3333333333vw 2.6666666667vw;
  }
  .p-newsChild__title {
    font-size: 5.3333333333vw;
    line-height: 7.4666666667vw;
    margin-top: 3.4666666667vw;
    letter-spacing: 0.1333333333vw;
  }
  .p-newsChild__content {
    font-size: 4.8vw;
    line-height: 9.6vw;
    margin-top: 8vw;
  }
  .p-newsChild__content img {
    display: block;
    width: 100%;
  }
  .p-newsChild__content > * + * {
    margin-top: 8vw;
  }
  .p-newsChild__paging {
    margin-top: 10.6666666667vw;
    padding: 0 2.6666666667vw;
  }
  .p-newsChild__paging .button {
    max-width: 37.3333333333vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 5.8666666667vw;
    right: 0;
  }
  .p-newsChild__paging .button:after {
    width: 10.6666666667vw;
    right: -5.3333333333vw;
  }
  .p-newsChild__paging .button.prev:after {
    right: auto;
    left: -5.3333333333vw;
  }
  .p-newsChild__btn {
    margin-top: 16vw;
  }
  .p-newsChild__btn .button {
    border-width: 0.5333333333vw;
  }
  .page--contact .p-busDesc {
    margin-bottom: 13.3333333333vw;
  }
  .usage-flow {
    margin: 0 0 16vw;
  }
  .usage-flow__table {
    margin-top: 12vw;
  }
  .usage-flow__note {
    margin-bottom: 0;
  }
  .usage-flow__note li {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
  }
  .usage-flow__note li + li {
    margin-top: 4vw;
  }
  .usage-flow__noteImg {
    width: 8vw;
    margin-right: 2.6666666667vw;
  }
  .usage-flow__num {
    font-size: 12vw;
    line-height: 18.6666666667vw;
    margin-right: 4vw;
  }
  .usage-flow__text {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  .usage-flow__textMD {
    font-size: 3.7333333333vw;
    line-height: 6.9333333333vw;
  }
  .faq__inner {
    padding-top: 10.6666666667vw;
  }
  .faq__name {
    font-size: 5.0666666667vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0;
    padding-left: 9.3333333333vw;
  }
  .faq__name:before {
    width: 6.6666666667vw;
    height: 0.2666666667vw;
  }
  .faq__list {
    margin-top: 4vw;
  }
  .faq__list + .faq__name {
    margin-top: 10.6666666667vw;
  }
  .faq__item + .faq__item {
    margin-top: 0.2666666667vw;
  }
  .faq__title {
    padding: 4vw;
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    padding-left: 10.6666666667vw;
    padding-right: 10.6666666667vw;
  }
  .faq__title:before {
    font-size: 5.3333333333vw;
    left: 4vw;
    top: 4.8vw;
  }
  .faq__title:after {
    width: 5.3333333333vw;
    right: 4vw;
  }
  .faq__text {
    padding: 4vw 4vw 4vw 10.6666666667vw;
    line-height: 6.4vw;
  }
  .faq__text:before {
    font-size: 5.3333333333vw;
    left: 4vw;
    top: 4.2666666667vw;
  }
  .p-inquiry__text {
    margin-top: 13.0666666667vw;
    font-size: 3.7333333333vw;
  }
  .p-inquiryForm {
    margin: 9.6vw auto 0;
  }
  .p-inquiryForm__title {
    margin-top: 12vw;
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }
  .p-inquiryForm__text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }

  .p-inquiryItem {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 5.3333333333vw;
  }
  .p-inquiryItem__titleArea {
    width: 100%;
    font-size: 4.2666666667vw;
  }
  .p-inquiryItem__inputArea {
    width: 100%;
    margin-top: 5.0666666667vw;
  }
  .p-inquiryItem__title {
    font-size: 4vw;
    line-height: 7.2vw;
  }
  .p-inquiryItem__input {
    padding: 1.3333333333vw;
  }
  .p-inquiryItem__input.textarea {
    min-height: 56vw;
  }
  .p-inquiryItem__checkbox span {
    padding-left: 5.6vw;
    background-size: 4.2666666667vw;
    background-position: 0 1.3333333333vw;
  }
  .p-inquiryItem__textarea {
    height: 106.6666666667vw;
    padding-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-inquiryItem__text {
    font-size: 3.2vw;
    margin-bottom: 2.4vw;
  }

  .p-inquiryBtnArea {
    margin-top: 8vw;
    margin-bottom: 14.6666666667vw;
  }
  .p-inquiryItem__select {
    background-position: right 2.6666666667vw center;
    background-size: 2.6666666667vw 1.3333333333vw;
    font-size: 4vw;
    line-height: 6.8266666667vw;
  }
  .p-inquiryNotes {
    margin-bottom: 8vw;
    padding: 0.5em 1em;
  }
  .p-inquiryNotes::-webkit-scrollbar {
    width: 4vw;
  }
  .p-inquiryNotes h4 {
    font-size: 4.2666666667vw;
    line-height: 1.3333;
    margin-bottom: 4vw;
  }
  .p-inquiryNotes p {
    font-size: 3.2vw;
  }
  .p-inquiryNotes p + p {
    margin-top: 4vw;
  }
  .p-inquiryNotes {
    margin-top: 8vw;
    padding-top: 4.8vw;
  }
  .p-inquiryItem__btn {
    font-size: 3.7333333333vw;
    margin-left: 1.6vw;
    padding: 1.3333333333vw 4vw;
    width: 32vw;
  }
  .p-inquiryBtn {
    max-width: 100%;
    width: 100%;
    height: auto;
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw;
  }
  .p-inquiry__desc {
    margin-top: 3.2vw;
    font-size: 4vw;
    line-height: 8vw;
  }

  .p-inquiry__mess {
    padding: 4.5333333333vw 6.1333333333vw;
    font-size: 4vw;
    line-height: 6.4vw;
    margin-top: 5.8666666667vw;
  }

  .page--member .l-main {
    min-height: 100vh;
  }

  .page--member .p-inquiry__text {
    margin-top: 0;
  }

  .page--member .p-inquiryForm {
    margin-top: 2.6666666667vw;
  }

  .page--member .p-inquiryItem__title {
    line-height: 5.8666666667vw;
    font-weight: normal;
  }

  .page--member .p-inquiryItem__inputArea {
    margin-top: 2.9333333333vw;
  }

  .page--member .p-inquiryItem + * {
    margin-top: 6.6666666667vw;
  }

  .page--member .p-inquiryItem__input {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    padding: 4.2666666667vw 4vw 4.8vw;
  }

  .page--member .p-inquiry__text01 {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
    margin-top: 16vw;
  }

  .page--member .p-inquiryBtnArea {
    margin: 5.0666666667vw 0 0;
  }

  .page--member .p-inquiryBtnArea .button--type01 {
    right: 0;
  }

  .page--member .p-inquiryBtnArea .button--type01:after {
    width: 8vw;
    right: -4vw;
  }

  .page--member .u-margin_t70 {
    margin-top: 18.6666666667vw !important;
  }

  .panel {
    margin: 10.1333333333vw auto 0;
    padding: 9.6vw 5.3333333333vw 10.6666666667vw;
    border-radius: 1.3333333333vw;
    border: 0.2666666667vw solid #BBB;
  }

  .page--product .p-business__grid {
    display: block;
    margin-bottom: 8.8vw;
  }

  .page--product .p-business__grid .button {
    margin-top: 7.2vw;
  }

  .page--product .p-business__grid .button:after {
    width: 8vw;
    right: -4vw;
  }

  .page--product .p-business__gridText {
    padding: 8vw;
    padding-bottom: 14.4vw;
  }

  .page--product .p-business__gridText .p-business__text {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 4.5333333333vw 0 0;
  }

  .page--product .p-business__img {
    max-width: 48.8vw;
    margin: 1.8666666667vw auto 0;
  }

  .page--product .p-business__title {
    font-size: 3.2vw;
    line-height: 4.5333333333vw;
    margin: 1.3333333333vw 0 0;
    margin-left: 1.6vw;
  }

  .page--product .p-tag span {
    min-width: 30.1333333333vw;
    min-height: 6.9333333333vw;
    font-size: 3.2vw;
    line-height: 6.9333333333vw;
    padding: 0;
  }

  .p-product__desc {
    font-size: 4.2666666667vw;
    line-height: 8vw;
    margin: 9.3333333333vw 0 10.6666666667vw;
  }

  .p-page__mv--product {
    background-image: url(../img/common/page_mv_product_sp.png);
  }

  .p-productHead {
    margin-top: 16vw;
    margin-bottom: 3.4666666667vw;
    grid-column-gap: 1.3333333333vw;
    grid-row-gap: 0;
  }

  .p-productHead__tag {
    grid-column-end: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }

  .p-productHead__tag--essencell {
    width: 54.4vw;
  }

  .p-productHead__title {
    font-size: 6.4vw;
    line-height: 9.3333333333vw;
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 2;
        grid-row-start: 2;
    grid-column-end: 3;
  }

  .p-productHead__logo {
    /* margin-top: 2.6666666667vw; */
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-column: 2;
        grid-column-start: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
      align-items: center;
  }

  .p-productHead__logo--essencell {
    width: 33.0666666667vw;
  }

  .p-productHead__logo--medicacell {
    max-width: 37.8666666667vw;
  }

  .p-tag {
    gap: 1.0666666667vw;
  }

  .p-tag span {
    min-width: inherit;
    min-height: 9.0666666667vw;
    line-height: 8vw;
    padding: 0.2666666667vw 1.3333333333vw;
    font-size: 2.9333333333vw;
  }

  .p-productFeatured {
    margin-bottom: 11.4666666667vw;
  }

  .p-addon {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 9.8666666667vw;
    max-width: 80%;
    margin: 0 auto 10.6666666667vw;
  }

  .p-addon__item {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 4vw;
  }

  .p-addon__img {
    max-width: 48.5333333333vw;
    margin: auto;
  }

  .p-addon__ttl {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    margin-bottom: 3.2vw;
    text-align: center;
  }

  .p-addon__para {
    line-height: 6.4vw;
  }

  .p-addon__paraNote {
    font-size: 3.2vw;
    text-indent: -3.2vw;
    margin-left: 3.2vw;
    display: inline-block;
  }

  .p-panel:not(:last-child) {
    margin-bottom: 8vw;
  }

  .p-panel__ttl {
    font-size: 4.8vw;
    line-height: 8vw;
    padding: 4vw 16vw 4vw 8vw;
  }

  .p-panel__ttl:before {
    width: 5.3333333333vw;
    height: 0.8vw;
    right: 8vw;
  }

  .p-panel__ttl:after {
    width: 5.3333333333vw;
    height: 0.8vw;
    right: 8vw;
  }

  .p-panel__cont {
    line-height: 8vw;
    padding: 6.9333333333vw 8vw 6.9333333333vw;
    font-size: 4.2666666667vw;
  }

  .p-panel__list {
    text-indent: -4.2666666667vw;
    margin-left: 4.2666666667vw;
  }

  .p-attribute {
    margin-top: 14.4vw;
  }

  .p-attribute .p-heading3 {
    line-height: 8vw;
    min-height: 11.2vw;
  }

  .p-attribute .p-heading3:before {
    min-height: 11.2vw;
    top: 0;
  }

  .p-attribute__item + .p-attribute__item {
    margin-top: 8vw;
  }

  .p-attribute__item .u-grid + .u-grid {
    margin-top: 13.6vw;
  }

  .p-attribute__item .u-grid + .u-grid:before {
    border-left: 10.9333333333vw solid transparent;
    border-right: 10.9333333333vw solid transparent;
    border-top: 5.3333333333vw solid #95CCE8;
    top: -9.3333333333vw;
  }

  .p-attribute__item .p-heading5 {
    margin-top: 5.3333333333vw;
  }

  .p-box__head {
    font-size: 3.7333333333vw;
    padding: 2.6666666667vw 0;
  }

  .p-box__head--sm {
    padding: 0.8vw 0 1.3333333333vw;
    line-height: 8vw;
  }

  .p-box__body {
    font-size: 4.2666666667vw;
    line-height: 5.3333333333vw;
    padding: 4.2666666667vw 2.6666666667vw 4vw;
  }

  .p-box__body--sm {
    padding: 2.4vw 2.6666666667vw 2.1333333333vw;
    line-height: 8vw;
  }

  .p-attribute__group {
    -ms-grid-columns: 33.33% 33.33% 33.33%;
        grid-template-columns: 33.33% 33.33% 33.33%;
    row-gap: 0.8vw;
    width: 72.5333333333vw;
    margin: 0 auto;
  }

  .p-attribute__group > * {
    font-size: 3.7333333333vw;
    line-height: 8vw;
    padding: 0;
  }

  .p-attribute__group > *:nth-child(3n+1):before {
    display: none;
  }

  .p-attribute__group > * + *:before {
    height: 5.6vw;
  }

  .p-box__title span + span {
    margin-left: 2.6666666667vw;
  }

  .p-box__label {
    padding: 0.5333333333vw 4.5333333333vw 0.8vw;
  }

  .p-imgBox {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 0;
    margin: 5.3333333333vw 0 10.6666666667vw;
    -ms-flex-align: center;
        align-items: center;
  }

  .p-imgBox .img1 {
    width: 33.3333333333vw;
  }

  .p-imgBox .img2 {
    width: 100%;
    max-width: 89.3333333333vw;
    margin-top: -2.1333333333vw;
  }

  .p-busLink + .p-productHead {
    margin-top: 10.6666666667vw;
  }

  .p-headLabel {
    margin: 6.9333333333vw 0 3.2vw;
    column-gap: 5.3333333333vw;
  }

  .p-headLabel__tag {
    font-size: 4.2666666667vw;
    height: 7.7333333333vw;
    line-height: 7.7333333333vw;
    padding: 0 2.6666666667vw;
  }

  .p-headLabel__lotNumber span {
    margin-left: 2.1333333333vw;
  }

  .p-headLabel__lotNumber {
    font-size: 3.7333333333vw;
    line-height: 7.4666666667vw;
    padding: 0 2.6666666667vw;
  }

  .p-headingBdr {
    font-size: 5.3333333333vw;
    padding-bottom: 3.2vw;
    margin-bottom: 6.6666666667vw;
  }

  .p-search__grid {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    gap: 4.5333333333vw;
  }

  .p-search__colTxt p {
    font-size: 4vw;
    line-height: 7.4666666667vw;
  }

  .p-boxLink {
    padding: 5.3333333333vw 2.6666666667vw;
    margin: 9.6vw auto 16vw;
  }

  .p-boxLink__list {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
    row-gap: 4.2666666667vw;
  }

  .p-boxLink__list li {
    width: 100%;
  }

  .p-boxLink__btn {
    border: 1px solid #000;
  }

  .p-boxLink__btn:after {
    right: 4.8vw;
    width: 7.2vw;
    height: 3.7333333333vw;
  }

  .p-login__sec {
    padding: 11.2vw 0;
  }

  .p-login__sec .p-heading3 {
    margin-bottom: 5.3333333333vw;
    line-height: 8vw;
    min-height: 11.2vw;
    font-size: 5.3333333333vw;
  }

  .p-login__sec .p-heading3:before {
    min-height: 11.2vw;
    top: 0;
  }

  .p-login__sec p {
    font-size: 4vw;
    line-height: 7.4666666667vw;
  }

  .p-login__sec a {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    line-height: 8vw;
  }

  .p-login__grid {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 11.2vw;
  }

  .u-none_sp {
    display: none !important;
  }
  .u-grid {
    gap: 5.3333333333vw;
  }
  .u-grid--4 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
  }
  .u-grid--3 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1.3333333333vw;
  }
  .u-grid--2 {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }

  .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-margin_t6_sp {
    margin-top: 1.6vw !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-borderNone_sp {
    border: none;
    padding-top: 0px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1425px) {
  .l-header {
    padding: 10px 20px;
    height: auto;
  }
}
@media screen and (max-width: 821px) {
  .l-header {
    height: 17.0666666667vw;
    padding: 0 5.3333333333vw;
  }
  .l-headerLogo__link img {
    width: 18.6666666667vw;
    height: 10.9333333333vw;
  }
  .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__list {
    -ms-flex-direction: column;
        flex-direction: column;
    width: 100%;
  }
  .l-headerNavi__item {
    margin: 1.5em 0 0;
  }
  .l-headerNaviChild__list {
    margin-left: 6.4vw;
    margin-top: 2.6666666667vw;
    display: none;
  }
  .l-headerNaviChild__item + .l-headerNaviChild__item {
    margin-top: 1.3333333333vw;
  }
  .l-headerNaviChild__btn {
    color: #fff;
    text-decoration: none;
    padding: 0;
    display: block;
    position: relative;
    font-size: 3.2vw;
  }
  .l-headerNaviChild__btn: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-headerNaviChild__link {
    color: #fff;
    text-decoration: none;
    padding: 0.5em 1.8666666667vw;
    display: block;
    position: relative;
    font-size: 3.2vw;
  }
  .l-headerNaviChild__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;
  }
  .l-headerNavi__link {
    padding: 0.5em 0;
    color: #fff;
    display: block;
    position: relative;
    font-size: 3.2vw;
  }
  .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)";
  }
  .l-headerNavi__action {
    width: 100%;
    margin: 1.5em 0 0;
  }
  .l-headerNavi__button {
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .l-headerNavi__button + * {
    margin-top: 1.6vw;
  }
  .btnNavi--blue {
    color: #2F7AA0;
    background: #fff;
  }

}
@media screen and (min-width: 822px) {
  .l-headerLogo__link img {
    width: 109px;
    height: 64px;
  }
  .l-headerNavi__item {
    margin-top: 21px;
    padding-bottom: 21px;
    position: relative;
  }
  .l-headerNavi__item + .l-headerNavi__item {
    margin-left: 15px;
  }
  .l-headerNavi__item > span,
.l-headerNavi__item > a {
    line-height: 26px;
  }
  .l-headerNavi__item > a:hover {
    color: #2f7aa0;
  }
  .l-headerNavi__item > span {
    display: inline-block;
    /* padding-bottom: 10px; */
    position: relative;
    cursor: default;
  }
  .l-headerNavi__item > span:after{
    content: "";
    height: 3px;
    width: 100%;
    background: #2f7aa0;
    position: absolute;
    left: 0;
    /* bottom: 3%; */
    bottom: -10px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.2s ease;
  }
	.l-headerNavi__item:hover > span:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  .l-headerNavi__item:hover .l-headerNaviChild__list {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
  .l-headerNaviChild__list {
    width: 243px;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 16px;
    line-height: 26px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    transition: all 0.2s ease;
  }
  .l-headerNaviChild__link {
    display: block;
    padding: 12px 26px;
    color: #000;
    text-decoration: none;
    transition: all 0.2s;
  }
  .l-headerNaviChild__link:hover {
    background: #cfe8f3;
  }
  .l-headerNavi__link {
    font-size: 14px;
    letter-spacing: 0.77px;
  }
  .l-headerNavi__action {
    display: -ms-flexbox;
    display: flex;
    column-gap: 14px;
  }
  .l-headerNavi__button {
    min-width: 190px;
  }
  .btnNavi--blue {
    min-width: 105px;
  }

  .l-headerActions {
    display: none;
  }
  .l-headerNavi__overlay {
    display: none;
  }
}
@media screen and (min-width: 822px) and (max-width: 1159px) {
  .l-headerNavi {
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
  }
  .l-headerNavi__action {
    position: absolute;
    top: 20px;
    margin-left: 0;
    right: 20px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1310px) {
  .l-headerNavi__list {
    margin-left: 5px;
  }
  .l-headerNavi__action {
    width: auto;
    margin-left: 20px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1346px) {
  .l-headerNavi__item + .l-headerNavi__item {
    margin-left: 18px;
  }
}
@media screen and (min-width: 822px) and (max-width: 1064px) {
  .l-headerNavi__item + .l-headerNavi__item {
    margin-left: 15px;
  }
}

@media screen and (min-width: 822px) and (max-width: 900px) {
  .l-headerNavi__link {
    font-size: 14px;
  }

@media screen and (min-width: 768px) and (max-width: 979px) {
  .c-table01 td {
    padding: 15px;
  }
  .c-table01 thead th:not(:first-child) {
    font-size: 20px;
    line-height: 31px;
    padding: 20px;
    width: 150px;
  }
  .point__item {
    width: 50%;
  }
  .usage-flow__num {
    font-size: 50px;
    line-height: 80px;
    margin-right: 20px;
  }
  .usage-flow__text {
    font-size: 16px;
    line-height: 24px;
  }
  .usage-flow__textMD {
    font-size: 16px;
    line-height: 24px;
  }

  .p-attribute__group > * {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1200px) {
  .box-button__group {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .box-button__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .button {
    height: 80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1135px) {
  .p-top__mv {
    margin-top: 150px;
  }
  .p-top__mvBtn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-top__mv {
    margin-top: 140px;
  }
  .p-top__mvBtn {
    margin-top: 20px;
  }
  .p-inquiryItem__titleArea {
    width: 30%;
  }
  .p-inquiryItem__inputArea {
    width: 70%;
  }
  .p-inquiryItem__btn {
    padding: 10px 20px;
  }
  .page--member .p-inquiryItem__titleArea {
    width: 30%;
  }
  .page--product .p-business__grid .button {
    margin-top: 20px;
    height: 50px;
    max-width: 200px;
  }
  .page--product .p-business__gridText .p-business__text {
    margin-top: 15px;
  }
  .page--product .p-business__img {
    padding: 0 23px;
  }
  .page--product .p-business__title {
    font-size: 14px;
    margin-top: 5px;
    margin-left: 38px;
  }
  .p-product__desc {
    margin: 80px 0 100px;
  }
}


@media screen and (max-width: 1439px) {
  .p-top__mvInner {
    left: 100px;
  }
  .p-top__mvTitle {
    font-size: 60px;
    /* line-height: 1.25; */
  }
  .p-top__mvBtn {
    height: 80px;
  /* margin-top: 30px;
    font-size: 18px; */
  }
  .p-top__mvBtn:after {
    width: 50px;
    right: -25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) and (max-width: 1135px) {
  .p-top__mvInner {
    left: 60px;
    bottom: 50px;
  }
  .p-top__mvTitle {
    font-size: 50px;
  }
  .p-top__mvBtn {
    height: 70px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) and (max-width: 1023px) {
  .p-top__mvInner {
    left: 40px;
    bottom: 30px;
  }
  .p-top__mvTitle {
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  .p-newsCell {
    font-size: 22px;
    line-height: 36px;
  }
  .p-newsCell__text + p {
    margin-top: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .p-newsCell {
    margin-top: 110px;
  }
  .p-busLink {
    max-width: 900px;
    margin: 60px auto 0;
  }
  .p-busLink.col4 > a {
    min-width: auto;
    width: calc(33.33% - 20px);
    font-size: 20px;
    line-height: 30px;
  }
  .p-busLink > a {
    min-width: auto;
    width: calc(33.33% - 24px);
  }
  .p-busCol .col-img {
    max-width: 400px;
  }
  .p-busCol.full .col-img {
    max-width: 100%;
  }
  .p-messFlow__item.multi .col-img {
    max-width: 400px;
  }
  .p-messFlow__time {
    max-width: 200px;
  }
  .p-messFlow__col .col-r {
    max-width: 400px;
  }
  .p-newsList__item {
    padding: 20px 10px;
  }
  .p-newsList__item .col-img {
    max-width: 180px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .p-newsCell {
    font-size: 18px;
    line-height: 30px;
    min-height: inherit;
  }
  .p-newsCell .col-text {
    padding: 50px 25px;
  }
  .p-newsCell .button {
    font-size: 16px;
    line-height: 24px;
    right: 0;
  }
  .p-newsCell .button:after {
    width: 40px;
    right: -20px;
  }
  .p-sec02List {
    margin-left: -40px;
  }
  .p-sec02List > div {
    width: calc(33.33% - 40px);
    margin-left: 40px;
  }
  .p-sec02List__title {
    font-size: 20px;
    line-height: 30px;
    margin: 20px 0;
  }
  .p-sec02List .button {
    margin-top: 30px;
    right: 0;
    font-size: 16px;
  }
  .p-sec02List .button:after {
    width: 40px;
    right: -20px;
  }
  .p-sec02Info__text > div {
    padding: 50px;
  }
  .p-sec02Info__text .button {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
  }
  .p-sec02Info__text .button:after {
    width: 40px;
    right: -20px;
  }
  .p-sec02Info__title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .p-newsCell .col-text {
    padding: 25px 50px;
  }
  .p-newsCell .button {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1600px) {
  .p-sec02__title:after {
    left: -20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-sec02List__img:after {
    top: 10px;
    left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .p-business__text01 {
    margin-top: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-business__grid {
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 30px;
  }
  .p-business__gridImg {
    width: 40%;
    padding-top: 40px;
  }
  .p-business__gridImg img {
    max-width: 100%;
  }
  .p-business__gridText {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    width: 60%;
  }
  .p-business__gridText .p-business__text {
    margin-bottom: 40px;
  }
  .page--product .p-business__gridText {
    max-width: 360px;
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 461px;
  }
  .page--product .p-business__gridText .p-business__text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (min-width: 1440px) {
  .p-business__gridText {
    padding: 30px 30px 32px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page--business .u-margin_t140 {
    margin-top: 90px !important;
  }
  .page--business .u-margin_t120 {
    margin-top: 90px !important;
  }
  .p-busDesc {
    margin-bottom: 100px;
  }
  .p-busDesc.type2 {
    margin-bottom: 100px;
  }
  .p-busLink {
    max-width: 700px;
  }
  .p-busLink.col4 > a {
    min-width: auto;
    width: calc(33.33% - 20px);
    font-size: 14px;
    line-height: 20px;
    border-bottom-width: 3px;
  }
  .p-busLink > a {
    min-width: auto;
    width: calc(33.33% - 24px);
    font-size: 20px;
    line-height: 30px;
  }
  .p-busCol {
    padding-right: 0;
  }
  .p-busCol .col-text {
    padding-right: 35px;
  }
  .p-busCol .col-img {
    max-width: 350px;
    padding-right: 0;
  }
  .p-busCol.reverse {
    padding: 0;
    padding-left: 0;
  }
  .p-busCol.full .col-img {
    max-width: 100%;
  }
  .p-busCol + .p-busCol {
    margin-top: 60px;
  }
  .p-busCol.type2 .col-img {
    max-width: 300px;
  }
  .page--corpMess .u-margin_t120 {
    margin-top: 90px !important;
  }
  .p-messInfo__box {
    font-size: 22px;
    line-height: 36px;
  }
  .p-messFlow__item.multi {
    display: block;
  }
  .p-messFlow__item.multi .col-text {
    padding: 0;
  }
  .p-messFlow__item.multi .col-img {
    max-width: 66.4%;
    margin-top: 30px;
    margin-left: auto;
  }
  .p-messFlow__item.multi .col-img img {
    max-width: 100%;
  }
  .p-messFlow__col {
    display: block;
  }
  .p-messFlow__col .col-r {
    margin-top: 30px;
  }
  .p-messFlow__col .col-r img {
    max-width: 100%;
  }
  .page--news .l-main {
    padding-bottom: 140px;
  }
  .page--news .u-margin_t95 {
    margin-top: 60px !important;
  }
  .p-newsList {
    column-gap: 20px;
  }
  .p-newsList > * {
    width: calc(50% - 10px);
  }
  .p-newsList__item {
    font-size: 14px;
    padding: 15px 0;
  }
  .p-newsList__item .col-img {
    max-width: 170px;
  }
  .p-newsList__item .col-text {
    padding-left: 10px;
  }
  .p-newsList__head {
    margin-left: -5px;
  }
  .p-newsList__head > * {
    margin-left: 5px;
  }
  .p-newsList__head .new {
    font-size: 9px;
    padding: 3px;
  }
  .p-newsList__title {
    margin-top: 10px;
  }
  .p-newsList__btn {
    margin-top: 80px;
  }
  .p-newsList__btn a {
    max-width: 320px;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
  }
  .p-newsList__btn a:after {
    width: 25px;
    height: 25px;
    right: 15px;
  }
  .page--newsChild .l-main {
    padding-bottom: 60px;
  }
  .page--newsChild .u-margin_t120 {
    margin-top: 80px !important;
  }
  .p-newsChild__paging .button {
    max-width: 200px;
    height: 50px;
    font-size: 14px;
  }
  .p-newsChild__btn {
    margin-top: 60px;
  }
  .p-newsChild__btn .button {
    max-width: 360px;
    height: 60px;
    font-size: 16px;
    line-height: 24px;
  }
  .p-newsChild__btn .button:after {
    width: 50px;
    right: -25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1023px) {
  .p-busLink.col4 {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) and (max-width: 1023px) {
  .page--product .p-business__gridText {
    max-width: 300px;
    padding: 12px;
    min-height: 400px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-inquiryItem__titleArea {
    width: 30%;
  }
  .p-inquiryItem__inputArea {
    width: 70%;
  }
  .p-inquiryItem__btn {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {

  .page--product .p-business__gridImg {
    min-height: 461px;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  .page--product .p-business__gridImg img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) and (max-width: 1023px) {

  .page--product .p-business__gridImg {
    min-height: 400px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .p-attribute__group--auto {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-attribute__group--auto li {
    width: 16.6666%;
    padding: 0 14px;
  }
  .p-attribute__group--auto li:nth-child(7):before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 980px) {

  .p-boxLink {
    padding: 20px;
  }

  .p-boxLink__list {
    margin: 0 -8px;
  }

  .p-boxLink__list li {
    padding: 0 8px;
  }

  .p-boxLink__btn {
    font-size: 12px;
    padding: 0 36px;
  }

  .p-boxLink__btn:after {
    right: 10px;
  }
}