@charset "UTF-8";
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-variant-ligatures: none;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  color: #3b3b3b;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  will-change: scroll-position;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.parallax-image {
  height: 300px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.parallax-image .parallax-image__inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-image img.parallax-bg {
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
  will-change: transform;
  backface-visibility: hidden;
  transform-origin: center center;
  z-index: 1;
  pointer-events: none;
  opacity: 1;
  overflow: hidden;
}
.parallax-image img.parallax-bg.parallax-bg-1 {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.parallax-image img.parallax-bg.parallax-bg-2 {
  -o-object-position: center 20%;
     object-position: center 20%;
}
.parallax-image img.parallax-bg.parallax-bg-3 {
  -o-object-position: center 20%;
     object-position: center 20%;
}

.letter-b,
.letter-r,
.letter-y,
.letter-n,
.letter-d,
.letter-e,
.letter-i,
.letter-n2 {
  will-change: transform, opacity !important;
  backface-visibility: hidden !important;
}

.letter-k {
  will-change: transform, opacity !important;
  backface-visibility: hidden !important;
  transform-origin: center center !important;
  z-index: 10 !important;
  position: relative !important;
  transition: none !important;
}

.footer-section {
  position: relative;
  z-index: 1;
}

.block {
  display: block !important;
}

.none {
  display: none;
}

.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
@media (max-width: 1280px) {
  .container {
    padding: 0 px-to-vw(20px);
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 px-to-vw-tab(20px);
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-low {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.flex-columm {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.fadeUp1 {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp1.show-fadeUp1 {
  animation: fadeUp 1.2s ease-in-out forwards;
}

.fadeUp2 {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp2.show-fadeUp2 {
  animation: fadeUp 1.2s 0.6s ease-in-out forwards;
}

.fadeUp3 {
  opacity: 0;
  transform: translateY(15px);
}

.fadeUp3.show-fadeUp3 {
  animation: fadeUp 1.2s 1.2s ease-in-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.show-fadeIn {
  animation: fadeIn 1.2s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.img-fade-zoom {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.18, 1), transform 0.8s cubic-bezier(0.77, 0, 0.18, 1);
}

.img-fade-zoom.inview {
  opacity: 1;
  transform: scale(1);
}

/*
.loading-indicator {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;

  &.is-active {
    display: flex;
    opacity: 1;
  }

  .loading-spinner {
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
  }

  .loading-text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/
#stalker {
  pointer-events: none;
  position: fixed;
  width: 20px;
  height: 20px;
  background-color: rgba(80, 80, 80, 0.552);
  border-radius: 50%;
  transition: all 0.2s ease;
  transform: translate(0, 0);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#stalker span {
  opacity: 0;
  font-size: 12px;
  color: #909090;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}

#stalker.hover span {
  opacity: 1;
  transition: all 0.2s ease;
}

#stalker.hover {
  width: 80px;
  height: 80px;
  background-color: transparent;
  border: 1px solid #909090;
  transition: all 0.2s ease;
}
#stalker.hover a {
  display: flex;
  width: 300px;
  height: 200px;
  background-color: #eee;
  justify-content: center;
  align-items: center;
  color: black;
  text-decoration: none;
}

body {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

body.page-transitioning {
  opacity: 0.3;
}

a {
  transition: all 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
  transform: translateY(-2px);
}

html {
  scroll-behavior: smooth;
}

.bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.bg-overlay.is-active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
  background-color: #ffffff !important;
}
.bg-overlay .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(http://localhost/brooklyndesign/wp-content/themes/brooklyndesign/assets/img/top/bg.png) no-repeat center center/cover;
  opacity: 1;
  z-index: -1;
}
.bg-overlay .bg-text {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  gap: 4vw;
  padding-top: 3vw;
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-in-out;
  animation: fadeInUp 1s ease-in-out 0.3s forwards;
  will-change: auto !important;
  transform-style: flat !important;
}
.bg-overlay .bg-text__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2vw;
  will-change: auto !important;
  transform-style: flat !important;
}
.bg-overlay .bg-text__col .textblack {
  opacity: 0 !important;
}
.bg-overlay .bg-text__col .textblack,
.bg-overlay .bg-text__col img {
  width: 5rem;
  height: auto;
  opacity: 0;
  transform: translateY(0) translateX(0) !important;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.18, 1);
  pointer-events: none;
  will-change: auto !important;
  transform-style: flat !important;
}
.bg-overlay .bg-text__col .textblack.is-animated,
.bg-overlay .bg-text__col img.is-animated {
  opacity: 1;
  transform: translateY(0) translateX(0) !important;
}
.bg-overlay .bg-text__col .bg-letter-k {
  position: relative !important;
  top: 10% !important;
  z-index: 100;
  will-change: auto !important;
  transform-style: flat !important;
  pointer-events: none !important;
}
.bg-overlay .bg-text__col .bg-letter-k img {
  width: 5rem !important;
  height: auto !important;
  max-width: 5rem !important;
  transform: scale(1) translateX(0) !important;
  opacity: 1;
  transition: all 2s cubic-bezier(0.77, 0, 0.18, 1);
  background-color: transparent !important;
  background: transparent !important;
  will-change: auto !important;
  transform-style: flat !important;
}
.bg-overlay .bg-text__col .bg-letter-k img .textblack {
  opacity: 0 !important;
}
.bg-overlay .bg-text__col .bg-letter-k img.is-animated {
  opacity: 1 !important;
  transform: scale(5) translateX(0) !important;
  width: 250rem !important;
  max-width: 250rem !important;
  transition: all 2s cubic-bezier(0.77, 0, 0.18, 1) !important;
  will-change: transform !important;
  transform-style: flat !important;
  pointer-events: none !important;
  background-color: transparent !important;
  background: transparent !important;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.white-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999998;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
}
.white-overlay.is-active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.white-overlay .white-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
}
@media (max-width: 768px) {
  .white-overlay {
    z-index: 999996;
    height: 100vh;
    width: 100vw;
  }
  .white-overlay .bg-text {
    gap: 2vw;
    padding-top: 2vw;
  }
  .white-overlay .bg-text__col {
    gap: 0.1vw;
  }
  .white-overlay .bg-text__col .textblack,
  .white-overlay .bg-text__col img {
    width: 3rem;
    max-width: 3rem;
  }
  .white-overlay .bg-text__col .bg-letter-k {
    top: 15% !important;
  }
  .white-overlay .bg-text__col .bg-letter-k img {
    width: 3rem !important;
    max-width: 3rem !important;
    transition: all 1s ease !important;
    transform: scale(1) translateX(0) !important;
    opacity: 1 !important;
    width: 3rem !important;
    max-width: 3rem !important;
    background-color: rgba(255, 0, 0, 0.3) !important;
  }
  .white-overlay .bg-text__col .bg-letter-k img.is-animated, .white-overlay .bg-text__col .bg-letter-k img[class*=is-animated] {
    width: 50rem !important;
    max-width: 50rem !important;
    transform: scale(3) translateX(0) !important;
    opacity: 1 !important;
    z-index: 999999 !important;
    width: 50rem !important;
    max-width: 50rem !important;
    transform: scale(3) translateX(0) !important;
    background-color: rgba(0, 255, 0, 0.3) !important;
  }
  @supports (-webkit-touch-callout: none) {
    .white-overlay {
      position: fixed !important;
      transform: translateZ(0);
    }
  }
}
@media screen and (max-width: 768px) and (max-device-width: 768px) {
  .white-overlay {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
}
@media (max-width: 768px) {
  .white-overlay.is-active {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    background-color: #f0f0f0 !important;
  }
}

.btn-primary {
  background: #222;
  color: #fff;
  border-radius: 999px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  min-width: 250px;
}
@media (max-width: 1280px) {
  .btn-primary {
    font-size: 1.25vw;
    padding: 0.9375vw 1.5625vw;
    min-width: 19.53125vw;
  }
}
@media (max-width: 768px) {
  .btn-primary {
    font-size: 3.90625vw;
    min-width: 65.1041666667vw;
    font-weight: 200;
    padding: 1.5625vw 2.6041666667vw;
  }
}
.btn-primary::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  font-size: 20px;
  margin-left: 40px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: inherit;
  pointer-events: none;
  display: inline-block;
  transform: translateX(0);
}
@media (max-width: 1280px) {
  .btn-primary::after {
    font-size: 1.5625vw;
    margin-left: 3.125vw;
  }
}
@media (max-width: 768px) {
  .btn-primary::after {
    font-size: 3.90625vw;
    margin-left: 13.0208333333vw;
  }
}
.btn-primary:hover::after {
  transform: translateX(10px);
}
.btn-primary:hover {
  background: #b44543;
  color: #fff;
}

.btn-secondary {
  background-color: transparent;
  color: #3b3b3b;
  padding: 12px 24px;
  border: 2px solid #3b3b3b;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
@media (max-width: 1280px) {
  .btn-secondary {
    font-size: 1.25vw;
    padding: 0.9375vw 1.5625vw;
    min-width: 19.53125vw;
  }
}
.btn-secondary:hover {
  background-color: #3b3b3b;
  color: white;
}

.navigation {
  position: absolute;
  top: 4vw;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navigation h1,
.navigation h2 {
  font-size: 1.1rem;
  font-family: inherit;
  font-weight: 400;
  margin-bottom: 1.5em;
  padding: 0.2em 0.5em;
  border-radius: 2px;
  width: 100%;
  text-align: center;
  max-width: 297px;
  min-width: 297px;
}
@media (max-width: 768px) {
  .navigation h1,
  .navigation h2 {
    font-size: 4.4270833333vw;
    max-width: 65.1041666667vw;
    min-width: 65.1041666667vw;
  }
}
.navigation ul {
  padding-left: 4.2rem;
  margin: 0 0 1em 0;
  width: 100%;
}
@media (max-width: 768px) {
  .navigation ul {
    padding-left: 13.0208333333vw;
  }
}

.parallax-image {
  position: relative;
  width: 100%;
  height: 150vh;
  overflow: hidden;
  margin: 0;
  padding: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  .parallax-image {
    height: 150vh;
  }
}
@media (max-width: 768px) {
  .parallax-image {
    display: none;
  }
}
.parallax-image__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.parallax-image__inner .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
  will-change: transform;
  transition: transform 0.2s ease-out;
}
@media (max-width: 1280px) {
  .parallax-image__inner .parallax-bg {
    min-height: 100vh;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (max-width: 768px) {
  .parallax-image__inner .parallax-bg {
    min-height: 60vh;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media (max-width: 440px) {
  .parallax-image__inner .parallax-bg {
    min-height: 60vh;
    -o-object-position: center top;
       object-position: center top;
  }
}

.parallax-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.parallax-section .parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
  z-index: -1;
}
.parallax-section .parallax-content {
  text-align: center;
  color: white;
  z-index: 1;
}
.parallax-section .parallax-content h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 1280px) {
  .parallax-section .parallax-content h2 {
    font-size: 0.234375vw;
  }
}
@media (max-width: 768px) {
  .parallax-section .parallax-content h2 {
    font-size: 0.5208333333vw;
  }
}
@media (max-width: 440px) {
  .parallax-section .parallax-content h2 {
    font-size: 1.0416666667vw;
  }
}
.parallax-section .parallax-content p {
  font-size: 1.2rem;
  opacity: 0.9;
}
@media (max-width: 1280px) {
  .parallax-section .parallax-content p {
    font-size: 0.09375vw;
  }
}
@media (max-width: 768px) {
  .parallax-section .parallax-content p {
    font-size: 0.1953125vw;
  }
}
@media (max-width: 440px) {
  .parallax-section .parallax-content p {
    font-size: 0.4166666667vw;
  }
}

.header__tabNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: url(../img/top/bg.png) no-repeat center center/cover;
  transition: 0.6s all ease-out;
  z-index: 1000;
  overflow: hidden;
}
.header__tabNav a {
  color: #fff;
}
.header__tabNav a:hover {
  border-bottom: 1px solid #fff;
}
.header__tabNav::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3.125vw;
  margin-top: -2.8645833333vw;
  vertical-align: middle;
}
.header__tabNav__list {
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  justify-content: center;
  gap: 4.4270833333vw;
  top: 4%;
  right: 50%;
  width: 100%;
  height: 100%;
  padding: 6.5104166667vw 0;
  transform: translate(50%);
  text-align: center;
}
.header__tabNav__list-link {
  font-size: 4.9479166667vw;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.header__tabNav__list-link:nth-child(1) {
  transition-delay: 0.1s;
}
.header__tabNav__list-link:nth-child(2) {
  transition-delay: 0.2s;
}
.header__tabNav__list-link:nth-child(3) {
  transition-delay: 0.3s;
}
.header__tabNav__list-link:nth-child(4) {
  transition-delay: 0.4s;
}
.header__tabNav__list-link:nth-child(5) {
  transition-delay: 0.5s;
}
.header__tabNav__list-link:nth-child(6) {
  transition-delay: 0.6s;
}
.header__tabNav__list-link:nth-child(7) {
  transition-delay: 0.7s;
}
.header__tabNav__list-link:nth-child(8) {
  transition-delay: 0.8s;
}
.header__tabNav__list-link:nth-child(9) {
  transition-delay: 0.9s;
}
.header__tabNav__list-link img {
  width: 6.5104166667vw;
}
.header__tabNav__list-link:last-child {
  padding-top: 6.5104166667vw;
}
.header__tabNav__list-link:last-child img {
  max-width: 84.6354166667vw;
  width: 100%;
}
.header__tabNav__list-link:last-child p {
  font-size: 3.125vw;
  font-feature-settings: "palt";
}
.header__tabNav-active .header__tabNav__list-link {
  opacity: 1;
  transform: translateY(0);
}
.header__tabNav-active {
  right: 0 !important;
}
.header__tabButton {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 1.3020833333vw;
  gap: 1.171875vw;
  width: 6.5104166667vw;
  padding-left: 2.6041666667vw;
}
.header__tabButton span {
  background: #000;
  height: 0.5859375vw;
  border-radius: 10px;
  width: 6.5104166667vw;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.header__tabButton span:first-child {
  transition: transform 0.3s ease;
}
.header__tabButton span:nth-of-type(2) {
  transition: opacity 0.3s ease;
}
.header__tabButton span:last-child {
  position: relative;
  transition: transform 0.3s ease;
  width: 3.90625vw;
}
.header__tabButton span:last-child::after {
  content: "MENU";
  position: absolute;
  top: 1.6927083333vw;
  font-size: 2.0833333333vw;
  left: -0.1302083333vw;
  background: #000;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__tabButton-active {
  width: 36px;
}
.header__tabButton-active:nth-of-type(1) {
  position: absolute;
  top: 3.125vw;
  transform: rotate(-45deg);
}
.header__tabButton-active:nth-of-type(2) {
  position: absolute;
  top: 3.125vw;
  transform: rotate(45deg);
}
.header__tabButton-active:nth-of-type(3) {
  top: 3.515625vw;
  position: relative;
  background: #fff;
  width: 0 !important;
}
.header__tabButton-active:nth-of-type(3)::after {
  content: "CLOSE" !important;
  position: absolute;
  font-size: 2.0833333333vw !important;
  letter-spacing: 0.1em;
  left: -0.78125vw !important;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__tabButton-bg {
  position: fixed;
  top: 2.6041666667vw;
  right: 3.90625vw;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1.8229166667vw;
  gap: 6.5104166667vw;
  height: 13.0208333333vw;
  width: 13.0208333333vw;
  background: #fff;
  border: 0.01rem solid #1e1e1e;
  border-radius: 50%;
}
.header__tabButton-bg p {
  width: 14.3229166667vw;
  font-size: 3.6458333333vw;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.1em;
}
.header__tabButton-bg-outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .header__tabButton-bg-outer {
    justify-content: right;
  }
}

.top-nav {
  position: absolute;
  top: 3vw;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 297px;
}
@media (max-width: 768px) {
  .top-nav {
    display: none;
  }
}
.top-nav h1 {
  margin-bottom: 1.5em;
  background: #fff;
  color: #222;
}
.top-nav li {
  margin-bottom: 1.5em;
}
.top-nav li:last-child a {
  border-bottom: none;
}
.top-nav li:nth-last-child(2) a {
  border-bottom: none;
}
.top-nav li:last-child img {
  width: 25px;
  height: auto;
}
.top-nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
  transition: color 0.2s;
  border-bottom: 1px solid #fff;
}
.top-nav li a:hover {
  color: #969696;
  transform: translateY(-6px) scale(1.08);
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.top-nav li a:hover::after {
  width: 100%;
  background: #969696;
}
.top-nav li a img {
  width: 22px;
  height: auto;
  vertical-align: middle;
  border-bottom: none;
}

.top-title-section {
  height: 130vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: url(../img/top/bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (max-height: 1000px) {
  .top-title-section {
    min-height: 1100px;
  }
}
@media (max-height: 1000px) and (max-width: 768px) {
  .top-title-section {
    min-height: 600px;
  }
}
@media (max-width: 768px) {
  .top-title-section {
    height: 100vh;
  }
}
.top-title-section .top-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  gap: 4vw;
  padding-top: 3vw;
}
.top-title-section .top-title .top-title__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2vw;
}
.top-title-section .top-title .top-title__col .textblack {
  opacity: 0;
}
.top-title-section .top-title .top-title__col .top-title__line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 2vw;
}
.top-title-section .top-title .top-title__col .top-title__line.line1 {
  position: relative;
  margin-bottom: 2vw;
  z-index: 10;
}
.top-title-section .top-title .top-title__col .top-title__line.line2 {
  position: relative;
  z-index: 10;
}
.top-title-section [class^=letter-],
.top-title-section .letter-o2,
.top-title-section .letter-n2 {
  width: auto;
  height: auto;
  max-width: 13vw;
  max-height: 12vw;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  position: static;
  transform: none;
  will-change: transform, opacity;
  pointer-events: none;
}
.top-title-section [class^=letter-].letter-k,
.top-title-section .letter-o2.letter-k,
.top-title-section .letter-n2.letter-k {
  width: auto;
  height: auto;
  max-width: 80px;
  max-height: 12vw;
  position: relative;
  top: 28%;
  left: 0;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 768px) {
  .top-title-section [class^=letter-].letter-k,
  .top-title-section .letter-o2.letter-k,
  .top-title-section .letter-n2.letter-k {
    max-width: 10.4166666667vw;
  }
}
@media (max-width: 440px) {
  .top-title-section [class^=letter-].letter-k,
  .top-title-section .letter-o2.letter-k,
  .top-title-section .letter-n2.letter-k {
    max-width: 12.5vw;
  }
}
.top-title-section [class^=letter-].letter-k img,
.top-title-section [class^=letter-].letter-k .k-zoom,
.top-title-section .letter-o2.letter-k img,
.top-title-section .letter-o2.letter-k .k-zoom,
.top-title-section .letter-n2.letter-k img,
.top-title-section .letter-n2.letter-k .k-zoom {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.top-title-section [class^=letter-].letter-b,
.top-title-section .letter-o2.letter-b,
.top-title-section .letter-n2.letter-b {
  top: 40%;
  left: 35%;
}
.top-title-section [class^=letter-].letter-r,
.top-title-section .letter-o2.letter-r,
.top-title-section .letter-n2.letter-r {
  top: 42%;
  left: 42%;
}
.top-title-section [class^=letter-].letter-y,
.top-title-section .letter-o2.letter-y,
.top-title-section .letter-n2.letter-y {
  top: 40%;
  left: 65%;
}
.top-title-section [class^=letter-].letter-n,
.top-title-section .letter-o2.letter-n,
.top-title-section .letter-n2.letter-n {
  top: 42%;
  left: 58%;
}
.top-title-section [class^=letter-].letter-d,
.top-title-section .letter-o2.letter-d,
.top-title-section .letter-n2.letter-d {
  top: 60%;
  left: 38%;
}
.top-title-section [class^=letter-].letter-e,
.top-title-section .letter-o2.letter-e,
.top-title-section .letter-n2.letter-e {
  top: 62%;
  left: 45%;
}
.top-title-section [class^=letter-].letter-i,
.top-title-section .letter-o2.letter-i,
.top-title-section .letter-n2.letter-i {
  top: 60%;
  left: 55%;
}
@media (max-width: 768px) {
  .top-title-section [class^=letter-].letter-i,
  .top-title-section .letter-o2.letter-i,
  .top-title-section .letter-n2.letter-i {
    max-width: 13.0208333333vw;
  }
}
.top-title-section [class^=letter-].letter-n2,
.top-title-section .letter-o2.letter-n2,
.top-title-section .letter-n2.letter-n2 {
  top: 62%;
  left: 62%;
}
.top-title-section .next-section {
  min-height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 0.5s, transform 0.5s;
}
.top-title-section .next-section .next-section__inner {
  text-align: center;
}
.top-title-section .top-text {
  position: absolute;
  top: 62%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: noto-serif-jp;
  font-weight: lighter;
  margin: 0 auto;
  font-size: 16px;
}
@media (max-width: 768px) {
  .top-title-section .top-text {
    top: unset;
    bottom: 20%;
    font-size: 2.0833333333vw;
  }
}
@media (max-width: 440px) {
  .top-title-section .top-text {
    font-size: 3.6363636364vw;
  }
}
.top-title-section .top-scroll-down {
  position: absolute;
  bottom: 35vh;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: inherit;
  font-weight: 400;
  z-index: 10;
}
@media (max-width: 768px) {
  .top-title-section .top-scroll-down {
    bottom: 22.1354166667vw;
  }
}
.top-title-section .top-scroll-down p {
  margin-bottom: 0.2em;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .top-title-section .top-scroll-down p {
    font-size: 3.6458333333vw;
  }
}
.top-title-section .top-scroll-down .scroll-arrow {
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  animation: arrow-bounce 1s infinite ease-in-out;
  will-change: transform;
}
@keyframes arrow-bounce {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}

.top-nav li a {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
  transition: color 0.2s, transform 0.2s;
  border-bottom: none;
}
.top-nav li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.top-nav li a:hover {
  color: #969696;
  transform: translateY(-2px);
}
.top-nav li a:hover::after {
  width: 100%;
  background: #969696;
}

.top-nav li:last-child a::after,
.top-nav li:nth-last-child(2) a::after {
  display: none;
}

.top-nav li:last-child a img,
.top-nav li:nth-last-child(2) a img {
  transition: filter 0.2s, transform 0.2s;
}

.top-nav li:last-child a:hover img,
.top-nav li:nth-last-child(2) a:hover img {
  filter: brightness(0.6);
  transform: scale(1) translateY(-4px);
}

.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.page-loading--hidden {
  opacity: 0;
  pointer-events: none;
  display: none;
}
.page-loading__content {
  text-align: center;
}
.page-loading__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.page-loading__title__col {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-loading__title__col img {
  width: 40px;
  height: 40px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}
.page-loading__title__col img.letter-k {
  opacity: 1;
  transform: translateY(0);
}

.news {
  position: relative;
  height: 100vh;
}
@media (max-width: 768px) {
  .news {
    height: auto;
  }
}
@media (max-height: 1000px) {
  .news {
    min-height: 1400px;
  }
}
@media (max-height: 1000px) and (max-width: 768px) {
  .news {
    min-height: unset;
  }
}
.news .news__button {
  padding-left: 4.2rem;
}
@media (max-width: 768px) {
  .news .news__button {
    margin: 0 auto;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .news .news__inner {
    position: unset;
    gap: 7.8125vw;
    padding-top: 13.0208333333vw;
  }
}
.news .news__inner h2 {
  background-color: #000;
  color: #fff;
}
.news .news__inner ul {
  width: 650px;
  padding-top: 50px;
}
@media (max-width: 768px) {
  .news .news__inner ul {
    width: 93.75vw;
    padding-top: 13.0208333333vw;
    padding-left: 0;
    margin: 0 auto;
  }
}
.news .news__inner li {
  display: flex;
  align-items: center;
  padding-bottom: 3px;
  margin-bottom: 30px;
  border-bottom: 0.5px solid #000;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .news .news__inner li {
    margin-bottom: 5.2083333333vw;
  }
}
.news .news__inner li:hover {
  border-bottom: 1px solid #b44543;
}
.news .news__inner li:hover .news__more {
  background: #b44543;
  color: #fff;
  transform: scale(1.3) rotate(360deg);
}
.news .news__inner li:hover .news__more::before {
  content: "▶";
  font-size: 0.4rem;
  opacity: 1;
  color: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .news .news__inner li:hover .news__more::before {
    font-size: 1.3020833333vw;
  }
}
.news .news__inner li .news__date {
  font-size: 16px;
  color: #666;
  min-width: 180px;
  font-family: inherit;
  padding-left: 5px;
}
@media (max-width: 768px) {
  .news .news__inner li .news__date {
    font-size: 3.6458333333vw;
    min-width: 23.4375vw;
  }
}
.news .news__inner li .news__title {
  flex: 1;
}
.news .news__inner li .news__title h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .news .news__inner li .news__title h3 {
    font-size: 3.6458333333vw;
  }
}
@media (max-width: 440px) {
  .news .news__inner li .news__title h3 {
    padding-left: 2.6041666667vw;
  }
}
.news .news__inner li .news__title h3 a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news .news__inner li .news__title h3 a:hover {
  color: #666;
}
.news .news__inner li .news__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  color: #222;
  font-size: 0.3rem;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  margin-left: 12px;
  font-family: inherit;
  font-weight: bold;
  border: none;
}
.news .news__inner li .news__more::before {
  content: "●";
  display: block;
  transition: opacity 0.2s, color 0.3s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 0.5rem;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.news .news__bottom-text {
  position: absolute;
  left: 4.2rem;
  bottom: 120px;
  width: 100%;
  text-align: left;
  font-family: "noto-serif-jp", serif;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  z-index: 2;
}
@media (max-width: 1280px) {
  .news .news__bottom-text {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .news .news__bottom-text {
    position: unset;
    padding-top: 39.0625vw;
    font-size: 5.2083333333vw;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.news .news__bottom-text p {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .news .news__bottom-text p {
    font-size: 3.515625vw;
    letter-spacing: 0;
  }
}
.news .news__bottom-text p:first-child {
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .news .news__bottom-text p:first-child {
    font-size: 5.2083333333vw;
  }
}
.news .news__bottom-text span {
  display: block;
  margin-top: 1.2em;
  font-size: 0.9rem;
  font-family: inherit;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .news .news__bottom-text span {
    font-size: 2.6041666667vw;
  }
}

.project {
  min-height: 100vh;
  height: auto;
  position: relative;
  width: 100%;
  background-color: #fff;
  margin-top: -60vh;
  z-index: 2;
}
@media (max-height: 1000px) {
  .project {
    min-height: 1000px;
    margin-top: -30vh;
  }
}
@media (max-height: 1000px) and (max-width: 768px) {
  .project {
    min-height: unset;
  }
}
@media (max-width: 768px) {
  .project {
    height: auto;
    margin-top: 0;
    z-index: 2;
  }
  .project__inner {
    position: unset;
    gap: 60px;
    padding-top: 100px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .project__inner {
    gap: 7.8125vw;
    padding-top: 13.0208333333vw;
  }
}
.project__inner {
  position: relative;
  z-index: 3;
  background-color: #fff;
  padding: 40px 0;
}
.project__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
.project__inner h2 {
  background-color: #000;
  color: #fff;
  margin: 0;
  text-align: center;
}
.project .projectlist {
  position: absolute;
  bottom: 25%;
  transform: none;
  background-color: #fff;
  z-index: 3;
}
@media (max-width: 1280px) {
  .project .projectlist {
    bottom: 40%;
  }
}
@media (max-width: 768px) {
  .project .projectlist {
    position: unset;
    padding: 5.2083333333vw 0;
  }
}
.project .projectlist__inner {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100vw;
  max-width: none;
  margin: 0;
}
@media (max-width: 1280px) {
  .project .projectlist__inner {
    border-top: none;
  }
}
@media (max-width: 768px) {
  .project .projectlist__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    gap: 6.5104166667vw;
    padding-top: 13.0208333333vw;
    border: none;
  }
}
.project .projectlist__item {
  position: relative;
  width: 25%;
  aspect-ratio: 1/1;
  border-right: 1px solid #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease-out;
}
.project .projectlist__item:nth-child(-n+12) {
  opacity: 1;
  transform: translateY(0);
}
.project .projectlist__item.show-fade-in {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1280px) {
  .project .projectlist__item {
    border-top: 1px solid #000;
  }
}
@media (max-width: 768px) {
  .project .projectlist__item {
    width: 90%;
    margin: 0 auto;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
.project .projectlist__item .projectlist__address {
  font-size: 16px;
  padding: 18px 0 0 24px;
  z-index: 3;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (max-width: 1280px) {
  .project .projectlist__item .projectlist__address {
    font-size: 1.25vw;
    padding: 1.40625vw 0 0 1.5625vw;
  }
}
@media (max-width: 768px) {
  .project .projectlist__item .projectlist__address {
    font-size: 3.125vw;
    padding: 2.6041666667vw 0 0 2.6041666667vw;
  }
}
.project .projectlist__item .projectlist__thumb {
  margin: 20% auto 0 auto;
  width: 50%;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .project .projectlist__item .projectlist__thumb {
    height: 50%;
    width: auto;
  }
}
@media (max-width: 768px) {
  .project .projectlist__item .projectlist__thumb {
    height: 70%;
    margin: 8% auto 0 auto;
  }
}
.project .projectlist__item .projectlist__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0.9;
}
.project .projectlist__item .projectlist__name {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 24px;
  bottom: 24px;
  letter-spacing: 0.12em;
  z-index: 3;
}
@media (max-width: 1280px) {
  .project .projectlist__item .projectlist__name {
    font-size: 1.015625vw;
    left: 1.5625vw;
    bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .project .projectlist__item .projectlist__name {
    font-size: 3.125vw;
    left: 2.6041666667vw;
    bottom: 2.6041666667vw;
  }
}
.project .projectlist__item .projectlist__link {
  position: absolute;
  right: 54px;
  bottom: 24px;
  font-size: 24px;
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
  z-index: 3;
}
@media (max-width: 1280px) {
  .project .projectlist__item .projectlist__link {
    font-size: 1.875vw;
    right: 1.5625vw;
    bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .project .projectlist__item .projectlist__link {
    font-size: 3.90625vw;
    right: 2.6041666667vw;
    bottom: 2.6041666667vw;
  }
}
.project .projectlist__item .projectlist__link:hover {
  color: #b44543;
}
.project .projectlist__item .projectlist__link i {
  vertical-align: middle;
}
.project .projectlist__item:hover .projectlist__thumb {
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: auto;
}
.project .projectlist__item:hover .projectlist__thumb img {
  transform: translate(-50%, -50%) scale(0.7);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
  filter: none;
  border-radius: 0;
  width: auto;
  height: 100%;
  min-height: 930px;
  min-width: 1353px;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 1280px) {
  .project .projectlist__item:hover .projectlist__thumb img {
    min-height: 72.65625vw;
    min-width: 105.703125vw;
  }
}
@media (max-width: 768px) {
  .project .projectlist__item:hover .projectlist__thumb img {
    min-height: 130.2083333333vw;
    min-width: 215.234375vw;
  }
}
@media (max-width: 440px) {
  .project .projectlist__item:hover .projectlist__thumb img {
    min-height: 159.0909090909vw;
  }
}
.project .viewmore {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media (max-width: 768px) {
  .project .viewmore {
    position: unset;
    transform: none;
    margin: 0 auto;
    text-align: center;
    padding: 9.1145833333vw 0 19.53125vw;
  }
}

.projectpage {
  min-height: 230vh;
  height: auto;
  padding-bottom: 100px;
  position: relative;
  margin-top: 0;
}
@media (max-width: 1280px) {
  .projectpage {
    min-height: 17.96875vw;
    padding-bottom: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .projectpage {
    min-height: auto;
    padding-bottom: 13.0208333333vw;
  }
}
.projectpage__inner {
  position: relative;
  bottom: auto;
}
.projectpage__inner h2 {
  background-color: #000;
  color: #fff;
}
.projectpage .projectlist {
  position: relative;
  bottom: auto;
  top: auto;
  transform: none;
  margin-top: 200px;
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .projectpage .projectlist {
    margin-top: 15.625vw;
    margin-bottom: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .projectpage .projectlist {
    margin-top: 0;
    margin-bottom: 13.0208333333vw;
  }
}
.projectpage .projectlist__inner {
  gap: 120px 0;
  border: none;
  padding-bottom: 30px;
}
@media (max-width: 1280px) {
  .projectpage .projectlist__inner {
    gap: 9.375vw 0;
    padding-bottom: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .projectpage .projectlist__inner {
    gap: 13.0208333333vw 0;
    padding-bottom: 3.90625vw;
  }
}
.projectpage .projectlist__item {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.projectpage .viewmore {
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  bottom: auto;
  left: auto;
  transform: none;
}
@media (max-width: 1280px) {
  .projectpage .viewmore {
    margin-top: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .projectpage .viewmore {
    margin-top: 13.0208333333vw;
    margin-bottom: 13.0208333333vw;
  }
}

.projectdetails {
  position: relative;
  min-height: 120vh;
  height: auto;
  margin-top: 0;
  padding-bottom: 100px;
}
@media (max-width: 1280px) {
  .projectdetails {
    min-height: 9.375vw;
    padding-bottom: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .projectdetails {
    min-height: auto;
    padding-bottom: 13.0208333333vw;
  }
}
.projectdetails__inner {
  display: flex;
  gap: 50px;
  padding-top: 270px;
  align-items: flex-start;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .projectdetails__inner {
    gap: 3.90625vw;
    padding-top: 21.09375vw;
  }
}
@media (max-width: 768px) {
  .projectdetails__inner {
    top: 13.0208333333vw;
    left: 0;
    flex-direction: column;
    align-items: center;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    letter-spacing: -0.05em;
  }
}
.projectdetails__item__inner {
  width: 350px;
}
@media (max-width: 1280px) {
  .projectdetails__item__inner {
    width: 27.34375vw;
  }
}
@media (max-width: 768px) {
  .projectdetails__item__inner {
    width: 100%;
  }
}
.projectdetails__item__inner h3 {
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .projectdetails__item__inner h3 {
    font-size: 1.640625vw;
  }
}
@media (max-width: 768px) {
  .projectdetails__item__inner h3 {
    font-size: 3.3854166667vw;
  }
}
.projectdetails__item__inner__content {
  padding: 30px 0;
  font-size: 15px;
  line-height: 1.7;
}
@media (max-width: 1280px) {
  .projectdetails__item__inner__content {
    padding: 2.34375vw 0;
    font-size: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .projectdetails__item__inner__content {
    padding: 6.5104166667vw 0;
    font-size: 3.125vw;
  }
}
.projectdetails__item__inner__area {
  font-size: 15px;
  display: inline-flex;
  gap: 30px;
}
@media (max-width: 1280px) {
  .projectdetails__item__inner__area {
    gap: 2.34375vw;
  }
}
@media (max-width: 768px) {
  .projectdetails__item__inner__area {
    justify-content: flex-end;
    font-size: 3.125vw;
    padding-bottom: 3.90625vw;
  }
}
.projectdetails__item__image {
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: auto;
}
@media (max-width: 1280px) {
  .projectdetails__item__image {
    gap: 3.125vw;
  }
}
@media (max-width: 768px) {
  .projectdetails__item__image {
    gap: 3.90625vw;
  }
}
.projectdetails__item__image__inner {
  max-width: 650px;
}
@media (max-width: 1280px) {
  .projectdetails__item__image__inner {
    max-width: 50.78125vw;
  }
}
@media (max-width: 768px) {
  .projectdetails__item__image__inner {
    max-width: 100%;
  }
}
.projectdetails__item__image__inner p {
  line-height: 1.5;
  font-size: 15px;
  padding: 10px 0;
}
@media (max-width: 1280px) {
  .projectdetails__item__image__inner p {
    font-size: 1.171875vw;
    padding: 0.78125vw 0;
  }
}
@media (max-width: 768px) {
  .projectdetails__item__image__inner p {
    font-size: 3.125vw;
    padding: 2.6041666667vw 0 5.2083333333vw;
  }
}
.projectdetails__item__image__inner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.projectdetails .projectlist {
  position: relative;
  margin-top: 400px;
  margin-bottom: 80px;
  bottom: auto;
}
@media (max-width: 1280px) {
  .projectdetails .projectlist {
    margin-top: 31.25vw;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 768px) {
  .projectdetails .projectlist {
    margin-top: 39.0625vw;
    margin-bottom: 13.0208333333vw;
  }
}
.projectdetails .viewmore {
  position: relative;
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
  bottom: auto;
  left: auto;
  transform: none;
}
@media (max-width: 1280px) {
  .projectdetails .viewmore {
    margin-top: 3.125vw;
    margin-bottom: 6.25vw;
  }
}
@media (max-width: 768px) {
  .projectdetails .viewmore {
    margin-top: 13.0208333333vw;
    margin-bottom: 13.0208333333vw;
  }
}

.workflow {
  min-height: 100vh;
  height: auto;
  background: url(../img/top/bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  margin-top: -40vh;
}
@media (max-height: 1000px) {
  .workflow {
    min-height: 1100px;
    margin-top: -20vh;
  }
  .workflow__inner {
    padding-top: 120px;
  }
  .workflow__item__wrapper {
    padding-top: 150px;
    gap: 40px 0;
  }
}
@media (max-width: 768px) {
  .workflow {
    height: auto;
    margin-top: 0;
  }
  .workflow__inner {
    padding-top: 13.0208333333vw;
    padding-left: 0;
    position: unset;
  }
}
.workflow h2 {
  background-color: #fff;
  color: #000;
}
.workflow__inner {
  width: 100%;
}
.workflow__item {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.workflow__item__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-template-areas: "item1 item5" "item2 item6" "item3 item7" "item4 item8";
  padding-top: 235px;
  padding-left: 250px;
  justify-items: start;
  gap: 70px 0;
  width: 95%;
}
@media (max-width: 1280px) {
  .workflow__item__wrapper {
    padding-top: 18.359375vw;
    padding-left: 3.125vw;
    gap: 0.78125vw;
  }
}
@media (max-width: 1280px) and (max-height: 1000px) {
  .workflow__item__wrapper {
    padding-top: 11.71875vw;
    gap: 0.625vw;
  }
}
@media (max-width: 768px) {
  .workflow__item__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9.1145833333vw;
    padding: 2.6041666667vw 2.6041666667vw 0;
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .workflow__item {
    gap: 1.25vw;
  }
}
@media (max-width: 768px) {
  .workflow__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 19.53125vw;
    grid-template-areas: "icon number" "line description";
    align-items: center;
    gap: 6.5104166667vw 1.953125vw;
    width: 100%;
  }
}
.workflow__item:nth-child(1) .workflow__item-number::after, .workflow__item:nth-child(2) .workflow__item-number::after, .workflow__item:nth-child(3) .workflow__item-number::after, .workflow__item:nth-child(4) .workflow__item-number::after, .workflow__item:nth-child(5) .workflow__item-number::after, .workflow__item:nth-child(6) .workflow__item-number::after, .workflow__item:nth-child(7) .workflow__item-number::after {
  content: "";
  position: absolute;
  bottom: -125px;
  left: 20px;
  width: 1px;
  height: 110px;
  background-color: #fff;
}
@media (max-width: 1280px) {
  .workflow__item:nth-child(1) .workflow__item-number::after, .workflow__item:nth-child(2) .workflow__item-number::after, .workflow__item:nth-child(3) .workflow__item-number::after, .workflow__item:nth-child(4) .workflow__item-number::after, .workflow__item:nth-child(5) .workflow__item-number::after, .workflow__item:nth-child(6) .workflow__item-number::after, .workflow__item:nth-child(7) .workflow__item-number::after {
    bottom: -9.765625vw;
    left: 1.5625vw;
    width: 0.078125vw;
    height: 8.59375vw;
  }
}
@media (max-width: 768px) {
  .workflow__item:nth-child(1) .workflow__item-number::after, .workflow__item:nth-child(2) .workflow__item-number::after, .workflow__item:nth-child(3) .workflow__item-number::after, .workflow__item:nth-child(4) .workflow__item-number::after, .workflow__item:nth-child(5) .workflow__item-number::after, .workflow__item:nth-child(6) .workflow__item-number::after, .workflow__item:nth-child(7) .workflow__item-number::after {
    grid-area: line;
    position: absolute;
    bottom: -35.15625vw;
    left: -8.4635416667vw;
    width: 2px;
    height: 28.6458333333vw;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .workflow__item:nth-child(4) .workflow__item-number::after, .workflow__item:nth-child(8) .workflow__item-number::after {
    content: "";
    position: absolute;
    grid-area: line;
    position: absolute;
    background-color: #fff;
    bottom: -35.15625vw;
    left: -8.4635416667vw;
    width: 2px;
    height: 28.6458333333vw;
    margin: 0;
  }
}
.workflow__item-number {
  font-size: 20px;
  margin-bottom: 8px;
  width: 230px;
  text-align: left;
  position: relative;
}
@media (max-width: 1280px) {
  .workflow__item-number {
    margin-bottom: 0.625vw;
    width: 15.625vw;
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .workflow__item-number {
    font-size: 4.9479166667vw;
    width: auto;
    text-align: left;
    margin-bottom: 0;
    grid-area: number;
  }
}
.workflow__item-description {
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 1280px) {
  .workflow__item-description {
    font-size: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .workflow__item-description {
    font-size: 3.515625vw;
    text-align: left;
    line-height: 1.6;
    grid-area: description;
    letter-spacing: -0.1953125vw;
    margin-left: -4.5572916667vw;
  }
}
.workflow__item img {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1280px) {
  .workflow__item img {
    width: 5.46875vw;
    height: 5.46875vw;
  }
}
@media (max-width: 768px) {
  .workflow__item img {
    grid-area: icon;
    width: 13.0208333333vw;
    height: 13.0208333333vw;
  }
}
.workflow__button {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100px;
  text-align: center;
}
@media (max-width: 1280px) {
  .workflow__button {
    bottom: 7.8125vw;
    height: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .workflow__button {
    position: unset;
    transform: none;
    padding: 23.4375vw 0;
  }
}
.workflow__button .btn-primary {
  background-color: #fff;
  color: #000;
}
.workflow__button .btn-primary:hover {
  background-color: #b44543;
  color: #fff;
}

.recruit {
  position: relative;
  height: 130vh;
}
@media (max-height: 1000px) {
  .recruit {
    min-height: 1400px;
  }
}
@media (max-height: 1000px) and (max-width: 768px) {
  .recruit {
    min-height: unset;
  }
}
@media (max-width: 768px) {
  .recruit {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.recruit .recruit__inner h2 {
  background-color: #000;
  color: #fff;
}
.recruit .recruit__inner span {
  position: absolute;
  left: 360px;
  top: 0;
  width: 800px;
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .recruit .recruit__inner span {
    font-size: 1.484375vw;
    left: 4.6875vw;
    width: 62.5vw;
    top: 6.25vw;
  }
}
@media (max-width: 768px) {
  .recruit .recruit__inner span {
    position: unset;
    font-size: 3.6458333333vw;
    padding-left: 5.2083333333vw;
    line-height: 1.5;
    width: 100%;
  }
}
.recruit__item {
  padding-top: 200px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .recruit__item {
    padding-top: 15.625vw;
  }
}
@media (max-width: 768px) {
  .recruit__item {
    flex-direction: column;
    padding-top: 13.0208333333vw;
  }
}
@media (max-width: 768px) {
  .recruit__item:first-child {
    order: 1;
    padding-top: 6.5104166667vw;
  }
}
.recruit__item:last-child {
  flex-direction: row-reverse;
  padding-top: 0;
}
@media (max-width: 768px) {
  .recruit__item:last-child {
    flex-direction: column;
    order: 3;
  }
}
.recruit__item-text {
  padding-left: 4.3vw;
}
.recruit__item-text p {
  font-size: 14px;
  line-height: 3;
  font-weight: bold;
  margin-bottom: 40px;
  font-feature-settings: "palt";
}
@media (max-width: 1280px) {
  .recruit__item-text p {
    font-size: 1.09375vw;
    margin-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .recruit__item-text p {
    font-size: 3.6458333333vw;
    line-height: 1.8;
    margin-bottom: 13.0208333333vw;
    padding-top: 20.8333333333vw;
  }
}
.recruit__item-text-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  text-align: right;
  padding-right: 100px;
}
@media (max-width: 1280px) {
  .recruit__item-text-wrapper {
    padding-right: 2.6041666667vw;
  }
}
@media (max-width: 768px) {
  .recruit__item-text-wrapper {
    padding-right: 0;
    padding-left: 5.2083333333vw;
    padding-bottom: 13.0208333333vw;
    padding-top: 2.6041666667vw;
    text-align: left;
    align-items: flex-start;
  }
}
.recruit__item-text-wrapper h3 {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  background-color: #474758;
  color: #fff;
  padding: 1px 5px;
  margin-bottom: 20px;
}
@media (max-width: 1280px) {
  .recruit__item-text-wrapper h3 {
    font-size: 1.328125vw;
    margin-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .recruit__item-text-wrapper h3 {
    font-size: 3.90625vw;
    margin-bottom: 2.6041666667vw;
  }
}
.recruit__item-text-wrapper span {
  font-size: 21px;
  background-color: #474758;
  padding: 1px 5px;
  color: #fff;
}
@media (max-width: 1280px) {
  .recruit__item-text-wrapper span {
    font-size: 1.640625vw;
  }
}
@media (max-width: 768px) {
  .recruit__item-text-wrapper span {
    font-size: 3.90625vw;
  }
}
.recruit__item-text-1 p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 1280px) {
  .recruit__item-text-1 p {
    font-size: 1.171875vw;
  }
}
@media (max-width: 768px) {
  .recruit__item-text-1 p {
    font-size: 3.6458333333vw;
  }
}
.recruit__item-text-1 p:first-of-type {
  font-size: 21px;
  padding-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .recruit__item-text-1 p:first-of-type {
    font-size: 1.171875vw;
    padding-bottom: 1.5625vw;
  }
}
@media (max-width: 768px) {
  .recruit__item-text-1 p:first-of-type {
    font-size: 3.90625vw;
    padding-bottom: 2.6041666667vw;
  }
}
.recruit__item-text-2 p {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .recruit__item-text-2 p {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  .recruit__item-text-2 p {
    font-size: 3.6458333333vw;
    line-height: 1.5;
  }
}
.recruit img {
  width: 750px;
}
@media (max-width: 1280px) {
  .recruit img {
    width: 54.6875vw;
  }
}
@media (max-width: 768px) {
  .recruit img {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .recruit img.pc {
    display: none;
  }
}
.recruit img.tab {
  display: none;
}
@media (max-width: 768px) {
  .recruit img.tab {
    display: block;
    order: 2;
  }
}
@media (max-width: 768px) {
  .recruit__button {
    position: absolute;
    bottom: 13.0208333333vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  .recruit__button a {
    background-color: #fff;
    color: #000;
  }
}

.about {
  height: 110vh;
  background: url(../img/top/bg.png) no-repeat center center/cover;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  width: 100%;
  margin-top: -35vh;
}
@media (max-height: 1000px) {
  .about {
    min-height: 1100px;
    margin-top: -20vh;
  }
}
@media (max-height: 1000px) and (max-width: 768px) {
  .about {
    min-height: unset;
  }
}
@media (max-width: 768px) {
  .about {
    height: auto;
    margin-top: 0;
  }
}
.about h2 {
  background-color: #fff;
  color: #000;
}
.about__item-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 4vw;
}
@media (max-width: 1280px) {
  .about__item-title {
    gap: 1.171875vw;
    padding-top: 12.5vw;
  }
}
@media (max-width: 768px) {
  .about__item-title {
    padding-top: 20.8333333333vw;
  }
}
.about__item-title h3 {
  font-size: 26px;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .about__item-title h3 {
    font-size: 2.03125vw;
  }
}
@media (max-width: 768px) {
  .about__item-title h3 {
    font-family: "游明朝", "Noto Serif JP", serif;
    font-size: 6.25vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.about__item-title p {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .about__item-title p {
    font-size: 1.09375vw;
  }
}
@media (max-width: 768px) {
  .about__item-title p {
    font-size: 3.6458333333vw;
    line-height: 1.4;
    text-align: center;
  }
}
.about__item-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  width: 1000px;
  padding-top: 5.9vw;
}
@media (max-width: 1280px) {
  .about__item-text-wrapper {
    gap: 3.125vw;
    width: 78.125vw;
    padding-top: 3.90625vw;
  }
}
@media (max-width: 768px) {
  .about__item-text-wrapper {
    width: 93.75vw;
    padding-top: 20.8333333333vw;
    padding-bottom: 13.0208333333vw;
  }
}
.about__item-text {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  gap: 10px;
}
@media (max-width: 1280px) {
  .about__item-text {
    gap: 0.78125vw;
    padding-bottom: 3.125vw;
  }
}
@media (max-width: 768px) {
  .about__item-text {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0;
    width: 100%;
    border-bottom: none;
    font-size: 3.2552083333vw;
  }
}
.about__item-text dt {
  width: 300px;
}
@media (max-width: 1280px) {
  .about__item-text dt {
    width: 15.625vw;
  }
}
@media (max-width: 768px) {
  .about__item-text dt {
    width: 100%;
    padding-bottom: 1.953125vw;
  }
  .about__item-text dt::after {
    content: "";
    display: block;
    margin: 0 calc(50% - 50vw);
    width: calc(100% + 100vw);
    height: 1px;
    background-color: #fff;
    margin-top: 1.953125vw;
  }
}
.about__item-text dd {
  width: 800px;
  line-height: 2;
}
@media (max-width: 1280px) {
  .about__item-text dd {
    width: 54.6875vw;
  }
}
@media (max-width: 768px) {
  .about__item-text dd {
    width: 100%;
    line-height: 1.5;
  }
}
.about__item-text dd span {
  min-width: 100px;
  display: inline-block;
}
@media (max-width: 1280px) {
  .about__item-text dd span {
    min-width: 7.8125vw;
  }
}
@media (max-width: 768px) {
  .about__item-text dd span {
    min-width: 13.0208333333vw;
  }
}
@media (max-width: 440px) {
  .about__item-text dd span {
    min-width: 22.7272727273vw;
  }
}

.contact {
  position: relative;
  height: 160vh;
}
@media (max-height: 1000px) {
  .contact {
    min-height: 1800px;
  }
}
@media (max-height: 1000px) and (max-width: 768px) {
  .contact {
    min-height: 800px;
  }
}
@media (max-width: 768px) {
  .contact {
    height: auto;
  }
}
.contact h2 {
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .contact__item {
    padding: 13.0208333333vw 0 23.4375vw;
  }
}
.contact__item iframe {
  width: 100%;
  padding-top: 10vw;
}

.footer {
  color: #fff;
  background: url(../img/bg/pall-bg1.jpg) no-repeat center center/cover;
  position: relative;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-image: none;
  }
}
.footer::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(30, 30, 30, 0.8);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
.footer__item {
  padding: 130px 0;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  font-feature-settings: "palt";
}
@media (max-width: 1280px) {
  .footer__item {
    padding: 10.15625vw 0;
  }
}
@media (max-width: 768px) {
  .footer__item {
    display: none;
  }
}
.footer__item p {
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 20px;
  letter-spacing: -0.05em;
  font-family: Arial, Helvetica, sans-serif;
}
@media (max-width: 1280px) {
  .footer__item p {
    font-size: 3.75vw;
    padding-bottom: 1.5625vw;
  }
}
.footer__item span {
  font-size: 12px;
}
@media (max-width: 1280px) {
  .footer__item span {
    font-size: 0.9375vw;
  }
}
.footer__nav {
  position: relative;
  z-index: 1;
}
.footer__nav ul {
  display: flex;
  justify-content: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.footer__nav ul li {
  border-right: 1px solid #fff;
  padding: 20px 0;
  width: 220px;
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .footer__nav ul li {
    width: 17.1875vw;
    height: 4.6875vw;
  }
}
.footer__nav ul li:first-child {
  border-left: 1px solid #fff;
}
.footer__nav ul li a {
  display: block;
  position: relative;
  height: 60px;
  width: 100%;
  font-size: 26px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1280px) {
  .footer__nav ul li a {
    font-size: 2.03125vw;
  }
}
.footer__nav ul li a span,
.footer__nav ul li a .swap {
  display: block;
  height: 60px;
  line-height: 60px;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  will-change: transform;
}
.footer__nav ul li a .swap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateY(100%);
  pointer-events: none;
}
.footer__nav ul li a:hover span {
  transform: translateY(-100%);
}
.footer__nav ul li a:hover .swap {
  transform: translateY(0);
}
.footer__copyright {
  font-size: 0.7rem;
  padding: 60px 0 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer__copyright {
    display: none;
  }
}
.footer__tabNav__list {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 16.9270833333vw;
}
.footer__tabNav__item {
  z-index: 10;
  width: 33.33%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__tabNav__item img {
  max-height: 11.71875vw;
}
.footer__tabNav__item:nth-child(2) img {
  max-height: 7.8125vw;
}
.footer__tabNav__item + .footer__tabNav__item {
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.newspage {
  height: 100vh;
  position: relative;
}
@media (max-width: 768px) {
  .newspage {
    height: auto;
    padding-bottom: 45.5729166667vw;
  }
}
.newspage .newspage__inner {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 1200px;
  text-align: center;
}
@media (max-width: 768px) {
  .newspage .newspage__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: unset;
    transform: unset;
    width: 93.75vw;
    margin: 0 auto;
    padding-top: 10.4166666667vw;
  }
}
.newspage .newspage__inner h3 {
  font-size: 24px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .newspage .newspage__inner h3 {
    font-size: 3.90625vw;
    padding-bottom: 2.6041666667vw;
  }
}
.newspage .newspage__inner h4 {
  font-size: 18px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .newspage .newspage__inner h4 {
    font-size: 3.6458333333vw;
    padding-bottom: 5.2083333333vw;
    font-weight: bold;
  }
}
.newspage .news__content {
  width: 100%;
  max-height: 40vh;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 1200px;
  text-align: center;
  margin-top: 30px;
  line-height: 2;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .newspage .news__content {
    max-height: unset;
    overflow-y: unset;
    overflow-x: unset;
    margin-top: 0;
  }
}
.newspage .news__content p {
  padding: 10px 0;
}
.newspage .top__button {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .newspage .top__button {
    bottom: 26.0416666667vw;
  }
}

.main {
  min-height: 100vh;
  opacity: 1 !important;
  visibility: visible !important;
  transition: opacity 0.5s ease-in-out !important;
}
.main__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-loading.is-active {
  z-index: 9999;
  background: url(../img/top/bg.png) no-repeat center center/cover !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
}

.hero-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.hero-section .hero-title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.hero-section .hero-subtitle {
  font-size: 1.5rem;
  opacity: 0.9;
}

.content-section {
  padding: 100px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}
.content-section .card {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: transform 0.3s ease;
}
.content-section .card:hover {
  transform: translateY(-5px);
}
.content-section .card h2 {
  color: #333;
  margin-bottom: 1rem;
}
.content-section .card p {
  color: #666;
}

.page-transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/top/bg.png) no-repeat center center/cover;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999999;
  overflow: hidden;
}
.page-transition-overlay .page-transition-content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-transition-overlay .page-transition-title {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  gap: 4vw;
  padding-top: 3vw;
  position: relative;
}
.page-transition-overlay .page-transition-title__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2vw;
}
.page-transition-overlay .page-transition-title__col img {
  width: 5rem;
  height: auto;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-in-out;
  pointer-events: none;
}
.page-transition-overlay .page-transition-title__col img.letter-k {
  position: relative;
  top: 10%;
  z-index: 100;
  opacity: 1;
  transform: scale(1) translateY(0);
}
.page-transition-overlay .page-transition-title__col.col1 .letter-b,
.page-transition-overlay .page-transition-title__col.col1 .letter-r,
.page-transition-overlay .page-transition-title__col.col1 .letter-y,
.page-transition-overlay .page-transition-title__col.col1 .letter-n {
  opacity: 0;
  transform: translateY(30px);
}
.page-transition-overlay .page-transition-title__col.col2 .letter-d,
.page-transition-overlay .page-transition-title__col.col2 .letter-e,
.page-transition-overlay .page-transition-title__col.col2 .letter-i,
.page-transition-overlay .page-transition-title__col.col2 .letter-n2 {
  opacity: 0;
  transform: translateY(30px);
}

@media (max-width: 768px) {
  .page-transition-overlay .page-transition-title {
    gap: 2vw;
    padding-top: 5vw;
  }
  .page-transition-overlay .page-transition-title__col {
    gap: 0.1vw;
  }
  .page-transition-overlay .page-transition-title__col img {
    width: 3rem;
  }
}/*# sourceMappingURL=style.css.map */