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

* {
  margin: 0;
  padding: 0;
  font: inherit;
}

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

input,
select,
textarea {
  background-color: transparent;
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

div,
p {
  word-break: break-word;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -30%, 0);
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes slideRightUp {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(9rem, -9rem);
  }
  90% {
    opacity: 0;
    transform: translate(27rem, -27rem);
  }
  100% {
    opacity: 0;
    transform: translate(30rem, -30rem);
  }
}
@keyframes slideRightUpH {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(4.5rem, -4.5rem);
  }
  90% {
    opacity: 0;
    transform: translate(13.5rem, -13.5rem);
  }
  100% {
    opacity: 0;
    transform: translate(15rem, -15rem);
  }
}
@keyframes slideLeftDown {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(-9rem, 9rem);
  }
  90% {
    opacity: 0;
    transform: translate(-27rem, 27rem);
  }
  100% {
    opacity: 0;
    transform: translate(-30rem, 30rem);
  }
}
@keyframes slideLeftDownH {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }
  30% {
    opacity: 1;
    transform: translate(-4.5rem, 4.5rem);
  }
  90% {
    opacity: 0;
    transform: translate(-13.5rem, 13.5rem);
  }
  100% {
    opacity: 0;
    transform: translate(-15rem, 15rem);
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes scroll-down {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  49% {
    transform: translateY(100px);
    opacity: 1;
  }
  50% {
    transform: translateY(100px);
    opacity: 0;
  }
  51% {
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes scroll-down2 {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  67% {
    transform: translateY(20px);
    opacity: 1;
  }
  68% {
    transform: translateY(20px);
    opacity: 0;
  }
  69% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes scroll-right {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  67% {
    transform: translateX(30px);
    opacity: 1;
  }
  68% {
    transform: translateX(30px);
    opacity: 0;
  }
  69% {
    transform: translateX(-30px);
    opacity: 0;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a:focus {
  outline: none;
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}
figure img {
  width: 100%;
}

input[type="submit"] {
  border: none;
  transition-duration: 0.2s;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

a[href^="tel"] {
  pointer-events: none;
  text-decoration: none;
  opacity: 1 !important;
  cursor: default !important;
}

.page-main {
  display: block;
  position: relative;
}

.el-delay {
  opacity: 0;
  visibility: hidden;
  transition: opacity ease 0.6s;
}
.is-show .el-delay {
  opacity: 1;
  visibility: visible;
}

.inview-img img {
  transform: scale(1.4, 1.4);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.1s;
}
.inview-img.is-show img {
  transform: scale(1, 1);
}

.fadeIn {
  opacity: 0;
  transition: 0.3s ease;
}
.fadeIn.is-show {
  opacity: 1;
}

:root {
  --el-delay: 0.1s;
}

html {
  font-size: 62.5%;
}

body {
  min-height: 100vh;
  color: #3e3a39;
  font-family: "Poppins", "Noto Sans JP", "YuGothic", "游ゴシック", "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ⾓ゴ Pro", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  overflow-wrap: break-word;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
body.is-fixed {
  overflow: hidden;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
}
.loading-overlay .bg-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: translateX(0);
  transition: transform 0.4s cubic-bezier(0.62, 0.08, 0.35, 0.94);
  will-change: transform;
  z-index: 3;
}
.loading-overlay .bg-gray {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  background: linear-gradient(135deg, #b0b9be 0%, whitesmoke 100%);
  transform: translateX(0);
  transition: transform 0.8s cubic-bezier(0.62, 0.08, 0.35, 0.94) 0.6s;
  will-change: transform;
  z-index: 1;
}
.loading-overlay__logo {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.62, 0.08, 0.35, 0.94) 0.8s;
}
body.loaded .loading-overlay .bg-white {
  transform: translateX(-100%);
}
body.loaded .loading-overlay .bg-gray {
  transform: translateX(100%);
}
body.loaded .loading-overlay .loading-overlay__logo {
  opacity: 0;
}
body.init-end .loading-overlay {
  visibility: hidden;
}

.js-inview {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-inview.is-show {
  opacity: 1;
  transform: translateY(0);
}

.js-fade {
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.js-fade.is-show {
  opacity: 1;
}

.mt-40 {
  margin-top: 40px;
}

#wrapper {
  position: relative;
  overflow: hidden;
  min-width: 1040px;
  padding-top: 100px;
}

.l-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-inner-lg {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 20px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  padding: 35px 0;
  min-width: 1040px;
}
.l-header__inner {
  max-width: 1330px;
}
.l-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo {
  width: 140px;
}
.l-header__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 33px;
}
.l-header__nav-item {
  list-style: none;
}
.l-header__nav-item:nth-child(1) {
  transition-delay: calc(var(--el-delay) + 0s) !important;
}
.l-header__nav-item:nth-child(2) {
  transition-delay: calc(var(--el-delay) + 0.15s) !important;
}
.l-header__nav-item:nth-child(3) {
  transition-delay: calc(var(--el-delay) + 0.3s) !important;
}
.l-header__nav-item:nth-child(4) {
  transition-delay: calc(var(--el-delay) + 0.45s) !important;
}
.l-header__nav-item:nth-child(5) {
  transition-delay: calc(var(--el-delay) + 0.6s) !important;
}
.l-header__nav-item:nth-child(6) {
  transition-delay: calc(var(--el-delay) + 0.75s) !important;
}
.l-header__nav-item a {
  position: relative;
  font-weight: bold;
}
.l-header__nav-item a::after {
  position: absolute;
  z-index: 1;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  content: "";
  width: 100%;
  background: #3e3a39;
  height: 1px;
  transition: transform 0.4s;
  z-index: 1;
}
.l-header__nav-item a:hover {
  opacity: 1;
}
.l-header__nav-item a:hover::after {
  transform: scaleY(1);
  transform-origin: left;
}
.l-header__nav-item a.contact-btn {
  background: #3e3a39;
  color: #fff;
  line-height: 20px;
  padding: 5px 35px;
  text-align: center;
  border-radius: 30px;
  display: block;
  overflow: hidden;
}
.l-header__nav-item a.contact-btn::after {
  background: #000;
  bottom: 0;
  height: 100%;
  border-radius: 30px;
}
.l-header__nav-item a.contact-btn span {
  position: relative;
  z-index: 2;
}

.l-footer {
  border-bottom: 36px solid #191919;
  padding: 100px 0;
}
.l-footer__gotop {
  position: fixed;
  bottom: 136px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
}
.l-footer__gotop.is-active {
  opacity: 1;
  visibility: visible;
}
.l-footer__gotop img {
  width: 14px;
  margin-right: 12px;
  transition: transform 0.3s ease-in-out;
}
.l-footer__gotop:hover img {
  transform: translateY(-10px);
}
.l-footer__logo {
  width: 207px;
}
.l-footer__nav {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__nav-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 47px;
}
.l-footer__nav-item {
  list-style: none;
}
.l-footer__nav-item a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: bold;
}
.l-footer__nav-item a .text-en {
  font-size: 23px;
  line-height: 1.4782608696;
}
.l-footer__nav-item a .text-ja {
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.6;
}

.l-section {
  padding: 150px 0;
}
.hero {
  overflow: hidden;
  padding: 30px 0 0;
}
.hero__inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1220px;
}
.hero__headline {
  width: 50%;
  flex-shrink: 0;
}
.hero__img {
  position: relative;
  z-index: 1;
  height: 471px;
}
.hero__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
}
@media (max-width: 1220px) {
  .hero__img figure {
    width: calc(100% + 20px);
  }
}
.hero__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero__title {
  position: relative;
  z-index: 2;
  transform: translateY(-33.333%);
  margin-left: auto;
  width: 90%;
  max-width: 496px;
}
@media (max-width: 1220px) {
  .hero__title {
    width: calc(100% - 80px);
    margin: 0 40px;
  }
}
.hero__content {
  flex-grow: 1;
  padding-top: 80px;
  padding-right: 40px;
}
.hero__sub-title {
  font-size: 45px;
  line-height: 1.5555555556;
  font-weight: bold;
  margin-bottom: 50px;
}
.hero__text--ja {
  font-size: 22px;
  line-height: 1.7727272727;
  font-weight: bold;
  margin-bottom: 40px;
}
.hero__text--en {
  font-size: 11px;
  line-height: 2;
  font-weight: 400;
  max-width: 321px;
  text-align: justify;
  margin-bottom: 50px;
}
.hero__btn {
  display: inline-flex;
  border: 1px solid #acacac;
  color: #acacac;
  font-weight: bold;
  min-width: 250px;
  font-size: 14px;
  line-height: 1.7142857143;
  border-radius: 40px;
  padding: 7px 28px;
  position: relative;
  overflow: hidden;
}
.hero__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  border-radius: 40px;
  content: "";
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.hero__btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
  width: 11px;
  height: 6.5px;
  content: "";
  z-index: 2;
  background: url("../img/ico_arrow_down.png") no-repeat center center/contain;
}
.hero__btn span {
  position: relative;
  z-index: 3;
}
.hero__btn:hover {
  opacity: 1;
}
.hero__btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.hero__btn:hover::after {
  animation: scroll-down2 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

.l-scroll-down {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
  position: relative;
  z-index: 200;
}
.l-scroll-down__btn {
  cursor: pointer;
  position: relative;
  padding-bottom: 104px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.l-scroll-down__btn-line {
  position: absolute;
  width: 1px;
  height: 100px;
  bottom: 0;
  left: 50%;
  z-index: 1;
  margin-left: -0.5px;
  overflow: hidden;
}
.l-scroll-down__btn-line::after {
  position: absolute;
  background: #3e3a39;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  animation: scroll-down 1.5s linear infinite;
  transform-origin: bottom;
}
.l-scroll-down__btn-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.3333333333;
}

.c-title {
  font-size: 160px;
  line-height: 1.05;
  font-weight: bold;
  text-transform: uppercase;
}

.c-headline01 {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  padding-top: 15px;
}
.c-headline01::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 1px;
  width: 70px;
  background: #3e3a39;
  content: "";
}
.c-headline01__title {
  font-size: 60px;
  line-height: 1.1333333333;
  font-weight: bold;
  text-transform: uppercase;
}
.c-headline01__text {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 600;
}

.c-headline02 {
  display: flex;
  gap: 20px;
  align-items: end;
  margin-bottom: 80px;
}
.c-headline02__title {
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.c-headline02__text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}

.c-bg-gradient {
  background: #b0b9be;
  background: linear-gradient(135deg, #b0b9be 0%, #f5f5f5 100%);
}

.c-bg-gradient-2 {
  position: relative;
}
.c-bg-gradient-2::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 400px);
  content: "";
  z-index: 1;
  background: #fff;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 100%);
}

.mission {
  overflow: hidden;
}
.mission__img {
  position: relative;
  z-index: 1;
  width: 50%;
  flex-shrink: 0;
  height: 498px;
}
.mission__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
}
@media (max-width: 1040px) {
  .mission__img figure {
    width: calc(100% + 20px);
  }
}
.mission__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mission__body {
  padding: 40px 0;
}
.mission__content {
  flex-grow: 1;
  padding-right: 40px;
}
.mission__row {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 40px 0;
}
.mission__row:nth-child(even) {
  flex-direction: row;
}
.mission__row:nth-child(even) .mission__img figure {
  right: 0;
  left: auto;
}
.mission__row:nth-child(even) .mission__content {
  padding-right: 0;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.mission__sub-title {
  font-size: 11px;
  line-height: 1.9090909091;
  font-weight: bold;
  margin-bottom: 25px;
}
.mission__sub-title span {
  display: inline-flex;
  padding-right: 58px;
  position: relative;
}
.mission__sub-title span::after {
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  right: 0;
  width: 38px;
  height: 1px;
  background: #3e3a39;
  content: "";
}
.mission__text {
  font-size: 32px;
  line-height: 1.71875;
  font-weight: bold;
}

.vision__title {
  text-align: right;
}

.value__title {
  color: #fff;
  margin-bottom: 100px;
}
.value__row {
  display: flex;
  gap: 160px;
}
.value__col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 200px;
}
.value__col:nth-child(2) {
  margin-top: 190px;
}
.value__headline-value {
  margin-bottom: 30px;
}
.value__headline-text {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: 140px;
  position: relative;
  font-size: 11px;
  line-height: 2.7272727273;
  font-weight: bold;
}
.value__headline-text::after {
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  right: 0;
  width: 118px;
  height: 1px;
  background: #3e3a39;
  content: "";
}
.value__headline-number {
  font-size: 30px;
  line-height: 1;
}
.value__headline-title {
  font-size: 60px;
  line-height: 1.1333333333;
  font-weight: bold;
  margin-bottom: 40px;
}
.value__headline-title .text-white {
  color: #fff;
}
.value__item-title {
  font-size: 36px;
  line-height: 1.5277777778;
  font-weight: bold;
  margin-bottom: 20px;
}
.value__item-text {
  font-size: 24px;
  line-height: 1.6666666667;
  font-weight: 500;
}

.our-business {
  overflow: hidden;
}
.our-business__item-row {
  display: flex;
  align-items: center;
}
.our-business__item-index {
  margin-bottom: 30px;
}
.our-business__item-index-number {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-right: 140px;
  position: relative;
  font-size: 11px;
  line-height: 2.7272727273;
  font-weight: bold;
}
.our-business__item-index-number::after {
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  right: 0;
  width: 118px;
  height: 1px;
  background: #3e3a39;
  content: "";
}
.our-business__item-index-number .index-text {
  font-size: 30px;
  line-height: 1;
}
.our-business__item-title {
  font-size: 28px;
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 10px;
}
.our-business__item-sub-title {
  font-size: 11px;
  line-height: 1.4545454545;
  font-weight: bold;
  margin-bottom: 40px;
}
.our-business__item-text {
  font-size: 14px;
  line-height: 1.8571428571;
  max-width: 400px;
}
.our-business__item-img {
  width: 50%;
  flex-shrink: 0;
  height: 432px;
  position: relative;
}
.our-business__item-img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
}
@media (max-width: 1040px) {
  .our-business__item-img figure {
    width: calc(100% + 20px);
  }
}
.our-business__item-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.our-business__item-img.img-high {
  height: 612px;
  max-width: 431px;
}
.our-business__item-img.img-high figure {
  width: 100%;
}
.our-business__item-content {
  flex-grow: 1;
  padding-right: 40px;
}
.our-business__item-visual {
  margin-top: 145px;
  height: 400px;
  position: relative;
}
.our-business__item-visual figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 90vw;
  width: calc(100% + 50vw - 50%);
}
@media (max-width: 1040px) {
  .our-business__item-visual figure {
    width: calc(100% + 20px);
  }
}
.our-business__item-visual figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 2000px) {
  .our-business__item-visual figure img {
    max-height: 550px;
  }
}
.our-business__item:nth-child(n + 2) {
  margin-top: 190px;
}
.our-business__item:nth-child(2n) .our-business__item-row {
  flex-direction: row-reverse;
}
.our-business__item:nth-child(2n) .our-business__item-content {
  width: 50%;
  max-width: 432px;
  padding-right: 0;
  flex-shrink: 0;
  flex-grow: 0;
}
.our-business__item:nth-child(2n) .our-business__item-content .our-business__item-text {
  max-width: 100%;
}
.our-business__item:nth-child(2n) .our-business__item-img {
  margin-right: auto;
}

.company-profile {
  position: relative;
  z-index: 2;
}
.company-profile__content dl {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #c5c5c5;
  font-size: 14px;
  line-height: 1.8571428571;
  font-weight: 600;
}
.company-profile__content dl:last-child {
  border-bottom: none;
}
.company-profile__content dl dt {
  width: 280px;
  flex-shrink: 0;
  padding-left: 50px;
}
.company-profile__content dl dd {
  flex-grow: 1;
  padding-right: 50px;
}

.access {
  padding-top: 0;
  position: relative;
  z-index: 2;
}
.access__address {
  padding-left: 18px;
  font-weight: 600;
}
.access__map {
  margin-top: 40px;
}

.recruit {
  position: relative;
  z-index: 2;
}
.recruit__inner {
  position: relative;
}
.recruit__inner::before {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% + 50vw - 50%);
  content: "";
  z-index: 1;
  border-radius: 0 60px 60px 0;
  pointer-events: none;
  background: #b0b9bd;
  background: linear-gradient(to right, #d1d4d4 0%, #e7e8e8 50%, #f3f3f3 100%);
}
@media (max-width: 1330px) {
  .recruit__inner::before {
    width: calc(100% + 20px);
  }
}
@media (max-width: 1400px) {
  .recruit__inner {
    margin-right: 40px;
  }
}
.recruit__body {
  padding: 100px 0 120px;
  position: relative;
  z-index: 3;
}
.recruit__row {
  display: flex;
  gap: 80px;
  padding-top: 40px;
}
.recruit__head-pt {
  font-size: 11px;
  line-height: 1.9090909091;
  font-weight: bold;
  margin-bottom: 10px;
}
.recruit__head-pt span {
  display: inline-flex;
  padding-right: 58px;
  position: relative;
}
.recruit__head-pt span::after {
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  right: 0;
  width: 38px;
  height: 1px;
  background: #3e3a39;
  content: "";
}
.recruit__head-title {
  font-size: 30px;
  line-height: 1.8333333333;
  font-weight: bold;
  margin-bottom: 30px;
  width: 460px;
  flex-shrink: 0;
  font-feature-settings: "palt";
}
.recruit__content {
  flex-grow: 1;
  padding-top: 100px;
}
.recruit__text {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-bottom: 80px;
}
.recruit__btn {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: block;
  padding: 28px 80px 28px 25px;
}
.recruit__btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #191919;
  border-radius: 10px;
  content: "";
  z-index: 1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s;
}
.recruit__btn .text {
  font-size: 22px;
  line-height: 1.2272727273;
  font-weight: bold;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.recruit__btn .text .text-ja {
  font-size: 13px;
  line-height: 2.0769230769;
  font-weight: 600;
  margin-left: 20px;
}
.recruit__btn .ico {
  position: absolute;
  top: 50%;
  right: 33px;
  width: 36px;
  height: 36px;
  border: 1px solid #acacac;
  border-radius: 40px;
  transform: translateY(-50%);
  z-index: 2;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit__btn .ico img {
  width: 15px;
  height: 5.5px;
  margin-bottom: 2px;
}
.recruit__btn:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.recruit__btn:hover .text {
  color: #fff;
}
.recruit__btn:hover .ico img {
  animation: scroll-right 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0.3s;
}

.contact__text {
  margin-bottom: 80px;
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}
.contact__note {
  color: #e50011;
  font-weight: 500;
}
.contact-form .form-radio-wrapper {
  padding: 50px 30px;
  display: flex;
  gap: 80px;
}
.contact-form .form-radio {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 500;
  display: inline-flex;
}
.contact-form .form-radio .text {
  position: relative;
  display: inline-flex;
  padding-left: 46px;
  cursor: pointer;
}
.contact-form .form-radio .text::before,
.contact-form .form-radio .text::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.contact-form .form-radio .text::before {
  width: 30px;
  height: 30px;
  z-index: 1;
  border: 1px solid #c5c5c5;
  border-radius: 30px;
  background: #fff;
}
.contact-form .form-radio .text::after {
  width: 16px;
  height: 16px;
  background: #000;
  border-radius: 30px;
  top: 7px;
  left: 7px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
  z-index: 2;
}
.contact-form .form-radio .input {
  opacity: 0;
  display: none;
}
.contact-form .form-radio .input:checked + .text::after {
  opacity: 1;
  transform: scale(1);
}
.contact-form .form-label {
  display: block;
  font-size: 18px;
  line-height: 1.7777777778;
  padding-top: 5px;
  font-weight: 500;
}
.contact-form .form-label .text-required {
  color: #e50011;
}
.contact-form .form-input {
  width: 100%;
  border: 1px solid #c5c5c5;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  padding: 5px 10px;
}
.contact-form__item {
  border-top: 1px solid #c5c5c5;
  padding: 25px 0;
  display: flex;
}
.contact-form__label {
  width: 365px;
  max-width: 40%;
  flex-shrink: 0;
  padding-left: 30px;
}
.contact-form__input {
  flex-grow: 1;
}
.contact-form__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}
.contact-form__btn .contact-btn {
  font-size: 19px;
  line-height: 1.3157894737;
  font-weight: 400;
  color: #fff;
  background: #191919;
  padding: 15px 60px;
  min-width: 252px;
  transition: all 0.3s ease-in-out;
}
.contact-form__btn .contact-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.contact-form__btn .contact-btn.btn-back {
  background: #fff;
  color: #3e3a39;
  border: 1px solid #3e3a39;
}
.contact-form__btn .contact-btn.btn-back:hover {
  background: #3e3a39;
  color: #fff;
}
.contact .entry-form__error {
  padding: 20px;
  background: #fff;
  color: #e50011;
  font-weight: 500;
  border: 2px solid #e50011;
  margin-bottom: 40px;
}
.contact .entry-form__error .error-ttl {
  font-size: 120%;
  margin-left: -0.5em;
  margin-bottom: 10px;
}
.contact .entry-form__error .error-box ul {
  margin-left: 1.2em;
}
.contact .entry-form__error .error-box li {
  padding: 5px 0;
  list-style: disc;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.5;
}
.contact .entry-form__error .error-box li em {
  font-style: normal;
}
.contact .error {
  margin-top: 5px;
  color: #e50011;
}
.contact .contact-thanks {
  max-width: 800px;
  margin: 0 auto;
}
.contact .thanks-ttl {
  font-size: 28px;
  line-height: 1.4285714286;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.contact .privacy-policy {
  border: 1px solid #3e3a39;
  margin: 50px 0;
}
.contact .privacy-policy__title {
  background: #3e3a39;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1538461538;
  padding: 15px 50px;
  position: relative;
  cursor: pointer;
}
.contact .privacy-policy__title::after {
  position: absolute;
  top: 50%;
  right: 30px;
  content: "";
  z-index: 1;
  width: 25.5px;
  height: 14.5px;
  margin-top: -7px;
  transform: rotate(180deg);
  background: url("../img/arrow_up.png") no-repeat top center/contain;
  transition: all 0.3s ease-in-out;
}
.contact .privacy-policy__title.is-active::after {
  transform: rotate(0deg);
}
.contact .privacy-policy__content {
  padding: 40px 50px 60px;
}
.contact .privacy-policy__content h4 {
  font-size: 24px;
  line-height: 1.6666666667;
  font-weight: 500;
  margin-bottom: 1.25em;
}
.contact .privacy-policy__content h5 {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 500;
  margin-top: 1.8em;
  margin-bottom: 0.25em;
}
.contact .privacy-policy__content p {
  font-size: 14px;
  line-height: 1.7857142857;
}
.contact .check-privacy-policy {
  text-align: center;
}
.contact .check-privacy-policy__radio {
  margin-top: 50px;
  font-weight: 400;
}

.recruit-hero {
  position: relative;
  z-index: 2;
}
.recruit-hero__inner {
  max-width: 1220px;
}
.recruit-hero__row {
  display: flex;
  align-items: center;
}
.recruit-hero__content {
  flex-grow: 1;
  margin-right: -200px;
  position: relative;
  z-index: 2;
  padding-bottom: 70px;
}
.recruit-hero__sub-title {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 10px;
  padding-left: 5px;
  font-weight: 600;
}
.recruit-hero__title {
  font-size: 116px;
  line-height: 1;
  font-weight: bold;
}
.recruit-hero__text {
  margin-top: 40px;
  font-size: 35px;
  line-height: 1.5714285714;
  font-weight: bold;
}
.recruit-hero__img {
  width: 65.5%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  height: 650px;
}
.recruit-hero__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 50vw - 590px);
  height: 100%;
}
@media (max-width: 1220px) {
  .recruit-hero__img figure {
    width: calc(100% + 20px);
  }
}
.recruit-hero__img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recruit-message {
  margin-top: -70px;
  position: relative;
  z-index: 1;
  padding-top: 220px;
}
.recruit-message__row {
  display: flex;
  align-items: center;
}
.recruit-message__title {
  width: 400px;
  flex-shrink: 0;
  padding-right: 40px;
  font-size: 52px;
  line-height: 1.1538461538;
  font-weight: bold;
}
.recruit-message__content {
  flex-grow: 1;
}
.recruit-message__text {
  font-size: 26px;
  line-height: 1.9230769231;
  font-weight: bold;
}

.recruit-content__unit {
  padding-top: 150px;
}
.recruit-content__index {
  font-size: 11px;
  line-height: 1.9090909091;
  font-weight: bold;
  margin-bottom: 14px;
}
.recruit-content__index span {
  display: inline-flex;
  padding-right: 58px;
  position: relative;
}
.recruit-content__index span::after {
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  right: 0;
  width: 38px;
  height: 1px;
  background: #3e3a39;
  content: "";
}
.recruit-content__title {
  display: flex;
  gap: 25px;
  align-items: flex-end;
  margin-bottom: 100px;
}
.recruit-content__title .text-en {
  font-size: 52px;
  line-height: 1;
  font-weight: bold;
}
.recruit-content__title .text-ja {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 600;
}
.recruit-content__sub-title {
  margin-bottom: 80px;
  font-size: 45px;
  line-height: 1.5555555556;
  text-align: center;
}
.recruit-content__row {
  display: flex;
  gap: 66px;
}
.recruit-content__col:nth-child(n + 2) {
  margin-top: 200px;
}
.recruit-content__item:nth-child(n + 2) {
  margin-top: 150px;
}
.recruit-content__item-title {
  font-size: 30px;
  margin-bottom: 15px;
  font-feature-settings: "palt";
}
.recruit-content__item-text {
  font-size: 14px;
  line-height: 1.8571428571;
}
.recruit-content__item-img {
  margin-top: 30px;
}

.recruit-who__content {
  text-align: center;
}
.recruit-who__text {
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 600;
}
.recruit-who__img {
  margin-top: 100px;
}

.recruit-job__content {
  border-top: 1px solid #c5c5c5;
}
.recruit-job__content dl {
  display: flex;
  font-size: 14px;
  line-height: 1.7142857143;
  border-bottom: 1px solid #c5c5c5;
}
.recruit-job__content dl dt {
  flex-shrink: 0;
  width: 205px;
  padding: 24px 20px 24px 40px;
  font-weight: 600;
}
.recruit-job__content dl dd {
  flex-grow: 1;
  padding: 24px 20px;
}

.recruit-flow__index {
  font-size: 52px;
  line-height: 0.9615384615;
  font-weight: bold;
}
.recruit-flow__title {
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 600;
}
.recruit-flow__content {
  padding-left: 40px;
}
.recruit-flow__item {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: flex-start;
}
.recruit-flow__item::after {
  position: absolute;
  left: 22px;
  width: 12px;
  top: 80px;
  height: calc(100% - 117px);
  background: url("../img/ico_arrow_down2.png") repeat-y top center/100% 25px;
  content: "";
}
.recruit-flow__item-title {
  width: 275px;
  flex-shrink: 0;
  padding-right: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
}
.recruit-flow__item-content {
  padding-top: 10px;
  padding-bottom: 70px;
  flex-grow: 1;
}
.recruit-flow__item-content__inner {
  border-bottom: 1px dashed #c5c5c5;
  padding-bottom: 70px;
}
.recruit-flow__item:first-child::after {
  height: calc(100% - 130px);
}
.recruit-flow__item:last-child::after {
  content: none;
}
.recruit-flow__item:last-child .recruit-flow__item-content__inner {
  border-bottom: none;
}
.recruit-flow__hl {
  padding: 25px 45px;
  border: 1px solid #c5c5c5;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.625;
}
.recruit-flow__hl a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
