@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  letter-spacing: 0.05em;
}

p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.photo-slider {
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
}
.photo-slider__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-animation: photo-marquee 20s linear infinite;
          animation: photo-marquee 20s linear infinite;
  will-change: transform;
}
.photo-slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 605px;
  height: 715px;
  border-radius: 4px;
  overflow: hidden;
}
.photo-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@-webkit-keyframes photo-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes photo-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mvv {
  padding-top: 300px;
  padding-bottom: 300px;
  background-color: #001733;
  color: #fff;
}
.mvv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px;
}
.mvv .mvv__title .en-text {
  font-size: 96px;
  font-weight: 700;
  line-height: 1;
}
.mvv .mvv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 112px;
  max-width: 700px;
}
.mvv .mvv__list .mvv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
.mvv .mvv__list .mvv__item .mvv__item-title .title-copy {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.mvv .mvv__list .mvv__item .mvv__item-desc .desc-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

.company {
  padding-top: 200px;
  padding-bottom: 200px;
}
.company .company-table {
  margin-top: 80px;
}
.company .company-table__row {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 40px;
  padding: 32px 16px;
  border-bottom: 1px solid #E5E2DC;
}
.company .company-table__row:last-child {
  border-bottom: none;
}
.company .company-table__row dt {
  font-size: 16px;
  font-weight: 700;
  color: #33302B;
  letter-spacing: 0.05em;
}
.company .company-table__row dd {
  font-size: 16px;
  font-weight: 400;
  color: #33302B;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.company .business-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.company .business-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.company .business-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  color: #33302B;
}
.company .business-list li:last-child {
  margin-bottom: 0;
}