@charset "UTF-8";
/*メインカラー*/
/*サブカラー*/
/*PCパターン1*/
/*PCパターン2*/
/*
@mixin phone_ver() {
  @media (max-aspect-ratio: 2/3) and (hover: none) and (pointer: coarse) {
    @content;
  }
}*/
* { /*全部*/
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth; /* スクロール */
  font-size: 0.6944444444vw;
  scroll-padding-top: 14rem;
}
@media (max-aspect-ratio: 2/3) {
  html {
    font-size: 2.2666666667vw;
    scroll-padding-top: 8rem;
  }
}

body {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body.active {
  overflow: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

.font-dinCondensed {
  font-family: "din-condensed", sans-serif;
  font-style: normal;
}

.font-zenKakuGothicNew {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

header {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0;
  position: fixed;
  z-index: 99;
  transition: margin-top 0.3s ease;
  background-color: #fff;
  margin: -100% 0 0 0;
}
@media (min-aspect-ratio: 10/4) {
  header {
    padding: 2rem 0;
  }
}
header .inner {
  width: 128rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-aspect-ratio: 2/3) {
  header .inner {
    width: 100%;
    height: 100%;
    padding: 0 2.2rem;
  }
}
header .inner h2 {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  gap: 2.3rem;
}
@media (max-aspect-ratio: 2/3) {
  header .inner h2 {
    gap: 1.3rem;
  }
}
header .inner h2 .logo {
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-aspect-ratio: 2/3) {
  header .inner h2 .logo {
    width: 7.5rem;
  }
}
header .inner h2 .logo img {
  width: 100%;
  height: auto;
}
header .inner h2 strong {
  font-size: 1.6rem;
  display: flex;
  gap: 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-aspect-ratio: 2/3) {
  header .inner h2 strong {
    font-size: 1.4rem;
  }
}
header .inner h2 strong a {
  padding: 0 2rem;
  border: #101010 solid 0.1rem;
  border-radius: 0.5rem;
  display: block;
  font-weight: 300;
  cursor: pointer;
  transition: 0.3s background-color ease, 0.3s background-color ease;
}
header .inner h2 strong a:hover {
  background-color: #101010;
  color: #fff;
}
header .inner nav ul {
  display: flex;
  gap: 7.5rem;
}
@media (max-aspect-ratio: 2/3) {
  header .inner nav ul {
    gap: 0;
    margin-right: 0.6rem;
  }
}
header .inner nav ul li a {
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
}
header .inner nav ul li a .newTabIcon {
  width: 1.5rem;
  display: flex;
  margin: 0 0 0 0.5rem;
}
header .inner nav ul li a .newTabIcon img {
  width: 100%;
}
header .inner nav ul li .naviItem {
  opacity: 1;
  transition: all 0.3s ease;
}
@media (max-aspect-ratio: 2/3) {
  header .inner nav ul li .naviItem {
    display: none;
  }
}
header .inner nav ul li .naviItem:hover {
  opacity: 0.5;
}
header .inner nav ul li .contact {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-aspect-ratio: 2/3) {
  header .inner nav ul li .contact {
    font-size: 1.6rem;
    padding: 0 1rem;
  }
}
header .inner nav ul li .contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #D9D9D9;
  position: absolute;
  z-index: -10;
  transition: all 0.3s ease;
}
header .inner nav ul li .contact:hover::before {
  width: 140%;
  height: 140%;
}
@media (max-aspect-ratio: 2/3) {
  header .inner nav ul li .contact:hover::before {
    width: 100%;
    height: 100%;
  }
}
@media (max-aspect-ratio: 2/3) {
  header .inner nav ul li .contact.pc {
    display: none;
  }
}
header .inner nav ul li .contact.sp {
  display: none;
}
@media (max-aspect-ratio: 2/3) {
  header .inner nav ul li .contact.sp {
    display: flex;
  }
}
header .inner .hamburgerIcon {
  width: 6rem;
  height: 1.9rem;
  background-color: #D9D9D9;
  position: relative;
  display: none;
  cursor: pointer;
}
@media (max-aspect-ratio: 2/3) {
  header .inner .hamburgerIcon {
    display: block;
  }
}
header .inner .hamburgerIcon span:nth-child(1) {
  width: 2rem;
  height: 0.1rem;
  background-color: #000;
  display: block;
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(0deg);
  transition: all 0.3s ease;
}
header .inner .hamburgerIcon span:nth-child(2) {
  width: 2rem;
  height: 0.1rem;
  background-color: #000;
  display: block;
  position: absolute;
  top: calc(50% + 0.2rem);
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
header .inner .hamburgerIcon.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(-24deg);
}
header .inner .hamburgerIcon.active span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%) rotateZ(24deg);
}

.spNavigationMenu {
  width: 100%;
  height: 100vh;
  padding: 10rem 0 0 0;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 80;
  background-color: #fff;
  transition: right 0.3s ease;
  display: none;
}
@media (max-aspect-ratio: 2/3) {
  .spNavigationMenu {
    display: block;
  }
}
.spNavigationMenu.active {
  right: 0;
}
.spNavigationMenu .inner {
  width: calc(100% - 4.4rem);
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: auto;
}
.spNavigationMenu .inner nav {
  padding-bottom: 1.6rem;
}
.spNavigationMenu .inner nav ul {
  display: flex;
  gap: 1rem;
  flex-flow: column;
}
.spNavigationMenu .inner nav ul li {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}
.spNavigationMenu .inner nav ul li a {
  display: flex;
  align-items: center;
}
.spNavigationMenu .inner nav ul li a .newTabIcon {
  width: 3.4rem;
  display: flex;
  margin: 0 0 0 1rem;
}
.spNavigationMenu .inner nav ul li a .newTabIcon img {
  width: 100%;
}
.spNavigationMenu .inner small {
  padding: 0.7rem 0 1rem;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.topMoveButton {
  width: 3rem;
  position: fixed;
  right: 3.2rem;
  bottom: 4rem;
  mix-blend-mode: difference;
  z-index: 100;
  background-color: #fff;
  padding: 1rem 0.3rem;
  display: block;
  transition: opacity 0.1s;
  opacity: 0;
}
@media (max-aspect-ratio: 2/3) {
  .topMoveButton {
    display: none;
  }
}
.topMoveButton.active {
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media (max-aspect-ratio: 2/3) {
  .topMoveButton.active {
    display: none;
  }
}

main {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 0 0 10rem;
}
main section {
  width: 110rem;
}
@media (max-aspect-ratio: 2/3) {
  main section {
    width: 100%;
    padding: 0 2.2rem;
  }
}
main section h1 {
  font-size: 8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: #101010;
  margin: 10rem 0 0 0;
}
@media (max-aspect-ratio: 2/3) {
  main section h1 {
    font-size: 5rem;
  }
}
main section h1 span {
  color: #101010;
  font-size: 2.2rem;
  font-weight: 400;
  display: block;
  letter-spacing: 0.1em;
}
@media (max-aspect-ratio: 2/3) {
  main section h1 span {
    font-size: 1.4rem;
  }
}
main section div:nth-child(2) {
  margin: 10rem 0;
}
main section div:nth-child(2) p {
  text-align: right;
}
main section div h2 {
  margin: 10rem 0 0 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-aspect-ratio: 2/3) {
  main section div h2 {
    font-size: 2rem;
  }
}
main section div h3 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  margin: 4rem 0 1rem;
}
@media (max-aspect-ratio: 2/3) {
  main section div h3 {
    font-size: 1.6rem;
  }
}
main section div p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1em;
}
@media (max-aspect-ratio: 2/3) {
  main section div p {
    font-size: 1.4rem;
  }
}
main section div table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 2rem 0;
  line-height: 200%;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
}
@media (max-aspect-ratio: 2/3) {
  main section div table {
    font-size: 1.4rem;
  }
}
main section div table tbody tr th, main section div table tbody tr td {
  border: #101010 0.1rem solid;
}
main section div table tbody tr th:nth-child(1) {
  border-right: #fff 0.1rem solid;
}
main section div table tbody tr th {
  color: #fff;
  background-color: #101010;
  padding: 1rem;
}
main section div table tbody tr td {
  padding: 1rem;
}
main section div table tbody tr td:nth-child(1) {
  background-color: rgba(132, 132, 132, 0.8);
  color: #fff;
}

footer {
  width: 100%;
  background-color: #101010;
  color: #fff;
  padding: 4rem 0 3.2rem;
  position: relative;
  overflow: hidden;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
footer .backgroundContent {
  position: absolute;
  top: 0;
  line-height: 0.8;
  overflow: hidden;
  white-space: nowrap;
  z-index: 0;
}
footer .backgroundContent .backgroundText {
  font-size: 16rem;
  opacity: 0.1;
  display: flex;
  will-change: transform;
  animation: marquee 60s linear infinite;
}
@media (max-aspect-ratio: 2/3) {
  footer .backgroundContent .backgroundText {
    font-size: 6.6rem;
    letter-spacing: -0.3rem;
  }
}
footer .backgroundContent .backgroundText span {
  display: inline-block;
  padding: 0 3rem;
}
footer .inner {
  width: 110rem;
  margin: auto;
  position: relative;
  z-index: 10;
}
@media (max-aspect-ratio: 2/3) {
  footer .inner {
    width: calc(100% - 4.4rem);
  }
}
footer .inner .companyIcon {
  width: 16rem;
  display: block;
  margin-bottom: 2.4rem;
}
@media (max-aspect-ratio: 2/3) {
  footer .inner .companyIcon {
    width: 10rem;
  }
}
footer .inner .companyIcon img {
  width: 100%;
  font-size: 7rem;
}
footer .inner .element {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.2rem;
  line-height: 150%;
  letter-spacing: 0.1em;
  position: relative;
}
@media (max-aspect-ratio: 2/3) {
  footer .inner .element {
    flex-flow: column;
    gap: 2.7rem;
    margin-bottom: 2.7rem;
  }
}
footer .inner .element .item table thead tr th {
  font-size: 1.6rem;
  font-weight: 400;
  border-bottom: 0.15rem #fff solid;
  padding-bottom: 0.4rem;
}
footer .inner .element .item table tbody {
  display: inline-block;
  padding-top: 0.4rem;
}
footer .inner .element .item table tbody tr {
  font-weight: 400;
  padding-top: 0.6rem;
  display: block;
}
footer .inner .element .item table tbody tr th {
  font-size: 1.4rem;
  display: block;
  color: #848484;
}
@media (max-aspect-ratio: 2/3) {
  footer .inner .element .item table tbody tr th {
    font-size: 1.6rem;
  }
}
footer .inner .element .item table tbody tr td {
  font-size: 1.4rem;
  display: block;
}
footer .inner .element .item:nth-child(2) {
  display: flex;
  gap: 6rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 200%;
  margin-top: -3rem;
}
@media (max-aspect-ratio: 2/3) {
  footer .inner .element .item:nth-child(2) {
    font-size: 1.7rem;
    margin-top: 0;
  }
}
footer .inner .element .item:nth-child(2) nav ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  gap: 0 7.3rem;
}
@media (max-aspect-ratio: 2/3) {
  footer .inner .element .item:nth-child(2) nav ul {
    grid-template-rows: repeat(3, auto);
    gap: 2rem 4rem;
  }
}
footer .inner .element .item:nth-child(2) nav ul li {
  height: -moz-fit-content;
  height: fit-content;
}
footer .inner .element .item:nth-child(2) nav ul li a {
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding: 0 0.4rem;
}
footer .inner .element .item:nth-child(2) nav ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #981C5A;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -10;
  transition: all 0.3s;
}
footer .inner .element .item:nth-child(2) nav ul li a:hover::before {
  left: 0;
}
footer .inner .element .item:nth-child(2) nav ul li a .newTabIcon {
  width: 1.5rem;
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
footer .inner .element .item:nth-child(2) nav ul li a .newTabIcon img {
  width: 100%;
  display: flex;
  filter: brightness(0) saturate(100%) invert(96%) sepia(62%) saturate(2%) hue-rotate(120deg) brightness(112%) contrast(100%);
}
footer .inner .element .privacyMark {
  width: 9.6rem;
  position: absolute;
  right: 0;
  bottom: 5.4rem;
  font-size: 1.2rem;
}
@media (max-aspect-ratio: 2/3) {
  footer .inner .element .privacyMark {
    width: 6.6rem;
    right: 3.8rem;
    bottom: 1.4rem;
  }
}
footer .inner .element .privacyMark img {
  width: 100%;
  height: auto;
}
footer .inner .corporationNumber {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 170%;
  display: block;
}
@media (max-aspect-ratio: 2/3) {
  footer .inner .corporationNumber {
    font-size: 1.4rem;
  }
}
footer .inner small {
  line-height: 170%;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
  font-weight: 300;
}
@media (max-aspect-ratio: 2/3) {
  footer .inner small {
    font-size: 1.4rem;
    display: block;
    padding: 2.7rem 0 0 0;
  }
}/*# sourceMappingURL=style.css.map */