@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  min-height: 100vh;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
li {
  list-style: none;
}

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

#ox-japanese #ox-header,
#ox-english #ox-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1920px;
  height: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
  padding: 0 clamp(1.875rem, 1.625rem + 1.25vw, 3.125rem);
  position: fixed;
  top: 0;
  z-index: 9997;
  transition: transform 0.4s ease;
}
#ox-japanese #ox-header .ox-logo,
#ox-english #ox-header .ox-logo {
  width: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
  position: relative;
  z-index: 1000;
}
#ox-japanese #ox-header .ox-global-menu-wrapper,
#ox-english #ox-header .ox-global-menu-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  height: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
  width: 50%;
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu-dots,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
  position: relative;
  z-index: 1001;
  cursor: pointer;
  padding: 1em 0.25em;
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot {
  --dot-color: #FF6F00;
  position: relative;
  width: 10px;
  height: 10px;
  background-color: var(--dot-color);
  border-radius: 50%;
  pointer-events: none;
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot::before, #ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot::after,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot::before,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--dot-color);
  border-radius: 50%;
  left: 0;
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot::before,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot::before {
  top: -15px;
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot::after,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu-dots li.ox-global-menu-dot::after {
  top: 15px;
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu {
  position: absolute;
  right: clamp(3rem, 2.6rem + 2vw, 5rem);
  top: 50%;
  transform: translateY(-50%) translateX(20px);
  opacity: 0;
  pointer-events: none;
  display: flex;
  gap: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  list-style: none;
  margin-right: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  z-index: 1002;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu li,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu li {
  margin: 0;
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu li::before,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu li::before {
  content: "■";
  color: var(--nav-dot-color, transparent);
  transition: color 0.3s;
  font-size: clamp(0.675rem, 0.585rem + 0.45vw, 1.125rem);
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu li.active::before,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu li.active::before {
  color: var(--nav-dot-color, #fff);
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu li a,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu li a {
  text-decoration: none;
  color: #fff;
  font-size: clamp(0.675rem, 0.585rem + 0.45vw, 1.125rem);
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu li a:hover,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu li a:hover {
  opacity: 0.5;
}
#ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu.active,
#ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu.active {
  transform: translateY(-50%) translateX(0);
  opacity: 1;
  pointer-events: auto;
}
#ox-japanese #ox-header.is-bottom,
#ox-english #ox-header.is-bottom {
  transform: translateY(calc(100vh - clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem)));
}

#scrollEnd {
  height: 1px;
}

@media (max-width: 767px) {
  #ox-japanese #ox-header,
  #ox-english #ox-header {
    padding-top: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  }
  #ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu,
  #ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu {
    gap: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  }
  #ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu li a,
  #ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu li a {
    font-size: 1.75em;
  }
  #ox-japanese #ox-header .ox-global-menu-wrapper .ox-global-menu li::before,
  #ox-english #ox-header .ox-global-menu-wrapper .ox-global-menu li::before {
    font-size: 1.75em;
  }
}
.reveal-text-left {
  display: inline-block;
  opacity: 1;
  overflow: hidden;
}
.reveal-text-left span {
  display: inline-block;
  font-size: inherit;
  line-height: 1em;
  vertical-align: top;
  transform: translateX(-100%);
  opacity: 0;
}
.reveal-text-left span.show {
  animation: fadeLeft 0.5s forwards;
}
@keyframes fadeLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.reveal-text-right {
  display: inline-block;
  opacity: 1;
  overflow: hidden;
}
.reveal-text-right span {
  display: inline-block;
  color: #FF6F00;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  vertical-align: top;
  transform: translateX(100%);
  opacity: 0;
}
.reveal-text-right span.show {
  animation: fadeRight 0.5s forwards;
}
@keyframes fadeRight {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.rise-text {
  display: inline-block;
  overflow: hidden;
}
.rise-text span {
  display: inline-block;
  font-size: inherit;
  line-height: 1em;
  transform: translateY(100%);
  opacity: 0;
}
.rise-text span.show {
  animation: riseUp 0.6s ease-out forwards;
}
@keyframes riseUp {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-left {
  display: inline-block;
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
.slide-left.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.slide-left:nth-child(1) {
  transition-delay: 0s;
}
.slide-left:nth-child(2) {
  transition-delay: 0.3s;
}
.slide-left:nth-child(3) {
  transition-delay: 0.6s;
}
.slide-left:nth-child(4) {
  transition-delay: 0.9s;
}
.slide-left:nth-child(5) {
  transition-delay: 1.2s;
}
.slide-left:nth-child(6) {
  transition-delay: 1.5s;
}
.slide-left:nth-child(7) {
  transition-delay: 1.8s;
}
.slide-left:nth-child(8) {
  transition-delay: 2.1s;
}
.slide-left:nth-child(9) {
  transition-delay: 2.4s;
}
.slide-left:nth-child(10) {
  transition-delay: 2.7s;
}
.slide-left:nth-child(11) {
  transition-delay: 3s;
}
.slide-left:nth-child(12) {
  transition-delay: 3.3s;
}
.slide-left:nth-child(13) {
  transition-delay: 3.6s;
}
.slide-left:nth-child(14) {
  transition-delay: 3.9s;
}
.slide-left:nth-child(15) {
  transition-delay: 4.2s;
}
.slide-left:nth-child(16) {
  transition-delay: 4.5s;
}
.slide-left:nth-child(17) {
  transition-delay: 4.8s;
}
.slide-left:nth-child(18) {
  transition-delay: 5.1s;
}
.slide-left:nth-child(19) {
  transition-delay: 5.4s;
}
.slide-left:nth-child(20) {
  transition-delay: 5.7s;
}

.slide-right {
  display: inline-block;
  opacity: 0;
  transform: translateX(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.slide-right.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.slide-right:nth-child(1) {
  transition-delay: 0s;
}
.slide-right:nth-child(2) {
  transition-delay: 0.3s;
}
.slide-right:nth-child(3) {
  transition-delay: 0.6s;
}
.slide-right:nth-child(4) {
  transition-delay: 0.9s;
}
.slide-right:nth-child(5) {
  transition-delay: 1.2s;
}
.slide-right:nth-child(6) {
  transition-delay: 1.5s;
}
.slide-right:nth-child(7) {
  transition-delay: 1.8s;
}
.slide-right:nth-child(8) {
  transition-delay: 2.1s;
}
.slide-right:nth-child(9) {
  transition-delay: 2.4s;
}
.slide-right:nth-child(10) {
  transition-delay: 2.7s;
}
.slide-right:nth-child(11) {
  transition-delay: 3s;
}
.slide-right:nth-child(12) {
  transition-delay: 3.3s;
}
.slide-right:nth-child(13) {
  transition-delay: 3.6s;
}
.slide-right:nth-child(14) {
  transition-delay: 3.9s;
}
.slide-right:nth-child(15) {
  transition-delay: 4.2s;
}
.slide-right:nth-child(16) {
  transition-delay: 4.5s;
}
.slide-right:nth-child(17) {
  transition-delay: 4.8s;
}
.slide-right:nth-child(18) {
  transition-delay: 5.1s;
}
.slide-right:nth-child(19) {
  transition-delay: 5.4s;
}
.slide-right:nth-child(20) {
  transition-delay: 5.7s;
}

.animate-text-visible {
  opacity: 0;
  /* 少し縮めておくとフワッと感が出る */
  will-change: opacity, transform;
}

.animate-text-visible.is-visible {
  animation: fade-in 1.2s ease-in-out both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0.3;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
#ox-page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff; /* 白 */
  z-index: 9999;
  opacity: 1; /* 初期は白く覆う */
  transition: opacity 1s ease;
  pointer-events: none;
}
#ox-page-overlay.hidden {
  opacity: 0;
}

#ox-transition-wrapper {
  opacity: 0;
  transition: opacity 1s ease;
}
#ox-transition-wrapper.visible {
  opacity: 1;
}

.ox-img-wrapper {
  position: relative;
}
.ox-img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}
.ox-img-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.4s ease;
  z-index: 1;
}
.ox-img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(0);
  transition: transform 1s ease;
  z-index: 2;
}

a.ox-img-wrapper:hover::after {
  background: rgba(0, 0, 0, 0.5);
}

.ox-img-wrapper.is-visible::before {
  transform: translateX(100%);
}

.blur-fade-up {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 1.2s ease-in, filter 1.2s ease-in;
  will-change: opacity, filter;
}

.blur-fade-up.is-visible {
  opacity: 1;
  filter: blur(0);
}

@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  80% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* @keyframes scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
} */
@keyframes liner {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  30% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes bgZoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes slideInOverShoot {
  0% {
    right: -100%; /* 初期位置 */
  }
  70% {
    right: 20px; /* 少し左に行き過ぎ */
  }
  85% {
    right: -10px; /* 少し戻す */
  }
  100% {
    right: 0; /* 最終位置 */
  }
}
.rellax {
  position: relative;
  z-index: -1;
}

.ox-fade-up {
  opacity: 1;
  will-change: opacity;
}

* {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: clamp(0.6rem, 0.52rem + 0.4vw, 1rem);
  font-weight: 300;
  color: #fff;
}

body {
  background-color: #454545;
  scroll-behavior: smooth;
  transition: background-color 1s ease;
  overflow-x: hidden;
}
body#ox-home main {
  min-height: 100vh;
  margin: 0 auto;
}
body#ox-home main #ox-top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 100vh;
}
body#ox-home main #ox-top div {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
body#ox-home main #ox-top div.ox-top-body-ja a, body#ox-home main #ox-top div.ox-top-body-en a {
  font-size: clamp(0.9rem, 0.78rem + 0.6vw, 1.5rem);
  letter-spacing: clamp(0.6rem, 0.52rem + 0.4vw, 1rem);
  background-image: linear-gradient(45deg, #ffffff 40%, #ffffff 45%, #FF6F00 50%, #ffffff 55%, #ffffff 60%);
  background-size: 500% 100%;
  background-position: 100% 50%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  animation: shine 4s infinite;
}
body#ox-home main #ox-top div.ox-top-body-ja a {
  animation-delay: 1s;
  margin-left: 1em;
}
body#ox-home main #ox-top div.ox-top-body-en a {
  animation-delay: 3s;
  margin-right: 1em;
}
body#ox-home main #ox-top div.ox-top-body-logo h1 {
  position: relative;
  display: inline-block;
  width: clamp(13.125rem, 11.375rem + 8.75vw, 21.875rem);
}
body#ox-home main #ox-top div.ox-top-body-logo h1 img {
  display: block;
  width: 100%;
  height: auto;
}
body#ox-home main #ox-top div.ox-top-body-logo h1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/logo_ox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scaleY(-1);
  opacity: 0.35;
  mask-image: linear-gradient(to top, rgb(0, 0, 0), transparent 50%);
  pointer-events: none;
}
body main section {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-height: 120vh;
}
body main section.ox-introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  min-height: 100vh;
}
body main section.ox-introduction h1 {
  position: relative;
  display: inline-block;
  width: clamp(13.125rem, 11.375rem + 8.75vw, 21.875rem);
}
body main section.ox-introduction h1 img {
  display: block;
}
body main section.ox-introduction h1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/OX81_logo_2-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scaleY(-1);
  opacity: 0.35;
  mask-image: linear-gradient(to top, rgb(0, 0, 0), transparent 50%);
  pointer-events: none;
}
body main section.ox-introduction video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
body main section.ox-decoration {
  min-height: 100vh;
  margin-top: 100px;
}
body main section.ox-decoration .ox-decoration_text {
  position: absolute;
  left: 6em;
  bottom: 14em;
  font-size: clamp(0.9rem, 0.78rem + 0.6vw, 1.5rem);
}
body main section.ox-decoration_second .ox-decoration_text {
  bottom: 14em;
}
body main section.ox-about {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  background-color: #454545;
}
body main section.ox-about .ox-section_content {
  width: 60%;
  text-align: center;
}
body main section.ox-about .ox-section_content .ox-section_content-lead {
  text-align: center;
  line-height: 2.5em;
}
body main section.ox-about .ox-section_content .ox-section_content-lead_chart {
  margin: clamp(6rem, 5.2rem + 4vw, 10rem) 0;
}
body main section.ox-about .ox-section_content .ox-section_content-body {
  color: #FF6F00;
  text-align: center;
  font-size: clamp(0.975rem, 0.845rem + 0.65vw, 1.625rem);
  line-height: 2.5em;
  margin-top: clamp(3rem, 2.6rem + 2vw, 5rem);
}
body main section.ox-about .ox-section_content h2 {
  color: #FF6F00;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(3rem, 2.6rem + 2vw, 5rem);
}
body main section.ox-about .ox-section_content img {
  margin-top: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}
body main section.ox-about .ox-section_content img.ox-chart_img {
  width: 100%;
  margin-top: 0;
  margin-bottom: clamp(6rem, 5.2rem + 4vw, 10rem);
}
body main section.ox-about .ox-section_content_chart {
  width: 72%;
}
body main section.ox-creative-produce .ox-section_content {
  width: 100%;
}
body main section.ox-creative-produce .ox-section_content .ox-creative-produce-heading,
body main section.ox-creative-produce .ox-section_content .ox-margin {
  font-family: "Hiragino Kaku Gothic StdN";
}
body main section.ox-creative-produce .ox-section_content .ox-creative-produce-heading {
  font-size: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
  margin-bottom: clamp(2.25rem, 1.95rem + 1.5vw, 3.75rem);
}
body main section.ox-creative-produce .ox-section_content .ox-creative-produce-heading .ox-margin {
  display: inline-block;
  font-size: clamp(2.25rem, 1.95rem + 1.5vw, 3.75rem);
  vertical-align: middle;
  margin: 0 0.5em 0.25em;
}
body main section.ox-creative-produce .ox-section_content .ox-section_content-lead:nth-of-type(1) {
  color: #FF6F00;
  font-size: clamp(0.9rem, 0.78rem + 0.6vw, 1.5rem);
  font-weight: 600;
  margin-bottom: clamp(2.25rem, 1.95rem + 1.5vw, 3.75rem);
}
body main section.ox-creative-produce .ox-section_content .ox-section_content-lead:nth-of-type(2) {
  margin-bottom: clamp(2.25rem, 1.95rem + 1.5vw, 3.75rem);
}
body main section.ox-facility .ox-section_content {
  display: flex;
  justify-content: flex-start;
  align-items: strech;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}
body main section.ox-facility .ox-section_content .ox-section_body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 66%;
}
body main section.ox-facility .ox-section_content .ox-section_body h2 {
  color: #FF6F00;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(3rem, 2.6rem + 2vw, 5rem);
}
body main section.ox-facility .ox-section_content .ox-section_body .ox-section_content-lead {
  text-align: center;
  line-height: 2.5em;
}
body main section.ox-facility .ox-section_content img {
  width: 33%;
  height: auto;
}
body main section.ox-office {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
body main section.ox-office .ox-section_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 60%;
  margin-bottom: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}
body main section.ox-office .ox-section_content > h2 {
  color: #FF6F00;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: clamp(3rem, 2.6rem + 2vw, 5rem);
}
body main section.ox-office .ox-section_content > h2.ox-heading-two_small {
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper img {
  width: 30%;
  height: auto;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper h2 {
  color: #FF6F00;
  font-size: clamp(0.9rem, 0.78rem + 0.6vw, 1.5rem);
  font-weight: bold;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper h2 .ox-num {
  color: #FF6F00;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  font-weight: bold;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper .ox-section_content-lead {
  line-height: 2em;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper .ox-section_content-lead .ox-contact_link a {
  position: relative;
  display: inline-flex;
  align-items: center;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper .ox-section_content-lead .ox-contact_link a::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin-right: 1em;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper .ox-section_content-lead-eng {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-top: 0.5em;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper .ox-section_content-lead-eng span {
  line-height: 1.3;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper .ox-section_content-lead-eng span:last-child {
  margin-left: 2em;
}
body main section.ox-office .ox-section_content .ox-section_body_wrapper .ox-section_content-lead-eng span a {
  display: inline-block;
  margin-top: 1em;
}
body main section.ox-office .of-carousel {
  grid-column: 1/-1;
  overflow: hidden;
  width: 100%;
  position: relative;
}
body main section.ox-office .of-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  /* background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 50%); */
}
body main section.ox-office .of-carousel .carousel-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: max-content;
  gap: clamp(0.375rem, 0.325rem + 0.25vw, 0.625rem);
  animation: scroll-left 15s linear infinite;
}
body main section.ox-office .of-carousel img {
  flex: 0 0 auto;
  width: clamp(11.25rem, 9.75rem + 7.5vw, 18.75rem);
  height: 100%;
}
body main section.ox-office_reverse .ox-section_content img {
  order: 2;
}
body main section.ox-office_reverse .ox-section_content .ox-section_body {
  order: 1;
}
body main section.ox-office_reverse .ox-section_content .ox-section_body .ox-section_content-lead .ox-contact_link a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #fff;
  margin-left: 1em;
}
body main section.ox-office_reverse .ox-section_content .ox-section_body .ox-section_content-lead .ox-contact_link a::before {
  display: none;
}
body main section.ox-corporate-data {
  justify-content: center;
  min-height: 50vh;
}
body main section.ox-corporate-data .ox-section_content {
  flex-direction: column;
}
body main section.ox-corporate-data .ox-section_content h2 {
  margin-bottom: clamp(3rem, 2.6rem + 2vw, 5rem);
}
body main section.ox-corporate-data .ox-section_content .ox-company-info-content {
  width: 70%;
}
body main section.ox-corporate-data .ox-section_content .ox-company-info-content div {
  display: flex;
}
body main section.ox-corporate-data .ox-section_content .ox-company-info-content div dt,
body main section.ox-corporate-data .ox-section_content .ox-company-info-content div dd {
  font-size: clamp(1.125rem, 1.25rem - 0.625vw, 0.5rem);
  margin-bottom: 0.5em;
}
body main section.ox-corporate-data .ox-section_content .ox-company-info-content div dt {
  width: 20%;
}
body main section.ox-corporate-data .ox-section_content .ox-company-info-content div dd {
  width: 80%;
}
body main section.ox-corporate-data .ox-section_content .ox-company-info-content div dd .ox-google-map_link {
  text-decoration: underline;
}
body main section.ox-corporate-data .ox-section_content .ox-company-info-content div dd .ox-google-map_link::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/pin.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: bottom;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}
body main section.ox-kimura-yuma {
  justify-content: center;
  min-height: 100vh;
}
body main section.ox-kimura-yuma .ox-section_content {
  flex-direction: column;
}
body main section.ox-kimura-yuma .ox-section_content h2 {
  margin-bottom: 0;
}
body main section.ox-kimura-yuma .ox-section_content .ox-section_content-lead {
  text-align: center;
}
body main section.ox-kimura-yuma .ox-address_wrapper {
  position: absolute;
  bottom: 1.5em;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 clamp(3rem, 2.6rem + 2vw, 5rem);
  column-gap: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}
body main section.ox-member {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
}
body main section.ox-member .ox-section_content {
  width: 90%;
  margin-bottom: clamp(3rem, 2.6rem + 2vw, 5rem);
}
body main section.ox-member .ox-section_content h2 {
  color: #FF6F00;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  font-weight: bold;
  text-align: center;
}
body main section.ox-member .ox-section_content .ox-table_content {
  margin-bottom: clamp(7.5rem, 6.5rem + 5vw, 12.5rem);
  padding: 0 2em;
}
body main section.ox-member .ox-section_content .ox-table_content .ox-member_list {
  border-bottom: solid 1px #FF6F00;
  margin-top: clamp(3rem, 2.6rem + 2vw, 5rem);
  padding: 0 clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem) clamp(0.1875rem, 0.1625rem + 0.125vw, 0.3125rem);
}
body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
}
body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper .ox-member-name_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 40%;
}
body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper .ox-member-name_wrapper p.ox-member-name_ja {
  width: 36%;
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
}
body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper .ox-member-name_wrapper p.ox-member-name_en {
  width: 64%;
  margin-left: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
}
body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper p {
  font-size: clamp(0.4875rem, 0.4225rem + 0.325vw, 0.8125rem);
}
body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper p.ox-member_post {
  width: 60%;
  text-align: right;
  margin-left: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
}
body main section.ox-member .ox-section_content .ox-table_content .ox-member_list a:hover {
  opacity: 0.5;
}
body main section.ox-member .ox-section_content .ox-table_content .ox-member_list a:focus {
  opacity: 1;
  outline: none;
}
body main section.ox-works {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: clamp(3.75rem, 3.25rem + 2.5vw, 6.25rem);
}
body main section.ox-works .ox-section_content {
  width: 90%;
  margin-bottom: clamp(3rem, 2.6rem + 2vw, 5rem);
}
body main section.ox-works .ox-section_content h2 {
  color: #FF6F00;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  font-weight: bold;
  text-align: center;
  margin: clamp(3rem, 2.6rem + 2vw, 5rem) 0;
}
body main section.ox-works .ox-section_content .ox-table_content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(0.9rem, 0.78rem + 0.6vw, 1.5rem);
}
body main section.ox-works .ox-section_content .ox-table_content .ox-works-item {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: calc((100% - 48px) / 3);
  overflow: hidden;
  text-decoration: none;
}
body main section.ox-works .ox-section_content .ox-table_content .ox-works-item img {
  width: 100%;
  display: block;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
body main section.ox-works .ox-section_content .ox-table_content .ox-works-item img.ox-img_ao {
  display: block;
}
body main section.ox-works .ox-section_content .ox-table_content .ox-works-item img.ox-img_color {
  position: absolute;
  inset: 0;
  opacity: 0;
}
body main section.ox-works .ox-section_content .ox-table_content .ox-works-item:hover .ox-img_color {
  opacity: 1;
}
body main section.ox-works .ox-section_content .ox-table_content .ox-works-item:hover .ox-img_ao {
  opacity: 0;
}
body main section.ox-works .ox-section_content .ox-table_content .ox-works-item:hover img {
  transform: scale(1.05);
}
body main section.ox-works .ox-section_content .ox-table_content .ox-works-item::after {
  content: attr(data-title); /* ★ CSS変数を使わない */
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  white-space: pre-line;
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  font-size: clamp(16px, 2vw, 24px);
  line-height: 1.6;
  letter-spacing: 0.05em;
  white-space: pre-line; /* ★ 改行有効 */
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 10; /* ★ これ必須 */
}
body main section.ox-works .ox-section_content .ox-table_content .ox-works-item:hover::after {
  opacity: 1;
}
body main section.ox-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff;
  min-height: 100vh;
}
body main section.ox-contact .ox-section_content {
  flex-direction: column;
}
body main section.ox-contact .ox-section_content h2 {
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  margin-bottom: clamp(3rem, 2.6rem + 2vw, 5rem);
}
body main section.ox-contact .ox-section_content .ox-contact-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 90%;
  max-width: 1200px;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-description {
  width: 50%;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-description p {
  text-align: center;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-description p:nth-of-type(1) {
  margin-bottom: 1em;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container {
  width: 50%;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container .ox-contact-form {
  position: relative;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container .ox-contact-form .ox-contact-form-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: clamp(1.25rem, 1.375rem - 0.625vw, 0.625rem);
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container .ox-contact-form .ox-contact-form-wrapper label {
  display: block;
  width: 50%;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container .ox-contact-form .ox-contact-form-wrapper label input {
  display: block;
  width: 100%;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container .ox-contact-form > label {
  display: block;
  margin-top: clamp(1.25rem, 1.375rem - 0.625vw, 0.625rem);
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container .ox-contact-form > label input {
  display: block;
  width: 100%;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container .ox-contact-form > label textarea {
  display: block;
  width: 100%;
  min-height: 100px;
}
body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container .ox-contact-form button {
  position: absolute;
  right: 0;
  background-color: #FF6F00;
  color: #fff;
  width: 30%;
  min-width: 100px;
  border: none;
  border-radius: 5px;
  margin-top: clamp(1.25rem, 1.375rem - 0.625vw, 0.625rem);
  padding: 0.5em 0;
}
body#ox-english main {
  position: relative;
}
body#ox-english main section {
  width: 100%;
  min-height: 100vh;
}
body#ox-english main .ox-work-first {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
body#ox-english main .ox-work-first h2 {
  color: #fff;
  font-size: clamp(2.5rem, 2.75rem - 1.25vw, 1.25rem);
  font-weight: bold;
  position: sticky;
  margin-bottom: clamp(2.5rem, 2.75rem - 1.25vw, 1.25rem);
  /* top: 15vh; */
}
body#ox-english main .ox-work-first .ox-work-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
}
body#ox-english main .ox-work-first .ox-work-container p {
  color: #fff;
  font-size: clamp(1.25rem, 1.375rem - 0.625vw, 0.625rem);
  line-height: 1.8;
  margin-bottom: clamp(2.5rem, 2.75rem - 1.25vw, 1.25rem);
}
body#ox-english main .ox-work-second {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  /* height: 250vh; */
}
body#ox-english main .ox-work-second h2 {
  color: #fff;
  font-size: clamp(2.5rem, 2.75rem - 1.25vw, 1.25rem);
  font-weight: bold;
  position: sticky;
  /* top: 15vh; */
}
body#ox-english main .ox-work-second .ox-work-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  gap: clamp(1.25rem, 1.375rem - 0.625vw, 0.625rem);
  max-width: 1200px;
  margin: 0 auto;
}
body#ox-english main .ox-work-second .ox-work-container .ox-work-wrapper {
  width: 18%;
  overflow: hidden;
}
body#ox-english main .ox-work-second .ox-work-container .ox-work-wrapper p {
  text-align: center;
  color: #fff;
}

.ox-font-color_orange {
  color: #FF6F00;
}

.ox-font_bold {
  font-weight: bold;
}

.ox-font_underline {
  text-decoration: underline;
}

.ox-margin {
  color: #FF6F00;
  font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
  margin: 0 1.5em;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  /* top:0; left:0; right:0; bottom:0; */
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
}
.modal-overlay.no-dark {
  background-color: transparent;
}
.modal-overlay .modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* ================================
  Prev / Next ボタン（共通）
  ================================ */
  /* PC のとき：モーダルコンテンツのすぐ横 */
  /* ホバー */
  /* ================================
  スマホ：画面端に固定（見切れ防止）
  ================================ */
}
.modal-overlay .modal-content img,
.modal-overlay .modal-content video {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.modal-overlay .modal-content .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  transition: all 0.2s ease;
}
.modal-overlay .modal-content .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.modal-overlay .modal-content #ModalVideoContainer {
  max-width: 90vw;
  max-height: 90vh;
  width: auto;
  height: auto;
  position: relative;
}
.modal-overlay .modal-content #ModalVideoContainer #ModalVideo {
  object-fit: contain;
}
.modal-overlay .modal-content #ModalVideoContainer #VideoPlayPause,
.modal-overlay .modal-content #ModalVideoContainer #VideoFullscreen {
  position: absolute;
  bottom: 10px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.modal-overlay .modal-content #ModalVideoContainer #VideoPlayPause {
  left: 10px;
}
.modal-overlay .modal-content #ModalVideoContainer #VideoPlayPause:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.modal-overlay .modal-content #ModalVideoContainer #VideoFullscreen {
  right: 10px;
}
.modal-overlay .modal-content #ModalVideoContainer #VideoFullscreen:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}
.modal-overlay .modal-content #ModalVideoContainer #VideoVolume {
  position: absolute;
  bottom: 10px;
  left: 80px;
  width: 100px;
  z-index: 10;
}
.modal-overlay .modal-content .modal-img-desc {
  display: none;
  /* JSで制御 */
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  padding: clamp(1.5rem, 1.3rem + 1vw, 2.5rem) clamp(3rem, 2.6rem + 2vw, 5rem);
  background-color: rgba(233, 113, 50, 0.65);
  width: 60vw;
  max-height: 75vh;
  text-align: left;
  flex-wrap: wrap;
  overflow-y: auto;
}
.modal-overlay .modal-content .modal-img-desc .modal-img-desc-wrapper {
  display: flex;
  justify-content: center;
  align-items: strech;
  flex-direction: row;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.modal-overlay .modal-content .modal-img-desc .modal-img-desc-wrapper img {
  flex: 1;
  width: auto;
  max-width: 300px;
  height: 50%;
  max-height: 300px;
  object-fit: contain;
}
.modal-overlay .modal-content .modal-img-desc .modal-img-desc-wrapper .modal-name-text {
  flex: 1;
  max-width: 50%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  align-self: center;
}
.modal-overlay .modal-content .modal-img-desc .modal-img-desc-wrapper .modal-name-text .title h2 {
  font-size: clamp(1.275rem, 1.105rem + 0.85vw, 2.125rem);
  text-align: center;
}
.modal-overlay .modal-content .modal-img-desc .modal-img-desc-wrapper .modal-name-text .title h2:nth-of-type(2) {
  font-size: clamp(0.6375rem, 0.5525rem + 0.425vw, 1.0625rem);
}
.modal-overlay .modal-content .modal-img-desc .modal-img-desc-wrapper .modal-name-text .name {
  margin-top: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
}
.modal-overlay .modal-content .modal-img-desc .modal-img-desc-wrapper .modal-name-text .name h3 {
  font-size: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  text-align: center;
}
.modal-overlay .modal-content .modal-img-desc .modal-desc-text {
  margin-top: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  height: 45%;
  flex: 1;
  overflow-y: auto;
}
.modal-overlay .modal-content .modal-img-desc .modal-desc-text .body p {
  text-align: center;
}
.modal-overlay .modal-content #ModalPrev,
.modal-overlay .modal-content #ModalNext {
  position: absolute; /* PC の初期位置 → モーダル左右に配置 */
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  padding: 12px 18px;
  font-size: 16px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.modal-overlay .modal-content #ModalPrev {
  left: -70px; /* モーダルの左すぐ横 */
}
.modal-overlay .modal-content #ModalNext {
  right: -70px; /* モーダルの右すぐ横 */
}
.modal-overlay .modal-content #ModalPrev:hover,
.modal-overlay .modal-content #ModalNext:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
@media (max-width: 600px) {
  .modal-overlay .modal-content #ModalVideoContainer #VideoFullscreen {
    display: none;
  }
  .modal-overlay .modal-content #ModalPrev,
  .modal-overlay .modal-content #ModalNext {
    position: fixed; /* 画面端固定 */
    padding: 10px 14px;
  }
  .modal-overlay .modal-content #ModalPrev {
    left: 10px; /* 画面左に表示 */
  }
  .modal-overlay .modal-content #ModalNext {
    right: 10px; /* 画面右に表示 */
  }
}

[data-title] {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}

.body-modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.ox-arrow_link {
  position: absolute;
  width: 20%;
  right: 0;
  bottom: 1em;
  padding-left: 0.5em;
  font-size: clamp(0.9rem, 0.78rem + 0.6vw, 1.5rem);
  z-index: 3;
}
.ox-arrow_link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 25%;
  height: 7px;
  border: none;
  border-right: 2px solid #fff;
  border-bottom: 1px solid #fff;
  margin-left: 0.5em;
  transform: skew(45deg);
  transition: 0.3s;
}
.ox-arrow_link:hover::after {
  right: 10px;
  width: 40%;
}

input,
textarea {
  color: #000;
}

/* for Safari */
.is-safari main {
  overflow: hidden;
}
.is-safari main section {
  overflow: hidden;
}
.is-safari .ox-decoration_second .ox-decoration_text {
  bottom: 20em;
}

@media (max-width: 767px) {
  body main section {
    min-height: 70vh;
  }
  body main section .ox-section_content {
    width: 90% !important;
  }
  body main section.ox-works .ox-section_content .ox-table_content {
    flex-direction: column;
  }
  body main section.ox-works .ox-section_content .ox-table_content .ox-works-item {
    width: 100%;
  }
  body main section.ox-office .ox-section_content .ox-section_body_wrapper {
    gap: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  }
  body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper {
    align-items: flex-start;
    flex-direction: column;
  }
  body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper .ox-member-name_wrapper {
    justify-content: flex-start;
    width: 100%;
  }
  body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper .ox-member-name_wrapper p.ox-member-name_ja {
    width: auto;
  }
  body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper .ox-member-name_wrapper p.ox-member-name_en {
    width: auto;
  }
  body main section.ox-member .ox-section_content .ox-table_content .ox-member_list .ox-member_wrapper p.ox-member_post {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
  body main section.ox-creative-produce .ox-section_content .ox-creative-produce-heading {
    font-size: calc(clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem) * 2);
  }
  body main section.ox-corporate-data .ox-section_content .ox-company-info-content {
    width: 100%;
  }
  body main section.ox-decoration {
    min-height: 50vh;
    margin-top: 25vh;
  }
  body main section.ox-decoration .ox-decoration_text {
    bottom: initial;
    top: 13em;
  }
  body main section.ox-contact .ox-section_content {
    width: 100%;
  }
  body main section.ox-contact .ox-section_content .ox-contact-container {
    flex-direction: column;
  }
  body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-description {
    width: 100%;
  }
  body main section.ox-contact .ox-section_content .ox-contact-container .ox-contact-form-container {
    width: 100%;
    margin-top: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
  }
  body#ox-english main .ox-work-first .ox-work-container {
    width: 90%;
  }
  body#ox-english main .ox-work-second .ox-work-container {
    width: 90%;
    flex-direction: column;
  }
  body#ox-english main .ox-work-second .ox-work-container .ox-work-wrapper {
    width: 100%;
  }
  .ox-works-item::after {
    display: none;
  }
  .ox-arrow_link {
    width: 35%;
  }
  .modal-overlay .modal-content .modal-img-desc {
    width: 80vw;
  }
  .modal-overlay .modal-content .modal-img-desc .modal-img-desc-wrapper {
    flex-direction: column;
  }
  .modal-overlay .modal-content .modal-img-desc .modal-img-desc-wrapper .modal-name-text {
    margin-top: clamp(0.75rem, 0.65rem + 0.5vw, 1.25rem);
  }
}
footer {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  height: clamp(5rem, 5.5rem - 2.5vw, 2.5rem);
  padding: 0 clamp(6.25rem, 6.875rem - 3.125vw, 3.125rem);
}/*# sourceMappingURL=style.css.map */