@charset "UTF-8";
/* 要素 フォントサイズ・マージン・パディングをリセット */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 行の高=フォントサイズ */
body {
  line-height: 1;
  letter-spacing: 0.1em;
}

/* 新規追加要素をブロック要素化 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* ulのマーカー非表示 */
ol,
ul,
li {
  list-style: none;
}

/* 引用符の非表示 */
blockquote,
q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
  border: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

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

section {
  position: relative;
}

input[type="submit"],
input[type="button"] {
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

main {
  display: block;
  margin-top: 6.9375rem;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 3.125rem;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
  height: auto;
}

sup {
  position: relative;
  top: -1ex;
  vertical-align: baseline;
}

button {
  outline: none;
}

iframe {
  display: block;
}

/*import*/
html {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  position: relative;
  color: #000;
  font-family: "Noto Sans JP", system-ui;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Noto Sans JP", system-ui;
  }
}

body.fix {
  position: fixed;
  width: 100%;
}

html,
body {
  width: 100%;
}

*:focus {
  outline: none;
}

p,
li,
dl,
tr,
th,
td {
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 2.14;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  line-height: 1.44;
}

a,
a * {
  box-sizing: border-box;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

.pc-tb {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc-tb {
    display: none !important;
  }
}

.tb-sp {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb-sp {
    display: block !important;
  }
}

.tb {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .tb {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .tb {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

.cmn-wrap {
  position: relative;
  margin: 0 auto;
  padding: min(8.4375vw, 6.75rem) clamp(1.5625rem, 3.125vw, 2.5rem) min(8.984375vw, 7.1875rem);
  width: 100%;
  max-width: 70.375rem;
}
.cmn-wrap.--full {
  padding: 0;
  max-width: none;
}
.cmn-wrap.--p0 {
  padding-block: 0;
}
.cmn-wrap.--top-interview {
  padding-block: min(12.109375vw, 9.6875rem) min(11.328125vw, 9.0625rem);
}
.cmn-wrap.--top-entry {
  padding-top: min(5.46875vw, 4.375rem);
  padding-bottom: min(6.25vw, 5rem);
}

.cmn-ttl {
  position: relative;
  margin-bottom: min(3.28125vw, 2.625rem);
}
@media screen and (max-width: 640px) {
  .cmn-ttl {
    margin-bottom: 1.5rem;
  }
}
.cmn-ttl__en {
  font-family: "Fjalla One", system-ui;
  font-size: 3.75rem;
  letter-spacing: 0.08em;
  line-height: 1.13;
  color: #9d8266;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl__en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn-ttl__en {
    font-size: 2.625rem;
  }
}
.cmn-ttl__jp {
  display: inline-block;
  padding-left: 2rem;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl__jp {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn-ttl__jp {
    padding-left: 0;
    font-size: 1.1375rem;
  }
}
.cmn-ttl__jp.--block {
  display: block;
  margin-top: 0.8125rem;
  padding-left: 0;
  font-size: 1.875rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl__jp.--block {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn-ttl__jp.--block {
    font-size: 1.3125rem;
  }
}
.cmn-ttl.--black .cmn-ttl__en {
  color: #000;
}
.cmn-ttl.--center {
  text-align: center;
}
.cmn-ttl.--mb-small {
  margin-bottom: 1.25rem;
}
.cmn-ttl.--small {
  margin-bottom: 0.5rem;
}
.cmn-ttl.--small .cmn-ttl__en {
  font-size: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .cmn-ttl.--small .cmn-ttl__en {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .cmn-ttl.--small .cmn-ttl__en {
    font-size: 1.1375rem;
  }
}

.cmn-btn {
  margin-right: 1.9375rem;
  text-align: center;
}
.cmn-btn__link {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 13.5rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  background: #000;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 3.25rem;
  color: #fff;
}
.cmn-btn__link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: calc(50% + 9.6875rem);
  transform: translate(-50%, -50%);
  width: 2.1875rem;
  aspect-ratio: 1/1;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.4s;
}
.cmn-btn__link.--color {
  background: #9d8266;
}
@media screen and (min-width: 1025px) {
  .cmn-btn__link:hover::after {
    left: calc(50% + 11.0625rem);
  }
  .cmn-btn__link:hover .cmn-btn__arrow::before {
    width: 5.25rem;
  }
  .cmn-btn__link:hover .cmn-btn__arrow::after {
    left: calc(90% + 4.8125rem);
  }
}
.cmn-btn__arrow {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
}
.cmn-btn__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  width: 3.875rem;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
.cmn-btn__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1875rem);
  left: calc(90% + 3.375rem);
  width: 8px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg);
  transition: 0.4s;
}
.cmn-btn.--entry {
  margin-top: 1.5625rem;
}
.cmn-btn.--entry .cmn-btn__link {
  width: 17.5rem;
  height: 4.25rem;
  border-radius: 2.125rem;
  font-size: 1rem;
  line-height: 4.25rem;
}
@media screen and (max-width: 640px) {
  .cmn-btn.--entry .cmn-btn__link {
    width: 16.25rem;
  }
}
.cmn-btn.--entry .cmn-btn__link::after {
  left: calc(50% + 11.5625rem);
}
@media screen and (max-width: 640px) {
  .cmn-btn.--entry .cmn-btn__link::after {
    left: calc(50% + 10.9375rem);
  }
}
@media screen and (min-width: 1025px) {
  .cmn-btn.--entry .cmn-btn__link:hover::after {
    left: calc(50% + 12.9375rem);
  }
}

.hd {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 111px;
  background: #000;
  line-height: 1;
  transition: all 0.4s;
  z-index: 1000;
}
.hd-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: min(1.953125vw, 1.5625rem);
  margin: 0 auto;
  padding-inline: min(3.125vw, 2.5rem);
  width: 100%;
  height: 100%;
}
.hd-name {
  position: relative;
  width: 119px;
  height: 100%;
  z-index: 10;
}
.hd-logo {
  position: absolute;
  top: 0;
  left: 0;
}
.hd-menu {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: min(1.953125vw, 1.5625rem);
  height: 100%;
}
.hd-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.hd-nav__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  height: 100%;
}
.hd-nav__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.hd-nav__item:not(:first-of-type) {
  padding-left: min(1.953125vw, 1.5625rem);
}
@media screen and (min-width: 1241px) {
  .hd-nav__item:not(:first-of-type) {
    min-width: min(9.765625vw, 7.8125rem);
  }
}
.hd-nav__link {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
}
.hd-nav__link-jp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 2.375rem;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  line-height: 1.357;
}
@media screen and (max-width: 1095px) {
  .hd-nav__link-jp {
    font-size: 0.75rem;
  }
}
.hd-nav__link-en {
  display: inline !important;
  font-family: "Fjalla One", system-ui;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}
.hd-nav__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.4s;
  transform: scale(0, 1);
  transform-origin: left top;
}
@media screen and (min-width: 1025px) {
  .hd-nav__link:hover {
    opacity: 1;
  }
  .hd-nav__link:hover::after {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.hd-nav__btn {
  display: none;
}
.hd-nav__item:hover .hd-nav__child {
  opacity: 1;
  pointer-events: auto;
}
.hd-nav__child {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 1.5625rem;
  width: 100vw;
  background: #000;
  color: #fff;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}
.hd-nav__child-list {
  display: flex;
  justify-content: center;
  gap: 2.1875rem;
}
.hd-nav__child-item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  text-align: left;
  line-height: 1;
}
.hd-nav__child-item::before {
  content: "";
  position: relative;
  width: 1.5625rem;
  height: 0.1875rem;
  background: #9d8266;
}
.hd-nav__child-link-jp {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1095px) {
  .hd-nav__child-link-jp {
    font-size: 0.75rem;
  }
}
.hd-nav__child-link-en {
  display: inline !important;
  margin-top: 0.3125rem;
  font-family: "Fjalla One", system-ui;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
}
.hd-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 9.1875rem;
  height: 3.25rem;
  border-radius: 26px;
  background: #9d8266;
  font-family: "Fjalla One", system-ui;
  font-size: 1.125rem;
  letter-spacing: 0.08em;
  color: #fff;
  text-align: center;
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-btn__link:hover {
    background: #fff;
    color: #9d8266;
  }
}
.hd-btn__txt {
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .hd-toggle {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .hd {
    height: 50px;
  }
  .hd-cnt {
    justify-content: space-between;
    padding: 0 20px;
  }
  .hd-name {
    width: 60px;
    z-index: 1001;
  }
  .hd-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100dvh;
    background: #000;
    overflow-y: scroll;
    opacity: 0;
    transition:
      transform 0.2s,
      opacity 0.2s,
      visibility 0s 0.2s;
    visibility: hidden;
    z-index: 1000;
  }
  .hd-nav__list {
    display: block;
    margin-bottom: 25px;
    height: auto;
  }
  .hd-nav__item {
    flex-direction: column;
    padding: 0;
    height: auto;
    line-height: 1;
  }
  .hd-nav__link {
    display: block;
    padding: 16px 0;
  }
  .hd-nav__link-jp {
    font-size: 1rem;
  }
  .hd-nav__btn {
    display: block;
    padding-bottom: 2rem;
  }
  .hd-nav__btn-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.1875rem;
    height: 3.25rem;
    border-radius: 26px;
    background: #9d8266;
    font-family: "Fjalla One", system-ui;
    font-size: 1.125rem;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
  }
  .hd-nav__child {
    position: relative;
    top: 0;
    left: 0;
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
    transition: initial;
    padding: 0;
    display: none;
  }
  .hd-nav__child-list {
    flex-direction: column;
    text-align: center;
    gap: 0.9375rem;
  }
  .hd-nav__child-item {
    flex-direction: column;
    text-align: center;
  }
  .hd-nav__child-link {
    width: 100%;
  }
  .hd-btn {
    display: none;
  }
  .hd-toggle {
    position: relative;
    width: 35px;
    height: 100%;
    cursor: pointer;
    z-index: 1002;
  }
  .hd-toggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 20px;
  }
  .hd-toggle span {
    display: block;
    position: absolute;
    left: 0;
    transition: 0.35s ease-in-out;
    width: 100%;
    height: 2px;
    background: #fff;
    color: #fff;
  }
  .hd-toggle span:nth-child(1) {
    top: 0;
  }
  .hd-toggle span:nth-child(2) {
    top: 10px;
  }
  .hd-toggle span:nth-child(3) {
    position: relative;
    top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .hd-nav__list {
    margin-top: 20px;
  }
  .hd-nav__link {
    padding: 12px 0;
  }
}
.hd.fixed {
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
}
.hd.open .sp-nav {
  opacity: 1;
  transform: translateX(-100%);
  transition:
    transform 0.4s,
    opacity 0.4s;
  visibility: visible;
}
.hd.open .hd-toggle span:nth-child(1) {
  top: 7px;
  transform: rotate(320deg);
}
.hd.open .hd-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
.hd.open .hd-toggle span:nth-child(3) {
  top: 7px;
  transform: rotate(-320deg);
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 1;
}
.pagetop-link {
  position: relative;
  display: block;
  width: 4.375rem;
  aspect-ratio: 1/1;
  background: #9d8266;
  border: 1px solid #9d8266;
  border-radius: 50%;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .pagetop-link {
    width: 3.125rem;
  }
}
.pagetop-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.0625rem;
  height: 2rem;
  background: #fff;
  transition: all 0.4s;
}
@media screen and (max-width: 640px) {
  .pagetop-link::before {
    height: 1.5rem;
  }
}
.pagetop-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.75rem);
  left: calc(50% - 0.375rem);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 1px;
  background: #fff;
  transform: rotate(-55deg) translateY(-50%);
  transition: all 0.4s;
}
@media screen and (max-width: 640px) {
  .pagetop-link::after {
    top: calc(50% - 0.5rem);
  }
}
@media screen and (min-width: 1025px) {
  .pagetop-link:hover {
    background: #fff;
  }
  .pagetop-link:hover::before,
  .pagetop-link:hover::after {
    background: #9d8266;
  }
}

.ft {
  background: #000;
  color: #fff;
}
.ft-inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: min(7.1875vw, 6.25rem) clamp(1.5625rem, 3.125vw, 2.5rem) min(8.515625vw, 6.8125rem);
  max-width: 70.375rem;
}
@media screen and (max-width: 1024px) {
  .ft-inr {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .ft-inr {
    padding-bottom: 5rem;
  }
}
.ft-info {
  padding-left: min(6.25vw, 5rem);
}
@media screen and (max-width: 1024px) {
  .ft-info {
    padding-left: 0;
    text-align: center;
  }
}
.ft-logo {
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 640px) {
  .ft-logo {
    margin: 0 auto 3.4375rem;
    width: 6.25rem;
  }
}
.ft-link {
  position: relative;
  display: block;
  margin-bottom: 1.625rem;
  padding-right: 1.5625rem;
  width: 17.0625rem;
  height: 2.75rem;
  border-radius: 22px;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  line-height: 2.75rem;
  text-align: center;
  transition: 0.4s;
}
.ft-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 1px;
  background: #fff;
  transition: 0.4s;
}
.ft-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 8px;
  height: 1px;
  background: #fff;
  transform: rotate(35deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .ft-link:hover {
    background: #fff;
    color: #000;
  }
  .ft-link:hover::before,
  .ft-link:hover::after {
    background: #000;
  }
}
.ft-name {
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
}
.ft-add {
  margin-bottom: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.12em;
}
.ft-phone {
  font-weight: 500;
  letter-spacing: 0.12em;
}
.ft-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 3.5rem;
}
@media screen and (max-width: 1024px) {
  .ft-nav {
    padding-left: 0.9rem;
  }
  .ft-nav a {
    font-size: 0.8rem;
  }
}
.ft-nav__item {
  position: relative;
  margin-bottom: 1.6875rem;
}
@media screen and (max-width: 640px) {
  .ft-nav__item {
    line-height: 1.5;
  }
  .ft-nav__item a {
    font-size: 0.65rem;
  }
}
.ft-nav__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 0.9375rem);
  transform: translateY(-50%);
  width: 0.5625rem;
  height: 0.0625rem;
  background: #9d8266;
}
.ft-nav__link {
  transition: 0.4s;
}

@media screen and (min-width: 1025px) {
  .ft-nav__link:hover {
    color: #9d8266;
  }
}

.top-fv {
  position: relative;
  width: 100%;
}
.top-fv-video {
  position: relative;
  width: 100%;
  height: calc(100vh - 10.0625rem);
  overflow: hidden;
  aspect-ratio: 1366/636;
}
@media screen and (max-width: 1024px) {
  .top-fv-video {
    height: min(55.9895833333vw, 39.75rem);
    aspect-ratio: initial;
  }
}
@media screen and (max-width: 640px) {
  .top-fv-video {
    height: auto;
    aspect-ratio: 6/9;
  }
}
.top-fv-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.top-fv-inr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 31.9375rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-fv-inr {
    width: 95%;
  }
}
.top-fv-ttl {
  margin-bottom: min(1.5625vw, 1.25rem);
  padding-bottom: min(1.5625vw, 1.25rem);
  border-bottom: 1px solid #fff;
  font-size: 2.25rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .top-fv-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .top-fv-ttl {
    font-size: 1.0125rem;
  }
}
.top-fv-ttl__en {
  font-family: "Fjalla One", system-ui;
  font-size: 4.375rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .top-fv-ttl__en {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .top-fv-ttl__en {
    font-size: 1.96875rem;
  }
}
.top-fv-ttl strong {
  font-size: 2.8125rem;
}
@media screen and (max-width: 1024px) {
  .top-fv-ttl strong {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 640px) {
  .top-fv-ttl strong {
    font-size: 1.265625rem;
  }
}
.top-fv-txt {
  margin-bottom: min(3.125vw, 2.5rem);
  letter-spacing: 0.12em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .top-fv-txt {
    line-height: 1.5;
    font-size: 0.83rem;
  }
}
.top-fv-scroll {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .top-fv-scroll {
    display: none;
  }
}
.top-fv-scroll__txt {
  position: relative;
  font-family: "Fjalla One", system-ui;
  font-size: 0.625rem;
  letter-spacing: 0.08em;
  color: #fff;
}
.top-fv-scroll__txt::after {
  content: "";
  position: absolute;
  top: calc(100% + 9px);
  left: 50%;
  transform: translateX(-50%);
  width: 0.0625rem;
  height: 4rem;
  background: #fff;
}
.top-catch {
  background: url(../img/top/bg-catch.jpg) no-repeat center center/cover;
  text-align: center;
  color: #fff;
}
.top-catch-logo {
  margin-bottom: 1.375rem;
}
.top-catch-ttl {
  margin-bottom: 1.625rem;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .top-catch-ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .top-catch-ttl {
    font-size: 1.1375rem;
  }
}
.top-catch-ttl__en {
  padding-right: 0.75rem;
  font-family: "Fjalla One", system-ui;
  font-size: 2.25rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .top-catch-ttl__en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .top-catch-ttl__en {
    font-size: 1.575rem;
  }
}
.top-catch-txt {
  margin-bottom: 4.1875rem;
  margin-bottom: min(5.234375vw, 4.1875rem);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .top-catch-txt {
    text-align: left;
  }
}
.top-catch-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(5.625vw, 4.5rem);
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 640px) {
  .top-catch-box {
    flex-direction: column;
  }
}
.top-catch-box__item {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top-catch-box__link:hover .top-catch-box__ph img {
    transform: scale(1.1);
  }
}
.top-catch-box__ph {
  overflow: hidden;
}
.top-catch-box__ph img {
  transition: 0.4s;
}
.top-catch-box__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.5rem 1.875rem;
  width: 100%;
  height: 100%;
}
.top-catch-box__ttl {
  text-align: left;
}
.top-catch-box__ttl-jp {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
}
.top-catch-box__ttl-en {
  display: block;
  font-family: "Fjalla One", system-ui;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.top-data {
  background: #000;
  color: #fff;
  overflow-x: hidden;
}
.top-data-block__link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  .top-data-block__link {
    flex-direction: column;
  }
}
@media screen and (min-width: 1025px) {
  .top-data-block__link:hover .top-data-block__ph img {
    transform: scale(1.1);
  }
}
.top-data-block__info {
  padding-top: 2.8125rem;
  padding-bottom: 1.875rem;
  padding-right: 2.625rem;
  width: 28.4375rem;
}
@media screen and (max-width: 1024px) {
  .top-data-block__info {
    width: 25rem;
  }
}
@media screen and (max-width: 640px) {
  .top-data-block__info {
    padding-right: 0;
    width: 100%;
  }
}
.top-data-block__ph {
  margin-right: calc((100% - 100vw) / 2);
  width: calc(100% - 28.4375rem + (100vw - 100%) / 2);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-data-block__ph {
    width: calc(100% - 25rem + (100vw - 100%) / 2);
  }
}
@media screen and (max-width: 640px) {
  .top-data-block__ph {
    margin-left: calc((100% - 100vw) / 2);
    width: calc(100% + 100vw - 100%);
  }
}
.top-data-block__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.top-data-block__ttl {
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .top-data-block__ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .top-data-block__ttl {
    font-size: 1.1375rem;
  }
}
.top-data-block__txt {
  font-size: 0.875rem;
  letter-spacing: 0.12em;
}
.top-data-block__arrow {
  margin-top: -0.9375rem;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .top-data-block__arrow {
    margin-top: 0.9375rem;
  }
}
.top-special-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: min(6.875vw, 5.5rem);
}
@media screen and (max-width: 1024px) {
  .top-special-block {
    flex-direction: column;
  }
}
.top-special-block__info {
  padding-top: 2.25rem;
  width: 18rem;
}
.top-special-block__txt {
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  line-height: 1.65;
}
@media screen and (max-width: 1024px) {
  .top-special-block__txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .top-special-block__txt {
    font-size: 1.1375rem;
  }
}
.top-special-block__txt-en {
  font-family: "Fjalla One", system-ui;
  letter-spacing: 0.08em;
}
.top-special-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.875rem min(1.71875vw, 1.375rem);
  width: calc(100% - 18rem - min(6.875vw, 5.5rem));
}
@media screen and (max-width: 1024px) {
  .top-special-box {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .top-special-box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .top-special-box__item {
    width: calc((100% - 1.25rem) / 2);
  }
}
.top-special-box__item:nth-child(2) .top-special-box__btn-txt {
  padding-right: 0.75rem;
}
@media screen and (min-width: 1025px) {
  .top-special-box__link:hover .top-special-box__btn {
    background: #000;
    color: #fff;
  }
  .top-special-box__link:hover .top-special-box__btn::before,
  .top-special-box__link:hover .top-special-box__btn::after {
    background: #fff;
  }
}
.top-special-box__ph {
  margin-bottom: 1.5625rem;
}
.top-special-box__btn {
  position: relative;
  margin: 0 auto;
  width: 11.5rem;
  height: 2.75rem;
  border-radius: 22px;
  border: 1px solid #000;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: center;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .top-special-box__btn {
    width: 100%;
    max-width: 11.5rem;
  }
}
.top-special-box__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 0.9375rem;
  height: 1px;
  background: #000;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .top-special-box__btn::before {
    right: 2%;
  }
}
.top-special-box__btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.125rem);
  right: 5%;
  width: 6px;
  height: 1px;
  background: #000;
  transform: rotate(35deg);
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .top-special-box__btn::after {
    right: 2%;
  }
}
.top-special-box__btn-txt {
  line-height: 2.75rem;
}
.top-bg {
  background: url(../img/top/bg-work.jpg) no-repeat top center/100% 86%;
}
@media screen and (max-width: 640px) {
  .top-bg {
    background: url(../img/top/bg-work.jpg) no-repeat top center/100% 90%;
  }
}
.top-work-txt {
  margin-bottom: 0.3125rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .top-work-txt {
    margin-bottom: 1.875rem;
  }
}
.top-work-box {
  display: flex;
  justify-content: space-between;
  gap: min(4.53125vw, 3.625rem);
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 640px) {
  .top-work-box {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.top-work-box__item:nth-child(1) {
  margin-top: 7rem;
}
@media screen and (max-width: 640px) {
  .top-work-box__item:nth-child(1) {
    margin-top: 0;
  }
}
.top-work-box__item:nth-child(2) {
  margin-top: 3.5rem;
}
@media screen and (max-width: 640px) {
  .top-work-box__item:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top-work-box__link:hover .top-work-box__ph img {
    transform: scale(1.1);
  }
}
.top-work-box__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top-work-box__ph {
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.top-work-box__ph img {
  transition: 0.4s;
}
.top-work-box__ttl {
  color: #fff;
}
.top-work-box__ttl-jp {
  display: block;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
}
.top-work-box__ttl-en {
  display: block;
  font-family: "Fjalla One", system-ui;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
.top-interview {
  overflow: hidden;
}
.top-interview-slide {
  margin-top: 5.75rem;
  margin-right: calc((100% - 100vw) / 2);
}
@media screen and (max-width: 640px) {
  .top-interview-slide {
    margin-right: 0;
  }
}
.top-interview-slide__item {
  width: 15.625rem;
}
@media screen and (min-width: 1025px) {
  .top-interview-slide__link:hover .top-interview-slide__ph img {
    transform: scale(1.1);
  }
}
.top-interview-slide__ph {
  margin-bottom: 0.9375rem;
  overflow: hidden;
}
.top-interview-slide__ph img {
  transition: 0.4s;
}
.top-interview-slide__info {
  position: relative;
}
.top-interview-slide__heroes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.3125rem;
}
.top-interview-slide__name {
  min-width: 8.75rem;
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #000;
}
.top-interview-slide__joining {
  width: 4.375rem;
  height: 1.25rem;
  background: #000;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  line-height: 1.25rem;
  text-align: center;
  color: #fff;
}
.top-interview-slide__dept {
  letter-spacing: 0.12em;
  line-height: 1.42;
}
.top-interview-slide__career {
  letter-spacing: 0.12em;
  line-height: 1.42;
}
.top-interview-slide__arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.125rem;
  aspect-ratio: 1/1;
}
.top-career {
  background: #000;
  color: #fff;
  overflow-x: hidden;
}
.top-career-block__link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 640px) {
  .top-career-block__link {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 1025px) {
  .top-career-block__link:hover .top-career-block__ph img {
    transform: scale(1.1);
  }
}
.top-career-block__info {
  margin-right: -2.8125rem;
  padding-top: 2.8125rem;
  padding-bottom: 1.875rem;
  padding-left: 2.625rem;
  padding-right: 1.25rem;
  width: 31.25rem;
}
@media screen and (max-width: 1024px) {
  .top-career-block__info {
    margin-right: 0;
    width: 26.25rem;
  }
}
@media screen and (max-width: 640px) {
  .top-career-block__info {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.top-career-block__ph {
  margin-left: calc((100% - 100vw) / 2);
  width: calc(100% - 28.4375rem + (100vw - 100%) / 2);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-career-block__ph {
    width: calc(100% - 26.25rem + (100vw - 100%) / 2);
  }
}
@media screen and (max-width: 640px) {
  .top-career-block__ph {
    margin-right: calc((100% - 100vw) / 2);
    width: calc(100% + 100vw - 100%);
  }
}
.top-career-block__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
@media screen and (max-width: 1024px) {
  .top-career-block__ph img {
    object-position: 20% center;
  }
}
.top-career-block__ttl {
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .top-career-block__ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .top-career-block__ttl {
    font-size: 1.1375rem;
  }
}
.top-career-block__txt {
  font-size: 0.875rem;
  letter-spacing: 0.12em;
}
.top-career-block__arrow {
  margin-top: -0.9375rem;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .top-career-block__arrow {
    margin-top: 0.9375rem;
  }
}
.top-entry {
  background: url(../img/top/bg-entry.jpg) no-repeat center center/cover;
}

/*# sourceMappingURL=layout.css.map */

/* 250108フッターSNSアイコン設置 */
.hd-nav-sns {
  display: none;
}
@media screen and (max-width: 640px) {
  .hd-nav-sns {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .hd-nav-sns-link {
    display: block;
    width: 10vw;
  }

  .hd-nav-sns-link:hover {
    opacity: 0.8;
  }

  .hd-nav-sns-img {
    display: block;
    width: 100%;
  }
}

.footer-sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}

.footer-sns-link {
  display: block;
  width: min(5vw, 30px);
}

.footer-sns-link:hover {
  opacity: 0.8;
}

.footer-sns-img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .footer-sns {
    justify-content: center;
    margin-top: 30px;
  }
  .footer-sns-link {
    width: 10vw;
  }
}
