@charset "UTF-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ===========
==============フォント =============== */
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../lib/ZenKakuGothicNew-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../lib/ZenKakuGothicNew-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../lib/ZenKakuGothicNew-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ZenKakuGothicNew";
  src: url("../lib/ZenKakuGothicNew-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../lib/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 400 500 600 700 900;
  font-style: normal;
  font-display: swap;
}
.zenReg {
  font-family: "ZenKakuGothicNew";
  font-weight: 400;
  font-style: normal;
}

.zenMed {
  font-family: "ZenKakuGothicNew";
  font-weight: 500;
  font-style: normal;
}

.zenBold {
  font-family: "ZenKakuGothicNew";
  font-weight: 700;
  font-style: normal;
}

.zenBlack {
  font-family: "ZenKakuGothicNew";
  font-weight: 900;
  font-style: normal;
}

.montReg {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
}

.montMed {
  font-family: "Montserrat";
  font-weight: 500;
}

.montSemi {
  font-family: "Montserrat";
  font-weight: 600;
}

.montBold {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
}

.montBlack {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
}

/* ===========
==============全体 =============== */
html {
  font-size: 0.625rem;
}

body {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #1e1e1e;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  body {
    font-size: 4.0712468193vw;
  }
}

body.is-active {
  overflow: hidden;
}

.l-main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 80dvh;
  background-color: #f3ebdd;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
  padding-bottom: 34px;
}

.l-sub-main {
  min-height: 80dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-main__inner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.small-text {
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .small-text {
    font-size: clamp(10px, 1.2096774194vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .small-text {
    font-size: clamp(10px, 1.5625vw, 12px);
  }
}
@media screen and (max-width: 576px) {
  .small-text {
    font-size: clamp(10px, 1.5625vw, 12px);
  }
}

.middle-text {
  font-size: 17px;
}
@media screen and (max-width: 992px) {
  .middle-text {
    font-size: clamp(15px, 1.6129032258vw, 17px);
  }
}
@media screen and (max-width: 768px) {
  .middle-text {
    font-size: clamp(15px, 2.0833333333vw, 17px);
  }
}
@media screen and (max-width: 576px) {
  .middle-text {
    font-size: clamp(15px, 4.0712468193vw, 17px);
  }
}

.large-text {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .large-text {
    font-size: clamp(16px, 1.7137096774vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .large-text {
    font-size: clamp(16px, 2.2135416667vw, 18px);
  }
}
@media screen and (max-width: 576px) {
  .large-text {
    font-size: clamp(16px, 4.3256997455vw, 18px);
  }
}

body.no-scroll {
  overflow: hidden;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 576px) {
  .sp-only {
    display: block;
  }
}

.tb-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .tb-only {
    display: block;
  }
}

.pc-only {
  display: block;
}
@media screen and (max-width: 992px) {
  .pc-only {
    display: none;
  }
}

.pc-inline {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .pc-inline {
    display: none;
  }
}

.l-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.l-content__inner {
  width: 100%;
  max-width: 1370px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 1200px) {
  .l-content__inner {
    padding: 80px 40px 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-content__inner {
    padding: 60px 15px 80px;
  }
}

/* ===========
==============下層ページ =============== */
.sub-main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 80dvh;
  background-color: #f3ebdd;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  z-index: 2;
  padding-bottom: 34px;
}
@media screen and (max-width: 992px) {
  .sub-main {
    padding-bottom: 5.0890585242vw;
    border-radius: 0 0 5.0890585242vw 5.0890585242vw;
    box-shadow: 0 2.5445292621vw 3.8167938931vw 0 rgba(0, 0, 0, 0.08);
  }
}
.sub-main .sub-main-content__banner {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 992px) {
  .sub-main .sub-main-content__banner {
    padding-left: 0;
    padding-right: 0;
  }
}

.sub-main-inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .sub-main-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sub-main-inner.default-main-inner {
  row-gap: 100px;
}

.sub-main-header {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  padding: 112px 0 0;
}
@media screen and (max-width: 992px) {
  .sub-main-header {
    padding: 25.4452926209vw 0 0;
  }
}
.sub-main-header .sub-main-header__title {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}
.sub-main-header .sub-main-header__title-en {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.sub-main-header .sub-main-header__title-ja {
  font-size: 4.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.sub-main-header__visual {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  margin: 0 -30px;
}
.sub-main-header__visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-main-content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.sub-main-content.default-main-content {
  max-width: 1000px;
}

.sub-main-content__inner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}

.sub-position__wrapper--position {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  margin-top: -26px;
  position: relative;
  z-index: 3;
}

.sub-position__wrapper--slider,
.sub-environment-welfare__wrapper--slider,
.sub-main-company__wrapper--slider {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 160px;
}
@media screen and (max-width: 992px) {
  .sub-position__wrapper--slider,
  .sub-environment-welfare__wrapper--slider,
  .sub-main-company__wrapper--slider {
    margin-top: 15.2671755725vw;
  }
}

/* ===========
==============見出し =============== */
.l-interview__h2,
.l-instagram__h2,
.l-company_h2 {
  width: 100%;
  max-width: 1200px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
}
.l-interview__h2 .text-small,
.l-instagram__h2 .text-small,
.l-company_h2 .text-small {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .l-interview__h2 .text-small,
  .l-instagram__h2 .text-small,
  .l-company_h2 .text-small {
    font-size: 4.0712468193vw;
  }
}
.l-interview__h2 .text-large,
.l-instagram__h2 .text-large,
.l-company_h2 .text-large {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .l-interview__h2 .text-large,
  .l-instagram__h2 .text-large,
  .l-company_h2 .text-large {
    font-size: 9.1603053435vw;
  }
}

@media screen and (max-width: 992px) {
  .l-interview__h2 {
    padding: 0 15px;
  }
}

.l-instagram__h2 .text-large {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.l-instagram__h2 .text-large span {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .l-instagram__h2 .text-large span {
    width: 7.1246819338vw;
    height: 7.1246819338vw;
  }
}
.l-instagram__h2 .text-large span img {
  width: 100%;
  height: auto;
}

.sub-interview__h2 {
  width: 100%;
  height: auto;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .sub-interview__h2 {
    font-size: 6.106870229vw;
    margin-top: 12.7226463104vw;
  }
}

.sub-interview__body {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .sub-interview__body {
    font-size: 4.0712468193vw;
    margin-top: 7.6335877863vw;
  }
}

.sub-main-content.default-main-content h2 {
  font-size: 2rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
.sub-main-content.default-main-content li {
  padding-left: 2rem;
  position: relative;
}
.sub-main-content.default-main-content li::before {
  content: "";
  background-color: #caa668;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.15rem;
}

/* ===========
==============ハッシュタグ =============== */
.l-interview__tags {
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .l-interview__tags {
    pointer-events: none;
  }
}

.l-interview__tags-list {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .l-interview__tags-list {
    gap: 2.5445292621vw;
  }
}

.l-interview__tag {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 100px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  transition: all 0.3s ease;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .l-interview__tag {
    padding: 0.7633587786vw;
    border-radius: 25.4452926209vw;
  }
}

.l-interview__tag-inner {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  border: 2px solid #1e1e1e;
  border-radius: 100px;
  padding: 5px 21px;
}
@media screen and (max-width: 992px) {
  .l-interview__tag-inner {
    padding: 1.272264631vw 5.3435114504vw;
    border-radius: 25.4452926209vw;
    border: 0.5089058524vw solid #1e1e1e;
    gap: 0.7633587786vw;
  }
}
.l-interview__tag-inner span:nth-child(1) {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .l-interview__tag-inner span:nth-child(1) {
    font-size: 4.0712468193vw;
  }
}
.l-interview__tag-inner span:nth-child(2) {
  font-size: 2rem;
  line-height: 1.355;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 992px) {
  .l-interview__tag-inner span:nth-child(2) {
    font-size: 3.5623409669vw;
  }
}

/* ===========
==============ボタン =============== */
.c-common__button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  border-radius: 100px;
  padding: 1px;
  border: 2px solid #1f1f1f;
}
@media screen and (max-width: 992px) {
  .c-common__button {
    border: 0.5089058524vw solid #1f1f1f;
    border-radius: 25.4452926209vw;
    padding: 0.2544529262vw;
  }
}
.c-common__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  width: 273px;
  height: 58px;
  padding: 18px 30px;
  background-color: #1f1f1f;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 992px) {
  .c-common__button a {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 40.9669211196vw;
    height: -moz-fit-content;
    height: fit-content;
    padding: 1.5267175573vw 5.0890585242vw;
    font-size: 3.5623409669vw;
    border-radius: 25.4452926209vw;
  }
}
.c-common__button a::after {
  content: "";
  background-color: #ffffff;
  -webkit-mask-image: url("../images/arrow-right.svg");
          mask-image: url("../images/arrow-right.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 16px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 992px) {
  .c-common__button a::after {
    right: 4.0712468193vw;
    width: 4.0712468193vw;
    height: 2.5445292621vw;
  }
}
.c-common__button a:hover {
  background-color: #ffffff;
  color: #1e1e1e;
}
@media screen and (max-width: 992px) {
  .c-common__button a:hover {
    background-color: #1f1f1f;
    color: #ffffff;
  }
}
.c-common__button a:hover::after {
  background-color: #1e1e1e;
}
@media screen and (max-width: 992px) {
  .c-common__button a:hover::after {
    background-color: #ffffff;
  }
}

/* ===========
==============CTA =============== */
.l-cta {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 180px 0 0;
}
@media screen and (max-width: 992px) {
  .l-cta {
    margin: 20.3562340967vw 0 0;
    padding: 0;
    overflow: hidden;
  }
}

.l-cta__inner {
  width: 100%;
  height: auto;
  max-width: 1380px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  gap: 1.04%;
}
@media screen and (max-width: 992px) {
  .l-cta__inner {
    flex-direction: column;
    row-gap: 3.8167938931vw;
  }
}

.l-cta__block--left {
  width: 88.1%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  background: url("../images/cta-bg.webp") no-repeat center center/cover, linear-gradient(to bottom right, #ffd447, #ff884d);
  padding: 27px 57px 86px;
  border-radius: 20px;
  border: 1px solid #1f1f1f;
  row-gap: 27px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-cta__block--left {
    width: 100%;
    padding: 6.3613231552vw 3.8167938931vw;
    row-gap: 6.8702290076vw;
    border-radius: 5.0890585242vw;
    border: 0.2544529262vw solid #1f1f1f;
  }
}
.l-cta__block--left .l-cta__text {
  width: 68.5%;
  aspect-ratio: 833/80;
  font-size: 1.8rem;
  line-height: 1.72;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .l-cta__block--left .l-cta__text {
    width: 100%;
    font-size: 4.0712468193vw;
  }
}
@media screen and (max-width: 992px) {
  .l-cta__block--left .l-cta__text.zenBold {
    margin-top: 20.3562340967vw;
  }
}
.l-cta__block--left .l-cta__text img {
  width: 58.5%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-cta__title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 54px;
       column-gap: 54px;
  font-size: 15.6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .l-cta__title {
    font-size: 23.4096692112vw;
    letter-spacing: 0;
    -moz-column-gap: 11.1959287532vw;
         column-gap: 11.1959287532vw;
    justify-content: center;
  }
}
.l-cta__title span {
  letter-spacing: 0;
}
.l-cta__title span:nth-of-type(2) {
  position: relative;
  z-index: 1;
}
.l-cta__title span:nth-of-type(2)::before {
  content: "";
  background-image: url("../images/icon-quote.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 43px;
  height: 36px;
  position: absolute;
  top: -5px;
  left: -24px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .l-cta__title span:nth-of-type(2)::before {
    width: 7.6335877863vw;
    height: 6.3613231552vw;
    top: -0.7633587786vw;
    left: -4.0712468193vw;
  }
}
.l-cta__title span:nth-of-type(2)::after {
  content: "";
  background-image: url("../images/icon-quote.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 43px;
  height: 36px;
  position: absolute;
  bottom: -5px;
  right: -24px;
  transform: rotate(180deg);
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .l-cta__title span:nth-of-type(2)::after {
    width: 7.6335877863vw;
    height: 6.3613231552vw;
    bottom: -0.7633587786vw;
    right: -4.0712468193vw;
  }
}

.l-cta__wrapper--button {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .l-cta__wrapper--button {
    margin-top: 7.6335877863vw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .l-cta__wrapper--button .c-common__button {
    width: 69.465648855vw;
    height: 14.7582697201vw;
  }
}
@media screen and (max-width: 992px) {
  .l-cta__wrapper--button .c-common__button a {
    width: 100%;
    height: 100%;
  }
}

.l-cta__visual {
  position: absolute;
  width: 387px;
  aspect-ratio: 387/421;
  height: -moz-fit-content;
  height: fit-content;
  bottom: 19px;
  right: 70px;
}
@media screen and (max-width: 992px) {
  .l-cta__visual {
    width: 72.010178117vw;
    height: auto;
    right: -2.5445292621vw;
    bottom: 45.8015267176vw;
  }
}
.l-cta__visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-cta__block--right {
  width: 10.86%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .l-cta__block--right {
    width: 100%;
  }
}
.l-cta__block--right:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 992px) {
  .l-cta__block--right:hover {
    transform: translateY(0);
  }
}
.l-cta__block--right::before {
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border-radius: 18px;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .l-cta__block--right::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 4.5801526718vw;
    border: 0.2544529262vw solid #ffffff;
  }
}
.l-cta__block--right a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  padding: 44px 23px 17px;
  background-color: #1f1f1f;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .l-cta__block--right a {
    padding: 10.941475827vw 0;
    border-radius: 5.0890585242vw;
  }
}
.l-cta__block--right .l-cta__block--upper {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  row-gap: 26px;
}
@media screen and (max-width: 992px) {
  .l-cta__block--right .l-cta__block--upper {
    flex-direction: row;
    -moz-column-gap: 2.0356234097vw;
         column-gap: 2.0356234097vw;
  }
}
.l-cta__block--right .l-cta__text--vertical {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .l-cta__block--right .l-cta__text--vertical {
    font-size: 4.5801526718vw;
  }
}
.l-cta__block--right .l-cta__icon {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .l-cta__block--right .l-cta__icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.l-cta__block--right .l-cta__icon img {
  width: 52px;
  height: 34px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .l-cta__block--right .l-cta__icon img {
    width: 9.6692111959vw;
    height: 6.106870229vw;
  }
}
.l-cta__block--right .l-cta__text--vertical {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.07em;
  color: #ffffff;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (max-width: 992px) {
  .l-cta__block--right .l-cta__text--vertical {
    writing-mode: initial;
    font-size: 4.5801526718vw;
  }
}
.l-cta__block--right .l-cta__text {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .l-cta__block--right .l-cta__text {
    display: none;
  }
}

/* ===========
==============バナー =============== */
.c-common__banner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  row-gap: 40px;
  padding: 141px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .c-common__banner {
    padding: 25.4452926209vw 0 0;
    row-gap: 5.0890585242vw;
  }
}

.c-common__banner-title {
  width: 100%;
  height: auto;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .c-common__banner-title {
    font-size: 6.106870229vw;
    text-align: center;
  }
}

.c-common__banner-background-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.c-common__banner-background-image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-common__banner-background-image a {
  display: block;
  border: 2px solid #1f1f1f;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 992px) {
  .c-common__banner-background-image a {
    border-radius: 3.8167938931vw;
  }
}
.c-common__banner-background-image a:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 992px) {
  .c-common__banner-background-image a:hover {
    transform: translateY(0);
  }
}

.c-common__banner-badge {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  bottom: 84px;
  right: -48px;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .c-common__banner-badge {
    bottom: initial;
    top: 61.0687022901vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.c-common__banner-badge img {
  width: 197px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .c-common__banner-badge img {
    width: 27.4809160305vw;
  }
}

.c-common__banner-text {
  width: 100%;
  height: auto;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: -10px;
}
@media screen and (max-width: 992px) {
  .c-common__banner-text {
    font-size: 4.0712468193vw;
    text-align: center;
    margin-top: 10.4325699746vw;
  }
}

.l-position__inner {
  width: 100%;
  height: auto;
  max-width: 1360px;
}

.l-position__body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  row-gap: 20px;
}
@media screen and (max-width: 992px) {
  .l-position__body {
    width: 100%;
    row-gap: 5.0890585242vw;
    align-items: center;
  }
}
.l-position__body .l-position__text {
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .l-position__body .l-position__text {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 3.8167938931vw;
  }
}

.l-position__block--right {
  width: 100%;
  height: auto;
  max-width: 1360px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #1f1f1f;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .l-position__block--right {
    width: 100%;
    display: block;
    border-radius: 8.1424936387vw;
    border: 0.2544529262vw solid #1f1f1f;
  }
}
.l-position__block--right li {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #1f1f1f;
  border-bottom: 1px solid #1f1f1f;
}
@media screen and (max-width: 992px) {
  .l-position__block--right li {
    border-right: none;
    border-bottom: 0.2544529262vw solid #1f1f1f;
  }
}
.l-position__block--right li.item03, .l-position__block--right li.item06, .l-position__block--right li.item09 {
  border-right: none;
}
.l-position__block--right li.item07, .l-position__block--right li.item08, .l-position__block--right li.item09 {
  border-bottom: none;
}
@media screen and (max-width: 992px) {
  .l-position__block--right li.item07, .l-position__block--right li.item08 {
    border-bottom: 0.2544529262vw solid #1f1f1f;
  }
}
.l-position__block--right li.item01 span {
  display: block;
  width: 100%;
  text-align: center;
}
.l-position__block--right li.item01 a, .l-position__block--right li.item02 a, .l-position__block--right li.item03 a, .l-position__block--right li.item04 a, .l-position__block--right li.item05 a, .l-position__block--right li.item06 a, .l-position__block--right li.item07 a, .l-position__block--right li.item08 a {
  transition: opacity 0.3s ease;
}
.l-position__block--right li.item01 a:hover, .l-position__block--right li.item02 a:hover, .l-position__block--right li.item03 a:hover, .l-position__block--right li.item04 a:hover, .l-position__block--right li.item05 a:hover, .l-position__block--right li.item06 a:hover, .l-position__block--right li.item07 a:hover, .l-position__block--right li.item08 a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .l-position__block--right li.item01 a:hover, .l-position__block--right li.item02 a:hover, .l-position__block--right li.item03 a:hover, .l-position__block--right li.item04 a:hover, .l-position__block--right li.item05 a:hover, .l-position__block--right li.item06 a:hover, .l-position__block--right li.item07 a:hover, .l-position__block--right li.item08 a:hover {
    opacity: 1;
  }
}
.l-position__block--right li.item09 a {
  transition: transform 0.3s ease-in-out;
}
.l-position__block--right li.item09 a:hover {
  transform: rotate(10deg);
}
@media screen and (max-width: 992px) {
  .l-position__block--right li.item09 a:hover {
    transform: rotate(0);
  }
}
.l-position__block--right .l-position__h3 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  row-gap: 9px;
}
@media screen and (max-width: 992px) {
  .l-position__block--right .l-position__h3 {
    width: 100%;
    align-items: center;
    row-gap: 2.2900763359vw;
  }
}
.l-position__block--right .l-position__h3 .text-xsmall {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #1f1f1f;
}
@media screen and (max-width: 992px) {
  .l-position__block--right .l-position__h3 .text-xsmall {
    display: none;
  }
}
.l-position__block--right .l-position__h3 .text-small {
  display: block;
  font-size: 4.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .l-position__block--right .l-position__h3 .text-small {
    font-size: 8.9058524173vw;
  }
}
.l-position__block--right .l-position__h3 .text-large {
  display: block;
  font-size: 6.6rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #ff5a5f;
}
@media screen and (max-width: 992px) {
  .l-position__block--right .l-position__h3 .text-large {
    font-size: 13.4860050891vw;
  }
}
.l-position__block--right .item09 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .l-position__block--right .item09 {
    padding: 7.6335877863vw 8.3969465649vw;
  }
}
.l-position__block--right .item09 img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .l-position__block--right .item09 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .l-position__block--right .item01 {
    padding: 7.6335877863vw 8.3969465649vw;
  }
}

.sub-main.sub-main--position-archive .item09 {
  padding: 30px 0;
}
@media screen and (max-width: 992px) {
  .sub-main.sub-main--position-archive .item09 {
    padding: 7.6335877863vw 0;
  }
}

.l-position__item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-position__item .l-position__link-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 33px;
}
@media screen and (max-width: 992px) {
  .l-position__item .l-position__link-wrapper {
    padding: 0 8.3969465649vw 4.0712468193vw;
  }
}
.l-position__item.item01 {
  padding: 30px 0;
}
@media screen and (max-width: 992px) {
  .l-position__item.item01 {
    padding: 8.3969465649vw 4.0712468193vw;
  }
}

.l-position__visual {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-position__visual img {
  width: auto;
  max-width: 100%;
  height: 250px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .l-position__visual img {
    width: 100%;
    height: auto;
    aspect-ratio: 290/250;
  }
}

.l-position__name {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2.3rem;
  line-height: 1.17;
  letter-spacing: 0.05em;
  margin-top: 33px;
}
@media screen and (max-width: 992px) {
  .l-position__name {
    font-size: 4.5801526718vw;
    margin-top: 0;
  }
}

.l-position__eng {
  font-family: 1.6rem;
  margin-top: 15px;
}
@media screen and (max-width: 992px) {
  .l-position__eng {
    font-size: 3.5623409669vw;
    margin-top: 0;
  }
}

.l-position__link {
  margin-top: 35px;
  font-size: 1.8rem;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-position__link {
    font-size: 4.0712468193vw;
    margin-top: 6.106870229vw;
  }
}
.l-position__link::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #1f1f1f;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease;
}
@media screen and (max-width: 992px) {
  .l-position__link::after {
    width: 100%;
  }
}
.l-position__link:hover::after {
  width: 100%;
}

.l-interview__inner {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .l-interview__inner {
    row-gap: 10.941475827vw;
  }
}

.l-interview__body {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.l-interview__marquee {
  width: 100vw;
  height: auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding-top: 70px;
}
@media screen and (max-width: 992px) {
  .l-interview__marquee {
    top: 30%;
    transform: translate(-50%, -50%);
    padding-top: 17.8117048346vw;
  }
}

.l-interview__marquee-item {
  width: -moz-max-content;
  width: max-content;
  height: auto;
  aspect-ratio: 5738/204;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  gap: 0;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.l-interview__marquee-item img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
  display: block;
}

.l-interview__splide-wrapper {
  width: 100%;
  max-width: 1400px;
  height: auto;
  position: relative;
  z-index: 10;
}

.l-interview__splide {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 992px) {
  .l-interview__splide {
    display: none;
  }
}

.l-interview__splide.sp {
  display: none;
}
@media screen and (max-width: 992px) {
  .l-interview__splide.sp {
    display: block;
  }
}

.l-interview__splide-track {
  width: 100%;
  height: auto;
}

.l-interview__splide-item {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-out;
}
.l-interview__splide-item:hover {
  transform: translateY(-10px);
}
.l-interview__splide-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transform: scale(0.65);
  transform-origin: bottom;
  margin: 0 auto;
}
.l-interview__splide-item .l-interview__visual {
  width: 100%;
  aspect-ratio: 435/435;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.l-interview__splide-item .l-interview__visual img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-interview__splide-item .l-interview__name--eng {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  bottom: -18px;
  right: 0;
  z-index: 3;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  white-space: pre-line;
}
@media screen and (max-width: 992px) {
  .l-interview__splide-item .l-interview__name--eng {
    opacity: 1;
    right: 12.213740458vw;
    bottom: -4.5801526718vw;
  }
}
.l-interview__splide-item .l-interview__name--eng span {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  white-space: pre-line;
  text-align: right;
}
@media screen and (max-width: 992px) {
  .l-interview__splide-item .l-interview__name--eng span {
    font-size: 5.3435114504vw;
  }
}
.l-interview__splide-item .l-interview__info,
.l-interview__splide-item .l-interview__tags {
  transition: opacity 0.3s ease-out;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .l-interview__splide-item .l-interview__info,
  .l-interview__splide-item .l-interview__tags {
    opacity: 1;
  }
}

.l-interview__splide-item.sp {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-interview__splide-item.sp a {
  transform: scale(1);
  width: 80.4%;
}

.l-interview__splide-item.scale-up a {
  transform: scale(1) !important;
  transition: transform 0.6s ease-out !important;
}
.l-interview__splide-item.scale-up .l-interview__info,
.l-interview__splide-item.scale-up .l-interview__tags,
.l-interview__splide-item.scale-up .l-interview__name--eng {
  opacity: 1 !important;
  transition: opacity 0.6s ease-out !important;
}

.l-interview__info {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-left: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .l-interview__info {
    width: 80.4%;
    padding-left: 0;
    margin-top: 6.106870229vw;
    gap: 2.5445292621vw;
  }
}

.l-interview__year {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: baseline;
  gap: 2px;
  background-color: #ffffff;
  border: 1px solid #1f1f1f;
  border-radius: 100px;
  padding: 0 13px;
}
@media screen and (max-width: 992px) {
  .l-interview__year {
    padding: 0 3.3078880407vw;
    border-radius: 25.4452926209vw;
    border: 0.2544529262vw solid #1f1f1f;
    gap: 0.5089058524vw;
  }
}
.l-interview__year span:nth-child(1) {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .l-interview__year span:nth-child(1) {
    font-size: 3.0534351145vw;
  }
}
.l-interview__year span:nth-child(2) {
  font-size: 1.4rem;
  line-height: 1.92;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .l-interview__year span:nth-child(2) {
    font-size: 2.5445292621vw;
  }
}

.l-interview__h3 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5px;
}
@media screen and (max-width: 992px) {
  .l-interview__h3 {
    gap: 1.272264631vw;
  }
}
.l-interview__h3 .l-interview__name--ja {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .l-interview__h3 .l-interview__name--ja {
    font-size: 4.0712468193vw;
  }
}
.l-interview__h3 .l-interview__position {
  font-size: 1.6rem;
  line-height: 1.68;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .l-interview__h3 .l-interview__position {
    font-size: 3.0534351145vw;
  }
}

.l-interview__splide .splide__arrows {
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrows {
    top: auto;
    bottom: -22.9007633588vw;
    right: auto;
    left: 5.0890585242vw;
    gap: 2.5445292621vw;
  }
}
.l-interview__splide .splide__arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 100px;
  height: 34px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow {
    width: 17.8117048346vw;
    height: 7.3791348601vw;
    border-radius: 25.4452926209vw;
  }
}
.l-interview__splide .splide__arrow svg {
  display: none;
}
.l-interview__splide .splide__arrow::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1e1e1e;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow::after {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
  }
}
.l-interview__splide .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
.l-interview__splide .splide__arrow--prev {
  background-color: transparent;
  border: 1px solid #1f1f1f;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow--prev {
    border: 0.2544529262vw solid #1f1f1f;
  }
}
.l-interview__splide .splide__arrow--prev::before {
  content: "prev";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow--prev::before {
    top: -7.6335877863vw;
    font-size: 3.0534351145vw;
  }
}
.l-interview__splide .splide__arrow--prev::after {
  -webkit-mask-image: url("../images/arrow-prev.svg");
          mask-image: url("../images/arrow-prev.svg");
  background-color: #1e1e1e;
}
.l-interview__splide .splide__arrow--prev:hover:not(:disabled) {
  background-color: #1f1f1f;
  border-color: #1f1f1f;
}
.l-interview__splide .splide__arrow--prev:hover:not(:disabled)::after {
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow--prev:hover:not(:disabled)::after {
    background-color: #1e1e1e;
  }
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow--prev:hover:not(:disabled) {
    background-color: transparent;
    border-color: #1f1f1f;
  }
}
.l-interview__splide .splide__arrow--next {
  background-color: #1f1f1f;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow--next {
    background-color: transparent;
    border: 1px solid #1f1f1f;
  }
}
.l-interview__splide .splide__arrow--next::before {
  content: "next";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow--next::before {
    top: -7.6335877863vw;
    font-size: 3.0534351145vw;
  }
}
.l-interview__splide .splide__arrow--next::after {
  -webkit-mask-image: url("../images/arrow-next.svg");
          mask-image: url("../images/arrow-next.svg");
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow--next::after {
    background-color: #1e1e1e;
  }
}
.l-interview__splide .splide__arrow--next:hover:not(:disabled) {
  background-color: transparent;
  border: 1px solid #1f1f1f;
}
.l-interview__splide .splide__arrow--next:hover:not(:disabled)::after {
  background-color: #1e1e1e;
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow--next:hover:not(:disabled)::after {
    background-color: #1e1e1e;
  }
}
@media screen and (max-width: 992px) {
  .l-interview__splide .splide__arrow--next:hover:not(:disabled) {
    background-color: transparent;
    border-color: #1f1f1f;
  }
}

.l-interview__wrapper--button {
  width: 100%;
  max-width: 1200px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  .l-interview__wrapper--button {
    margin-right: 3.8167938931vw;
    margin-top: 11.1959287532vw;
    gap: 2.5445292621vw;
  }
}

.sub-main-inner.sub-privacy-main-inner {
  margin-bottom: -90px;
}
@media screen and (max-width: 992px) {
  .sub-main-inner.sub-privacy-main-inner {
    row-gap: 12.7226463104vw;
  }
}

@media screen and (max-width: 992px) {
  .sub-main-header__title.sub-privacy-header__title {
    align-items: flex-start;
    row-gap: 3.8167938931vw;
  }
}

@media screen and (max-width: 992px) {
  .sub-main-header__title-en.sub-privacy-header__title-en {
    font-size: 4.0712468193vw;
  }
}

@media screen and (max-width: 992px) {
  .sub-main-header__title-ja.sub-privacy-header__title-ja {
    font-size: 8.1424936387vw;
  }
}

@media screen and (max-width: 992px) {
  .privacy-lead-text {
    font-weight: 500;
    margin-bottom: 21.6284987277vw;
  }
}

@media screen and (max-width: 992px) {
  .sub-main-content__inner.sub-privacy-main-content__inner h2 {
    font-size: 5.0890585242vw;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 7.6335877863vw;
  }
}
@media screen and (max-width: 992px) {
  .sub-main-content__inner.sub-privacy-main-content__inner p {
    font-size: 3.8167938931vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
  }
}

.cta-wrapper {
  width: 100%;
  height: auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .cta-wrapper {
    padding: 0 15px;
  }
}

.c-nav-menu__groups {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 19px;
       column-gap: 19px;
}
@media screen and (max-width: 992px) {
  .c-nav-menu__groups {
    flex-direction: column;
    row-gap: 10.1781170483vw;
  }
}

.c-nav-menu__group {
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 20px;
}
@media screen and (max-width: 992px) {
  .c-nav-menu__group {
    width: 100%;
    row-gap: 4.0712468193vw;
  }
}

.c-nav-menu__title {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  .c-nav-menu__title {
    border-color: #1e1e1e;
    font-size: 5.0890585242vw;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
  }
}
.c-nav-menu__title .c-nav-menu__title-icon {
  display: none;
}
@media screen and (max-width: 992px) {
  .c-nav-menu__title .c-nav-menu__title-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    flex-shrink: 0;
  }
}
.c-nav-menu__title .c-nav-menu__title-icon img {
  width: 3.0534351145vw;
  height: 1.5267175573vw;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(180deg);
}

.c-nav-menu__title.is-open .c-nav-menu__title-icon img {
  transform: rotate(0deg);
}

.c-nav-menu__list {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  row-gap: 10px;
}
@media screen and (max-width: 992px) {
  .c-nav-menu__list {
    row-gap: 2.5445292621vw;
    display: none;
  }
}

.c-nav-menu__list.is-open {
  display: flex;
}

.c-nav-menu__item {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.c-nav-menu__item a {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 992px) {
  .c-nav-menu__item a {
    font-size: 4.0712468193vw;
    font-weight: 500;
  }
}
.c-nav-menu__item a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  .c-nav-menu__item a:hover {
    opacity: 1;
  }
}

.c-nav-menu__link {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 992px) {
  .c-nav-menu__link {
    font-size: 4.0712468193vw;
  }
}

.l-footer__nav * {
  color: #1e1e1e;
}

.l-header__nav-menu {
  margin-top: 57px;
  width: 100%;
  max-width: 1200px;
  padding: 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .l-header__nav-menu {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }
}
.l-header__nav-menu * {
  color: #ffffff;
}
.l-header__nav-menu .c-nav-menu__title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 15px;
  border-bottom: none;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 992px) {
  .l-header__nav-menu .c-nav-menu__title {
    font-size: 5.0890585242vw;
    padding-bottom: 0;
    pointer-events: auto;
  }
}
.l-header__nav-menu .c-nav-menu__item a {
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  .l-header__nav-menu .c-nav-menu__item a {
    font-size: 4.5801526718vw;
    font-weight: 500;
  }
}
.l-header__nav-menu .c-nav-menu__groups {
  width: 100%;
  max-width: 726px;
}
@media screen and (max-width: 992px) {
  .l-header__nav-menu .c-nav-menu__groups {
    max-width: 100%;
    row-gap: 10.1781170483vw;
  }
}
@media screen and (max-width: 992px) {
  .l-header__nav-menu .c-nav-menu__group {
    max-width: 100%;
    position: relative;
    padding-bottom: 0;
  }
  .l-header__nav-menu .c-nav-menu__group::before {
    content: "";
    width: 4.5801526718vw;
    height: 3.0534351145vw;
    background-image: url("../images/arrow-right-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.0178117048vw;
    right: 0;
  }
  .l-header__nav-menu .c-nav-menu__group:after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: -5.0890585242vw;
    left: 0;
    z-index: 1;
  }
}

.l-header__nav-cta {
  width: 100%;
  max-width: 280px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 20px;
  flex-shrink: 1;
}
@media screen and (max-width: 992px) {
  .l-header__nav-cta {
    max-width: 100%;
    row-gap: 3.0534351145vw;
  }
}
.l-header__nav-cta .l-header__nav-cta-link {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  row-gap: 5px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-header__nav-cta .l-header__nav-cta-link {
    height: 20.1017811705vw;
    min-height: auto;
    padding: 3.8167938931vw 6.3613231552vw;
  }
}
.l-header__nav-cta .l-header__nav-cta-link::before {
  content: "・";
  position: absolute;
  bottom: 13px;
  right: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .l-header__nav-cta .l-header__nav-cta-link::before {
    width: 5.0890585242vw;
    height: 5.0890585242vw;
    bottom: 3.3078880407vw;
    right: 3.3078880407vw;
    font-size: 6.106870229vw;
  }
}
.l-header__nav-cta .link-white {
  background-color: #ffffff;
  border-radius: 16px;
}
@media screen and (max-width: 992px) {
  .l-header__nav-cta .link-white {
    border-radius: 3.0534351145vw;
  }
}
.l-header__nav-cta .link-white::before {
  background-color: #1e1e1e;
  color: #ffffff;
  line-height: 1;
}
.l-header__nav-cta .link-white span {
  color: #1e1e1e;
}
.l-header__nav-cta .link-orange {
  border-radius: 16px;
  background-color: #ff884d;
}
@media screen and (max-width: 992px) {
  .l-header__nav-cta .link-orange {
    border-radius: 3.0534351145vw;
  }
}
.l-header__nav-cta .link-orange::before {
  background-color: #ffffff;
  color: #ff884d;
  line-height: 1;
}
.l-header__nav-cta .link-orange span {
  color: #ffffff;
}
.l-header__nav-cta .l-header__nav-cta-text-en {
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .l-header__nav-cta .l-header__nav-cta-text-en {
    font-size: 6.106870229vw;
    line-height: 1.2;
  }
}
.l-header__nav-cta .l-header__nav-cta-text-ja {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .l-header__nav-cta .l-header__nav-cta-text-ja {
    font-size: 3.0534351145vw;
    line-height: 1.2;
  }
}

.l-header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: transparent;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.l-header__inner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-right: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding-right: 15px;
  }
}

.l-header__logo {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-header__logo a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 16px 0;
  border-left: none;
  border-top: none;
  padding: 25px 31px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 992px) {
  .l-header__logo a {
    padding: 3.8167938931vw 4.3256997455vw;
    border-radius: 0 0 4.0712468193vw 0;
  }
}
.l-header__logo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .l-header__logo a:hover {
    opacity: 1;
  }
}
.l-header__logo a img {
  width: 248px;
  aspect-ratio: 248/68;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .l-header__logo a img {
    width: 46.5648854962vw;
    aspect-ratio: 183/50;
  }
}

.l-header__right {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .l-header__right {
    -moz-column-gap: 5.0890585242vw;
         column-gap: 5.0890585242vw;
  }
}

.l-header__entry-link {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
  background-color: #ff884d;
  border-radius: 10px;
  padding: 15px 18px;
  border: 1px solid #1f1f1f;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 992px) {
  .l-header__entry-link {
    display: none;
  }
}
.l-header__entry-link:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .l-header__entry-link:hover {
    opacity: 1;
  }
}

.l-header__entry-icon {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__entry-icon img {
  width: 17px;
  aspect-ratio: 17/22;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .l-header__entry-icon img {
    width: 4.3256997455vw;
    aspect-ratio: 17/22;
  }
}

.l-header__entry-text {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .l-header__entry-text {
    font-size: 4.5801526718vw;
  }
}

.l-header__button-menu {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  background-color: #1f1f1f;
  border-radius: 10px;
  padding: 11px 10px;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 992px) {
  .l-header__button-menu {
    padding: 2.7989821883vw 2.5445292621vw;
    border-radius: 2.5445292621vw;
    row-gap: 2.0356234097vw;
  }
}
.l-header__button-menu:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .l-header__button-menu:hover {
    opacity: 1;
  }
}

.l-header__burger {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  row-gap: 10px;
}
@media screen and (max-width: 992px) {
  .l-header__burger {
    row-gap: 2.5445292621vw;
  }
}
.l-header__burger .l-header__burger01 {
  display: block;
  width: 37px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .l-header__burger .l-header__burger01 {
    width: 9.4147582697vw;
    height: 0.2544529262vw;
  }
}
.l-header__burger .l-header__burger02 {
  display: block;
  width: 24px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .l-header__burger .l-header__burger02 {
    width: 6.106870229vw;
    height: 0.2544529262vw;
  }
}

.l-header__menu-text {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .l-header__menu-text {
    font-size: 3.0534351145vw;
  }
}

.l-header__nav {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #1f1f1f;
  padding: 25px 31px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 30px 30px;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
}
@media screen and (max-width: 992px) {
  .l-header__nav {
    padding: 4.0712468193vw;
    border-radius: 0 0 7.6335877863vw 7.6335877863vw;
    height: 100vh;
    border-radius: 0;
  }
}
.l-header__nav.is-active {
  transform: translateX(0);
}

.l-header__nav--upper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}

.l-header__nav-logo {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-header__nav-logo img {
  width: 248px;
  aspect-ratio: 248/68;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .l-header__nav-logo img {
    width: 46.5648854962vw;
    aspect-ratio: 183/50;
  }
}

.l-header__nav-close {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  background-color: #1f1f1f;
  border-radius: 10px;
  padding: 11px 10px;
}
@media screen and (max-width: 992px) {
  .l-header__nav-close {
    padding: 2.7989821883vw 2.5445292621vw;
    border-radius: 2.5445292621vw;
    row-gap: 2.0356234097vw;
  }
}

.l-header__nav-close-icon {
  width: 37px;
  height: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 8px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .l-header__nav-close-icon {
    row-gap: 2.0356234097vw;
    width: 9.4147582697vw;
    height: 3.0534351145vw;
  }
}

.l-header__nav-close-icon01,
.l-header__nav-close-icon02 {
  display: block;
  width: 37px;
  height: 1px;
  background-color: #ffffff;
}
@media screen and (max-width: 992px) {
  .l-header__nav-close-icon01,
  .l-header__nav-close-icon02 {
    width: 9.4147582697vw;
    height: 0.2544529262vw;
  }
}

.l-header__nav-close-icon01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(18deg);
}

.l-header__nav-close-icon02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-18deg);
}

.l-header__nav-close-text {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .l-header__nav-close-text {
    font-size: 3.0534351145vw;
  }
}

.l-header__nav-list {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 32px;
}
@media screen and (max-width: 992px) {
  .l-header__nav-list {
    row-gap: 10.1781170483vw;
  }
}

.l-header__nav-item {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

.l-header__nav-link {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .l-header__nav-link {
    font-size: 6.106870229vw;
  }
}

.l-footer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 88px 20px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .l-footer {
    padding: 10.941475827vw 15px 3.8167938931vw;
  }
}

.l-footer__inner {
  width: 100%;
  max-width: 1200px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 75px;
}
@media screen and (max-width: 992px) {
  .l-footer__inner {
    row-gap: 7.6335877863vw;
  }
}

.l-footer__upper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .l-footer__upper {
    flex-direction: column-reverse;
    row-gap: 19.8473282443vw;
  }
}

.l-footer__upper--left {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  row-gap: 23px;
}
@media screen and (max-width: 992px) {
  .l-footer__upper--left {
    row-gap: 5.8524173028vw;
  }
}

.l-footer__logo {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-footer__logo a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-footer__logo img {
  width: 250px;
  aspect-ratio: 250/78;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .l-footer__logo img {
    width: 50.8905852417vw;
    aspect-ratio: 200/59;
  }
}

.l-footer__info {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  row-gap: 15px;
}
@media screen and (max-width: 992px) {
  .l-footer__info {
    row-gap: 2.0356234097vw;
  }
}

.l-footer__company,
.l-footer__address {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .l-footer__company,
  .l-footer__address {
    font-size: 4.0712468193vw;
  }
}
.l-footer__company span,
.l-footer__address span {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .l-footer__company span,
  .l-footer__address span {
    font-size: 4.0712468193vw;
  }
}

.l-footer__nav {
  width: 100%;
  max-width: 859px;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer__lower {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  padding-top: 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 992px) {
  .l-footer__lower {
    flex-direction: column-reverse;
    border-top: none;
    align-items: flex-start;
    row-gap: 12.7226463104vw;
    padding-top: 6.3613231552vw;
    border-top: 1px solid #1e1e1e;
  }
}

.l-footer__lower--left {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  flex-shrink: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .l-footer__lower--left {
    width: 100%;
  }
}

.l-footer__copyright {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  color: #6a6a6a;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 992px) {
  .l-footer__copyright {
    width: 100%;
    padding-top: 3.8167938931vw;
    border-top: 0.2544529262vw solid rgba(0, 0, 0, 0.3);
    text-align: center;
    font-size: 3.0534351145vw;
  }
}

.l-footer__corporates {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 992px) {
  .l-footer__corporates {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3.8167938931vw;
  }
}
.l-footer__corporates li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-footer__corporates a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: underline;
  color: #6a6a6a;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 992px) {
  .l-footer__corporates a {
    font-size: 3.5623409669vw;
  }
}
.l-footer__corporates a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 992px) {
  .l-footer__corporates a {
    opacity: 1;
  }
}
.l-footer__corporates a.l-footer__corporate-link {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .l-footer__corporates a.l-footer__corporate-link {
    -moz-column-gap: 1.272264631vw;
         column-gap: 1.272264631vw;
  }
}
.l-footer__corporates span.text-corporate {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #1e1e1e;
}
.l-footer__corporates span.l-footer__corporate-icon {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-footer__corporates span.l-footer__corporate-icon img {
  width: 18px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  .l-footer__corporates span.l-footer__corporate-icon img {
    width: 4.5801526718vw;
    height: 3.0534351145vw;
  }
}/*# sourceMappingURL=common.css.map */