@charset "UTF-8";
/*==================================================
reset
==================================================*/
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-weight: 400;
  vertical-align: baseline;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  font-family: inherit;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  transition: opacity 0.4s;
  text-decoration: none;
  border: none;
  color: inherit;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  button,
  input[type=text],
  input[type=image],
  input[type=password],
  input[type=file],
  input[type=submit],
  input[type=reset],
  input[type=button],
  input[type=email],
  input[type=tel] textarea {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    border-radius: 0;
    box-shadow: none;
    appearance: none;
  }
  textarea,
  input[type=email],
  input[type=text],
  input[type=image],
  input[type=password] {
    -webkit-appearance: none;
  }
}
/*==================================================
root
==================================================*/
:root {
  --js-breakpoint-sp: 767px;
  --js-breakpoint-md: 1080px;
  --js-breakpoint-lg: 1179px;
  /*size*/
  --header-height: 84px;
  --site-width: 1680px;
  --site-padding: 40px;
  /*color*/
  --light-color: #917b5a;
  --main-color: #2D8286;
  /*font*/
  --font-color: #333;
  --font-base: 1.8rem;
  --font-middle: 2rem;
  --font-large: 2.4rem;
  --font-small: 1.6rem;
  --font-jp: "Noto Serif JP",
    serif;
  --font-en: "Cormorant SC",
    serif;
  --font-en-02: "Cormorant Garamond", serif;
  --base-line: 2;
}

@media all and (min-width: 768px) and (max-width: 1079px) {
  :root {
    /*size*/
    --site-padding: 40px;
    /*font*/
    --font-large: 1.8rem;
    --font-small: 1.4rem;
  }
}
@media all and (max-width: 767px) {
  :root {
    /*size*/
    --header-height: 70px;
    --site-padding: 20px;
    /*font*/
    --font-base: 1.5rem;
    --font-large: 1.8rem;
    --font-small: 1em;
  }
}
/*==================================================
sp pc
==================================================*/
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (min-width: 1201px) {
  .tb-only {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}

/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  font-family: var(--font-jp);
  font-size: 62.5%;
  color: var(--font-color);
}

#top-sentinel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  pointer-events: none;
}

/*==================================================
l-header
==================================================*/
.l-header {
  transition: background-color 0.4s;
  position: fixed;
  z-index: 10002;
  left: 0;
  top: 0;
  width: 100%;
  display: grid;
  align-items: center;
  height: var(--header-height);
}
.l-header--bg {
  background: var(--main-color);
}
.l-header-logo {
  width: fit-content;
  margin-inline: auto auto;
  transform: translateY(-7px);
}
@media all and (max-width: 767px) {
  .l-header-logo {
    width: 140px;
    transform: translateY(-5px);
  }
}

/*==================================================
l-nav-switch
==================================================*/
.l-nav-switch {
  position: absolute;
  left: var(--site-padding);
  top: 0;
  bottom: 0;
  width: 56PX;
  height: 56px;
  margin: auto;
  background: transparent;
  border: none;
}
@media all and (max-width: 767px) {
  .l-nav-switch {
    width: 36px;
    height: 36px;
  }
}
.l-nav-switch__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: 0 auto;
  border-top: solid 2px #fff;
  transition: all 0.4s;
}
.l-nav-switch__line:nth-child(1) {
  top: calc(50% - 8px);
}
.l-nav-switch__line:nth-child(2) {
  top: 50%;
}
.l-nav-switch__line:nth-child(3) {
  top: calc(50% + 8px);
}
.l-nav-switch.show .l-nav-switch__line:nth-child(1) {
  top: 50%;
  transform: rotate(-15deg);
}
.l-nav-switch.show .l-nav-switch__line:nth-child(2) {
  display: none;
}
.l-nav-switch.show .l-nav-switch__line:nth-child(3) {
  top: 50%;
  transform: rotate(15deg);
}

/*==================================================
l-drawer
==================================================*/
.l-drawer {
  transition: transform 0.4s;
  position: fixed;
  z-index: 10001;
  transform: translateX(-18em);
  left: 0;
  top: 0;
  width: 18em;
  height: 100vh;
  padding: 5em var(--site-padding);
  background: var(--main-color);
  color: #fff;
  font-family: var(--font-en);
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .l-drawer {
    transform: translateX(-100%);
    width: 100%;
    padding-top: 4em;
  }
}
.l-drawer.show {
  transform: translateX(0);
}
.l-drawer ul {
  display: grid;
  gap: 1.5em;
}

/*==================================================
l-main
==================================================*/
.l-main {
  overflow: hidden;
  line-height: var(--base-line);
  font-size: var(--font-base);
}
.l-main--company {
  position: relative;
  padding-top: 230px;
}
@media all and (max-width: 767px) {
  .l-main--company {
    padding-top: 140px;
    font-size: 1.4rem;
  }
}
.l-main--company:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg-fixed.webp") no-repeat;
}
.l-main--business {
  position: relative;
  padding-top: 280px;
}
@media all and (max-width: 767px) {
  .l-main--business {
    padding-top: 140px;
    font-size: 1.4rem;
  }
}
.l-main--business:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/business-bg.webp") no-repeat center top/100vw auto;
}
@media all and (max-width: 1080px) {
  .l-main--business:before {
    background-position: center;
  }
}
@media all and (max-width: 767px) {
  .l-main--business:before {
    top: auto;
    bottom: 10%;
    height: 50%;
    margin: auto;
    background-position: center;
    background-size: 100vw auto;
  }
}

/*==================================================
l-pagetop
==================================================*/
.l-pagetop {
  transition: opacity 0.4s;
  pointer-events: none;
  opacity: 0;
}
.l-pagetop.-fadein {
  pointer-events: auto;
  opacity: 1;
}

/*==================================================
l-footer
==================================================*/
.l-footer {
  position: relative;
  z-index: 1;
  padding: 56px var(--site-padding) 16px;
  background: var(--main-color);
  color: #fff;
}
@media all and (max-width: 767px) {
  .l-footer {
    padding-block: 48px 16px;
  }
}
@media all and (max-width: 767px) {
  .l-footer-logo {
    width: 180px;
    margin-inline: auto auto;
  }
}
.l-footer-row {
  display: grid;
  grid-template-columns: 217px 1fr;
  max-width: 1266px;
  margin-inline: auto auto;
}
@media all and (max-width: 1080px) {
  .l-footer-row {
    grid-template-columns: 150px 1fr;
    gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .l-footer-row {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.l-footer-nav {
  display: grid;
  gap: 20px;
  letter-spacing: 0.02em;
  font-size: var(--font-large);
}
.l-footer-nav a {
  text-shadow: 0 4px 34.3px rgba(0, 0, 0, 0.25);
}
.l-footer-list-01 {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}
@media all and (max-width: 1080px) {
  .l-footer-list-01 {
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .l-footer-list-01 {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.l-footer-list-02 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 80px;
}
@media all and (max-width: 1080px) {
  .l-footer-list-02 {
    gap: 45px;
  }
}
@media all and (max-width: 767px) {
  .l-footer-list-02 {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}
.l-footer-list-02__small {
  font-size: 1.8rem;
}
@media all and (max-width: 767px) {
  .l-footer-list-02__small {
    font-size: 1.6rem;
  }
}
.l-footer-copy {
  margin-top: 30px;
  text-align: center;
  font-style: normal;
  font-family: var(--font-en-02);
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}
@media all and (max-width: 767px) {
  .l-footer-copy {
    font-size: 1.2rem;
  }
}

/*==================================================
module
==================================================*/
/*--------------------
text
--------------------*/
.m-under {
  text-decoration: underline;
}

.m-tc {
  text-align: center;
}

.m-tr {
  text-align: right;
}

/*==================================================
m-button
==================================================*/
.m-button {
  transition: background-color 1s;
  display: grid;
  place-items: center;
  width: 320px;
  height: 80px;
  margin-inline: auto auto;
  border-radius: 80px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  font-weight: 500;
  background: #fff;
  filter: drop-shadow(0 0 40px rgba(45, 130, 134, 0.4));
  color: #333;
}
@media all and (max-width: 767px) {
  .m-button {
    width: 300px;
    height: 64px;
    filter: drop-shadow(0 0 20px rgba(45, 130, 134, 0.3));
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-button:hover {
    background-color: var(--main-color);
    color: #fff;
  }
}
.m-button--small {
  width: 280px;
}
@media all and (max-width: 767px) {
  .m-button--small {
    width: 240px;
  }
}
.m-button--left {
  margin-inline: 0;
}

/*==================================================
top-title
==================================================*/
.top-title {
  text-align: center;
  color: var(--main-color);
}
.top-title__en {
  font-size: 8rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media all and (max-width: 1080px) {
  .top-title__en {
    font-size: 6rem;
  }
}
@media all and (max-width: 767px) {
  .top-title__en {
    font-size: 4.8rem;
  }
}
.top-title__jp {
  font-size: 2rem;
  letter-spacing: 0.2em;
}
@media all and (max-width: 767px) {
  .top-title__jp {
    font-size: 1.6rem;
  }
}
.top-title--recruit {
  margin-bottom: 64px;
}
@media all and (max-width: 767px) {
  .top-title--recruit {
    margin-bottom: 30px;
  }
}
.top-title--business {
  margin-top: 120px;
  text-align: left;
}
@media all and (max-width: 767px) {
  .top-title--business {
    margin-top: 0;
  }
}
.top-title--company {
  margin-bottom: 67px;
  color: #fff;
  text-align: left;
}

/*==================================================
inner
==================================================*/
.m-inner {
  width: min(1438px, 100%);
  margin: 0 auto;
  padding-inline: var(--site-padding);
}
@media all and (max-width: 767px) {
  .m-inner {
    width: 100%;
  }
}
.m-inner--pos {
  position: relative;
  z-index: 2;
}
@media all and (max-width: 767px) {
  .m-inner--underpage {
    padding-inline: 40px;
  }
}

/*==================================================
box unit
==================================================*/
.m-text-unit {
  display: grid;
  gap: 15px;
  text-align: center;
}
.m-text-unit__title {
  font-size: var(--font-middle);
}
.m-text-unit__text {
  font-weight: 300;
  color: var(--main-color);
}
.m-text-unit--business {
  margin-bottom: 45px;
}
.m-text-unit--recruit {
  padding-bottom: 125px;
}
.m-text-unit--company {
  margin-bottom: 47px;
  text-align: left;
}
.m-text-unit--company .m-text-unit__text {
  color: #fff;
}

/*==================================================
m-message
==================================================*/
.m-message {
  display: grid;
  gap: 24px;
  width: fit-content;
  margin-inline: auto auto;
  text-align: center;
  color: var(--main-color);
}
@media all and (max-width: 767px) {
  .m-message {
    gap: 16px;
  }
}
.m-message--space {
  margin-bottom: 75px;
}
@media all and (max-width: 767px) {
  .m-message--space {
    margin-bottom: 35px;
  }
}
.m-message--jewelry {
  position: relative;
}
@media all and (max-width: 767px) {
  .m-message--jewelry {
    margin-top: 90px;
  }
}
.m-message--jewelry:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -210px;
  left: 120px;
  width: 240px;
  height: 313px;
  margin: auto;
  background: url("../img/business-img.webp") no-repeat center top/contain;
}
@media all and (max-width: 767px) {
  .m-message--jewelry:before {
    top: -110px;
    left: 26vw;
    width: 120px;
    height: 160px;
  }
}
.m-message__en {
  font-size: 8rem;
  letter-spacing: 0.06em;
  font-family: var(--font-en);
  line-height: 1;
}
@media all and (max-width: 1080px) {
  .m-message__en {
    font-size: 6rem;
  }
}
@media all and (max-width: 767px) {
  .m-message__en {
    font-size: 4.2rem;
  }
}
.m-message__jp {
  letter-spacing: 0.06em;
  line-height: 2;
}
@media all and (max-width: 767px) {
  .m-message__jp {
    font-size: 1.6rem;
  }
}

/*==================================================
m-section
==================================================*/
.m-section {
  padding-bottom: 280px;
}
@media all and (max-width: 1080px) {
  .m-section {
    padding-bottom: 200px;
  }
}
@media all and (max-width: 767px) {
  .m-section {
    padding-bottom: 120px;
  }
}

.m-section-title--space {
  margin-bottom: 50px;
}
.m-section-title__en {
  font-size: 5rem;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 0.02em;
}
@media all and (max-width: 767px) {
  .m-section-title__en {
    font-size: 3.6rem;
  }
}
.m-section-title__jp {
  font-size: 2rem;
}
@media all and (max-width: 767px) {
  .m-section-title__jp {
    font-size: 1.6rem;
  }
}

.m-section-txts {
  display: grid;
  gap: 2em;
}

.m-section-row {
  display: grid;
  grid-template-columns: 280px 1fr;
}
@media all and (max-width: 1080px) {
  .m-section-row {
    grid-template-columns: 200px 1fr;
    gap: 40px;
  }
}
@media all and (max-width: 767px) {
  .m-section-row {
    grid-template-columns: 1fr;
  }
}

.m-lead-text {
  display: grid;
  gap: 2em;
  color: #818181;
  text-align: center;
}

.m-subtitle {
  margin-bottom: 95px;
  font-size: var(--font-large);
  font-weight: 600;
  color: var(--main-color);
  letter-spacing: 0.2em;
}
@media all and (max-width: 1080px) {
  .m-subtitle {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .m-subtitle {
    margin-bottom: 40px;
  }
}

/*==================================================
table
==================================================*/
.m-table th,
.m-table td {
  padding-block: 25px;
}
@media all and (max-width: 767px) {
  .m-table th,
  .m-table td {
    padding-block: 10px;
  }
}
@media all and (max-width: 767px) {
  .m-table tr:first-child th,
  .m-table tr:first-child td {
    padding-top: 0;
  }
}
.m-table th {
  width: 6em;
  color: #818181;
}

/*==================================================
js-txt
==================================================*/
.js-txt {
  transition: opacity 1.5s ease-in-out;
  opacity: 0;
}

.js-txt.show {
  opacity: 1;
}

/*==================================================
page
==================================================*/
.mv-space {
  height: 300lvh;
  position: relative;
  width: 100%;
}

.mv {
  will-change: transform;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100lvh;
  color: #fff;
}
@media all and (max-width: 1080px) {
  .mv {
    padding-inline: var(--site-padding);
    background-size: cover;
  }
}
@media all and (max-width: 767px) {
  .mv {
    height: 1380px;
    padding: 0 var(--site-padding);
    background: none;
  }
}
.mv.bottom {
  position: absolute;
}
@media all and (max-width: 767px) {
  .mv:before, .mv:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    display: block;
    width: 100%;
  }
}
.mv-top, .mv-bottom {
  opacity: 0;
  position: absolute;
  inset: 0;
  padding-inline: 94px;
  width: 100%;
  height: 100lvh;
}
@media screen and (max-width: 1500px) {
  .mv-top, .mv-bottom {
    padding-inline: var(--site-padding);
  }
}
.mv-top {
  opacity: 1;
}
.mv-bottom {
  opacity: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: 100%;
  place-content: center;
  padding-top: 5vw;
}
@media all and (max-width: 767px) {
  .mv-bottom {
    padding-top: 0;
    padding-bottom: 10vw;
  }
}
.mv-bottom.is-active {
  opacity: 1;
}
.mv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
  z-index: -1;
}
@media all and (max-width: 767px) {
  .mv-video {
    width: 300vw;
    margin-left: -45vw;
    object-position: center 55%;
  }
}
.mv-title {
  position: absolute;
  inset: 0;
  height: fit-content;
  margin: auto;
  padding-bottom: 45px;
  text-align: center;
}
@media all and (max-width: 767px) {
  .mv-title {
    padding-top: 280px;
    margin-bottom: 220px;
  }
}
.mv-title__num {
  font-size: 16rem;
  font-family: var(--font-en);
  line-height: 1;
  letter-spacing: 32px;
}
@media all and (max-width: 767px) {
  .mv-title__num {
    margin-bottom: 42px;
  }
}
.mv-title__text {
  display: block;
  font-size: 2.4rem;
}
@media all and (max-width: 767px) {
  .mv-title__text {
    line-height: 1.5;
  }
}
.mv-message {
  display: grid;
  margin-bottom: 228px;
  font-family: var(--font-en);
  line-height: 1;
}
@media all and (max-width: 767px) {
  .mv-message {
    margin-bottom: 80px;
  }
}
.mv-message__middle {
  margin-bottom: 58px;
  font-size: 6.4rem;
  line-height: 1.28px;
}
@media all and (max-width: 1080px) {
  .mv-message__middle {
    margin-bottom: 40px;
    font-size: 5.4rem;
  }
}
@media all and (max-width: 767px) {
  .mv-message__middle {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.mv-message__small {
  margin-bottom: 50px;
  font-size: 6rem;
}
@media all and (max-width: 1080px) {
  .mv-message__small {
    margin-bottom: 30px;
    font-size: 5rem;
  }
}
@media all and (max-width: 767px) {
  .mv-message__small {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}
.mv-message__large {
  font-size: 12rem;
  line-height: 0.8;
}
@media all and (max-width: 1080px) {
  .mv-message__large {
    font-size: 10rem;
  }
}
@media all and (max-width: 767px) {
  .mv-message__large {
    font-size: 4.8rem;
  }
}
.mv-last {
  width: 560px;
  margin-left: auto;
  font-family: var(--font-en);
  font-size: 3.6rem;
  line-height: 1.2;
}
@media all and (max-width: 1080px) {
  .mv-last {
    width: fit-content;
  }
}
@media all and (max-width: 767px) {
  .mv-last {
    position: relative;
    z-index: 2;
    width: fit-content;
    margin-left: auto;
    font-size: 2rem;
  }
}

/*==================================================
company
==================================================*/
.company {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 95px 0 650px 0;
  color: #fff;
}
@media all and (max-width: 1080px) {
  .company {
    padding-bottom: 500px;
  }
}
@media all and (max-width: 767px) {
  .company {
    padding-bottom: 250px;
  }
}
.company:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 408px;
  background: url("../img/company-cover.webp") no-repeat center top/100% auto;
}
.company:after {
  content: "";
  position: absolute;
  background: url("../img/company-bg.webp") no-repeat center top/100vw auto;
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media all and (max-width: 1080px) {
  .company:after {
    background-size: 200% auto;
  }
}
@media all and (max-width: 767px) {
  .company:after {
    background-size: 500% auto;
  }
}
.company-blur {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -480px;
  display: block;
  width: 100%;
  height: 480px;
  background: url("../img/mv-cover.webp") no-repeat center bottom/cover;
}
.company-message {
  overflow: hidden;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  display: grid;
  justify-content: center;
  top: 740px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .company-message {
    top: 650px;
    font-size: 10rem;
  }
}
.company-message__track {
  position: relative;
  z-index: 1;
  display: flex;
  width: max-content;
  animation: scroll-left-02 23s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}
.company-message__text {
  flex-shrink: 0;
  width: 2561px;
  font-size: 20rem;
  font-family: var(--font-en);
  line-height: 1;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .company-message__text {
    width: fit-content;
    font-size: 10rem;
  }
}

.marquee-container {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 408px;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 767px) {
  .marquee-container {
    top: 510px;
  }
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll-left 60s linear infinite;
  will-change: transform;
  backface-visibility: hidden;
}

.content {
  /*
  width: 4891px;
  */
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  width: 6000px;
  white-space: nowrap;
  opacity: 0.7;
}
@media all and (max-width: 767px) {
  .content {
    width: 2500px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-left-02 {
  100% {
    transform: translate3d(-25%, 0, 0);
  }
}
/*==================================================
business
==================================================*/
.business {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 80px var(--site-padding) 57px var(--site-padding);
}
@media all and (max-width: 767px) {
  .business {
    padding-top: 40px;
  }
}
.business-row {
  display: grid;
  grid-template-columns: 400px 1fr;
  align-items: start;
  max-width: 1126px;
  margin-inline: auto auto;
}
@media all and (max-width: 1080px) {
  .business-row {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .business-row {
    grid-template-columns: 1fr;
    align-content: start;
  }
}
.business-unit {
  position: relative;
}
@media all and (max-width: 1080px) {
  .business-unit {
    display: grid;
    grid-template-columns: 300px 1fr;
    width: fit-content;
    margin-inline: auto auto;
  }
}
@media all and (max-width: 767px) {
  .business-unit {
    grid-template-columns: 1fr;
  }
}
@media all and (max-width: 767px) {
  .business-unit__img {
    display: block;
    width: 180px;
    margin: 0 auto;
    transform: translateX(20px);
  }
}
.business-unit__text {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  width: fit-content;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 50px;
}
@media all and (max-width: 1080px) {
  .business-unit__text {
    position: static;
  }
}
@media all and (max-width: 767px) {
  .business-unit__text {
    position: static;
    margin-inline: auto auto;
    padding-top: 20px;
    padding-right: 0;
  }
}

/*==================================================
gallery
==================================================*/
.gallery {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.gallery:before, .gallery:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  /*
  height: 5.637vw;
  */
  height: 108px;
  background-color: #fff;
}
@media all and (max-width: 767px) {
  .gallery:before, .gallery:after {
    height: 50px;
  }
}
.gallery:before {
  top: 0px;
  background: url("../img/gallery-bg.svg") no-repeat center bottom/cover;
}
@media all and (max-width: 767px) {
  .gallery:before {
    top: -1px;
  }
}
.gallery:after {
  transform: rotate(180deg);
  bottom: 0;
  background: url("../img/gallery-bg.svg") no-repeat center top/cover;
}
.gallery-title {
  position: absolute;
  z-index: 10;
  inset: 0;
  margin: auto;
  height: fit-content;
  text-align: center;
  font-size: 12.8rem;
  line-height: 0.8;
  color: #fff;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  font-family: var(--font-en);
}
@media all and (max-width: 767px) {
  .gallery-title {
    font-size: 6.4rem;
  }
}
.gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media all and (max-width: 767px) {
  .gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gallery-list img {
  object-fit: cover;
  /*
  width: 100%;
  height: 23.5vw;
  */
  width: 480px;
  height: 330px;
}
@media all and (max-width: 767px) {
  .gallery-list img {
    width: 240px;
    height: 150px;
  }
}

/*==================================================
recruit
==================================================*/
.recruit {
  position: relative;
  z-index: 2;
  background: #fff;
  padding-top: 120px;
}
@media all and (max-width: 767px) {
  .recruit {
    padding-top: 30px;
  }
}
.recruit-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media all and (max-width: 767px) {
  .recruit-imgs {
    grid-template-columns: 1fr;
  }
}
.recruit-imgs li img {
  object-fit: cover;
  width: 100%;
  height: 440px;
}
@media all and (max-width: 767px) {
  .recruit-imgs li img {
    height: 220px;
  }
}
.recruit-cta {
  position: relative;
}
.recruit-cta__pos {
  position: absolute;
  left: 0;
  top: 0;
  top: -40px;
  display: grid;
  justify-content: center;
  width: 100%;
  margin: auto;
}

/*==================================================
 value
==================================================*/
.value-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 688px;
  margin-block: 25px 65px;
}
@media all and (max-width: 1080px) {
  .value-list {
    gap: 10px;
  }
}
@media all and (max-width: 767px) {
  .value-list {
    gap: 5px;
    margin-block: 20px 35px;
  }
}
.value-list li {
  display: grid;
  place-items: center;
  border-radius: 60px;
  height: 56px;
  border: 1px solid #FFF;
  background: rgba(45, 130, 134, 0.5);
  color: #fff;
  font-size: var(--font-large);
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media all and (max-width: 767px) {
  .value-list li {
    height: 42px;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 390px) {
  .value-list li {
    font-size: 1.3rem;
  }
}

/*==================================================
access-map
==================================================*/
.access-map {
  margin-top: 64px;
}
.access-map iframe {
  width: 100%;
  height: 360px;
}

/*==================================================
message
==================================================*/
.message-row {
  display: grid;
  grid-template-columns: 210px 73px 1fr;
}
@media all and (max-width: 767px) {
  .message-row {
    grid-template-columns: 1fr;
  }
}
.message-row__side {
  grid-row: 1/2;
  grid-column: 1/3;
}
@media all and (max-width: 767px) {
  .message-row__side {
    grid-column: 1/2;
    width: 220px;
  }
}
.message-row__body {
  grid-row: 1/2;
  grid-column: 2/4;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 80px;
  padding: 64px 73px;
}
@media all and (max-width: 1080px) {
  .message-row__body {
    padding: 40px;
  }
}
@media all and (max-width: 767px) {
  .message-row__body {
    grid-column: 1/2;
    margin-top: 220px;
    padding: 35px 20px;
  }
}
.message-texts {
  display: grid;
  gap: 2em;
  margin-bottom: 54px;
  font-size: var(--font-small);
}
.message-title {
  display: grid;
  margin-bottom: 40px;
  gap: 10px;
  color: var(--main-color);
  line-height: 1;
}
.message-title__en {
  font-family: var(--font-en);
  font-size: 5rem;
  letter-spacing: 0.02em;
}
.message-title__jp {
  font-size: 2rem;
  letter-spacing: 0.2em;
}
.message-person__position {
  font-size: 1.4rem;
}
.message-person__name {
  font-size: var(--font-middle);
}

/*JS*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider * {
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev {
  left: -20px;
}

.slick-next {
  right: -20px;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: red;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: none;
}
.slick-dots li.slick-active button {
  background: blue;
}

/*SASS MODULE*/
