@charset "UTF-8";
@font-face {
  font-family: "ShinRetroMaruGothic";
  src: url("../font/ShinRetroMaruGothic-Regular.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ShinRetroMaruGothic";
  src: url("../font/ShinRetroMaruGothic-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ShinRetroMaruGothic";
  src: url("../font/ShinRetroMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
}
#page_top .p-frontFv {
  z-index: 10;
  color: var(--white);
  background: var(--white);
  padding: 0;
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv {
    width: 100%;
    height: 67rem;
  }
}
@media screen and (min-width: 1681px) {
  #page_top .p-frontFv {
    width: 1680px;
  }
}
#page_top .p-frontFv h1 {
  width: 15rem;
  position: absolute;
  z-index: 11;
  right: 31rem;
  top: 14rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  gap: 3.5rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv h1 {
    right: 5dvw;
    width: 18dvw;
    top: 28dvw;
    gap: 4dvw;
    mix-blend-mode: difference;
  }
}
#page_top .p-frontFv h1 picture:nth-child(1) {
  width: 4.5rem;
}
#page_top .p-frontFv h1 picture:nth-child(2) {
  width: 4.5rem;
  padding-top: 20rem;
}
#page_top .p-frontFv h1 span {
  display: none;
}
#page_top .p-frontFv__img {
  pointer-events: none;
  width: 51%;
  height: 82%;
  left: 5%;
  top: 4%;
  border-radius: 5px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img {
    width: 100dvw;
    height: 100dvw;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 1681px) {
  #page_top .p-frontFv__img {
    left: 3rem;
  }
}
#page_top .p-frontFv__img::before {
  content: "";
  border-radius: 5px;
  opacity: 0.12;
  background: linear-gradient(228deg, #D9D9D9 4.41%, #737373 91.96%);
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img::before {
    right: 0rem;
    bottom: 0rem;
  }
}
#page_top .p-frontFv__img::after {
  content: "";
  z-index: 5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#page_top .p-frontFv__img .swiper-wrapper {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .swiper-pagination-fraction,
  #page_top .p-frontFv__img .swiper-pagination-custom,
  #page_top .p-frontFv__img .swiper-horizontal > .swiper-pagination-bullets,
  #page_top .p-frontFv__img .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 29rem;
    left: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
  }
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
  }
}
#page_top .p-frontFv__img .swiper {
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__img .swiper {
    border-radius: 0px;
  }
}
#page_top .p-frontFv__img .swiper picture {
  height: 100%;
  pointer-events: none;
}
#page_top .p-frontFv__img .swiper picture img {
  pointer-events: none;
  height: 120%;
  max-width: initial;
  width: 120%;
  transition: 10s;
}
#page_top .p-frontFv__img .swiper .swiper-slide {
  pointer-events: none;
}
#page_top .p-frontFv__img .swiper .swiper-slide.u-01.swiper-slide-active img, #page_top .p-frontFv__img .swiper .swiper-slide.u-01.swiper-slide-duplicate-active img, #page_top .p-frontFv__img .swiper .swiper-slide.u-01.swiper-slide-prev img {
  animation: move-diagonal 10s linear;
}
#page_top .p-frontFv__img .swiper .swiper-slide.u-02.swiper-slide-active img, #page_top .p-frontFv__img .swiper .swiper-slide.u-02.swiper-slide-duplicate-active img, #page_top .p-frontFv__img .swiper .swiper-slide.u-02.swiper-slide-prev img {
  animation: move-diagonal2 10s linear;
}
@keyframes move-diagonal {
  0% {
    transform: translateX(0) translateY(0);
  }
  100% {
    transform: translateX(-10%) translateY(-10%);
  }
}
@keyframes move-diagonal2 {
  0% {
    transform: translateX(-15%) translateY(-10%);
  }
  100% {
    transform: translateX(4%) translateY(0%);
  }
}
#page_top .p-frontFv__logo {
  position: absolute;
  left: 45%;
  top: 30%;
  z-index: 10;
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__logo {
    left: 5dvw;
    top: 81dvw;
  }
}
#page_top .p-frontFv__logo svg {
  fill: #353535;
  width: 40rem;
  height: 30rem;
  fill: #c0c0c0;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv__logo svg {
    width: 55dvw;
  }
}
@media screen and (max-width: 767px) {
  #page_top .p-frontFv .c-scrollIcon {
    margin: 18rem auto -3rem;
  }
}
#page_top .p-frontNews__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontNews__wrap {
    flex-direction: column;
  }
}
#page_top .p-frontNews .ttl {
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontNews .ttl {
    text-wrap: initial;
  }
}
#page_top .p-frontNews .list {
  width: 100%;
  padding-left: 20rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontNews .list {
    padding-left: 0;
  }
}
#page_top .p-frontAbout::before {
  content: "";
  border-radius: 5px;
  background: linear-gradient(159deg, #F9F8F2 -0.56%, #ECF5FF 111.43%);
  position: absolute;
  left: 10rem;
  right: 0;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout::before {
    left: 0rem;
  }
}
#page_top .p-frontAbout__wrap {
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__wrap {
    padding: 0;
  }
}
#page_top .p-frontAbout__wrap p {
  font-size: var(--fz200);
  font-weight: 600;
}
#page_top .p-frontAbout__contents01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 {
    flex-direction: column;
  }
}
#page_top .p-frontAbout__contents01 p {
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 p {
    text-wrap: initial;
  }
}
#page_top .p-frontAbout__contents01 .u-parallax2 {
  width: 80rem;
  height: 80rem;
  margin-top: -29rem;
  margin-left: 5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 .u-parallax2 {
    margin: 0;
    margin-top: 3rem;
    padding-left: 0rem;
    padding-right: 3rem;
    width: calc(100dvw - 8rem);
    height: calc(100dvw - 8rem);
  }
}
#page_top .p-frontAbout__contents01 .u-parallax2 .u-img {
  width: 71rem;
  height: 71rem;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 .u-parallax2 .u-img {
    width: 26rem;
    height: 26rem;
  }
}
#page_top .p-frontAbout__contents01 .u-parallax2 .u-img img {
  margin-top: -16rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  transition: transform 0.1s;
  /* スムーズなアニメーションを実現するためのトランジション */
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents01 .u-parallax2 .u-img img {
    margin-top: -14rem;
  }
}
#page_top .p-frontAbout__contents02 {
  margin-top: -28rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 {
    margin-top: -11rem;
    margin-left: 3rem;
    margin-bottom: 6rem;
  }
}
#page_top .p-frontAbout__contents02 .p-copy {
  position: absolute;
  top: 2rem;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 .p-copy {
    top: 16rem;
    left: -3.5rem;
  }
}
#page_top .p-frontAbout__contents02 .p-copy p {
  font-size: var(--fz210);
  padding: 0.5rem 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0.6rem;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  /* テキストが改行されないように */
  transition: width 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 .p-copy p {
    font-size: 1.8rem;
    top: -2rem;
    left: 1rem;
  }
}
#page_top .p-frontAbout__contents02 .u-parallax {
  width: 70rem;
  height: 30rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-items: flex-start;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 .u-parallax {
    margin: 0;
    margin-top: 3rem;
    padding-left: 0rem;
    width: calc(100dvw - 8rem);
    height: calc(100dvw - 17rem);
  }
}
#page_top .p-frontAbout__contents02 .u-parallax .u-img {
  width: 71rem;
  height: 71rem;
  overflow: hidden;
}
#page_top .p-frontAbout__contents02 .u-parallax .u-img img {
  margin-top: -31rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76%;
  transition: transform 0.1s;
  width: 70rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout__contents02 .u-parallax .u-img img {
    margin-top: -34rem;
  }
}
#page_top .p-frontAbout__contents02.is-anim p {
  padding: 0.5rem 1.5rem;
}
#page_top .p-frontAbout__contents02.is-anim p:nth-child(1) {
  /* 1番目のp要素のアニメーション */
  animation: expandWidth 0.8s ease-in-out forwards;
}
#page_top .p-frontAbout__contents02.is-anim p:nth-child(2) {
  /* 2番目のp要素のアニメーションを0.3秒遅らせる */
  animation: expandWidth 0.8s 0.4s ease-in-out forwards;
}
@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#page_top .p-frontAbout .m_btn_txt {
  text-align: center;
  margin-bottom: 5rem;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout .m_btn_txt {
    padding: 2rem 0 5rem;
    margin: 0;
  }
}
#page_top .p-frontAbout .m_btn_txt a {
  margin-left: -5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout .m_btn_txt a {
    margin-left: 0rem;
  }
}
#page_top .p-frontAbout .p-concept {
  margin: 5rem auto 1rem;
  padding: 5rem 20rem;
  display: inline-flex;
  justify-content: center;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #page_top .p-frontAbout .p-concept {
    padding: 3rem 3rem;
    font-size: 1.9rem;
    margin: 1rem auto;
  }
}
#page_top .p-frontAbout .p-concept::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 3rem;
  left: 0;
  top: 0;
  border-left: solid 1px #484848;
  border-top: solid 1px #484848;
}
#page_top .p-frontAbout .p-concept::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 3rem;
  right: 0;
  bottom: 0;
  border-right: solid 1px #484848;
  border-bottom: solid 1px #484848;
}
#page_top .p-frontAbout .m_box_fixed:nth-child(2) {
  padding-top: 13rem;
}
#page_top .p-frontAbout .m_box_fixed:nth-child(2) .p-frontAbout__wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#page_top .p-frontAbout .m_box_fixed:nth-child(2) .m_txt_secTtl {
  text-align: center;
}
#page_top .p-frontAbout::after {
  content: "";
  background-image: url(../img/top/lower_img.svg);
  margin-top: 8rem;
  position: absolute;
  display: block;
  width: 100%;
  height: 7rem;
  bottom: 0;
}

.p-newItem {
  background: linear-gradient(169deg, rgba(233, 241, 242, 0.2) 3.81%, rgba(174, 187, 207, 0.2) 116.08%);
}
@media screen and (max-width: 767px) {
  .p-newItem {
    overflow: hidden;
  }
}
.p-newItem::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 130rem;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media screen and (min-width: 1681px) {
  .p-newItem::before {
    width: calc(1200px + 50% - 700px);
  }
}
@media screen and (max-width: 767px) {
  .p-newItem .m_txt_secTtl {
    margin-bottom: 0rem;
  }
}
.p-newItem .p-swiper {
  position: relative;
}
.p-newItem .p-swiper .swiper {
  margin-top: 5rem;
  padding-bottom: 5rem;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-swiper .swiper {
    margin-top: 0;
    overflow: visible;
    padding-bottom: 5rem;
  }
}
.p-newItem .p-swiper .swiper .swiper-pagination2 {
  width: auto;
  flex-direction: row;
  justify-content: center;
  bottom: -2.5rem;
  top: initial;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-swiper .swiper .swiper-pagination2 {
    left: 0rem;
    bottom: -3.3rem;
  }
}
.p-newItem .p-swiper .swiper .swiper-button-prev {
  top: initial;
  left: 1rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-swiper .swiper .swiper-button-prev {
    left: 0.5rem;
    bottom: 7rem;
    width: 6rem;
    height: 30rem;
  }
}
.p-newItem .p-swiper .swiper .swiper-button-prev::after {
  font-size: 2rem;
}
.p-newItem .p-swiper .swiper .swiper-button-next {
  top: initial;
  right: 3rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-swiper .swiper .swiper-button-next {
    right: 0.5rem;
    bottom: 7rem;
    width: 6rem;
    height: 30rem;
  }
}
.p-newItem .p-swiper .swiper .swiper-button-next::after {
  font-size: 2rem;
}
.p-newItem .p-slide__item {
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-slide__item {
    width: auto;
  }
}
.p-newItem .p-slide__item a {
  display: block;
  position: relative;
  padding: 0 1rem 1rem;
}
.p-newItem .p-slide__item a:hover {
  opacity: 1;
}
.p-newItem .p-slide__item a:hover picture img {
  transform: scale(1.1);
}
.p-newItem .p-slide__item a:hover picture::after {
  background: rgba(90, 90, 90, 0.63);
}
.p-newItem .p-slide__item a:hover div {
  opacity: 1;
}
.p-newItem .p-slide__item a picture {
  overflow: hidden;
  box-shadow: 6px 6px 2px 0px rgba(0, 0, 0, 0.13);
  border-radius: 5px;
}
.p-newItem .p-slide__item a picture::after {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s;
}
.p-newItem .p-slide__item a picture.u-unsail::before {
  content: "";
  position: absolute;
  background-color: rgba(214, 214, 214, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.p-newItem .p-slide__item a picture .u-negotiations {
  position: absolute;
  top: 0;
  left: 0;
  width: 9rem;
  height: 9rem;
  background-color: var(--resetColor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  opacity: 1;
  line-height: 1.1;
}
.p-newItem .p-slide__item a picture .u-soldout {
  position: absolute;
  top: 0;
  left: 0;
  width: 9rem;
  height: 9rem;
  background: #C83535;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  opacity: 1;
  line-height: 1.1;
}
.p-newItem .p-slide__item a picture img {
  width: 100%;
  transition: transform 0.5s var(--easeOutCubic);
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-newItem .p-slide__item a div {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-newItem .p-slide__item a div p:nth-child(1) {
  color: #fff;
  font-size: 3rem;
  margin-bottom: 0.5rem;
}
.p-newItem .p-slide__item a div p:nth-child(1)::before {
  content: "￥";
}
.p-newItem .p-slide__item a div p:nth-child(1)::after {
  content: "-";
}
.p-newItem .p-slide__item a div p:nth-child(2) {
  font-size: 2rem;
  padding: 0.7rem 1.5rem;
  border-radius: 5px;
  background-color: #fff;
  font-weight: 700;
}
.p-newItem .p-tabArea {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-tabArea {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.p-newItem .p-tabArea .tab {
  display: flex;
  gap: 1rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-tabArea .tab {
    flex-direction: column;
    width: 100%;
    padding: 3rem 0 1rem;
    gap: 0.5rem;
  }
}
.p-newItem .p-tabArea .tab .tab-btn {
  position: relative;
  display: block;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-tabArea .tab .tab-btn {
    display: flex;
    align-items: center;
  }
}
.p-newItem .p-tabArea .tab .tab-btn:hover {
  transform: translateY(-1rem);
}
@media screen and (max-width: 767px) {
  .p-newItem .p-tabArea .tab .tab-btn:hover {
    transform: translateX(1rem);
  }
}
.p-newItem .p-tabArea .tab .tab-btn::before {
  position: absolute;
  content: "";
  background-image: url(../img/common/select.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -11rem;
  left: 50%;
  width: 7rem;
  height: 9rem;
  opacity: 0;
  transform: translateX(-50%) translateY(-5rem);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-tabArea .tab .tab-btn::before {
    transform: translateX(-5rem) translateY(0%);
    background-image: url(../img/common/select-sp.svg);
    width: 8rem;
    height: 1.8rem;
    top: 7%;
    left: 4.5rem;
  }
}
.p-newItem .p-tabArea .tab .tab-btn::after {
  position: absolute;
  content: "";
  background-color: #484848;
  width: 0.3rem;
  height: 0.3rem;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 500px;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-tabArea .tab .tab-btn::after {
    position: relative;
    display: inline-block;
    top: initial;
    left: initial;
    width: 200%;
    margin-left: 1rem;
    transform: translateX(0);
    height: 0.05rem;
    opacity: 0.2;
  }
}
.p-newItem .p-tabArea .tab .tab-btn p {
  display: block;
  width: 1em;
  line-height: 1.2;
  padding-top: 1rem;
  font-size: var(--fz300);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* テキストの選択を無効化 */
}
@media screen and (max-width: 767px) {
  .p-newItem .p-tabArea .tab .tab-btn p {
    font-size: 1.8rem;
    width: 100%;
    padding-left: 11rem;
    padding-top: 0rem;
    text-wrap: nowrap;
  }
}
.p-newItem .p-tabArea .tab .tab-btn.show::before {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.p-newItem .p-tabArea .list {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-tabArea .list {
    width: 100%;
  }
}
.p-newItem .p-tabArea .tab-contents {
  height: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
@media screen and (max-width: 767px) {
  .p-newItem .p-tabArea .tab-contents {
    padding: 0 0.5rem;
  }
}
.p-newItem .p-tabArea .tab-contents.show {
  height: auto;
  opacity: 1;
  position: relative;
  transform: translateY(0);
}

#page_company .p-campanyFv {
  background-image: url(../img/company/company-fv-bg.webp);
  background-size: cover;
  height: calc(100dvh - 5rem);
  min-height: 80rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyFv {
    min-height: 60rem;
  }
}
#page_company .p-campanyFv div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page_company .p-campanyFv div h1 {
  width: 50rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyFv div h1 {
    width: 27rem;
    padding-bottom: 1rem;
  }
}
#page_company .p-campanyFv div .u-line01,
#page_company .p-campanyFv div .u-line02,
#page_company .p-campanyFv div .u-line03 {
  opacity: 0;
  height: 1px;
}
#page_company .p-campanyFv div .u-line01 {
  width: 120%;
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1rem;
}
#page_company .p-campanyFv div .u-line01.is-anim {
  animation: fadeIn 2s forwards 1s;
}
#page_company .p-campanyFv div .u-line02 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1rem;
}
#page_company .p-campanyFv div .u-line02.is-anim {
  animation: fadeIn 2s forwards 1.3s;
}
#page_company .p-campanyFv div .u-line03 {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.2);
}
#page_company .p-campanyFv div .u-line03.is-anim {
  animation: fadeIn 2s forwards 1.6s;
}
#page_company .p-campanyFv div p {
  margin-top: 2rem;
  width: 35rem;
  padding-bottom: 5rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyFv div p {
    margin-top: 0rem;
    width: 18rem;
    padding-bottom: 1rem;
  }
}
#page_company .p-campanyFv div p.is-anim {
  animation: fadeIn 2s forwards 2s;
}
#page_company .p-campanyFv div span {
  display: none;
}
#page_company .p-campanyFv .u-scroll {
  width: 7rem;
  position: absolute;
  left: 50%;
  bottom: 12rem;
  transform: translateX(-50%);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyFv .u-scroll {
    width: 6rem;
    bottom: initial;
    top: 77dvh;
  }
}
#page_company .p-campanyFv .u-scroll.is-anim {
  animation: fadeIn 2s forwards 3s;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
#page_company .p-campanyAbout {
  overflow: hidden;
}
#page_company .p-campanyAbout::before {
  content: "";
  position: absolute;
  width: 60rem;
  height: 60rem;
  background-image: url(../img/company/company-about.webp);
  background-size: cover;
  top: 0;
  right: 0;
}
#page_company .p-campanyAbout__intro {
  display: flex;
  justify-content: space-between;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro {
    flex-direction: column;
    align-items: center;
  }
}
#page_company .p-campanyAbout__intro p {
  width: calc(100% - 90rem);
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro p {
    width: 100%;
  }
}
#page_company .p-campanyAbout__intro .u-campanyWork {
  width: 83rem;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro .u-campanyWork {
    width: 100%;
    margin: 5rem 0 8rem;
  }
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper {
  margin-top: -5rem;
  margin-bottom: -9rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro .u-campanyWork .swiper {
    margin-top: 0;
    margin-bottom: -3rem;
  }
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper {
  pointer-events: none;
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  padding: 0 5rem 3rem 6rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide {
    margin-bottom: -3rem;
  }
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
  z-index: 5;
  transform: translateX(78rem);
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateX(30rem);
  }
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 0.4;
  scale: 0.9;
  transform: translateX(6rem);
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
    transform: translateX(3rem);
  }
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: translateX(-85rem);
  opacity: 0.2;
  scale: 0.8;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(-30rem);
  }
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide picture {
  width: 80rem;
  height: 45rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide picture {
    width: calc(100dvw - 15rem);
    height: calc(100dvw - 15rem);
  }
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide picture img {
  width: 80rem;
  height: 45rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide picture img {
    width: calc(100dvw - 15rem);
    height: calc(100dvw - 15rem);
  }
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide picture .u-reflection {
  transform: scale(1, -1); /* 上下反転 */
  position: relative; /* 基準位置とする */
  opacity: 0.2;
  height: 10rem;
  border-radius: 5px;
  overflow: hidden;
}
#page_company .p-campanyAbout__intro .u-campanyWork .swiper .swiper-wrapper .swiper-slide picture .u-reflection::before {
  content: ""; /* 疑似要素に必須 */
  width: 100%; /* 幅いっぱい */
  height: 100%; /* 高さいっぱい */
  display: block; /* 高さを指定するためにブロック要素にする */
  background: linear-gradient(#F0F6F9 30%, rgba(255, 255, 255, 0) 100%); /* 徐々に透明にする */
  position: absolute; /* 相対位置に指定 */
  top: 0; /* 上から0pxの位置に指定 */
  left: 0; /* 左から0pxの位置に指定 */
  z-index: 5;
}
#page_company .p-campanyAbout__representative {
  display: flex;
  z-index: 2;
  margin-top: -15rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__representative {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }
}
#page_company .p-campanyAbout__representative::before {
  content: "";
  position: absolute;
  background-color: #F0F6F9;
  top: -3rem;
  right: -100rem;
  left: -100rem;
  bottom: -10rem;
}
#page_company .p-campanyAbout__representative img {
  width: 17rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyAbout__representative img {
    width: 100%;
    height: 31rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 2rem;
  }
}
#page_company .p-campanyAbout__representative .u-detail {
  width: 35rem;
  padding: 0 2.5rem;
}
#page_company .p-campanyAbout__representative .u-detail div {
  font-size: 1.4rem;
}
#page_company .p-campanyAbout__representative .u-detail h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#page_company .p-campanyAbout__representative .u-detail h3 small {
  font-size: 1.2;
  margin-left: 1rem;
  letter-spacing: -0.02em;
}
#page_company .p-campanyAbout__representative .u-detail p {
  font-size: 1.5rem;
}
#page_company .p-campanyQuality {
  overflow: hidden;
  background: linear-gradient(169deg, rgba(233, 241, 242, 0.8) 3.81%, rgba(174, 187, 207, 0.8) 116.08%);
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality {
    overflow: hidden;
  }
}
#page_company .p-campanyQuality::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 130rem;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media screen and (min-width: 1681px) {
  #page_company .p-campanyQuality::before {
    width: calc(1200px + 50% - 700px);
  }
}
#page_company .p-campanyQuality__base {
  width: 130rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__base {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__base {
    width: 100%;
  }
}
#page_company .p-campanyQuality__base .u-detail {
  width: 85rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__base .u-detail {
    width: 100%;
  }
}
#page_company .p-campanyQuality__base .u-detail p {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__base .u-detail p {
    margin-bottom: 3rem;
  }
}
#page_company .p-campanyQuality__base .u-parallax {
  width: 35rem;
  height: 42rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-items: flex-start;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__base .u-parallax {
    margin: 0;
    width: calc(100dvw - 5rem);
    height: calc(100dvw - 18rem);
  }
}
#page_company .p-campanyQuality__base .u-parallax .u-img {
  width: 35rem;
  height: 42rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__base .u-parallax .u-img {
    width: calc(100dvw - 5rem);
    height: calc(100dvw - 18rem);
  }
}
#page_company .p-campanyQuality__base .u-parallax .u-img img {
  margin-top: -18rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 115%;
  transition: transform 0.1s;
  width: 70rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__base .u-parallax .u-img img {
    margin-top: -20rem;
    height: 120%;
  }
}
#page_company .p-campanyQuality__base .p-concept {
  margin: 5rem auto 1rem;
  padding: 4rem 8rem;
  display: inline-flex;
  justify-content: center;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__base .p-concept {
    padding: 3rem 3rem;
    font-size: 1.9rem;
    margin: 1rem auto;
    width: 100%;
  }
}
#page_company .p-campanyQuality__base .p-concept::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 3rem;
  left: 0;
  top: 0;
  border-left: solid 1px #484848;
  border-top: solid 1px #484848;
}
#page_company .p-campanyQuality__base .p-concept::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 3rem;
  right: 0;
  bottom: 0;
  border-right: solid 1px #484848;
  border-bottom: solid 1px #484848;
}
#page_company .p-campanyQuality__item {
  width: 130rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__item {
    flex-direction: column;
  }
}
#page_company .p-campanyQuality__item ul li {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
#page_company .p-campanyQuality__item ul li img {
  width: 6rem;
  height: 6rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__item ul li img {
    width: 5rem;
    height: 5rem;
  }
}
#page_company .p-campanyQuality__item ul li div h4 {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__item ul li div h4 {
    font-size: 2.5rem;
  }
}
#page_company .p-campanyQuality__item ul li div p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__item ul li div p {
    font-size: 1.4rem;
  }
}
#page_company .p-campanyQuality__item .u-parallax {
  width: 136rem;
  height: 37rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-items: flex-start;
  border-radius: 5px;
  margin-right: -50rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__item .u-parallax {
    margin: 0;
    margin-top: 3rem;
    padding-left: 0rem;
    width: calc(100dvw - 5rem);
    height: calc(100dvw - 5rem);
  }
}
#page_company .p-campanyQuality__item .u-parallax .u-img {
  width: 120rem;
  height: 35rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__item .u-parallax .u-img {
    width: 100%;
  }
}
#page_company .p-campanyQuality__item .u-parallax .u-img picture {
  width: 100%;
  height: 100%;
}
#page_company .p-campanyQuality__item .u-parallax .u-img img {
  margin-top: -21rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  transition: transform 0.1s;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyQuality__item .u-parallax .u-img img {
    margin-top: -21rem;
  }
}
#page_company .p-campanySdgs {
  overflow: hidden;
}
#page_company .p-campanySdgs::before {
  content: "";
  position: absolute;
  width: 60rem;
  height: 60rem;
  background-image: url(../img/company/company-sdgs.webp);
  background-size: cover;
  bottom: 0;
  right: 0;
}
#page_company .p-campanySdgs .u-declaration {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 1rem;
  width: 102rem;
  margin: 0 auto;
  padding: 0 2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs .u-declaration {
    flex-direction: column;
    width: 100%;
  }
}
#page_company .p-campanySdgs .u-declaration::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #353535;
  transform: rotate(-30deg);
  left: 0rem;
  top: 5%;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs .u-declaration::before {
    transform: rotate(-15deg);
    left: 1rem;
    top: initial;
    height: 60%;
    bottom: 0;
  }
}
#page_company .p-campanySdgs .u-declaration::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #353535;
  transform: rotate(30deg);
  right: 2rem;
  top: 5%;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs .u-declaration::after {
    transform: rotate(15deg);
    right: 1rem;
    top: initial;
    height: 60%;
    bottom: 0;
  }
}
#page_company .p-campanySdgs .u-declaration img {
  width: 56rem;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs .u-declaration img {
    width: 100%;
  }
}
#page_company .p-campanySdgs .u-declaration p {
  font-size: 2rem;
  line-height: 1.5;
  text-align: left;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs .u-declaration p {
    font-size: 1.6rem;
    line-height: 1.2;
    padding: 0 0rem;
    text-align: center;
  }
}
#page_company .p-campanySdgs ul {
  background: linear-gradient(169deg, rgba(233, 241, 242, 0.2) 3.81%, rgba(174, 187, 207, 0.2) 116.08%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 6rem;
  padding: 6rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs ul {
    flex-direction: column;
    gap: 5rem;
    padding: 4rem 3rem;
    border-radius: 2rem;
  }
}
#page_company .p-campanySdgs ul::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#page_company .p-campanySdgs ul li {
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  font-size: 3.5rem;
  width: 27%;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs ul li {
    padding: 3rem 3rem;
    font-size: 1.9rem;
    margin: 1rem auto;
    width: 100%;
  }
}
#page_company .p-campanySdgs ul li::before {
  position: absolute;
  content: "";
  width: 70%;
  height: 30%;
  right: 0;
  top: 0;
  border-right: solid 1px #484848;
  border-top: solid 1px #484848;
}
#page_company .p-campanySdgs ul li::after {
  position: absolute;
  content: "";
  width: 70%;
  height: 30%;
  left: 0;
  bottom: 0;
  border-left: solid 1px #484848;
  border-bottom: solid 1px #484848;
}
#page_company .p-campanySdgs ul li div {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 6rem;
  position: absolute;
  left: 0;
  top: -5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs ul li div {
    top: -4rem;
    font-size: 5rem;
  }
}
#page_company .p-campanySdgs ul li h3 {
  font-size: 2.5rem;
  height: 13rem;
  line-height: 1.2;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs ul li h3 {
    font-size: 2rem;
  }
}
#page_company .p-campanySdgs ul li img {
  height: 8rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 3rem;
}
#page_company .p-campanySdgs ul li p {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs ul li p {
    font-size: 1.6rem;
  }
}
#page_company .p-campanySdgs .u-note {
  width: calc(81% + 3rem);
  display: block;
  margin: 2rem auto;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanySdgs .u-note {
    font-size: 1.6rem;
  }
}
#page_company .p-campanyOverview {
  background-color: #EDF2F4;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyOverview {
    padding-bottom: 0;
  }
}
#page_company .p-campanyOverview__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyOverview__detail {
    flex-direction: column;
  }
}
#page_company .p-campanyOverview__detail .u-text {
  width: 65rem;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyOverview__detail .u-text {
    width: 100%;
  }
}
#page_company .p-campanyOverview__detail .u-text dl {
  border-bottom: solid 1px #E0E0E0;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyOverview__detail .u-text dl {
    border-bottom: initial;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 0;
  }
}
#page_company .p-campanyOverview__detail .u-text dl dt {
  width: 12rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyOverview__detail .u-text dl dt {
    width: 100%;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px #E0E0E0;
  }
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyOverview__detail .u-text dl dd {
    padding-top: 0.5rem;
  }
}
#page_company .p-campanyOverview__detail .u-text dl dd small {
  font-size: 0.8em;
}
#page_company .p-campanyOverview__detail .u-img {
  width: 86rem;
  margin-right: -19rem;
  border-radius: 3rem 0 0 3rem;
  box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.15) inset;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyOverview__detail .u-img {
    width: calc(100% + 5rem);
    margin-right: initial;
    border-radius: initial;
  }
}
@media screen and (min-width: 1681px) {
  #page_company .p-campanyOverview__detail .u-img {
    margin-right: -27rem;
  }
}
#page_company .p-campanyOverview__detail .u-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3rem 0 0 3rem;
  box-shadow: 2px 4px 9px 0px rgba(0, 0, 0, 0.15) inset;
}
@media screen and (max-width: 767px) {
  #page_company .p-campanyOverview__detail .u-img::after {
    border-radius: initial;
  }
}
#page_itemlist .p-newItem {
  margin-top: 26rem;
  padding: 0;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem {
    overflow: visible;
  }
}
#page_itemlist .p-newItem::before {
  width: 110rem;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem::before {
    width: 100dvw;
  }
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-tabArea {
    flex-direction: column-reverse;
  }
}
#page_itemlist .p-newItem .p-tabArea .tab-contents {
  overflow: initial;
}
#page_itemlist .p-newItem .p-tabArea .tab {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-tabArea .tab {
    margin-top: 0rem;
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
#page_itemlist .p-newItem .p-tabArea .list {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-tabArea .list {
    width: 100%;
  }
}
#page_itemlist .p-newItem .p-newsList {
  margin-top: 5rem;
  padding-bottom: 5rem;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-newsList {
    margin-top: -20rem;
    overflow: visible;
    padding-bottom: 5rem;
  }
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper {
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-top: -14rem;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-newsList .swiper-wrapper {
    gap: 5rem;
    margin-top: 0rem;
  }
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide {
  width: 27rem;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide {
    width: calc(100dvw - 6rem);
    overflow: initial;
  }
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide picture {
  border-radius: 5px;
  border: solid 1px #f7f7f7;
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide picture.u-unsail::before {
  content: "";
  position: absolute;
  background-color: rgba(214, 214, 214, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide picture img {
  width: 27rem;
  height: 27rem;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide picture img {
    width: calc(100dvw - 8rem);
    height: calc(100dvw - 9rem);
  }
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide picture .u-negotiations {
  position: absolute;
  top: 0;
  left: 0;
  width: 9rem;
  height: 9rem;
  background-color: var(--resetColor);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  opacity: 1;
  line-height: 1.1;
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide picture .u-soldout {
  position: absolute;
  top: 0;
  left: 0;
  width: 9rem;
  height: 9rem;
  background: #C83535;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  opacity: 1;
  line-height: 1.1;
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide h3 {
  font-size: var(--fz200);
  font-family: "Zen Kurenaido", sans-serif;
  margin-top: 1.5rem;
  margin-left: 0.3rem;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide h3 {
    font-size: 2.5rem;
  }
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-size {
  font-size: var(--fz100);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-size {
    font-size: 1.5rem;
  }
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-technique {
  font-size: var(--fz140);
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-technique {
    margin-left: 0.1rem;
  }
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide li {
  font-size: var(--fz140);
}
@media screen and (max-width: 767px) {
  #page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide li {
    margin-left: 0.1rem;
  }
}
#page_itemlist .p-newItem .p-newsList .swiper-wrapper .swiper-slide a {
  padding: 0;
}

#page_item_datail {
  background-color: #fff;
  overflow: hidden;
}
#page_item_datail #item .p-mainInfo {
  display: flex;
  justify-content: space-between;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-mainInfo {
    flex-direction: column;
    padding-top: 0;
  }
}
#page_item_datail #item .p-mainInfo picture {
  width: 80rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-mainInfo picture {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#page_item_datail #item .p-mainInfo picture::before {
  content: "";
  border-radius: 5px;
  opacity: 0.12;
  background: linear-gradient(228deg, #D9D9D9 4.41%, #737373 23.96%);
  position: absolute;
  right: -3rem;
  bottom: -3rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-mainInfo picture::before {
    right: 0rem;
    bottom: 0rem;
  }
}
#page_item_datail #item .p-mainInfo picture img {
  border-radius: 5px;
  box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
#page_item_datail #item .p-mainInfo .p-mainInfo__text {
  width: calc(100% - 93rem);
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-mainInfo .p-mainInfo__text {
    width: 100%;
  }
}
@media screen and (min-width: 1681px) {
  #page_item_datail #item .p-mainInfo .p-mainInfo__text {
    margin-right: 0rem;
  }
}
#page_item_datail #item .p-mainInfo .p-mainInfo__text h2 {
  font-size: 4rem;
  font-family: "Zen Kurenaido", sans-serif;
  line-height: 1.1;
}
#page_item_datail #item .p-mainInfo .p-mainInfo__text .u-size {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
#page_item_datail #item .p-mainInfo .p-mainInfo__text .u-intro {
  font-size: 1.8rem;
  font-weight: 600;
  height: 50rem;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-mainInfo .p-mainInfo__text .u-intro {
    font-size: 1.6rem;
    height: auto;
  }
}
#page_item_datail #item .p-subInfo {
  display: flex;
  justify-content: space-between;
  margin-top: -33rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo {
    flex-direction: column;
    margin-top: 0rem;
    padding-top: 2rem;
  }
}
#page_item_datail #item .p-subInfo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100rem;
  bottom: 0;
  right: -100rem;
  border-radius: 5px;
  opacity: 0.2;
  background: linear-gradient(169deg, #E9F1F2 3.81%, #AEBBCF 116.08%);
}
#page_item_datail #item .p-subInfo::after {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: -100rem;
  right: -16rem;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.3;
}
@media screen and (min-width: 1681px) {
  #page_item_datail #item .p-subInfo::after {
    width: calc(1200px + 50% - 700px);
  }
}
#page_item_datail #item .p-subInfo01 {
  padding-top: 20rem;
  width: 80rem;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo01 {
    width: 100%;
    padding-top: 0rem;
  }
}
#page_item_datail #item .p-subInfo01 dl {
  display: flex;
  gap: 5rem;
  border-bottom: solid 1px #E0E0E0;
  padding: 0.8rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo01 dl {
    gap: 2rem;
    font-size: 1.4rem;
  }
}
#page_item_datail #item .p-subInfo01 dl dt {
  text-wrap: nowrap;
  width: 10rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo01 dl dt {
    padding-left: 0rem;
    width: 8rem;
  }
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo01 dl dd {
    width: calc(100% - 10rem);
  }
}
#page_item_datail #item .p-subInfo01 .u-ctr {
  margin-top: 3rem;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  transition: 0.2s;
  overflow: hidden;
}
#page_item_datail #item .p-subInfo01 .u-ctr::before {
  content: "";
  transition: 0.2s;
  position: absolute;
  background: linear-gradient(177deg, #CDE1C2 -17.09%, #325B8F 83.45%), #FFF;
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
}
#page_item_datail #item .p-subInfo01 .u-ctr:hover {
  transform: translateY(-0.3rem);
}
#page_item_datail #item .p-subInfo01 .u-ctr:hover::before {
  transform: translateX(-50%);
}
#page_item_datail #item .p-subInfo01 .u-ctr.u-unsail {
  pointer-events: none;
}
#page_item_datail #item .p-subInfo01 .u-ctr.u-unsail::before {
  background: #b4b4b4;
}
#page_item_datail #item .p-subInfo01 .u-ctr a {
  display: block;
  padding: 1.5rem;
  font-size: 2.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo01 .u-ctr a {
    font-size: 1.5rem;
  }
}
#page_item_datail #item .p-subInfo01 .u-ctr a:hover {
  opacity: 1;
}
#page_item_datail #item .p-subInfo02 {
  padding-top: 5rem;
  width: calc(100% - 100rem);
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo02 {
    width: 100%;
  }
}
@media screen and (min-width: 1681px) {
  #page_item_datail #item .p-subInfo02 {
    margin-right: 0rem;
  }
}
#page_item_datail #item .p-subInfo02 h3 {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo02 h3 {
    font-size: 2.5rem;
  }
}
#page_item_datail #item .p-subInfo02 .u-work {
  z-index: 50;
}
#page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper {
  pointer-events: none;
}
#page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  padding: 5rem;
}
#page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: translateX(35rem) translateY(-5rem);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide.swiper-slide-prev {
    transform: translateX(30rem) translateY(-3rem);
  }
}
#page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 5;
}
#page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: translateX(-35rem) translateY(5rem);
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide.swiper-slide-next {
    transform: translateX(-30rem) translateY(3rem);
  }
}
#page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide picture {
  width: 30rem;
  height: 30rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide picture {
    width: 23rem;
    height: 23rem;
  }
}
#page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide picture img {
  width: 30rem;
  height: 30rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-subInfo02 .u-work .swiper-wrapper .swiper-slide picture img {
    width: 23rem;
    height: 23rem;
  }
}
#page_item_datail #item .p-subInfo02 .u-work .swiper-button-next {
  right: 1rem;
  left: auto;
  bottom: 0rem;
  top: initial;
  transform: rotate(45deg);
  animation: diagonalMove2 3s infinite; /* アニメーションを適用 */
}
@keyframes diagonalMove2 {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }
  50% {
    transform: translate(-0.7rem, -0.7rem) rotate(45deg);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}
#page_item_datail #item .p-subInfo02 .u-work .swiper-button-prev {
  left: 1.5rem;
  right: auto;
  top: 2.5rem;
  bottom: initial;
  transform: rotate(45deg);
  animation: diagonalMove 3s infinite; /* アニメーションを適用 */
}
@keyframes diagonalMove {
  0% {
    transform: translate(0, 0) rotate(45deg);
  }
  50% {
    transform: translate(0.7rem, 0.7rem) rotate(45deg);
  }
  100% {
    transform: translate(0, 0) rotate(45deg);
  }
}
#page_item_datail #item .p-otherView p {
  position: absolute;
  top: 13rem;
  left: 42rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-otherView p {
    position: relative;
    top: initial;
    left: initial;
    padding-top: 3rem;
    text-align: center;
  }
}
#page_item_datail #item .p-otherView ul {
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-otherView ul {
    flex-direction: column;
    gap: 3rem;
    display: none;
  }
}
#page_item_datail #item .p-otherView ul li {
  cursor: pointer;
  width: 23%;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-otherView ul li {
    width: 100%;
  }
}
#page_item_datail #item .p-otherView ul li div {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  z-index: 2;
}
#page_item_datail #item .p-otherView ul li img {
  box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#page_item_datail #item .p-otherView .swiper {
  display: none;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-otherView .swiper {
    display: block;
    padding-bottom: 4rem;
  }
}
#page_item_datail #item .p-otherView .swiper li {
  padding: 0 1rem 1rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-otherView .swiper li {
    display: block;
  }
}
#page_item_datail #item .p-otherView .swiper li > div {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 2rem;
  z-index: 2;
}
#page_item_datail #item .p-otherView .swiper li img {
  box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
#page_item_datail #item .p-otherView .swiper .swiper-pagination2 {
  width: auto;
  flex-direction: row;
  justify-content: center;
  bottom: -2.5rem;
  top: initial;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-otherView .swiper .swiper-pagination2 {
    left: 0rem;
    bottom: -3.3rem;
  }
}
#page_item_datail #item .p-otherView .swiper .swiper-button-prev {
  top: initial;
  left: 1rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-otherView .swiper .swiper-button-prev {
    left: 0rem;
    bottom: 6rem;
    width: 6rem;
    height: 30rem;
  }
}
#page_item_datail #item .p-otherView .swiper .swiper-button-prev::after {
  font-size: 2rem;
}
#page_item_datail #item .p-otherView .swiper .swiper-button-next {
  top: initial;
  right: 3rem;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .p-otherView .swiper .swiper-button-next {
    right: 0rem;
    bottom: 6rem;
    width: 6rem;
    height: 30rem;
  }
}
#page_item_datail #item .p-otherView .swiper .swiper-button-next::after {
  font-size: 2rem;
}
#page_item_datail #item .pager {
  border-top: 1px solid #B7B7B7;
  padding-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .pager {
    padding-top: 5rem;
  }
}
#page_item_datail #item .pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#page_item_datail #item .pager-list .prev, #page_item_datail #item .pager-list .next {
  font-family: var(--en02);
  letter-spacing: 0.04em;
  line-height: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .pager-list .prev, #page_item_datail #item .pager-list .next {
    margin-right: 0;
  }
}
#page_item_datail #item .pager-list .prev::before, #page_item_datail #item .pager-list .next::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.1rem;
  height: 0.85rem;
}
#page_item_datail #item .pager-list .prev {
  padding-right: 5rem;
}
#page_item_datail #item .pager-list .next {
  padding-left: 5rem;
}
#page_item_datail #item .modal-box .modal-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
}
#page_item_datail #item .modal-box .modal-overlay.is-active {
  opacity: 1;
  visibility: visible;
}
#page_item_datail #item .modal-box .modal {
  background: linear-gradient(169deg, #E9F1F2 3.81%, #AEBBCF 116.08%);
  box-shadow: 0 0.4rem 0.6rem rgba(0, 0, 0, 0.16);
  padding: 7rem;
  position: fixed;
  width: 120rem;
  max-width: calc(100% - 6rem);
  height: 81.7rem;
  max-height: calc(100% - 6rem);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3rem;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .modal-box .modal {
    width: calc(100% - 5rem);
    height: calc(100% - 5rem);
    max-width: calc(100% - 5rem);
    max-height: calc(100% - 5rem);
    padding: 7.5rem 2.5rem 2.5rem;
  }
}
#page_item_datail #item .modal-box .modal.is-active {
  opacity: 1;
  visibility: visible;
}
#page_item_datail #item .modal-box .modal .modal-close {
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 3rem;
  height: 3rem;
  background-image: url(../img/common/close.svg);
  background-size: calc(100% - 2px);
  background-repeat: no-repeat;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #page_item_datail #item .modal-box .modal .modal-close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .modal-box .modal .modal-close {
    width: 4rem;
    top: 2rem;
    right: 2rem;
  }
}
#page_item_datail #item .modal-box .modal_inner {
  display: flex;
  align-items: flex-start;
  gap: 5.7rem;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #page_item_datail #item .modal-box .modal_inner {
    display: block;
  }
}
#page_item_datail #item .modal-box .modal_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 5px;
}

#page_news .p-newItem {
  margin-top: 26rem;
  padding: 0;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem {
    overflow: visible;
  }
}
#page_news .p-newItem::before {
  width: 110rem;
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem::before {
    width: 100dvw;
  }
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-tabArea {
    flex-direction: column-reverse;
  }
}
#page_news .p-newItem .p-tabArea .tab-contents {
  overflow: initial;
}
#page_news .p-newItem .p-tabArea .tab {
  margin-top: 15rem;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-tabArea .tab {
    margin-top: 0rem;
    padding-top: 0;
    padding-bottom: 3rem;
  }
}
#page_news .p-newItem .p-tabArea .list {
  width: 85%;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-tabArea .list {
    width: 100%;
  }
}
#page_news .p-newItem .p-newsList {
  margin-top: 5rem;
  padding-bottom: 5rem;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-newsList {
    margin-top: -20rem;
    overflow: visible;
    padding-bottom: 5rem;
  }
}
#page_news .p-newItem .p-newsList .swiper-wrapper {
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-top: -14rem;
  gap: 3.5rem;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-newsList .swiper-wrapper {
    gap: 5rem;
    margin-top: 0rem;
  }
}
#page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide {
  width: 27rem;
  padding: 0 1rem;
}
#page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide a {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide {
    width: calc(100dvw - 6rem);
    overflow: initial;
  }
}
#page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide picture {
  border-radius: 5px;
  border: solid 1px #f7f7f7;
}
#page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide picture img {
  width: 25rem;
  height: 25rem;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide picture img {
    width: calc(100dvw - 8rem);
    height: calc(100dvw - 9rem);
  }
}
#page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-day {
  margin-top: 1.5rem;
  margin-left: 0.3rem;
  margin-bottom: 0.5rem;
  font-size: var(--fz110);
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-day {
    font-size: 1.5rem;
  }
}
#page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide h3 {
  font-size: var(--fz200);
  font-family: "Zen Kurenaido", sans-serif;
  margin-left: 0.3rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide h3 {
    font-size: 2.5rem;
  }
}
#page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-size {
  font-size: var(--fz100);
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-left: 0.3rem;
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-size {
    font-size: 1.5rem;
  }
}
#page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-technique {
  font-size: var(--fz140);
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide .u-technique {
    margin-left: 0.1rem;
  }
}
#page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide li {
  font-size: var(--fz140);
}
@media screen and (max-width: 767px) {
  #page_news .p-newItem .p-newsList .swiper-wrapper .swiper-slide li {
    margin-left: 0.1rem;
  }
}

#page_news_datail {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #page_news_datail {
    overflow: hidden;
  }
}
#page_news_datail .p-otherHeader .en {
  color: #fff;
}
#page_news_datail .p-otherHeader .ja {
  color: #fff;
}
#page_news_datail .p-otherHeader picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #bdbdbd;
}
#page_news_datail .p-otherHeader picture::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 20rem 20rem;
  background: #7E7E7E;
  mix-blend-mode: multiply;
  z-index: 2;
}
@media screen and (min-width: 1681px) {
  #page_news_datail .p-otherHeader picture::before {
    width: calc(1200px + 50% - 700px);
  }
}
#page_news_datail .p-otherHeader picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#page_news_datail .p-otherHeader .m_box_fixed {
  z-index: 2;
}
#page_news_datail .p-otherHeader .m_box_fixed .c-breadcrumb .list_item {
  color: #fff;
}
#page_news_datail .p-otherHeader .m_box_fixed .c-breadcrumb .list_item a {
  color: #fff;
}
#page_news_datail #news {
  position: relative;
  background: linear-gradient(169deg, rgba(233, 241, 242, 0.2) 3.81%, rgba(174, 187, 207, 0.2) 116.08%);
}
#page_news_datail #news::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 115rem;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
@media screen and (min-width: 1681px) {
  #page_news_datail #news::before {
    width: calc(1200px + 50% - 700px);
  }
}
#page_news_datail #news .heading {
  margin-top: 0rem;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .heading {
    margin-top: 0;
  }
}
#page_news_datail #news .heading .day {
  font-size: 2rem;
  color: #767676;
}
#page_news_datail #news .heading .category {
  margin-top: 1.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .heading .category {
    margin-top: 1rem;
  }
}
#page_news_datail #news .heading .category_item {
  padding: 0.8rem 2.5rem 0.6rem;
  background-color: var(--black);
  border-radius: 9rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .heading .category_item {
    padding: 0.6rem 2rem 0.5rem;
  }
}
#page_news_datail #news .heading .title {
  font-size: 3.2rem;
  letter-spacing: 0.09em;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .heading .title {
    font-size: 2.4rem;
  }
}
#page_news_datail #news .heading .img {
  margin-top: 4.3rem;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .heading .img {
    margin-top: 2rem;
  }
}
#page_news_datail #news .heading .img img {
  width: 100%;
}
#page_news_datail #news .p-contentBase {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-contentBase {
    flex-direction: column-reverse;
  }
}
#page_news_datail #news .p-content01 {
  width: 90rem;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .heading {
    display: none;
  }
}
#page_news_datail #news .p-content01 #ez-toc-container {
  display: none;
}
#page_news_datail #news .p-content01 .content {
  overflow: hidden;
  position: relative;
}
#page_news_datail #news .p-content01 .content > *:nth-child(1) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content > *:nth-child(1) {
    margin-top: 3rem;
  }
}
#page_news_datail #news .p-content01 .content * {
  letter-spacing: 0.09em;
}
#page_news_datail #news .p-content01 .content p {
  margin: 2.8rem 0;
  line-height: 1.68;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content p {
    margin: 2rem 0;
  }
}
#page_news_datail #news .p-content01 .content h2 {
  margin: 6rem 0 2rem;
  font-size: 2.5rem;
  border-bottom: solid 1px #BFBFBF;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content h2 {
    font-size: 2rem;
    margin: 5rem 0 2rem;
  }
}
#page_news_datail #news .p-content01 .content h2::before {
  content: "";
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.3em;
  border-radius: 0.5rem;
  margin-bottom: -0.1em;
  background: linear-gradient(130deg, #CDE1C2 -17.09%, #325B8F 83.45%), #FFF;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content h2::before {
    margin-right: 0.5em;
  }
}
#page_news_datail #news .p-content01 .content h3 {
  margin: 5rem 0 2rem;
  background-color: var(--resetColor);
  font-size: 2rem;
  padding: 0.1rem 2rem 0.3rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content h3 {
    margin: 5rem 0 2rem;
    font-size: 1.7rem;
  }
}
#page_news_datail #news .p-content01 .content h4 {
  margin: 10rem 0 4rem;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 0 2.3rem;
  border-left: 0.6rem solid var(--black);
  border-right: 0.6rem solid var(--black);
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content h4 {
    margin: 5rem 0 2rem;
    font-size: 2rem;
    padding: 0 1.5rem;
  }
}
#page_news_datail #news .p-content01 .content h5, #page_news_datail #news .p-content01 .content h6 {
  font-size: 600px;
}
#page_news_datail #news .p-content01 .content strong {
  font-weight: bold;
}
#page_news_datail #news .p-content01 .content em {
  font-style: italic;
}
#page_news_datail #news .p-content01 .content a {
  text-decoration: underline;
  font-size: 1.4rem;
}
#page_news_datail #news .p-content01 .content .wp-block-columns {
  margin-top: 0;
  margin-bottom: 0;
}
#page_news_datail #news .p-content01 .content .wp-block-columns * {
  margin: 0;
}
#page_news_datail #news .p-content01 .content .wp-block-embed iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
#page_news_datail #news .p-content01 .content ol, #page_news_datail #news .p-content01 .content ul {
  margin: 2.8rem 0;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content ol, #page_news_datail #news .p-content01 .content ul {
    margin: 2rem 0;
  }
}
#page_news_datail #news .p-content01 .content ol li, #page_news_datail #news .p-content01 .content ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.7;
}
#page_news_datail #news .p-content01 .content ol li:nth-child(n+2), #page_news_datail #news .p-content01 .content ul li:nth-child(n+2) {
  margin-top: 1rem;
}
#page_news_datail #news .p-content01 .content ul li {
  padding-left: 1.5em;
  box-sizing: border-box;
}
#page_news_datail #news .p-content01 .content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #570C1A;
}
#page_news_datail #news .p-content01 .content ol {
  counter-reset: number 0;
}
#page_news_datail #news .p-content01 .content ol li {
  padding-left: 1.5em;
  box-sizing: border-box;
}
#page_news_datail #news .p-content01 .content ol li:before {
  position: absolute;
  left: 0;
  top: 0;
  color: #570C1A;
  display: block;
  counter-increment: number 1;
  content: counter(number) " ";
}
#page_news_datail #news .p-content01 .content figure {
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content figure {
    margin: 3rem 0;
  }
}
#page_news_datail #news .p-content01 .content figure figcaption {
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: left;
}
#page_news_datail #news .p-content01 .content .wp-block-button__link {
  color: #fff;
  text-decoration: none;
}
#page_news_datail #news .p-content01 .content .wp-block-quote {
  background-color: rgba(177, 136, 27, 0.1);
  padding: 3rem 3.5rem 3rem;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content .wp-block-quote {
    margin: 3rem 0 2rem;
    padding: 2rem;
  }
}
#page_news_datail #news .p-content01 .content .wp-block-quote p {
  font-size: 1.4rem;
  margin: 0;
}
#page_news_datail #news .p-content01 .content .wp-block-quote cite {
  margin-top: 3rem;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #473B2E;
  padding-left: 7rem;
  position: relative;
}
#page_news_datail #news .p-content01 .content .wp-block-quote cite::before {
  content: "引用元：";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  white-space: nowrap;
  font-style: normal;
  width: 6.5rem;
  height: 2rem;
}
#page_news_datail #news .p-content01 .content .wp-block-quote cite a {
  padding-right: 2.5rem;
  position: relative;
  text-decoration: none;
  padding-bottom: 0.5rem;
  color: #473B2E;
}
#page_news_datail #news .p-content01 .content .wp-block-quote cite a::before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url("../img/i_blank_black.svg") no-repeat center center/contain;
}
#page_news_datail #news .p-content01 .content .wp-block-quote cite a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 2.5rem);
  height: 1px;
  background-color: #707070;
}
#page_news_datail #news .p-content01 .content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  box-shadow: 2px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
#page_news_datail #news .p-content01 .content .aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content .aligncenter {
    width: 100%;
  }
}
#page_news_datail #news .p-content01 .content .alignright {
  float: right;
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content .alignright {
    width: 100%;
  }
}
#page_news_datail #news .p-content01 .content .alignleft {
  float: left;
  margin: 0 2rem 0 0;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .content .alignleft {
    width: 100%;
  }
}
#page_news_datail #news .p-content01 .content .wp-element-caption {
  margin-top: 1em;
  font-size: 1.4rem;
  text-align: left;
}
#page_news_datail #news .p-content01 .pager {
  border-top: 1px solid #B7B7B7;
  margin-top: 10rem;
  padding-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .pager {
    margin-top: 5rem;
    padding-top: 5rem;
  }
}
#page_news_datail #news .p-content01 .pager-list {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#page_news_datail #news .p-content01 .pager-list .prev, #page_news_datail #news .p-content01 .pager-list .next {
  font-family: var(--en02);
  letter-spacing: 0.04em;
  line-height: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content01 .pager-list .prev, #page_news_datail #news .p-content01 .pager-list .next {
    margin-right: 0;
  }
}
#page_news_datail #news .p-content01 .pager-list .prev::before, #page_news_datail #news .p-content01 .pager-list .next::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1.1rem;
  height: 0.85rem;
}
#page_news_datail #news .p-content01 .pager-list .prev {
  padding-right: 5rem;
}
#page_news_datail #news .p-content01 .pager-list .next {
  padding-left: 5rem;
}
#page_news_datail #news .p-content02 {
  width: calc(100% - 105rem);
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content02 {
    width: 100%;
  }
}
#page_news_datail #news .p-content02 .heading {
  display: none;
}
@media screen and (max-width: 767px) {
  #page_news_datail #news .p-content02 .heading {
    display: block;
    margin-bottom: 3rem;
  }
}
#page_news_datail #news .p-content02 #ez-toc-container {
  border: initial;
  padding-top: 5rem;
  padding: 2rem;
  width: 100%;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
#page_news_datail #news .p-content02 #ez-toc-container::before {
  content: "目次";
  display: block;
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 0.5rem;
  border-bottom: solid 1px #E0E0E0;
}
#page_news_datail #news .p-content02 #ez-toc-container nav ul > li {
  border-bottom: solid 1px #E0E0E0;
  color: var(--resetColor);
}
#page_news_datail #news .p-content02 #ez-toc-container nav ul > li:nth-last-child(1) {
  border-bottom: initial;
}
#page_news_datail #news .p-content02 #ez-toc-container nav ul > li a {
  border-bottom: solid 1px #E0E0E0;
  color: var(--resetColor);
  gap: 1rem;
}
#page_news_datail #news .p-content02 #ez-toc-container nav ul > li a:nth-last-child(1) {
  border-bottom: initial;
}
#page_contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#page_contact .m_txt_body {
  margin-bottom: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #page_contact .m_txt_body {
    font-size: 1.6rem;
  }
}
#page_contact .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_contact .content {
    flex-direction: column;
  }
}
#page_contact .u-img {
  width: 52rem;
}
@media screen and (max-width: 767px) {
  #page_contact .u-img {
    display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 2rem;
  }
}
#page_contact .u-img img {
  border-radius: 5px;
  margin-bottom: 3rem;
  box-shadow: 2px 5px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #page_contact .u-img img {
    width: 17rem;
    height: 17rem;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .u-img div {
    width: 48%;
  }
}
#page_contact .u-img div dl {
  display: flex;
  gap: 5rem;
  border-bottom: solid 1px #E0E0E0;
  padding: 0.8rem;
}
@media screen and (max-width: 767px) {
  #page_contact .u-img div dl {
    flex-direction: column;
    font-size: 1.4rem;
    width: 100%;
    gap: 0rem;
    padding: 0.2rem 0.8rem;
  }
}
#page_contact .u-img div dl dt {
  text-wrap: nowrap;
  width: 10rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  #page_contact .u-img div dl dt {
    padding-left: 0rem;
    width: 8rem;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #page_contact .u-img div dl dd {
    width: 100%;
    font-size: 1rem;
    line-height: 1.2;
  }
}
#page_contact .u-form form {
  width: 80rem;
  padding: 6rem;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 2px 5px 6px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #page_contact .u-form form {
    width: 100%;
    padding: 2rem;
    border-radius: 20px;
  }
}
#page_contact .u-form form dl {
  padding: 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: solid 1px #E0E0E0;
}
@media screen and (max-width: 767px) {
  #page_contact .u-form form dl {
    flex-direction: column;
  }
}
#page_contact .u-form form dl dt {
  width: 45rem;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  #page_contact .u-form form dl dt {
    width: 100%;
  }
}
#page_contact .u-form form dl dt label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page_contact .u-form form dl dt label .cf7-req {
  background: linear-gradient(130deg, #CDE1C2 -17.09%, #325B8F 83.45%), #FFF;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  padding: 0.5rem 0.8rem 0.5rem;
  border-radius: 5px;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  #page_contact .u-form form dl dt label .cf7-req {
    font-size: 1.2rem;
    margin-right: 0rem;
  }
}
#page_contact .u-form form dl dd {
  width: 100%;
}
#page_contact .u-form form dl dd input {
  border-radius: 5px;
  background: #f0f0f0;
  padding: 1rem;
}
#page_contact .u-form form dl dd textarea {
  border-radius: 5px;
  background: #f0f0f0;
  padding: 1rem;
}
#page_contact .u-form form dl dd .wpcf7-list-item {
  margin: 0;
}
#page_contact .u-form form dl dd .wpcf7-list-item label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#page_contact .u-form form dl dd .wpcf7-list-item label input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
#page_contact .u-form form dl dd .wpcf7-list-item label input[type=checkbox]:checked:before {
  position: absolute;
  top: 0.2rem;
  left: 0.6rem;
  transform: rotate(50deg);
  width: 0.6rem;
  height: 1.4rem;
  border-right: 0.3rem solid var(--black);
  border-bottom: 0.3rem solid var(--black);
  content: "";
}
@media screen and (max-width: 767px) {
  #page_contact .u-form form dl dd .wpcf7-list-item label input[type=checkbox]:checked:before {
    width: 0.5rem;
    left: 0.8rem;
    height: 1.1rem;
    border-right: 0.2rem solid var(--black);
    border-bottom: 0.2rem solid var(--black);
  }
}
#page_contact .u-form form dl dd .wpcf7-list-item label input[type=radio] {
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
  border-radius: 5rem;
}
#page_contact .u-form form dl dd .wpcf7-list-item label input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 5rem;
  transform: translateX(-50%) translateY(-50%);
  background-color: var(--black);
  content: "";
}
#page_contact .u-form form dl dd a {
  text-decoration: underline;
}
#page_contact .u-form form .u-displaynone {
  display: none;
}
#page_contact .u-form form input::-webkit-input-placeholder,
#page_contact .u-form form textarea::-webkit-input-placeholder {
  opacity: 0.6;
}
#page_contact .u-form form .u-ctr {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #page_contact .u-form form .u-ctr {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
#page_contact .u-form form .u-ctr .u-confirm {
  display: block;
  margin: 0 auto;
  font-weight: 500;
  border-radius: 10px;
  background: linear-gradient(130deg, #CDE1C2 -17.09%, #325B8F 83.45%), #FFF;
  text-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3254901961);
  text-align: center;
  font-size: 3rem;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
#page_contact .u-form form .u-ctr .u-confirm::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
}
#page_contact .u-form form .u-ctr .u-confirm::after {
  content: "";
  position: absolute;
  background: url("../img/common/small-arrow.svg");
  background-repeat: no-repeat;
  background-size: 98% 98%;
  bottom: 41%;
  right: 2rem;
  width: 3rem;
  height: 1rem;
}
#page_contact .u-form form .u-ctr .u-confirm:hover {
  scale: 1.1;
}
#page_contact .u-form form .u-ctr .u-confirm p input {
  padding: 2rem 6rem 2rem 4rem;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}
#page_contact .u-form form .u-ctr .u-confirm p input:hover {
  opacity: 1;
}
#page_contact .u-form form .u-ctr .u-confirm p .wpcf7-spinner {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}
#page_contact .p-contact .m_box_fixed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#page_contact .p-contact .heading {
  width: 80rem;
  padding: 0 6rem 6rem;
}
@media screen and (max-width: 767px) {
  #page_contact .p-contact .heading {
    width: 100%;
    padding: 0 0 3rem;
  }
}
#page_contact .p-contact .heading p {
  text-align: center;
  margin: 0 auto;
}

#page_404 {
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
}
#page_404 .txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #page_404 .txt {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
#page_404 .link {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #page_404 .link {
    margin-top: 3rem;
  }
}
#page_404 .link a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: var(--en);
  position: relative;
}
#page_404 .link a::before {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--gold500);
}
#page_404 .m_btn_txt {
  text-align: center;
}

#page_policy {
  background-color: #fff;
  overflow: hidden;
}
#page_policy .txt {
  margin: 0rem auto 0;
  max-width: 100rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #page_policy .txt {
    margin-top: 5rem;
    width: 100%;
  }
}
#page_policy .policy-box {
  margin: 4.5rem auto 0;
  width: 100rem;
}
@media screen and (max-width: 767px) {
  #page_policy .policy-box {
    margin: 5rem auto 0;
    width: 100%;
  }
}
#page_policy .policy-box .title {
  font-size: 2.3rem;
  border-bottom: solid 1px #E0E0E0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  #page_policy .policy-box .title {
    font-size: 2rem;
  }
}
#page_policy .policy-box .list_item {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #page_policy .policy-box .list_item {
    margin-top: 2rem;
  }
}
#page_policy .policy-box .list_item_title {
  font-weight: 600;
}
#page_policy .policy-box .list_item p, #page_policy .policy-box .list_item ul {
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page_policy .policy-box .list_item p, #page_policy .policy-box .list_item ul {
    margin-top: 0.5rem;
    font-size: 1.4rem;
  }
}
#page_policy .policy-box .list_item ul {
  counter-reset: li;
}
#page_policy .policy-box .list_item ul li {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.6rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  #page_policy .policy-box .list_item ul li {
    font-size: 1.4rem;
  }
}
#page_policy .policy-box .list_item ul li::before {
  counter-increment: li;
  content: "(" counter(li) ")";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.6rem;
}
#page_policy .policy-box .list_item a {
  text-decoration: underline;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page_policy .policy-box .list_item a {
    font-size: 1.4rem;
  }
}

#page_tokusyouhou #tokusyouhou table {
  width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #page_tokusyouhou #tokusyouhou table {
    width: 100%;
  }
}
#page_tokusyouhou #tokusyouhou table tr {
  border-bottom: solid 1px #E0E0E0;
}
@media screen and (max-width: 767px) {
  #page_tokusyouhou #tokusyouhou table tr {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
}
#page_tokusyouhou #tokusyouhou table tr th {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #page_tokusyouhou #tokusyouhou table tr th {
    border-bottom: solid 1px #E0E0E0;
    padding: 2rem 0 0.5rem;
    font-size: 1.3em;
  }
}
#page_tokusyouhou #tokusyouhou table tr td {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  #page_tokusyouhou #tokusyouhou table tr td {
    padding: 0.5rem 0 2rem;
  }
}
#page_tokusyouhou #tokusyouhou table tr td span {
  padding-left: 1em;
  display: inline-block;
}

#page_about .p-aboutIntro {
  overflow: hidden;
}
#page_about .p-aboutIntro::before {
  content: "";
  position: absolute;
  width: 60rem;
  height: 60rem;
  background-image: url(../img/company/company-about.webp);
  background-size: cover;
  top: 0;
  right: 0;
}
#page_about .p-aboutIntro__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#page_about .p-aboutIntro__representative {
  display: flex;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutIntro__representative {
    flex-direction: column;
    align-items: center;
  }
}
#page_about .p-aboutIntro__representative .u-img {
  border-radius: 5px;
  overflow: hidden;
}
#page_about .p-aboutIntro__representative .u-img img {
  width: 44rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutIntro__representative .u-img img {
    width: 100%;
    height: 31rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 2rem;
  }
}
#page_about .p-aboutIntro__representative .u-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: multiply;
}
#page_about .p-aboutIntro__representative .u-img img:nth-child(2).-fadeUp {
  transition-delay: 0.4s;
}
#page_about .p-aboutIntro__representative .u-img img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: difference;
}
#page_about .p-aboutIntro__representative .u-img img:nth-child(3).-fadeUp {
  transition-delay: 0.6s;
}
#page_about .p-aboutIntro__representative .u-img img:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#page_about .p-aboutIntro__representative .u-img img:nth-child(4).-fadeUp {
  transition-delay: 0.8s;
}
#page_about .p-aboutIntro__representative .u-detail {
  width: 62rem;
  padding-left: 8rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutIntro__representative .u-detail {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutIntro__representative .u-detail .m_txt_secTtl {
    margin-bottom: 1rem;
  }
}
#page_about .p-aboutIntro__representative .u-detail h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutIntro__representative .u-detail h3 {
    font-size: 2rem;
  }
}
#page_about .p-aboutIntro__representative .u-detail h3 small {
  font-size: 1.2;
  margin-left: 1rem;
  letter-spacing: -0.02em;
}
#page_about .p-aboutIntro__representative .u-detail p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutIntro__representative .u-detail p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
#page_about .p-aboutIntro__representative .u-detail p::before {
  content: "";
  position: absolute;
  background-color: #F0F6F9;
  top: -2.5rem;
  right: -300rem;
  left: -200rem;
  bottom: -10rem;
  z-index: -5;
}
#page_about .p-aboutConcept::before {
  content: "";
  border-radius: 5px;
  background: linear-gradient(159deg, #F9F8F2 -0.56%, #ECF5FF 111.43%);
  position: absolute;
  left: 10rem;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept::before {
    content: initial;
  }
}
#page_about .p-aboutConcept__wrap {
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__wrap {
    padding: 0;
  }
}
#page_about .p-aboutConcept__wrap p {
  font-size: var(--fz200);
  font-weight: 600;
}
#page_about .p-aboutConcept__contents01 {
  display: flex;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents01 {
    flex-direction: column;
  }
}
#page_about .p-aboutConcept__contents01 p {
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents01 p {
    text-wrap: initial;
  }
}
#page_about .p-aboutConcept__contents01 .u-parallax2 {
  width: 80rem;
  height: 80rem;
  margin-top: -29rem;
  margin-left: 5rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents01 .u-parallax2 {
    margin: 0;
    margin-top: 3rem;
    padding-left: 0rem;
    padding-right: 3rem;
    width: calc(100dvw - 8rem);
    height: calc(100dvw - 8rem);
  }
}
#page_about .p-aboutConcept__contents01 .u-parallax2 .u-img {
  width: 71rem;
  height: 71rem;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents01 .u-parallax2 .u-img {
    width: 26rem;
    height: 26rem;
  }
}
#page_about .p-aboutConcept__contents01 .u-parallax2 .u-img img {
  margin-top: -16rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  transition: transform 0.1s; /* スムーズなアニメーションを実現するためのトランジション */
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents01 .u-parallax2 .u-img img {
    margin-top: -14rem;
  }
}
#page_about .p-aboutConcept__contents02 {
  margin-top: -28rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents02 {
    margin-top: -11rem;
    margin-left: 3rem;
    margin-bottom: 6rem;
  }
}
#page_about .p-aboutConcept__contents02 .p-copy {
  position: absolute;
  top: 2rem;
  left: -2rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents02 .p-copy {
    top: 16rem;
    left: -3.5rem;
  }
}
#page_about .p-aboutConcept__contents02 .p-copy p {
  font-size: var(--fz210);
  padding: 0.5rem 0;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin: 0.6rem;
  width: 0;
  overflow: hidden;
  white-space: nowrap; /* テキストが改行されないように */
  transition: width 0.5s ease-in-out;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents02 .p-copy p {
    font-size: 1.8rem;
    top: -2rem;
    left: 1rem;
  }
}
#page_about .p-aboutConcept__contents02 .u-parallax {
  width: 70rem;
  height: 30rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  align-items: flex-start;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents02 .u-parallax {
    margin: 0;
    margin-top: 3rem;
    padding-left: 0rem;
    width: calc(100dvw - 8rem);
    height: calc(100dvw - 17rem);
  }
}
#page_about .p-aboutConcept__contents02 .u-parallax .u-img {
  width: 71rem;
  height: 71rem;
  overflow: hidden;
}
#page_about .p-aboutConcept__contents02 .u-parallax .u-img img {
  margin-top: -31rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76%;
  transition: transform 0.1s;
  width: 70rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept__contents02 .u-parallax .u-img img {
    margin-top: -34rem;
  }
}
#page_about .p-aboutConcept__contents02.is-anim p {
  padding: 0.5rem 1.5rem;
}
#page_about .p-aboutConcept__contents02.is-anim p:nth-child(1) {
  /* 1番目のp要素のアニメーション */
  animation: expandWidth 0.8s ease-in-out forwards;
}
#page_about .p-aboutConcept__contents02.is-anim p:nth-child(2) {
  /* 2番目のp要素のアニメーションを0.3秒遅らせる */
  animation: expandWidth 0.8s 0.4s ease-in-out forwards;
}
@keyframes expandWidth {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
#page_about .p-aboutConcept .m_btn_txt {
  text-align: center;
  margin-bottom: 5rem;
}
#page_about .p-aboutConcept .m_btn_txt a {
  margin-left: -5rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .m_btn_txt a {
    margin-left: 0rem;
  }
}
#page_about .p-aboutConcept .p-concept {
  margin: 5rem auto 1rem;
  padding: 5rem 20rem;
  display: inline-flex;
  justify-content: center;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-concept {
    padding: 3rem 3rem;
    font-size: 1.9rem;
    margin: 1rem auto;
  }
}
#page_about .p-aboutConcept .p-concept::before {
  position: absolute;
  content: "";
  width: 5rem;
  height: 3rem;
  left: 0;
  top: 0;
  border-left: solid 1px #484848;
  border-top: solid 1px #484848;
}
#page_about .p-aboutConcept .p-concept::after {
  position: absolute;
  content: "";
  width: 5rem;
  height: 3rem;
  right: 0;
  bottom: 0;
  border-right: solid 1px #484848;
  border-bottom: solid 1px #484848;
}
#page_about .p-aboutConcept .m_box_fixed {
  padding-top: 13rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .m_box_fixed {
    padding-top: 5rem;
  }
}
#page_about .p-aboutConcept .m_box_fixed .p-frontAbout__wrap {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
#page_about .p-aboutConcept .m_box_fixed .m_txt_secTtl {
  text-align: center;
}
#page_about .p-aboutConcept::after {
  content: "";
  background-image: url(../img/top/lower_img.svg);
  margin-top: 8rem;
  position: absolute;
  display: block;
  width: 100%;
  height: 7rem;
  bottom: 0;
}
#page_about .p-aboutConcept .p-aboutTechnique {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutTechnique {
    flex-direction: column;
    align-items: center;
    margin: 0 -2.5rem;
  }
}
#page_about .p-aboutConcept .p-aboutTechnique img {
  width: 110rem;
  margin-left: -40rem;
  height: 74rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutTechnique img {
    width: calc(100% + 5rem);
    margin-left: 0rem;
    height: 30rem;
    border-radius: 0;
  }
}
#page_about .p-aboutConcept .p-aboutTechnique .u-detail {
  width: 90rem;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 4px 14px 0px rgba(0, 0, 0, 0.25);
  padding: 8rem 3rem 7rem 8rem;
  margin: 5rem 0;
  margin-left: -5rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutTechnique .u-detail {
    width: 100%;
    padding: 5rem 2rem;
    margin: 2rem;
    margin-bottom: 5rem;
    margin-top: 0rem;
  }
}
#page_about .p-aboutConcept .p-aboutTechnique .u-detail .m_txt_secTtl {
  text-align: left;
}
#page_about .p-aboutConcept .p-aboutTechnique .u-detail ul li {
  margin-bottom: 2rem;
}
#page_about .p-aboutConcept .p-aboutTechnique .u-detail ul li h4 {
  padding-left: 3rem;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutTechnique .u-detail ul li h4 {
    font-size: 2.2rem;
    padding-left: 0rem;
    margin-bottom: 2rem;
  }
}
#page_about .p-aboutConcept .p-aboutTechnique .u-detail ul li h4::before {
  content: "";
  height: 1px;
  width: 2rem;
  background-color: #484848;
  left: 0;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutTechnique .u-detail ul li h4::before {
    content: initial;
  }
}
#page_about .p-aboutConcept .p-aboutTechnique .u-detail ul li p {
  padding-left: 2.5rem;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutTechnique .u-detail ul li p {
    font-size: 1.4rem;
    padding-left: 0rem;
  }
}
#page_about .p-aboutConcept .p-aboutFeatures {
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutFeatures {
    flex-direction: column;
    align-items: center;
    margin: 0 -2.5rem;
  }
}
#page_about .p-aboutConcept .p-aboutFeatures img {
  width: 110rem;
  margin-right: -40rem;
  height: 74rem;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutFeatures img {
    width: calc(100% + 5rem);
    margin-right: 0rem;
    height: 30rem;
    border-radius: 0;
  }
}
#page_about .p-aboutConcept .p-aboutFeatures .u-detail {
  width: 90rem;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 4px 14px 0px rgba(0, 0, 0, 0.25);
  padding: 8rem 9rem 7rem 8rem;
  margin: 5rem 0;
  margin-right: -5rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutFeatures .u-detail {
    width: 100%;
    padding: 5rem 2rem;
    margin: 2rem 2rem 0;
    margin-top: 0rem;
  }
}
#page_about .p-aboutConcept .p-aboutFeatures .u-detail .m_txt_secTtl {
  text-align: left;
}
#page_about .p-aboutConcept .p-aboutFeatures .u-detail ul li {
  margin-bottom: 2rem;
}
#page_about .p-aboutConcept .p-aboutFeatures .u-detail ul li h4 {
  padding-left: 3rem;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutFeatures .u-detail ul li h4 {
    font-size: 2.2rem;
    padding-left: 0rem;
  }
}
#page_about .p-aboutConcept .p-aboutFeatures .u-detail ul li h4::before {
  content: "";
  height: 1px;
  width: 2rem;
  background-color: #484848;
  left: 0;
  top: 50%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutFeatures .u-detail ul li h4::before {
    content: initial;
  }
}
#page_about .p-aboutConcept .p-aboutFeatures .u-detail ul li p {
  padding-left: 2.5rem;
  line-height: 1.7;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #page_about .p-aboutConcept .p-aboutFeatures .u-detail ul li p {
    font-size: 1.4rem;
    padding-left: 0rem;
    margin-bottom: 2rem;
  }
}/*# sourceMappingURL=style.css.map */