html {
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  font-size: 10px !important;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  height: 100%;
  background-color: #2b2626;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  color: #2c3636;
  -webkit-font-smoothing: antialiased;
}
body.is-fixed {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

a,
button,
input[type=submit] {
  text-decoration: none;
  color: #2c3636;
  transition: all 0.5s;
  cursor: pointer;
}
a:hover,
button:hover,
input[type=submit]:hover {
  opacity: 0.6;
}

input[type=submit],
input[type=button],
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select,
input[type=date] {
  color: #2c3636;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea {
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

button:disabled {
  opacity: 0.6;
  pointer-events: none;
}

strong {
  font-weight: 700;
}

.is-pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.dot {
  position: relative;
}
.dot span {
  transition: opacity 0.5s;
}
.dot:before {
  content: "";
  position: absolute;
  top: 0;
  right: -0.7rem;
  opacity: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999.9rem;
  background-color: #fff;
  transition: opacity 0.5s;
}
.dot:hover {
  opacity: 1;
}
.dot:hover span {
  opacity: 0.6;
}
.dot:hover:before {
  opacity: 1 !important;
}

/* Swiper */
.swiper {
  visibility: hidden;
}
.swiper.swiper-initialized {
  visibility: visible;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.swiper-pagination {
  bottom: 4rem !important;
  left: -0.8rem !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 0.7rem !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2b2626;
}

/* c-btn */
.c-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 31rem;
  height: 6.4rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #2c3636;
}
.c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 1;
  transform: translate(0, -50%) rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
.c-btn--catalog, .c-btn--contact {
  width: 27.9rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn--catalog, .c-btn--contact {
    width: 31rem;
  }
}
.c-btn--catalog:after, .c-btn--contact:after {
  border-color: #fff;
}
.c-btn--catalog {
  background-color: #0645a0;
}
.c-btn--contact {
  background-color: #6da4cb;
}
.c-btn--back {
  background-color: #fff;
  color: #2c3636;
}
.c-btn--back:after {
  right: auto;
  left: 3.7rem;
  transform: translate(0, -50%) rotate(-135deg);
  border-color: #2c3636;
}
.c-btn--single {
  background-color: #2c3636;
  color: #fff;
}
.c-btn--single::after {
  display: none;
}
.c-btn--white {
  background-color: #fff;
  color: #2c3636;
}
.c-btn--white:after {
  border-color: #2c3636;
}

/* c-phone */
.c-phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 6rem;
}
@media screen and (max-width: 767px) {
  .c-phone {
    flex-direction: column;
    gap: 0.6rem 0;
  }
}
.c-phone__num {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1.3rem;
  font-family: "inter", sans-serif;
  font-size: 2.4rem;
  color: #fff;
}
.c-phone__num img {
  width: 3.5rem;
}
.c-phone__txt {
  font-size: 1.2rem;
  color: #fff;
}

/* c-pagination */
.c-pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 3.7rem;
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin-top: 4rem;
  }
}
.c-pagination > a.prev, .c-pagination > a.next {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.c-pagination > a.prev svg, .c-pagination > a.next svg {
  width: 0.8rem;
}
.c-pagination > a.prev .stroke, .c-pagination > a.next .stroke {
  stroke: #484971;
}
.c-pagination > a.prev {
  transform: rotate(-180deg);
}
.c-pagination > ul.page-numbers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  box-shadow: none !important;
  min-width: auto !important;
  height: auto !important;
  background-color: transparent !important;
  margin: 0 !important;
}
.c-pagination > ul.page-numbers li a,
.c-pagination > ul.page-numbers li span:not(.dots) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 3.6rem;
  height: 3.6rem;
  font-family: "inter", sans-serif;
  border-radius: 0.2rem;
}
.c-pagination > ul.page-numbers li a:hover,
.c-pagination > ul.page-numbers li span:not(.dots):hover {
  opacity: 1;
  background-color: #2b2626;
  color: #fff;
}
.c-pagination > ul.page-numbers li .dots {
  font-family: "inter", sans-serif;
}
.c-pagination > ul.page-numbers li span.current {
  background-color: #2b2626;
  color: #fff;
}

/* c-ttl */
.c-ttl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  align-items: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3rem;
}
.c-ttl__en {
  font-family: "inter", sans-serif;
  font-size: 6.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-ttl__en {
    font-size: 4.8rem;
  }
}
.c-ttl__ja {
  font-size: 1.4rem;
  line-height: 1.8;
}
.c-ttl--row {
  display: flex;
  flex-direction: row;
  gap: 0.5rem 3rem;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .c-ttl--row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.c-ttl--row .c-ttl__en {
  font-size: 3.6rem;
}

/* c-news-item */
.c-news-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem 0;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #a6a6a6;
}
@media screen and (max-width: 767px) {
  .c-news-item {
    padding: 1.5rem 0;
  }
}
.c-news-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  background-image: url("../img/common/i_arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-news-item__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 3rem;
}
.c-news-item__time {
  font-size: 1.2rem;
}
.c-news-item__cat {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
}
.c-news-item__cat li {
  font-size: 1.2rem;
  color: #bcbcbc;
}
.c-news-item__ttl {
  padding-right: 3.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

/* c-column-item */
.c-column-item {
  display: block;
  position: relative;
  padding-left: 3.3rem;
}
.c-column-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  width: 0.1rem;
  height: 100%;
  background-color: #2c3636;
}
.c-column-item__thumb, .c-column-item__noimg {
  margin-bottom: 2rem;
}
.c-column-item__thumb img, .c-column-item__noimg img {
  aspect-ratio: 261/156;
  width: 100%;
  object-fit: cover;
}
.c-column-item__time span {
  position: absolute;
  top: -1rem;
  left: 1rem;
  z-index: 1;
  display: block;
  transform: rotate(90deg);
  transform-origin: left;
  width: fit-content;
  padding-right: 1.4rem;
  background-color: #fff;
  font-family: "inter", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}
.c-column-item__cat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 0.9rem;
}
.c-column-item__cat li {
  font-size: 1.2rem;
  line-height: 1.8;
  color: #bcbcbc;
}
.c-column-item__ttl {
  font-size: 1.5rem;
  font-weight: 500;
}
.c-column-item__arrow {
  width: 2.2rem;
  margin-left: auto;
}

/* c-product-item */
.c-product-item__img {
  border: 0.1rem solid rgba(0, 0, 0, 0.14);
  margin-bottom: 1.5rem;
  aspect-ratio: 1;
}
@media screen and (max-width: 767px) {
  .c-product-item__img {
    margin-bottom: 1rem;
  }
}
.c-product-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-product-item__ttl {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

/* c-input */
.c-input {
  margin: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 1.6rem 1.5rem;
  border-radius: 0.2rem;
  background-color: #fff;
  font-size: 1.4rem;
}

/* c-checkbox */
.c-checkbox {
  margin: 0;
}
.c-checkbox label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 1rem;
  transition: background-color 0.5s, border-color 0.5s;
  font-size: 1.4rem;
  cursor: pointer;
}
.c-checkbox label:before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.4rem;
  background-color: #f3f3f5;
  text-align: center;
}
.c-checkbox input[type=checkbox] {
  display: none;
}
.c-checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  position: absolute;
  top: 46%;
  left: 0.3rem;
  width: 1rem;
  height: 0.6rem;
  border-left: 0.2rem solid #2c3636;
  border-bottom: 0.2rem solid #2c3636;
  transform: translateY(-50%) rotate(-45deg);
}

/* l-wrapper */
.l-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  overflow-x: hidden;
}

/* l-inner */
.l-inner {
  max-width: 123.2rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1.6rem;
}
.l-inner--sm {
  max-width: 103.2rem;
}

/* l-header */
.l-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #2b2626;
  box-shadow: none;
  height: 8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: background-color 0.5s;
}
@media screen and (max-width: 991px) {
  .l-header {
    height: 6rem;
  }
}
.l-header.is-scrolled {
  background-color: rgba(43, 38, 38, 0.8);
}
.l-header__inner {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 3.5rem;
  padding-right: 3.2rem;
}
@media screen and (max-width: 991px) {
  .l-header__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.l-header__logo {
  position: relative;
  z-index: 30;
  display: block;
  width: 27.4rem;
}
@media screen and (max-width: 991px) {
  .l-header__logo {
    width: 14.1rem;
  }
}
.l-header__nav {
  padding-right: 16.6rem;
}
@media screen and (max-width: 1079px) {
  .l-header__nav {
    /*padding-right: 11rem;*/
  }
}
@media screen and (max-width: 991px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 4.1rem;
}
.l-header__nav__item a {
  font-size: 1.4rem;
  color: #fff;
}
.l-header__toggle {
  position: fixed;
  top: 3rem;
  right: 3.2rem;
  z-index: 30;
  width: 6.3rem;
  height: 1.9rem;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .l-header__toggle {
    top: 2.3rem;
    right: 1.6rem;
    width: 4rem;
    height: 1.3rem;
  }
}
.l-header__toggle__line {
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.15rem;
  background-color: #fff;
  transition: all 0.5s;
}
.l-header__toggle__line:first-child {
  transform: translate(-50%, -1rem);
}
@media screen and (max-width: 991px) {
  .l-header__toggle__line:first-child {
    transform: translate(-50%, -0.7rem);
  }
}
.l-header__toggle__line:nth-child(2) {
  transform: translate(-50%, 0rem);
}
.l-header__toggle__line:last-child {
  transform: translate(-50%, 1rem);
}
@media screen and (max-width: 991px) {
  .l-header__toggle__line:last-child {
    transform: translate(-50%, 0.7rem);
  }
}
.l-header__toggle.is-active .l-header__toggle__line:first-child {
  transform: translate(-50%, -50%) rotate(-25deg);
}
.l-header__toggle.is-active .l-header__toggle__line:nth-child(2) {
  opacity: 0;
}
.l-header__toggle.is-active .l-header__toggle__line:last-child {
  transform: translate(-50%, -50%) rotate(25deg);
}
.l-header__insta{
	position: fixed;
	top: 2.7rem;
	right: 13rem;
	z-index: 100;
}
@media screen and (max-width: 991px){
	.l-header__insta{
		top: 1.7rem;
		right: 8rem;
	}
}

/* l-footer */
.l-footer {
  padding-top: 10rem;
  background-color: #2b2626;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 8rem;
  }
}
.l-footer__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 991px) {
  .l-footer__top .p-cta {
    display: none;
  }
}
.l-footer__logo {
  display: block;
  width: 19.7rem;
}
.l-footer__btm {
  margin-top: 7rem;
  padding: 3rem 0;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.39);
}
@media screen and (max-width: 767px) {
  .l-footer__btm {
    margin: 4.5rem auto 0;
    padding: 3rem 0 3.7rem;
    width: calc(100% - 3.2rem);
  }
}
.l-footer__btm__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .l-footer__btm__inner {
    flex-direction: column;
    gap: 2.8rem 0;
    padding: 0;
  }
}
.l-footer__btm__cta {
  display: none;
}
@media screen and (max-width: 991px) {
  .l-footer__btm__cta {
    display: block;
    margin-bottom: 5.2rem;
  }
}
.l-footer__util {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 6rem;
}
.l-footer__util__item {
  font-size: 1.3rem;
  color: #fff;
}
.l-footer__util__copyright {
  position: relative;
  font-size: 1.3rem;
  color: #fff;
}
.l-footer__util__copyright:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -3rem;
  width: 0.1rem;
  height: 1.7rem;
  background-color: #fff;
}

/* l-main */
.l-main {
  padding: 13.1rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 8rem 0 0;
  }
}
.l-main--hero {
  padding: 8rem 0 0;
}
@media screen and (max-width: 991px) {
  .l-main--hero {
    padding-top: 6rem;
  }
}
.l-main--info {
  padding: 13.1rem 0 0;
}
@media screen and (max-width: 991px) {
  .l-main--info {
    padding: 8rem 0 0;
  }
}
.l-main--none {
  padding-top: 0;
}

/* l-box */
.l-box {
  padding: 10rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-box {
    padding: 4rem 0;
  }
}

/* p-breadcrumb */
.p-breadcrumb {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin-bottom: 6rem;
  }
}
.p-breadcrumb__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0 2.6rem;
}
.p-breadcrumb__item {
  position: relative;
}
.p-breadcrumb__item:after {
  content: "";
  position: absolute;
  top: 54%;
  right: -1.5rem;
  transform: translate(0, -50%) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
.p-breadcrumb__item a,
.p-breadcrumb__item span {
  font-size: 1.2rem;
  color: #fff;
}
.p-breadcrumb__item:last-child::after {
  display: none;
}

/* p-page-header */
.p-page-header {
  position: relative;
  width: 100%;
  height: 35.1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-page-header {
    height: 20rem;
  }
}
.p-page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.p-page-header .c-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-page-header .c-ttl {
    top: 48%;
  }
}
.p-page-header .p-breadcrumb {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page-header .p-breadcrumb {
    margin-bottom: 1.2rem;
  }
}

/* p-nav */
.p-nav__list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-nav__list {
    flex-direction: column;
    gap: 5rem 0;
  }
}
.p-nav__item__ttl {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 2rem;
  position: relative;
  margin-bottom: 3.4rem;
  font-family: "inter", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
.p-nav__item__ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 3.3rem;
  height: 0.1rem;
  background-color: #fff;
}
.p-nav__item__ttl span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}
.p-nav__child {
  display: flex;
  flex-direction: column;
  gap: 2.6rem 0;
}
@media screen and (max-width: 991px) {
  .p-nav__child {
    gap: 1.2rem 0;
  }
}
.p-nav__child__item a {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
}

/* p-cta */
.p-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    flex-direction: column;
    gap: 0.8rem 0;
  }
}

/* p-header-nav */
.p-header-nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 20;
  transform: translateX(100%);
  padding: 18.8rem 0 12.7rem;
  background-color: #2b2626;
  transition: all 0.4s;
  overflow-y: auto;
}
@media screen and (max-width: 991px) {
  .p-header-nav {
    padding: 12rem 0 4.7rem;
  }
}
.p-header-nav.is-active {
  transform: translateX(0);
}
.p-header-nav__btm {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 1110px) {
  .p-header-nav__btm {
    flex-direction: column;
    gap: 3rem 0;
  }
}

/* p-footer-nav */
.p-footer-nav .p-footer-nav__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem 5.5rem;
}
@media screen and (max-width: 991px) {
  .p-footer-nav .p-footer-nav__list {
    gap: 2rem 4rem;
  }
}
.p-footer-nav .p-footer-nav__item a {
  padding: 0;
  border: none !important;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-decoration: none;
}

/* p-info */
.p-info__txt {
  margin: 3rem 0 6rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info__txt {
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-info .c-btn {
  margin: 0 auto;
}

/* p-company */
.p-company__info {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__info {
    padding-top: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__info__inner {
    max-width: none;
    padding: 0;
  }
}
.p-company__info__table {
  width: 100%;
  border: 0.1rem solid rgba(168, 168, 168, 0.6);
  border-collapse: collapse;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-company__info__table {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.p-company__info__table th,
.p-company__info__table td {
  border-bottom: 0.1rem solid rgba(168, 168, 168, 0.6);
  vertical-align: top;
}
.p-company__info__table th {
  background-color: #514e4e;
  width: 15.4rem;
  padding: 2rem 1.5rem;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-company__info__table th {
    width: 12.9rem;
    font-size: 1.4rem;
    padding: 2rem 1rem;
  }
}
.p-company__info__table td {
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-company__info__table td {
    padding: 2rem 1rem;
  }
}
.p-company__info__table td a {
  color: #fff;
}
.p-company__history {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  .p-company__history {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .p-company__history__inner {
    padding: 0;
  }
}
.p-company__history__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__history__ttl {
    margin-bottom: 1rem;
  }
}
.p-company__history__ttl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.7rem;
  width: 3.7rem;
  height: 0.2rem;
  background-color: #2b2626;
}
.p-company__history__ttl .history-ttl__en {
  font-family: "inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #b5b5b5;
}
.p-company__history__ttl .history__ttl__ja {
  font-size: 3.2rem;
  font-weight: 500;
}
.p-company__history__list {
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__history__list {
    padding-left: 2.3rem;
  }
}
.p-company__history__list::before {
  content: "";
  position: absolute;
  top: 3rem;
  left: 0.35rem;
  width: 0.1rem;
  height: 92%;
  background-color: #2b2626;
}
@media screen and (max-width: 767px) {
  .p-company__history__list::before {
    top: 2.9rem;
  }
}
.p-company__history__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0 8.6rem;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #c7c7c7;
}
@media screen and (max-width: 767px) {
  .p-company__history__item {
    gap: 0 1.7rem;
  }
}
.p-company__history__item::before {
  content: "";
  position: absolute;
  left: -4rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999.9rem;
  background-color: #2b2626;
  border: 0.15rem solid rgba(168, 168, 168, 0.8);
}
@media screen and (max-width: 767px) {
  .p-company__history__item::before {
    left: -2.3rem;
  }
}
.p-company__history__item .history-item__age {
  min-width: 7.1rem;
  font-weight: 700;
  flex-shrink: 0;
}
.p-company__history__item .history-item__body {
  font-size: 1.4rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 374px) {
  .p-company__history__item .history-item__body {
    white-space: unset;
  }
}

/* p-news-archive */
.p-news-archive__body {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-news-archive__body {
    padding-top: 6rem;
  }
}

/* p-column-archive */
.p-column-archive__body {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-column-archive__body {
    padding-top: 6rem;
  }
}
.p-column-archive__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 6.5rem;
}
@media screen and (max-width: 991px) {
  .p-column-archive__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-column-archive__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* p-cat */
.p-cat {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.6rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cat {
    gap: 0.5rem;
    margin-bottom: 2.4rem;
  }
}
.p-cat__item a {
  display: block;
  width: fit-content;
  padding: 0.4rem 2.4rem;
  background-color: #bebebe;
  border-radius: 999.9rem;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-cat__item a {
    padding: 0.1rem 1.1rem;
  }
}
.p-cat__item a.is-active, .p-cat__item a:hover {
  background-color: #2c3636;
  opacity: 1;
}

/* p-single */
.p-single {
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    margin-top: 0;
  }
}
.p-single .c-ttl {
  margin-bottom: 6rem;
  color: #2c3636;
}
@media screen and (max-width: 767px) {
  .p-single .c-ttl {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-bottom: 4rem;
  }
}
.p-single .c-ttl__en {
  letter-spacing: 0.05em;
}
.p-single__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  margin-bottom: 1.2rem;
}
.p-single__meta__time {
  font-size: 1.2rem;
}
.p-single__meta__cat {
  display: flex;
  flex-direction: row;
  gap: 2rem;
}
.p-single__meta__cat li a {
  font-size: 1.2rem;
  color: #bcbcbc;
}
.p-single__meta__cat--tag {
  margin-top: 6rem;
}
.p-single__meta__cat--tag li a {
  font-size: 1.4rem;
}
.p-single__ttl {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-single__ttl {
    margin-bottom: 2.5rem;
    font-size: 1.8rem;
  }
}
.p-single__content h2 {
  width: fit-content;
  margin: 5rem 0 3rem;
  padding-left: 1.6rem;
  border-left: 0.5rem solid #000;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.36);
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-single__content h2 {
    margin: 2.5rem 0 1.5rem;
    font-size: 1.6rem;
  }
}
.p-single__content h3 {
  width: fit-content;
  margin: 5rem 0 3rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.36);
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-single__content h3 {
    margin: 3.5rem 0 1.5rem;
    font-size: 1.6rem;
  }
}
.p-single__content p {
  margin: 2rem 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-single__content p {
    margin: 1.5rem 0;
    font-size: 1.4rem;
  }
}
.p-single__content .wp-block-image {
  margin: 4rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-single__content .wp-block-image {
    margin: 2.5rem 0;
  }
}
.p-single__content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  list-style: disc;
  margin: 2rem 0;
  padding: 3rem 3rem 3rem 5.3rem;
  background-color: #f1f1f1;
}
@media screen and (max-width: 767px) {
  .p-single__content ul {
    gap: 1.5rem 0;
    padding: 1.5rem 1.5rem 1.5rem 2.8rem;
  }
}
.p-single__content ul li {
  font-size: 1.5rem;
  color: #000;
  line-height: 2.32;
}
@media screen and (max-width: 767px) {
  .p-single__content ul li {
    font-size: 1.4rem;
    line-height: 1.92;
  }
}
.p-single__content a {
  margin: 3rem 0;
  font-size: 1.5rem;
  text-decoration: underline;
  color: #0645a0;
}
.p-single .c-btn {
  margin-top: 6rem;
}

/* p-form */
.p-form {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
.p-form .wpcf7-form-control-wrap {
  width: 100%;
}
.p-form .wpcf7-not-valid-tip {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  color: #f00;
}
.p-form .wpcf7-response-output {
  display: none !important;
}
.p-form .wpcf7-spinner {
  display: none !important;
}
.p-form__box {
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
}
.p-form__group {
  display: flex;
  flex-direction: column;
  gap: 1.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-form__group {
    gap: 1rem 0;
  }
}
.p-form__group--row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-form__group--row {
    display: flex;
    flex-direction: column;
    gap: 1.3rem 0;
  }
}
.p-form__group--row .p-form__header {
  margin-top: 1.4rem;
}
.p-form__group--row .p-form__body {
  flex: 1;
}
.p-form__group--top .p-form__header {
  margin-top: 0;
}
.p-form__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1rem;
  color: #fff;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .p-form__header {
    width: 100%;
    margin-top: 0 !important;
  }
}
.p-form__header span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 1.8rem;
  border-radius: 0.5rem;
  font-size: 1.2rem;
  color: #fff;
  background-color: #6da4cb;
}
.p-form__body {
  width: 100%;
}
.p-form__hidden {
  display: none;
}
.p-form__agreement {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 4rem 0 5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-form__agreement {
    margin-top: 1rem;
  }
}
.p-form__agreement a {
  color: #fff;
  text-decoration: underline;
}
.p-form__checkbox .wpcf7-list-item {
  margin: 0 0 1.2rem;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  gap: 0 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.p-form__checkbox label {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1.6rem;
  cursor: pointer;
  width: 100%;
}
.p-form__checkbox label:before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #d3d3d3;
  border-radius: 0.4rem;
  text-align: center;
}
.p-form__checkbox label:has(input:checked):before {
  background-color: #f3f3f5;
}
.p-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1.8rem;
  height: 1.8rem;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.p-form__checkbox input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 46%;
  left: 0.4rem;
  width: 1rem;
  height: 0.6rem;
  border-left: 0.2rem solid #2c3636;
  border-bottom: 0.2rem solid #2c3636;
  transform: translateY(-50%) rotate(-45deg);
}
.p-form .p-form__btn {
  margin: 0 auto !important;
  transition: all 0.5s;
}
.p-form .p-form__btn:hover {
  opacity: 0.6;
}
.p-form .p-form__btn:has(input[type=submit]:disabled) {
  opacity: 0.6;
  pointer-events: none;
}
.p-form .p-form__btn input[type=submit],
.p-form .p-form__btn input[type=button] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  color: #484971;
  cursor: pointer;
  border-radius: 0.4rem;
  background-color: #6da4cb;
  color: #fff;
}
.p-form .p-form__btn input[type=submit]:hover,
.p-form .p-form__btn input[type=button]:hover {
  opacity: 1;
}
.p-form .p-form__btn--back input[type=button] {
  color: #2c3636;
}

/* p-contact */
.p-contact__body {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    margin-top: 6rem;
  }
}
.p-contact__phone {
  max-width: 468px;
  width: 100%;
  margin: 0 auto 12rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__phone {
    margin-bottom: 8rem;
  }
}
.p-contact__phone__note {
  margin-bottom: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-contact__phone__note {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
    letter-spacing: -0.01em;
  }
}
.p-contact__phone__box {
  display: flex;
  flex-direction: column;
  gap: 1.4rem 0;
  padding: 1.3rem 5rem 1.7rem;
  border: 0.1rem solid #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__phone__box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.p-contact__phone__num {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 1.5rem;
  font-family: "inter", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
  color: #fff;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.35);
}
@media screen and (max-width: 767px) {
  .p-contact__phone__num {
    gap: 0 1rem;
    font-size: 3.6rem;
    letter-spacing: 0;
  }
}
.p-contact__phone__num img {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__phone__num img {
    width: 3.1rem;
  }
}
.p-contact__phone__txt {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
}

/* p-catalog */
.p-catalog__body {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-catalog__body {
    margin-top: 6rem;
  }
}
.p-catalog .p-form {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-catalog .p-form {
    margin-top: 6rem;
  }
}
.p-catalog__ttl {
  margin-bottom: 4.4rem;
  font-size: 2.4rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}

.p-catalog-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-image: url("../img/common/bg_catalog.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 100rem;
  width: 100%;
  height: 24.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-catalog-box {
    max-width: 343px;
    height: 31.5rem;
    background-image: url("../img/common/bg_catalog_sp.jpg");
  }
}
.p-catalog-box__inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 6.4rem;
  max-width: 81.3rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .p-catalog-box__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem 0;
    padding: 0 1.6rem;
  }
}
.p-catalog-box__header__ttl {
  margin-bottom: 1.9rem;
  font-family: "inter", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .p-catalog-box__header__ttl {
    margin-bottom: 0.9rem;
    font-size: 4rem;
  }
}
.p-catalog-box__header__here {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 991px) {
  .p-catalog-box__header__here {
    font-size: 1.3rem;
  }
}
.p-catalog-box__header__here img {
  width: 2.8rem;
}
@media screen and (max-width: 991px) {
  .p-catalog-box__header__here img {
    width: 2.1rem;
  }
}
.p-catalog-box__imgs {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  .p-catalog-box__imgs {
    justify-content: center;
    margin: 0 auto;
  }
}
.p-catalog-box__img {
  position: relative;
  width: 12.9rem;
  box-shadow: 0 0.8rem 0.9rem 0.4rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991px) {
  .p-catalog-box__img {
    width: 7.8rem;
  }
}
.p-catalog-box__img:first-child {
  z-index: 4;
  transition-delay: 0.1s;
}
@media screen and (max-width: 991px) {
  .p-catalog-box__img:first-child {
    left: 0.3rem;
  }
}
.p-catalog-box__img:nth-child(2) {
  left: -0.5rem;
  z-index: 3;
  transition-delay: 0.2s;
}
@media screen and (max-width: 991px) {
  .p-catalog-box__img:nth-child(2) {
    left: 0rem;
  }
}
.p-catalog-box__img:nth-child(3) {
  left: -1rem;
  z-index: 2;
  transition-delay: 0.5s;
}
@media screen and (max-width: 991px) {
  .p-catalog-box__img:nth-child(3) {
    left: -0.3rem;
  }
}
.p-catalog-box__img:last-child {
  left: -1.5rem;
  z-index: 1;
  transition-delay: 0.4s;
}
@media screen and (max-width: 991px) {
  .p-catalog-box__img:last-child {
    left: -0.5rem;
  }
}

@keyframes mvTtlIn {
  from {
    transform: translateY(20px);
  }
  to {
    transform: translateY(0);
  }
}
/* p-home */
.p-home__mv {
  position: relative;
  overflow: hidden;
  height: 55.5555555556vw;
	max-height: 100svh;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-home__mv {
    height: 172vw;
		max-height: 100svh;
    margin-bottom: 4rem;
    /*background-image: url("../img/home/mv_sp.jpg");*/
  }
}
.p-home__mv video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.p-home__mv__img {
  aspect-ratio: 1440/800;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-home__mv__ttl {
  position: absolute;
  bottom: 3.75vw;
  left: 3.0555555556vw;
  display: flex;
  flex-direction: column;
  gap: 1.5972222222vw 0;
  color: #fff;
  animation: mvTtlIn 2s ease forwards;
}
@media screen and (max-width: 767px) {
  .p-home__mv__ttl {
    bottom: 25.3333333333vw;
    left: 8.8vw;
    gap: 5.3333333333vw 0;
  }
}
.p-home__mv__ttl .mv-ttl__ja {
  font-size: 3.3333333333vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-home__mv__ttl .mv-ttl__ja {
    font-size: 8.5333333333vw;
  }
}
.p-home__mv__ttl .mv-ttl__en {
  font-family: "inter", sans-serif;
  font-size: 0.9722222222vw;
  line-height: 1.2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-home__mv__ttl .mv-ttl__en {
    font-size: 3.2vw;
  }
}
.p-home__mv__news {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 1.5rem;
  position: absolute;
  right: 2.2rem;
  bottom: 2.4rem;
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0.5rem);
  -webkit-backdrop-filter: blur(0.5rem);
  width: 51rem;
  color: #fff;
  border: 0.1rem solid #fff;
  font-size: 1.4rem;
  text-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .p-home__mv__news {
    right: auto;
    left: 1.6rem;
    bottom: 4.5333333333vw;
    width: calc(100% - 3.2rem);
    padding: 4vw 12vw 4vw 3.4666666667vw;
  }
}
.p-home__mv__news:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 1;
  transform: translate(0, -50%) rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-home__mv__news:after {
    right: 4vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.p-home__mv__news .mv-news__time {
  font-family: "inter", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__mv__news .mv-news__time {
    font-size: 2.6666666667vw;
  }
}
.p-home__mv__news .mv-news__ttl {
  font-size: 1.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-home__mv__news .mv-news__ttl {
    font-size: 3.4666666667vw;
  }
}
.p-home__search {
  position: relative;
}
.p-home__search__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8.3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__search__ttl {
    margin-bottom: 6rem;
  }
}
.p-home__search__ttl:after {
  content: "";
  position: absolute;
  bottom: -5.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 3.3rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__search__ttl:after {
    bottom: -4rem;
    height: 3rem;
  }
}
.p-home__search__ttl .search-ttl__ja {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__search__ttl .search-ttl__ja {
    font-size: 2.4rem;
  }
}
.p-home__search__ttl .search-ttl__en {
  font-family: "inter", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-home__search__b-ttl span {
  position: absolute;
  top: -3.5rem;
  left: 0;
  font-family: "inter", sans-serif;
  font-size: 12.8rem;
  font-weight: 700;
  color: rgba(240, 240, 240, 0.16);
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-home__search__b-ttl span {
    top: -7rem;
    font-size: 9.6rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-home__industry {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-home__industry {
    margin-top: 16rem;
  }
}
.p-home__industry__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.9rem;
}
@media screen and (max-width: 767px) {
  .p-home__industry__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.7rem;
  }
}
.p-home__industry__item {
  border: 0.1rem solid #fff;
  padding: 2.8rem 2.5rem;
  color: #fff;
  transition: background-color 0.5s;
}
@media screen and (max-width: 991px) {
  .p-home__industry__item {
    padding: 1.6rem 1.4rem;
  }
}
.p-home__industry__item-reverse{
  background-color: #E8E8E8;
  color: #2C3636;
}
.p-home__industry__item .industry-item__img {
  position: relative;
  aspect-ratio: 242/325;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__industry__item .industry-item__img {
    aspect-ratio: 140/179;
    margin-bottom: 1.2rem;
  }
}
.p-home__industry__item .industry-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.p-home__industry__item .industry-item__img__txt {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #2b2626;
  font-family: "inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 0.7rem 0.9rem 0.7rem 1.2rem;
  transition: all 0.5s;
}
.p-home__industry__item .industry-item__img__txt:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 999.9rem;
  transition: all 0.5s;
}
.p-home__industry__item-reverse .industry-item__img__txt{
  background-color: #E8E8E8;
  color: #2C3636;
}
.p-home__industry__item-reverse .industry-item__img__txt:before{
  background-color: #2C3636;
}
.p-home__industry__item-reverse .industry-item__txt svg path,
.p-home__industry__item-reverse .industry-item__txt svg line {
  stroke: #2c3636;
}
.p-home__industry__item .industry-item__txt {
  position: relative;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  transition: all 0.5s;
}
@media screen and (max-width: 991px) {
  .p-home__industry__item .industry-item__txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__industry__item .industry-item__txt {
    font-size: 1.8rem;
  }
}
.p-home__industry__item .industry-item__txt svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2.7rem;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p-home__industry__item .industry-item__txt svg {
    width: 1.8rem;
  }
}
.p-home__industry__item:hover {
  background-color: #e8e8e8;
  opacity: 1;
}
.p-home__industry__item:hover .industry-item__img img {
  transform: scale(1.1);
}
.p-home__industry__item:hover .industry-item__img__txt {
  background-color: #e8e8e8;
  color: #2c3636;
}
.p-home__industry__item:hover .industry-item__img__txt:before {
  background-color: #2c3636;
}
.p-home__industry__item:hover .industry-item__txt {
  color: #2c3636;
}
.p-home__industry__item:hover .industry-item__txt svg {
  right: -0.6rem;
}
.p-home__industry__item:hover .industry-item__txt svg path,
.p-home__industry__item:hover .industry-item__txt svg line {
  stroke: #2c3636;
}
.p-home__category {
  margin: 13rem 0;
}
@media screen and (max-width: 767px) {
  .p-home__category {
    margin: 10rem 0;
  }
}
.p-home__category__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-home__category__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-home__category__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  aspect-ratio: 478/302;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p-home__category__item {
    aspect-ratio: 186/144;
  }
}
.p-home__category__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.p-home__category__item .category-item__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}
.p-home__category__item .category-item__ttl__en {
  position: relative;
  padding-left: 1.5rem;
  font-family: "inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-home__category__item .category-item__ttl__en {
    padding-left: 1rem;
    font-size: 0.8rem;
  }
}
.p-home__category__item .category-item__ttl__en:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #fff;
  border-radius: 999.9rem;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .p-home__category__item .category-item__ttl__en:before {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.p-home__category__item .category-item__ttl__ja {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 991px) {
  .p-home__category__item .category-item__ttl__ja {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__category__item .category-item__ttl__ja {
    font-size: 1.6rem;
  }
}
.p-home__category__item svg {
  position: absolute;
  bottom: 1.4rem;
  right: 1.6rem;
  width: 3.3rem;
}
@media screen and (max-width: 767px) {
  .p-home__category__item svg {
    bottom: 0.7rem;
    right: 0.6rem;
    width: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__category__item:nth-child(3) .category-item__ttl {
    width: 80%;
  }
}
.p-home__category__item:hover {
  opacity: 1;
  background-size: 110% 110%;
}
.p-home__category .c-btn {
  margin: 4rem auto 0;
}
.p-home__column {
  padding: 10rem 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__column {
    padding: 5rem 0;
  }
}
.p-home__column .c-ttl {
  margin-bottom: 4rem;
  color: #2c3636;
}
.p-home__column .c-ttl__en {
  font-size: 4.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-home__column .c-ttl__en {
    font-size: 4rem;
  }
}
.p-home__column .c-ttl__ja {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-home__column .c-ttl__ja {
    font-size: 1.4rem;
  }
}
.p-home__column__first {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 5.8rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991px) {
  .p-home__column__first {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-home__column__first .column-first__thumb,
.p-home__column__first .column-first__noimg {
  width: 42.3rem;
  aspect-ratio: 423/269;
}
@media screen and (max-width: 991px) {
  .p-home__column__first .column-first__thumb,
  .p-home__column__first .column-first__noimg {
    aspect-ratio: 343/219;
    width: 100%;
  }
}
.p-home__column__first .column-first__thumb img,
.p-home__column__first .column-first__noimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.p-home__column__first .column-first__body {
  position: relative;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .p-home__column__first .column-first__body {
    width: 100%;
  }
}
.p-home__column__first .column-first__meta {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0 4.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .p-home__column__first .column-first__meta {
    margin-bottom: 0.5rem;
  }
}
.p-home__column__first .column-first__time {
  font-family: "inter", sans-serif;
  font-size: 1.2rem;
}
.p-home__column__first .c-column-item__cat {
  margin-bottom: 0;
}
.p-home__column__first .column-first__ttl {
  width: 39.7rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .p-home__column__first .column-first__ttl {
    width: 86%;
    font-size: 1.6rem;
  }
}
.p-home__column__first .column-first__arrow {
  position: absolute;
  width: 3.6rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 991px) {
  .p-home__column__first .column-first__arrow {
    top: auto;
    transform: none;
    bottom: 0;
    width: 2.3rem;
  }
}
@media screen and (max-width: 991px) {
  .p-home__column__list {
    margin-right: -1.6rem;
    padding-bottom: 7.5rem;
  }
}
.p-home__column__list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 6.6rem;
}
@media screen and (max-width: 991px) {
  .p-home__column__list .swiper-wrapper {
    gap: 0;
  }
}
.p-home__column .c-btn {
  margin: 6rem auto 0;
}
@media screen and (max-width: 991px) {
  .p-home__column .c-btn {
    margin-top: 0;
  }
}
.p-home__news {
  margin: 4.7rem 2.4rem 0;
  background-image: url("../img/home/bg_news.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-home__news {
    margin: 8rem 0 0;
    background-image: url("../img/home/bg_news_sp.png");
  }
}
.p-home__news__inner {
  padding: 7rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__news__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-home__news .l-box {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-home__news .l-box {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-home__news .c-ttl {
  flex-direction: row;
  align-items: flex-end;
  gap: 0 3.5rem;
  color: #2c3636;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home__news .c-ttl {
    gap: 0 1.9rem;
    margin-bottom: 2rem;
  }
}
.p-home__news .c-ttl__en {
  font-size: 4.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-home__news .c-ttl__en {
    font-size: 4rem;
  }
}
.p-home__news .c-ttl__ja {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-home__news .c-ttl__ja {
    font-size: 1.4rem;
  }
}

/* p-about */
.p-about .c-ttl {
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-about .c-ttl {
    margin-bottom: 3rem;
  }
}
.p-about .c-ttl__en {
  font-size: 9.6rem;
}
@media screen and (max-width: 767px) {
  .p-about .c-ttl__en {
    font-size: 6.4rem;
  }
}
.p-about__video {
  position: relative;
  aspect-ratio: 1440/693;
}
@media screen and (max-width: 767px) {
  .p-about__video {
    aspect-ratio: 375/260;
  }
}
.p-about__video video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-about__video:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20.7rem;
  background-image: linear-gradient(to bottom, transparent 0%, rgba(43, 38, 38, 0.5) 46%, #2b2626 100%);
}
@media screen and (max-width: 767px) {
  .p-about__video:before {
    height: 5.4rem;
  }
}
.p-about__history {
  position: relative;
  margin-top: -6rem;
  padding-bottom: 10rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-about__history {
    margin-top: -2.7rem;
    padding-bottom: 6rem;
  }
}
.p-about__history__inner {
  padding-left: 10rem;
}
@media screen and (max-width: 1239px) {
  .p-about__history__inner {
    padding: 0 1.6rem;
  }
}
.p-about__history__b-ttl {
  position: absolute;
  bottom: 80rem;
  left: 4.8rem;
  font-family: "inter", sans-serif;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(240, 240, 240, 0.16);
  transform-origin: left;
  transform: rotate(90deg);
}
@media screen and (max-width: 1239px) {
  .p-about__history__b-ttl.is-pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-about__history__b-ttl {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    text-align: center;
    font-size: 7.7rem;
    color: rgba(240, 240, 240, 0.1);
  }
}
.p-about__history__ttl {
  font-size: 4rem;
  line-height: 1.67;
}
@media screen and (max-width: 767px) {
  .p-about__history__ttl {
    font-size: 2.4rem;
  }
}
.p-about__history__txt {
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
  margin: 6rem 0 10rem;
  font-size: 1.8rem;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .p-about__history__txt {
    margin-top: 1.5rem;
    font-size: 1.6rem;
    line-height: 1.9;
  }
}
.p-about__history__pic {
  display: flex;
  flex-direction: column;
  gap: 6rem 0;
}
@media screen and (max-width: 1149px) {
  .p-about__history__pic {
    max-width: 64rem;
    margin: 0 auto;
  }
}
.p-about__history__pic .history-pic__img-box {
  display: flex;
  flex-direction: row;
  gap: 0 1.1rem;
}
@media screen and (max-width: 1149px) {
  .p-about__history__pic .history-pic__img-box {
    flex-direction: column;
    gap: 1.5rem 0;
  }
}
.p-about__history__pic .history-pic__img-wrapper {
  display: flex;
  flex-direction: row;
  gap: 0 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-about__history__pic .history-pic__img-wrapper {
    gap: 0 0.6rem;
  }
}
.p-about__history__pic .history-pic__img-wrapper .history-pic__img {
  width: 31.2rem;
}
@media screen and (max-width: 1149px) {
  .p-about__history__pic .history-pic__img-wrapper .history-pic__img {
    width: 100%;
  }
}
.p-about__history__pic .history-pic__img {
  width: 45.3rem;
}
@media screen and (max-width: 1149px) {
  .p-about__history__pic .history-pic__img {
    width: 100%;
  }
}
.p-about__history__pic .history-pic__img img {
  width: 100%;
}
.p-about__history__pic .history-pic__img__txt {
  position: relative;
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  padding-left: 1rem;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 1149px) {
  .p-about__history__pic .history-pic__img__txt {
    margin: 0.5rem auto 0;
    padding-left: 0.7rem;
    font-size: 1.2rem;
  }
}
.p-about__history__pic .history-pic__img__txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: #d9d9d9;
  border-radius: 999.9rem;
}
.p-about__promises {
  width: calc(100% - 5rem);
  margin: 0 auto;
}
@media screen and (max-width: 1239px) {
  .p-about__promises {
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__promises {
    padding: 0;
  }
}
.p-about__promises .c-ttl {
  color: #2c3636;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-about__promises .c-ttl {
    margin-bottom: 1.9rem;
  }
}
.p-about__promises .c-ttl__en {
  font-size: 4.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-about__promises .c-ttl__en {
    font-size: 4rem;
  }
}
.p-about__promises .c-ttl__ja {
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about__promises .c-ttl__ja {
    font-size: 1.4rem;
  }
}
.p-about__promises__list {
  position: relative;
  z-index: 1;
  width: 53.9rem;
  margin-bottom: -36rem;
}
@media screen and (max-width: 1139px) {
  .p-about__promises__list {
    width: 100%;
    margin-bottom: 0;
  }
}
.p-about__promises__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 2rem;
  padding: 2.3rem 0;
  border-bottom: 0.1rem solid #2c3636;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-about__promises__item {
    gap: 0 1.2rem;
    padding: 1.5rem 0;
  }
}
.p-about__promises__item:last-child {
  border-bottom: none;
}
.p-about__promises__item .promises-item__point {
  width: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__promises__item .promises-item__point {
    width: 7.4rem;
  }
}
.p-about__promises__item .promises-item__body {
  flex: 1;
}
.p-about__promises__item .promises-item__ttl {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__promises__item .promises-item__ttl {
    font-size: 1.8rem;
  }
}
.p-about__promises__item .promises-item__txt {
  font-size: 1.4rem;
}
.p-about__promises__map {
  margin-bottom: 6rem;
	height: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__promises__map {
    margin-bottom: 4rem;
  }
}
.p-about__promises__table-wrapper {
  padding: 0;
}
.p-about__promises__table {
  width: 100%;
  border-collapse: collapse;
  border: 0.1rem solid rgba(44, 54, 54, 0.28);
}
.p-about__promises__table th,
.p-about__promises__table td {
  padding: 5.8rem 4.2rem;
  border-bottom: 0.1rem solid rgba(44, 54, 54, 0.28);
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__promises__table th,
  .p-about__promises__table td {
    padding: 2.6rem 1.2rem;
    font-size: 1.4rem;
  }
}
.p-about__promises__table th {
  width: 17.7rem;
  padding-left: 0;
  padding-right: 0;
  background-color: #2b2626;
  font-size: 1.8rem;
  color: #fff;
  border-bottom: 0.1rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-about__promises__table th {
    width: 11.7rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 1.4rem;
  }
}

/* p-product-list */
.p-product-list--filtered {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-product-list--filtered {
    padding-bottom: 10rem;
  }
}
.p-product-list--filtered .p-breadcrumb {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-product-list--filtered .p-breadcrumb {
    margin-bottom: 6rem;
  }
}
.p-product-list .c-ttl {
  flex-direction: column-reverse;
}
.p-product-list .c-ttl__ja {
  font-size: 3.2rem;
}
.p-product-list .c-ttl__en {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.p-product-list__body {
  display: flex;
  flex-direction: column;
  gap: 10rem 0;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-product-list__body {
    margin-top: 6rem;
    gap: 8rem 0;
  }
}
.p-product-list__body--filtered {
  flex-direction: column-reverse;
  margin-top: 0;
}
.p-product-list__product {
  position: relative;
  color: #fff;
}
.p-product-list__product__b-ttl {
  position: absolute;
  top: -6.5rem;
  left: 4.8rem;
  font-family: "inter", sans-serif;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(240, 240, 240, 0.16);
  transform-origin: left;
  transform: rotate(90deg);
}
@media screen and (max-width: 1399px) {
  .p-product-list__product__b-ttl {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-product-list__product__b-ttl {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0 1.6rem;
    font-size: 9.6rem;
    letter-spacing: 0.03em;
    color: rgba(240, 240, 240, 0.1);
  }
}
.p-product-list__product__ttl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 1.5rem;
  width: fit-content;
  padding: 1rem 2.8rem;
  border-top: 0.1rem solid rgba(255, 255, 255, 0.7);
  border-left: 0.1rem solid rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
  .p-product-list__product__ttl {
    padding: 1rem;
  }
}
.p-product-list__product__ttl:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0.1rem;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: top;
  transform: rotate(-35deg);
}
@media screen and (max-width: 767px) {
  .p-product-list__product__ttl:after {
    height: 5.4rem;
  }
}
.p-product-list__product__ttl .product-ttl__ja {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-product-list__product__ttl .product-ttl__ja {
    font-size: 2rem;
  }
}
.p-product-list__product__ttl .product-ttl__en {
  font-family: "inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.44);
}
.p-product-list__product__box {
  border: 0.1rem solid rgba(255, 255, 255, 0.7);
}
.p-product-list__product__form {
  padding: 4rem 1.6rem 4rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-product-list__product__form {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
    padding: 2.8rem 1.6rem 4rem;
  }
}
.p-product-list__product__form .product-form__group {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0 8.7rem;
  padding: 2.2rem 0;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.13);
}
@media screen and (max-width: 767px) {
  .p-product-list__product__form .product-form__group {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    border-bottom: none;
  }
}
.p-product-list__product__form .product-form__group:first-of-type {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-product-list__product__form .product-form__group:first-of-type {
    align-items: flex-start;
  }
}
.p-product-list__product__form .product-form__group:last-of-type {
  border-bottom: none;
}
.p-product-list__product__form .product-form__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem 0;
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-product-list__product__form .product-form__ttl {
    flex-direction: row;
    align-items: baseline;
    gap: 0 0.9rem;
    padding: 1.2rem 1.6rem 1.2rem 2.2rem;
    cursor: pointer;
    width: 100%;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.13);
  }
  .p-product-list__product__form .product-form__ttl::after {
    content: "";
    position: absolute;
    top: 2.2rem;
    right: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-right: 0.15rem solid #fff;
    border-bottom: 0.15rem solid #fff;
    transform: rotate(45deg);
    margin-left: auto;
    transition: transform 0.5s ease;
    flex-shrink: 0;
  }
  .p-product-list__product__form .product-form__ttl.is-active::after {
    transform: rotate(-135deg);
  }
}
.p-product-list__product__form .product-form__ttl:before {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: -2.3rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999.9rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-product-list__product__form .product-form__ttl:before {
    top: 2.6rem;
    left: 0;
  }
}
.p-product-list__product__form .product-form__ttl__ja {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-product-list__product__form .product-form__ttl__en {
  font-family: "inter", sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.p-product-list__product__form .product-form__body {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-product-list__product__form .product-form__body {
    overflow: hidden;
    transition: max-height 0.5s ease;
  }
}
.p-product-list__product__form .product-form__body__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-product-list__product__form .product-form__body__inner {
    padding: 1.6rem 0;
  }
}
.p-product-list__product__form .product-form__body--main .product-form__body__inner {
  gap: 0.8rem 4rem;
}
.p-product-list__product__form .product-form__checkbox {
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
  padding: 0.3rem 1rem;
  cursor: pointer;
  font-size: 1.6rem;
  color: #fff;
  user-select: none;
  background-color: #404040;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  .p-product-list__product__form .product-form__checkbox {
    font-size: 1.4rem;
  }
}
.p-product-list__product__form .product-form__checkbox:has(input:checked) {
  background-color: rgba(64, 64, 64, 0.3);
}
.p-product-list__product__form .product-form__checkbox input[type=checkbox] {
  display: none;
}
.p-product-list__product__form .product-form__checkbox input[type=checkbox]:checked + span::before {
  background-color: #fff;
  border-color: #fff;
}
.p-product-list__product__form .product-form__checkbox input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.p-product-list__product__form .product-form__checkbox span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0 0.8rem;
}
.p-product-list__product__form .product-form__checkbox span::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.15rem solid #fff;
  background-color: rgba(255, 255, 255, 0.23);
  transition: background-color 0.2s, border-color 0.2s;
  border-radius: 0.1rem;
}
.p-product-list__product__form .product-form__checkbox span::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 0.25rem;
  width: 1rem;
  height: 0.55rem;
  border-left: 0.2rem solid #2c3636;
  border-bottom: 0.2rem solid #2c3636;
  border-radius: 0.1rem;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  transition: opacity 0.2s;
}
.p-product-list__product__form .product-form__checkbox--main {
  padding: 0;
  background-color: transparent;
}
.p-product-list__product__form .c-btn {
  margin: 0.8rem auto 0;
  height: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-product-list__product__form .c-btn {
    margin-top: 3.2rem;
  }
}
.p-product-list__result {
  width: calc(100% - 8rem);
  margin: 0 auto;
}
@media screen and (max-width: 1239px) {
  .p-product-list__result {
    width: calc(100% - 3.2rem);
  }
}
.p-product-list__result__header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 2rem;
  justify-content: space-between;
  margin-bottom: 4.7rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-product-list__result__header {
    margin-bottom: 2rem;
  }
}
.p-product-list__result__ttl {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 0 1.5rem;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}
.p-product-list__result__ttl .result-ttl__ja {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.p-product-list__result__ttl .result-ttl__en {
  font-family: "inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  color: rgba(44, 54, 54, 0.44);
}
.p-product-list__result__hit {
  font-size: 1.3rem;
  white-space: nowrap;
}
.p-product-list__result__body {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4rem 2.75rem;
}
@media screen and (max-width: 991px) {
  .p-product-list__result__body {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.9rem 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product-list__result__body {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* p-product */
.p-product__box {
  width: calc(100% - 8rem);
  margin: 0 auto;
}
@media screen and (max-width: 1149px) {
  .p-product__box {
    width: 100%;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-product__box__b-ttl {
  font-family: "inter", sans-serif;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 0.7;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-product__box__b-ttl {
    font-size: 9.1rem;
  }
}
.p-product__box .l-box > .l-inner {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0 9.4rem;
  justify-content: space-between;
}
@media screen and (max-width: 1149px) {
  .p-product__box .l-box > .l-inner {
    gap: 0 6rem;
  }
}
@media screen and (max-width: 991px) {
  .p-product__box .l-box > .l-inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 991px) {
  .p-product__box .is-pc {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .p-product__box .is-sp {
    display: block !important;
    width: 100%;
  }
}
.p-product__slider {
  max-width: 50rem;
  width: 46%;
}
@media screen and (max-width: 991px) {
  .p-product__slider {
    max-width: 64rem;
    width: 100%;
    margin: 0 auto 4rem;
  }
}
.p-product__slider__img {
  aspect-ratio: 1;
}
.p-product__slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product .p-product__swiper {
  margin-bottom: 2rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.18);
}
.p-product .p-product__swiper__prev, .p-product .p-product__swiper__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-product .p-product__swiper__prev, .p-product .p-product__swiper__next {
    width: 2.8rem;
  }
}
.p-product .p-product__swiper__prev {
  left: 0.7rem;
  transform: translateY(-50%) rotate(180deg);
}
.p-product .p-product__swiper__next {
  right: 0.7rem;
}
.p-product__thumb .swiper-slide {
  border: 0.1rem solid #d0d0d0;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.5s;
}
.p-product__thumb .swiper-slide:hover, .p-product__thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.p-product__thumb__img {
  aspect-ratio: 1;
}
.p-product__thumb__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product__thumb .swiper-wrapper{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap:12px 0;
}
.p-product__info {
  flex: 1;
  padding-top: 3rem;
}
@media screen and (max-width: 991px) {
  .p-product__info {
    width: 100%;
    padding-top: 0;
  }
}
.p-product__info__ttl {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: 500;
}
.p-product__term {
  display: flex;
  flex-direction: row;
  gap: 0.6rem;
  flex-wrap: wrap;
  margin-bottom: 5rem;
  padding: 2rem;
  border: 0.1rem solid #a2a2a2;
}
@media screen and (max-width: 767px) {
  .p-product__term {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.p-product__term__item {
  width: fit-content;
  background-color: #f3f3f3;
  font-size: 1.2rem;
  padding: 0.9rem 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-product__term__item {
    padding: 0.4rem 1rem;
  }
}
.p-product__btns {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
}
@media screen and (max-width: 991px) {
  .p-product__btns {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-product__btns {
    gap: 1.1rem 0;
  }
}
.p-product__btn {
  max-width: 43rem;
  width: 100%;
  height: 8.1rem;
  padding-left: 8.1rem;
  background-color: #2c3636;
  font-size: 1.8rem;
  color: #fff;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .p-product__btn {
    height: 5.9rem;
    padding-left: 3.3rem;
  }
}
.p-product__btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 8.1rem;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-product__btn:before {
    right: 4.9rem;
    height: 4rem;
  }
}
.p-product__btn:after {
  right: 3.5rem;
  width: 1.1rem;
  height: 1.1rem;
  border-width: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-product__btn:after {
    right: 1.7rem;
    width: 0.8rem;
    height: 0.8rem;
    border-width: 0.1rem;
  }
}
.p-product__btn--contact {
  background-color: #6da4cb;
}
.p-product__btn span {
  font-size: 1.4rem;
}
.p-product__body {
  position: relative;
  padding-top: 10rem;
}
.p-product__body .c-btn {
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-product__body .c-btn {
    margin-top: 4rem;
  }
}
.p-product__body__b-ttl {
  position: absolute;
  top: 3rem;
  left: 5rem;
  font-family: "inter", sans-serif;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.22);
  transform-origin: left;
  transform: rotate(90deg);
}
@media screen and (max-width: 1099px) {
  .p-product__body__b-ttl {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-product__body__b-ttl {
    white-space: nowrap;
    font-size: 6.3rem;
  }
}
.p-product__movies{
	display: flex;
	flex-direction: column;
	grid-row-gap: 30px;
}
.p-product__youtube {
  position: relative;
  max-width: 85.4rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-product__youtube {
    padding: 1.1rem;
  }
}
.p-product__youtube:before, .p-product__youtube:after {
  content: "";
  position: absolute;
  width: calc(100% - 2.6rem);
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.51);
}
@media screen and (max-width: 767px) {
  .p-product__youtube:before, .p-product__youtube:after {
    width: calc(100% - 1.2rem);
  }
}
.p-product__youtube:before {
  top: 0;
  left: 0;
}
.p-product__youtube:after {
  bottom: 0;
  left: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-product__youtube:after {
    left: 1.2rem;
  }
}
.p-product__youtube__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-product__youtube__line:before, .p-product__youtube__line:after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: calc(100% - 2.6rem);
  background-color: rgba(255, 255, 255, 0.51);
}
@media screen and (max-width: 767px) {
  .p-product__youtube__line:before, .p-product__youtube__line:after {
    height: calc(100% - 1.2rem);
  }
}
.p-product__youtube__line:before {
  top: 2.6rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-product__youtube__line:before {
    top: 1.2rem;
  }
}
.p-product__youtube__line:after {
  top: 0;
  right: 0;
}
.p-product__youtube iframe {
  position: relative;
  z-index: 1;
  aspect-ratio: 800/450;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 767px) {
  .p-product__youtube iframe {
    aspect-ratio: 320/186;
  }
}
.p-product__insta iframe{
	margin: 0 auto!important;
	aspect-ratio: 4/5.9;
	max-width: 430px!important;
}
@media screen and (max-width: 767px){
	.p-product__insta iframe{
		aspect-ratio: 4/6.2;
	}
}
.p-product__content {
  margin-top: 14.3rem;
  color: #fff;
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.64);
}
@media screen and (max-width: 767px) {
  .p-product__content {
    margin-top: 7rem;
  }
}
.p-product__content h2 {
  position: relative;
  margin: 4rem 0 2.4rem;
  padding-left: 2.3rem;
  border-left: 0.4rem solid #fff;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-product__content h2 {
    margin: 3rem 0 1.5rem;
  }
}
.p-product__content h2:before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(255, 255, 255, 0.64);
}
.p-product__content p {
  padding-bottom: 3rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-product__content p {
    font-size: 1.4rem;
  }
}
.p-product__content a{
	color: #fff;
	display: inline-block;
	border-bottom: solid 1px #fff;
}
.p-product__content a:hover{
	border-color: transparent;
}
.p-product__content .wp-block-image {
  margin-bottom: 2rem;
}
.p-product__other {
  width: calc(100% - 4rem);
  margin: 10rem auto 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-product__other {
    margin-top: 8rem;
    width: 100%;
  }
}
.p-product__other .l-box {
  padding-top: 13rem;
  padding-bottom: 13rem;
}
@media screen and (max-width: 767px) {
  .p-product__other .l-box {
    padding-top: 4rem;
    padding-bottom: 0;
  }
}
.p-product__other__ttl {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-product__other__ttl {
    margin: 0 1.6rem 2.5rem 0;
  }
}
.p-product__other__ttl .other-ttl__ja {
  font-size: 2rem;
  font-weight: 500;
}
.p-product__other__ttl .other-ttl__en {
  font-family: "inter", sans-serif;
  font-size: 6.4rem;
  line-height: 0.7;
  color: rgba(44, 54, 54, 0.11);
}
@media screen and (max-width: 767px) {
  .p-product__other__ttl .other-ttl__en {
    font-size: 2.4rem;
    line-height: 1;
  }
}
.p-product__related {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-product__related {
    margin: 0 -1.6rem 0 0;
  }
}
.p-product__related__list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-product__related__list .swiper-wrapper {
    display: flex;
    gap: 0;
    padding-bottom: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__rmd {
    margin-right: -1.6rem;
  }
}
.p-product__rmd__list .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 4rem 2.75rem;
}
@media screen and (max-width: 991px) {
  .p-product__rmd__list .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.9rem 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-product__rmd__list .swiper-wrapper {
    display: flex;
    gap: 0;
    padding-bottom: 7.5rem;
  }
}

/* p-privacy-policy */
.p-privacy-policy__body {
  width: 100%;
  margin: 0 auto;
}
.p-privacy-policy__body h2 {
  margin: 6rem 0 2rem;
  padding: 0 2rem;
  font-size: 1.8rem;
  color: #fff;
  background-color: #2b2626;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy__body h2 {
    margin: 4rem 0 1.5rem;
    padding: 0 0.5rem;
    font-size: 1.6rem;
  }
}
.p-privacy-policy__body h2:first-of-type {
  margin-top: 0;
}
.p-privacy-policy__body p {
  font-size: 1.4rem;
  font-weight: 400;
}
.p-privacy-policy__body a {
  text-decoration: underline;
}