@charset "UTF-8";
#l_container {
  position: relative;
  z-index: 5;
  background-size: 10rem auto;
}
#l_container section, #l_container .c-section {
  position: relative;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  #l_container section, #l_container .c-section {
    padding: 6rem 0;
  }
}

html.drawer-open,
body.drawer-open {
  overflow: hidden;
  height: 100%;
}

.p__header--logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767px) {
  .p__header--logo {
    padding: 2rem 2rem;
  }
}
.p__header--logo img {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p__header--logo img {
    width: 9rem;
  }
}

#l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  height: 9rem;
  mix-blend-mode: exclusion;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#l_header.u-noeffect {
  mix-blend-mode: normal;
}
#l_header.show {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 767px) {
  #l_header {
    top: initial;
    bottom: 0;
    opacity: 0;
    transition: 1s;
    pointer-events: none;
  }
  #l_header.show {
    pointer-events: initial;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #l_header nav {
    width: 100%;
  }
}
#l_header nav ul {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#l_header nav ul li {
  font-family: Oxanium;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem 2rem 0.3rem;
  transition: 0.3s;
  border-radius: 0.5rem;
  color: #DFDFDF;
}
@media screen and (max-width: 767px) {
  #l_header nav ul li {
    display: none;
  }
}
#l_header nav ul li:hover {
  background: rgba(239, 239, 239, 0.08);
  box-shadow: 3px 3px 3px 0 rgba(255, 255, 255, 0.355) inset;
}
#l_header nav ul li a:hover {
  opacity: 1;
}
#l_header nav ul li.contact {
  background: #d7cbcb;
  color: #000000;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #l_header nav ul li.contact {
    display: block;
    width: 100%;
    font-size: 2rem;
    padding: 0.8rem 2rem 0.6rem;
    text-align: center;
  }
}
#l_header nav ul li.contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url("../img/accent-color.webp") no-repeat;
  background-position: center;
  opacity: 0;
  transition: 0.3s;
}
#l_header nav ul li.contact:hover {
  scale: 0.95;
  opacity: 1;
}
#l_header nav ul li.contact:hover::before {
  opacity: 1;
}

#l_header02 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  height: 9rem;
}
@media screen and (max-width: 767px) {
  #l_header02 {
    display: flex;
  }
}
#l_header02 .drawerBtn {
  position: fixed;
  top: 74dvh;
  right: 3rem;
  z-index: 203;
  width: 15rem;
  height: 15rem;
  background: #fff;
  cursor: pointer;
  border-radius: 500rem;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn {
    right: 1rem;
    width: 5.5rem;
    height: 5.5rem;
    top: 2dvh;
  }
}
#l_header02 .drawerBtn p {
  position: absolute;
  left: 2rem;
  top: 2rem;
  font-family: "Oxanium", sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
  user-select: none;
  /* テキストの選択を無効化 */
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn p {
    font-size: 1.8rem;
    left: 1.5rem;
    top: 1.5rem;
  }
}
#l_header02 .drawerBtn i {
  user-select: none;
  /* テキストの選択を無効化 */
  position: absolute;
  right: 1.7rem;
  height: 1px;
  background: #777;
  mix-blend-mode: multiply;
  transition: transform 0.5s var(--easeOutCubic), top 0.5s var(--easeOutCubic);
}
#l_header02 .drawerBtn i:nth-of-type(1) {
  bottom: 4.5rem;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn i:nth-of-type(1) {
    bottom: 3.25rem;
  }
}
#l_header02 .drawerBtn i:nth-of-type(2) {
  bottom: 3.5rem;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn i:nth-of-type(2) {
    bottom: 2.75rem;
  }
}
#l_header02 .drawerBtn i:nth-of-type(3) {
  bottom: 2rem;
  width: 35%;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn i:nth-of-type(3) {
    bottom: 2.25rem;
  }
}
#l_header02 .drawerBtn:hover::before {
  transition: 0.5s;
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
#l_header02 .drawerBtn.is-open i:nth-of-type(1) {
  bottom: 4rem;
  width: 35%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn.is-open i:nth-of-type(1) {
    bottom: 2.75rem;
  }
}
#l_header02 .drawerBtn.is-open i:nth-of-type(2) {
  opacity: 0;
}
#l_header02 .drawerBtn.is-open i:nth-of-type(3) {
  bottom: 4rem;
  width: 35%;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawerBtn.is-open i:nth-of-type(3) {
    bottom: 2.75rem;
  }
}
#l_header02 .drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 202;
  width: auto;
  height: 100%;
  background: var(--white);
  padding: 6rem;
  overflow-y: auto;
  max-height: 100dvh;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  box-shadow: -5px -4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer {
    padding: 4rem;
  }
}
#l_header02 .drawer.is-open {
  pointer-events: auto;
  opacity: 1;
}
#l_header02 .drawer.is-open .top,
#l_header02 .drawer.is-open .sitemap,
#l_header02 .drawer.is-open .bottom {
  opacity: 1;
  transform: translateY(0);
}
#l_header02 .drawer.is-open .top {
  transition-delay: 0.15s;
}
#l_header02 .drawer.is-open .sitemap {
  transition-delay: 0.3s;
}
#l_header02 .drawer.is-open .bottom {
  transition-delay: 0.45s;
}
#l_header02 .drawer .top,
#l_header02 .drawer .sitemap,
#l_header02 .drawer .bottom {
  transition: opacity 0.5s, transform 0.5s var(--easeOutCubic);
  opacity: 0;
  transform: translateY(7rem);
}
#l_header02 .drawer .top {
  display: flex;
  justify-content: center;
  text-align: center;
}
#l_header02 .drawer .top a {
  display: inline-block;
}
#l_header02 .drawer .top a .identity {
  display: flex;
  align-items: center;
}
#l_header02 .drawer .top a .identity img {
  width: 76%;
  margin: 2rem auto -2rem;
}
#l_header02 .drawer .top a .voice {
  font-size: 2rem;
  letter-spacing: 0.5em;
  font-weight: var(--fontBold);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .top a .voice {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
#l_header02 .drawer .sitemap {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap {
    display: block;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl {
    border-bottom: 1px solid var(--gray300);
    padding-bottom: 0.5rem;
  }
}
#l_header02 .drawer .sitemap dl + dl {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl + dl {
    margin-top: 0;
  }
}
#l_header02 .drawer .sitemap dl dt {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 3rem;
  letter-spacing: var(--ls100);
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dt {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dt a {
    display: block;
    padding: 1.3rem 0;
  }
}
#l_header02 .drawer .sitemap dl dt i {
  display: none;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dt i {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dt i:before, #l_header02 .drawer .sitemap dl dt i:after {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 1rem;
    height: 1px;
    background: #777;
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dt i:after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dt i.is-active:after {
    transform: rotate(0deg);
  }
}
#l_header02 .drawer .sitemap dl dd {
  font-size: 1.6rem;
  letter-spacing: var(--ls300);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dd {
    font-size: var(--fz110);
    padding-bottom: 1rem;
  }
}
#l_header02 .drawer .sitemap dl dd a {
  position: relative;
  display: block;
  padding-left: 1em;
}
#l_header02 .drawer .sitemap dl dd a:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 1.4rem;
  left: 0;
  width: 1rem;
  height: 0.05rem;
  background: #484848;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .sitemap dl dd a:before {
    top: 1.1rem;
  }
}
#l_header02 .drawer .sitemap dl dd a + a {
  margin-top: 0.8rem;
}
#l_header02 .drawer .sitemap dl dd a span {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
}
#l_header02 .drawer .sitemap .u-subLink {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 0.8rem;
  display: block;
}
#l_header02 .drawer .bottom {
  display: flex;
  margin-top: 5rem;
  padding-top: 6rem;
  border-top: 1px solid var(--gray500);
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .bottom {
    display: block;
    margin-top: 4rem;
    padding-top: 0;
    border: none;
  }
}
#l_header02 .drawer .bottom .company {
  order: 1;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .bottom .company {
    margin-top: 7rem;
    text-align: right;
  }
}
#l_header02 .drawer .bottom .company h3.name {
  font-size: var(--fz140);
  margin-bottom: 1rem;
}
#l_header02 .drawer .bottom .company .address,
#l_header02 .drawer .bottom .company .tel {
  font-size: var(--fz110);
}
#l_header02 .drawer .bottom ul.bnr {
  order: 2;
  display: flex;
  justify-content: center;
  column-gap: 2rem;
  text-align: center;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .bottom ul.bnr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 50%));
    column-gap: 1rem;
    row-gap: 3rem;
  }
}
#l_header02 .drawer .bottom ul.bnr li a {
  display: block;
  width: 24rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .bottom ul.bnr li a {
    width: auto;
  }
}
#l_header02 .drawer .bottom ul.bnr li a picture {
  border-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #l_header02 .drawer .bottom ul.bnr li a picture {
    margin-bottom: 0.5rem;
  }
}
#l_header02 .drawer .bottom ul.bnr li a picture img {
  width: 100%;
}
#l_header02 .drawer .bottom ul.bnr li a span.name {
  display: block;
  font-size: var(--fz110);
}
#l_header02 .drawer .bottom ul.bnr li a span.name:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  background: var(--black);
  mask: url("../img/i_blank.svg") no-repeat center;
  mask-size: 100% auto;
}

.p-otherHeader {
  background-color: #e7e7e7;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-otherHeader {
    margin-bottom: 5rem;
  }
}
.p-otherHeader::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: url("../img/bg_noise.webp") var(--white);
  background-size: 20rem 20rem;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.p-otherHeader .m_box_fixed {
  padding-top: 20rem;
  margin-bottom: -6.9rem;
}
@media screen and (max-width: 767px) {
  .p-otherHeader .m_box_fixed {
    padding-top: 15rem;
    margin-bottom: -3rem;
  }
}
.p-otherHeader .m_txt_secTtl {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-otherHeader .m_txt_secTtl {
    align-items: flex-start;
    flex-direction: column;
  }
}
.p-otherHeader .m_txt_secTtl .en {
  font-size: 19rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: -4rem;
  margin-left: -0.6rem;
  text-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .p-otherHeader .m_txt_secTtl .en {
    font-size: 7rem;
    margin-bottom: -1rem;
    margin-left: 0rem;
  }
}
.p-otherHeader .m_txt_secTtl .ja {
  margin-top: 0rem;
  margin-left: 10rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-otherHeader .m_txt_secTtl .ja {
    margin-left: 6rem;
    font-size: 1.5rem;
  }
}
.p-otherHeader .m_txt_secTtl .ja::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 50%;
  right: 105%;
  width: 5rem;
  height: 1px;
  background: #272727;
  opacity: 0;
  animation: fadeInLine 1s forwards;
}
@keyframes fadeInLine {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.c-floatingBanner {
  position: fixed;
  z-index: 1000;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: floatingBannerSlideIn 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
@media (min-width: 769px) {
  .c-floatingBanner {
    bottom: 3rem;
    right: 2rem;
    width: 37rem;
    height: 30.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-floatingBanner {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 11rem;
    z-index: 30;
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.c-floatingBanner.show {
  opacity: 1;
  pointer-events: auto;
}
.c-floatingBanner[data-white-paper=true] {
  background: transparent;
  border: none;
  box-shadow: none;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner[data-white-paper=true] {
    width: auto;
    height: auto;
    bottom: 2rem;
    right: 2rem;
    left: auto;
  }
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper {
  padding: 0;
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("../img/common/ctr-btn.webp");
  background-size: cover;
  border-radius: 50%;
  width: 20rem;
  height: 20rem;
  transition: 0.5s;
  transform: translateY(0rem) translateX(2rem) scale(1);
}
@media screen and (max-width: 767px) {
  .c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text {
    transform: translateY(0rem) translateX(0rem) scale(1);
    width: calc(100vw - 4rem);
    height: 7rem;
    border-radius: 1rem;
  }
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text:hover {
  opacity: 1;
  transform: translateY(0rem) translateX(0rem) scale(1.2);
}
@media screen and (max-width: 767px) {
  .c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text:hover {
    transform: translateY(0rem) translateX(0rem) scale(1);
  }
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 50%;
  background-color: #212121;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text::before {
    border-radius: 0.6rem;
  }
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 50%;
  z-index: -2;
  background: url("../img/common/ctr-btn.webp");
  background-size: cover;
  animation: scaleUp 2s infinite;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text::after {
    animation: scaleUpsp 2s infinite;
    border-radius: 0.6rem;
  }
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text .u-body {
  z-index: -1;
  position: absolute;
  width: 13rem;
  top: -10rem;
  left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text .u-body {
    width: 6rem;
    top: -4.5rem;
    left: -1.5rem;
  }
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text .u-righthand {
  position: absolute;
  width: 3rem;
  top: 0.5rem;
  left: 13.5rem;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text .u-righthand {
    width: 1.5rem;
    top: -0.2rem;
    left: 3.5rem;
    transform: rotate(-24deg);
  }
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text .u-lefthand {
  --lefthand-base-angle: -54deg;
  --lefthand-point-angle: -40deg;
  position: absolute;
  width: 5rem;
  top: -0.5rem;
  left: -1.5rem;
  transform: rotate(var(--lefthand-base-angle));
  transform-origin: top right;
  animation: lefthandPoint 5s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text .u-lefthand {
    --lefthand-base-angle: -69deg;
    --lefthand-point-angle: -55deg;
    width: 2.5rem;
    top: -0.5rem;
    left: -3.5rem;
    transform: rotate(var(--lefthand-base-angle));
  }
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text .c-floatingBanner__text {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__link--text .c-floatingBanner__text {
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__inner--white-paper .c-floatingBanner__close {
  display: none;
}
.c-floatingBanner[data-white-paper=true] .c-floatingBanner__close {
  top: 0;
  right: 0;
  background: #333;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.6rem;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes scaleUpsp {
  0% {
    top: 0rem;
    left: 0rem;
    right: 0rem;
    bottom: 0rem;
    opacity: 0.5;
  }
  100% {
    top: -2rem;
    left: -2rem;
    right: -2rem;
    bottom: -2rem;
    opacity: 0;
  }
}
.c-floatingBanner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner__inner {
    padding: 0;
  }
}
.c-floatingBanner__image {
  max-width: 100%;
  height: auto;
  display: none;
}
@media (min-width: 769px) {
  .c-floatingBanner__image--pc {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .c-floatingBanner__image--sp {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.c-floatingBanner__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.c-floatingBanner__link--text {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.c-floatingBanner__text {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  flex: 1;
  text-align: center;
  margin: 0;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner__text {
    font-size: 12px;
  }
}
.c-floatingBanner__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
  overflow: visible;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.6392156863);
}
.c-floatingBanner__close:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .c-floatingBanner__close {
    top: 4px;
    right: 4px;
    font-size: 20px;
  }
}
.c-floatingBanner.is-hidden {
  animation: floatingBannerFadeOut 0.3s ease-out forwards;
}

@keyframes floatingBannerSlideIn {
  from {
    opacity: 0;
    transform: translateY(20px);
    @media screen and (max-width: 767px) {
      transform: translateY(100px);
    }
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes lefthandPoint {
  0%, 80%, 85%, 90%, 95%, 100% {
    transform: rotate(var(--lefthand-base-angle));
  }
  82.5%, 87.5% {
    transform: rotate(var(--lefthand-point-angle));
  }
}
@keyframes floatingBannerFadeOut {
  to {
    opacity: 0;
    transform: translateY(20px);
    @media screen and (max-width: 767px) {
      transform: translateY(100px);
    }
  }
}
.p-contactCtr {
  overflow: hidden;
  z-index: 9;
  display: flex;
  align-items: center;
  padding: var(--space700) 0;
  background: linear-gradient(90deg, #1C1C1C 0%, #272727 49.04%, #1C1C1C 100%);
  background-size: cover;
  padding: 10rem 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-contactCtr {
    display: block;
    padding: 6rem 0 8rem;
  }
}
.p-contactCtr .m_box_fixed {
  width: 88rem;
}
@media screen and (max-width: 767px) {
  .p-contactCtr .m_box_fixed {
    width: 100%;
  }
}
.p-contactCtr .u-bg {
  background-size: cover;
  position: absolute;
  bottom: -43rem;
  width: 110vw;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
}
.p-contactCtr__wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-contactCtr__wrap {
    flex-direction: column;
  }
}
.p-contactCtr__wrap .ttl {
  text-wrap: nowrap;
  color: #fff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contactCtr__wrap .ttl {
    text-wrap: initial;
    position: relative;
  }
}
.p-contactCtr__wrap .ttl .en {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.p-contactCtr__wrap .ttl .ja {
  color: #fff;
}
.p-contactCtr__wrap p {
  letter-spacing: 0.1em;
  font-weight: 300;
  margin-bottom: 2rem;
  font-size: 1.6rem;
}
.p-contactCtr .u-ctr__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: url("../img/common/ctr-btn.webp");
  background-size: cover;
  border-radius: 3.5rem;
  top: -2rem;
  right: 0rem;
  height: 24rem;
  width: 24rem;
  transform-origin: center;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-contactCtr .u-ctr__btn {
    top: 2rem;
    right: -4rem;
    scale: 0.8;
    position: relative;
  }
}
.p-contactCtr .u-ctr__btn:hover {
  opacity: 1;
  scale: 1.1;
}
@media screen and (max-width: 767px) {
  .p-contactCtr .u-ctr__btn:hover {
    top: 2rem;
    right: -4rem;
    scale: 0.9;
  }
}
.p-contactCtr .u-ctr__btn::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 3.5rem;
  z-index: 2;
  background-color: #212121;
}
.p-contactCtr .u-ctr__btn::after {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  border-radius: 3.5rem;
  z-index: -1;
  background: url("../img/common/ctr-btn.webp");
  background-size: cover;
  animation: scaleUp 2s infinite;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.p-contactCtr .u-ctr__btn span {
  z-index: 3;
  font-size: 3.5rem;
  line-height: 1.3;
}
.p-contactCtr .u-ctr__btn span small {
  display: block;
  text-align: center;
  margin-left: 1rem;
  font-size: 60%;
  margin-bottom: 0.5rem;
}
.p-contactCtr .u-ctr__btn span small::before, .p-contactCtr .u-ctr__btn span small::after {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  background-color: #fff;
}
.p-contactCtr .u-ctr__btn span small::before {
  transform: rotate(15deg);
  right: 0.9rem;
}
.p-contactCtr .u-ctr__btn span small::after {
  transform: rotate(-15deg);
  left: 0;
}
#l_footer {
  z-index: 8;
  position: relative;
  padding: 8rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #l_footer {
    padding: 6rem 0 0;
  }
}
#l_footer #sitemap {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 2rem;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap {
    display: block;
    margin-bottom: 6rem;
  }
}
#l_footer #sitemap > div {
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box01 {
    margin-bottom: 3rem;
  }
}
#l_footer #sitemap .box01 .logo {
  margin-bottom: 5rem;
  mix-blend-mode: difference;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box01 .logo {
    margin-bottom: 3rem;
  }
}
#l_footer #sitemap .box01 .logo a {
  display: inline-block;
}
#l_footer #sitemap .box01 .logo a img {
  width: 24rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box01 .logo a img {
    width: 17rem;
  }
}
#l_footer #sitemap .box01 p {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box01 p {
    font-size: 1.4rem;
    margin-bottom: 0.1rem;
  }
}
#l_footer #sitemap .box01 .u-subLink {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
  opacity: 0.7;
  margin-top: 0.8rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02,
  #l_footer #sitemap .box03,
  #l_footer #sitemap .box04 {
    padding-bottom: 1rem;
  }
}
#l_footer #sitemap .box02 dl + dl,
#l_footer #sitemap .box03 dl + dl,
#l_footer #sitemap .box04 dl + dl {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02 dl + dl,
  #l_footer #sitemap .box03 dl + dl,
  #l_footer #sitemap .box04 dl + dl {
    margin: 0;
  }
}
#l_footer #sitemap .box02 dl dt,
#l_footer #sitemap .box03 dl dt,
#l_footer #sitemap .box04 dl dt {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02 dl dt,
  #l_footer #sitemap .box03 dl dt,
  #l_footer #sitemap .box04 dl dt {
    margin: 0;
    padding-bottom: 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02 dl dt a,
  #l_footer #sitemap .box03 dl dt a,
  #l_footer #sitemap .box04 dl dt a {
    font-size: 1.4rem;
  }
}
#l_footer #sitemap .box02 dl dt a span,
#l_footer #sitemap .box03 dl dt a span,
#l_footer #sitemap .box04 dl dt a span {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02 dl dt a,
  #l_footer #sitemap .box03 dl dt a,
  #l_footer #sitemap .box04 dl dt a {
    display: block;
    padding: 0.6rem 0;
  }
}
#l_footer #sitemap .box02 dl dd,
#l_footer #sitemap .box03 dl dd,
#l_footer #sitemap .box04 dl dd {
  font-size: 1.6rem;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
  #l_footer #sitemap .box02 dl dd,
  #l_footer #sitemap .box03 dl dd,
  #l_footer #sitemap .box04 dl dd {
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
}
#l_footer #sitemap .box02 dl dd a,
#l_footer #sitemap .box03 dl dd a,
#l_footer #sitemap .box04 dl dd a {
  position: relative;
  display: block;
  padding-left: 1em;
}
#l_footer #sitemap .box02 dl dd a:before,
#l_footer #sitemap .box03 dl dd a:before,
#l_footer #sitemap .box04 dl dd a:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 1.3rem;
  left: 0;
  width: 1rem;
  height: 0.05rem;
  background: #484848;
}
#l_footer #sitemap .box02 dl dd a span,
#l_footer #sitemap .box03 dl dd a span,
#l_footer #sitemap .box04 dl dd a span {
  font-family: "Oxanium", sans-serif;
  text-transform: uppercase;
}
#l_footer #sitemap .box02 dl dd a + a,
#l_footer #sitemap .box03 dl dd a + a,
#l_footer #sitemap .box04 dl dd a + a {
  margin-top: 0.8rem;
}
#l_footer #end {
  z-index: 201;
  padding: 1.5rem;
  text-align: center;
  font-size: var(--fz110);
  color: #fff;
  background: linear-gradient(122deg, #1C1B0D 7.71%, #060D17 54.22%);
}
@media screen and (max-width: 767px) {
  #l_footer #end {
    display: block;
    padding: 1rem;
  }
}

/*# sourceMappingURL=layout.css.map */
