@charset "UTF-8";
/*
 * foundation
 */
/*
リセットcssを記述
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::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] {
  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;
  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;
}

/* メディアクエリ */
/* //メディアクエリ */
/* position 中央寄せ */
/* //position 中央寄せ */
html {
  font-size: 100%; /* ブラウザのデフォルトのフォントサイズ。大抵は16px */
}

/* //基本フォントサイズ設定 */
body {
  font-family: "Inter", sans-serif, "Noto Sans JP", sans-serif, YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, MS PGothic, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  position: relative;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased; /* macで文字が太くなる現象を解消 */
  background-color: #000000;
}

main {
  overflow: hidden;
  padding-top: 74px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 14.1799217731vw;
  }
}

p {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}

/*
 * layout
 */
/*
 * foundation
 */
.l-container888 {
  max-width: 948px;
  padding: 0 30px;
  margin: 0 auto;
}

.l-container932 {
  max-width: 992px;
  padding: 0 30px;
  margin: 0 auto;
}

.l-container970 {
  max-width: 1030px;
  padding: 0 30px;
  margin: 0 auto;
}

.l-container1280 {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container1280 {
    padding: 0 6.8181818182vw;
  }
}

.l-container1368 {
  max-width: 1428px;
  padding: 0 30px;
  margin: 0 auto;
}

/*
 * foundation
 */
.l-header {
  padding: 0.75rem 2.1875rem 0.75rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 5.6818181818vw;
    padding-bottom: 4.7727272727vw;
  }
}
.l-header-recruit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 1.75rem;
  padding-left: 2.4375rem;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .l-header-recruit {
    padding-top: 12px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-recruit nav {
    background-color: #ffffff;
    border-radius: 100vw;
    width: fit-content;
    padding: 10px;
  }
}
.l-header-recruit .l-header__logo h1 {
  display: flex;
  align-items: center;
  gap: 3px;
}
.l-header-recruit .l-header__logo img {
  width: 297px;
}
@media screen and (max-width: 767px) {
  .l-header-recruit .l-header__logo img {
    width: 105px;
  }
}
.l-header-recruit .l-header__logo span {
  font-size: 1.25rem;
  font-weight: 800;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .l-header-recruit .l-header__logo span {
    border-left: 2px solid #000000;
    font-size: 12px;
    padding-left: 4px;
  }
}

/*
 * foundation
 */
.l-footer {
  padding-top: 12.25rem;
  padding-bottom: 7.125rem;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 72px;
  }
}
.l-footer-inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-footer-inner {
    flex-wrap: wrap;
    row-gap: 90px;
  }
}
.l-footer-left {
  display: flex;
  gap: 78px;
}
@media screen and (max-width: 767px) {
  .l-footer-left {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-right {
    width: 100%;
  }
}
.l-footer__address {
  font-size: 0.625rem;
  line-height: 1.75;
  margin-bottom: 2.875rem;
}
.l-footer__copy small {
  font-size: 0.75rem;
  font-weight: 600;
}
.l-footer-link-list {
  display: flex;
  gap: 21px;
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .l-footer-link-list {
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.l-footer-link-list .menu-item {
  font-size: 0.9375rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .l-footer-link-list .menu-item {
    width: 100%;
    border-top: 1px solid #333333;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-link-list .menu-item:last-of-type {
    border-bottom: 1px solid #333333;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-link-list .menu-item a {
    padding: 24px 0;
    display: block;
  }
}
.l-footer__sns-list {
  display: flex;
  gap: 20px;
  padding-top: 0.625rem;
  justify-content: flex-end;
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns-list {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    text-align: center;
    margin-bottom: 67px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    text-align: center;
  }
}

/*
 * foundation
 */
.l-breadcrumb {
  padding-top: 1.875rem;
  padding-bottom: 2.375rem;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    padding-top: 5.6818181818vw;
    padding-bottom: 17.0454545455vw;
  }
}
.l-breadcrumb ul {
  display: flex;
  gap: 30px;
}
.l-breadcrumb ul li {
  position: relative;
  color: #858484;
  font-weight: 800;
}
.l-breadcrumb ul li:not(:last-of-type)::before {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../img/common/icon-arrow-right-simple.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: -19px;
}
.l-breadcrumb ul li a,
.l-breadcrumb ul li span {
  font-size: 0.875rem;
}

/*
* object
*/
/*
 * foundation
 */
.c-button-basic {
  text-align: center;
  display: block;
}

.c-button-pattern1 {
  border-radius: 100vw;
  border: 1px solid #B8B8B8;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding: 1.78125rem 0;
}
@media screen and (max-width: 767px) {
  .c-button-pattern1 {
    padding: 20px 0;
  }
}

.c-button-has-icon-arrow-right {
  position: relative;
}
.c-button-has-icon-arrow-right::before {
  content: "";
  width: 16px;
  height: 12px;
  background: url(../img/common/icon-arrow-right.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 44px;
}

/*
 * foundation
 */
.c-title-pattern1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 1.5rem;
  position: relative;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .c-title-pattern1 {
    font-size: 5.4545454545vw;
    padding-bottom: 2.2727272727vw;
  }
}
.c-title-pattern1::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.c-title-pattern2 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #000000;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 767px) {
  .c-title-pattern2 {
    font-size: 5vw;
    padding-bottom: 2.2727272727vw;
  }
}

/*
 * foundation
 */
.c-child-fv {
  padding: 334px 0 283px;
}
@media screen and (max-width: 767px) {
  .c-child-fv {
    padding: 173px 0 204px;
  }
}
.c-child-fv__title {
  font-size: 3.375rem;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .c-child-fv__title {
    font-size: 2.5rem;
  }
}

/*
 * foundation
 */
.c-sidebar-company-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.625rem;
}
.c-sidebar-company-list__item {
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 800;
  color: #B2B2B2;
}
.c-sidebar-company-list__item.active {
  color: #171717;
}

/*
 * foundation
 */
.p-gnav__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-gnav__inner {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__logo-inner img {
    width: 23.1818181818vw;
  }
}
.p-gnav__tgl {
  display: none;
}
.p-gnav__burger-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-gnav__burger-btn {
    display: block;
    width: 6.8181818182vw;
    height: 4.0909090909vw;
    position: fixed;
    top: 5.6818181818vw;
    left: 3.8636363636vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__burger-btn--close {
    z-index: 995;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__bar {
    width: 100%;
    height: 0.4545454545vw;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    transition: 0.2s;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__bar {
    width: 5.7333333333vw;
    height: 0.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__bar--top {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__bar--mid {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-gnav__bar--bottom {
    bottom: 0;
  }
}
.p-gnav__menu-black-bg {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-gnav__menu-black-bg {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
  }
}
.p-gnav__menu-black-bg.blackBg_active {
  visibility: hidden;
}
.p-gnav-nav-wrapper {
  width: auto;
  height: auto;
  position: relative;
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-gnav-nav-wrapper {
    width: 60%;
    min-width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav-header-nav {
    width: 100%;
    height: 100%;
    padding: 150px 24px;
    position: relative;
    z-index: 15;
    display: block;
  }
}
.p-gnav-header-nav .navbar-nav {
  display: flex;
  gap: 22px;
}
@media screen and (max-width: 767px) {
  .p-gnav-header-nav .navbar-nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav-header-nav .menu-item:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
.p-gnav-header-nav .menu-item a {
  font-weight: 800;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-gnav--nav-open .p-gnav-nav-wrapper {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
.p-gnav--nav-open .p-gnav-nav-wrapper .header-nav {
  overflow-y: inherit;
}
@media screen and (max-width: 767px) {
  .p-gnav--nav-open .p-gnav-nav-wrapper .header-nav {
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--top {
    transform: translate(-50%, 3px) rotate(45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--mid {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav--nav-open .p-gnav__burger-btn .p-gnav__bar--bottom {
    transform: translate(-50%, -12px) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .p-gnav--nav-open .p-gnav__burger-btn--close {
    z-index: 1;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-gnav--nav-open .p-gnav__burger-btn--open {
    z-index: 995;
    opacity: 1;
  }
}
.p-gnav--nav-open .p-gnav__menu-black-bg {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-gnav--nav-open .p-gnav__menu-black-bg {
    opacity: 0.3;
    visibility: visible;
  }
}

/*
 * foundation
 */
.zenkakugo {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.notoserif {
  font-family: "Noto Serif JP", serif;
}

.u-d-none {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-d-md-block {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-d-md-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-d-md-inline {
    display: inline;
  }
}

.u-d-inline-block {
  display: inline-block;
}

.p-top-fv {
  height: 40.2083333333vw;
}
@media screen and (max-width: 767px) {
  .p-top-fv {
    padding-top: 220px;
    height: auto;
  }
}
.p-top-fv video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-fv video {
    height: 43.1818181818vw;
    object-fit: cover;
  }
}
.p-top-fv-scroll-icon {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-fv-scroll-icon {
    display: block;
    width: fit-content;
    position: fixed;
    bottom: 4.5454545455vw;
    left: 50%;
    transform: translatex(-50%);
  }
}
.p-top-fv-scroll-icon::before {
  position: absolute;
  top: 30%;
  transform: translate(-50%, -50%);
  left: 25%;
  display: block;
  content: "";
  width: 2.2727272727vw;
  height: 2.2727272727vw;
  background-color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: an-tap-area 2.5s ease-out infinite 0s;
}
@media screen and (max-width: 599px) {
  .p-top-fv-scroll-icon::before {
    left: 33%;
  }
}
.p-top-message {
  margin-top: min(428px, 29.7222222222vw);
  position: relative;
  z-index: 3;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-message {
    margin-top: clamp(368px, 81.3636363636vw, 428px);
  }
}
.p-top-message-inner {
  padding-top: 3.1875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-message-inner {
    padding-top: 67.2727272727vw;
    padding-bottom: 5.9090909091vw;
  }
}
.p-top-message-inner::before {
  content: "";
  width: 663px;
  height: 437px;
  background: url(../img/top/message.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-message-inner::before {
    background: url(../img/top/message-sp.jpg) no-repeat center center/cover;
    width: 116.8181818182vw;
    height: 116.8181818182vw;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-top-message-inner::after {
  content: "";
  width: 663px;
  height: 437px;
  background: linear-gradient(to right, #000000, transparent 18%);
  position: absolute;
  top: 0;
  right: -79px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-top-message-inner::after {
    content: none;
  }
}
.p-top-message__lead {
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-message__lead {
    font-size: 3.6363636364vw;
  }
}
.p-top-message__lead img:first-of-type {
  width: 87px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .p-top-message__lead img:first-of-type {
    width: 13.1818181818vw;
    margin-right: 1.1363636364vw;
  }
}
.p-top-message__lead img:last-of-type {
  width: 308px;
  margin-top: -12px;
}
@media screen and (max-width: 767px) {
  .p-top-message__lead img:last-of-type {
    width: 29.5454545455vw;
    margin-top: 0;
    margin-left: 1.1363636364vw;
    margin-bottom: -0.6818181818vw;
  }
}
.p-top-message__catch {
  color: #FFFFFF;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 767px) {
  .p-top-message__catch {
    font-size: 9.0909090909vw;
    line-height: 1.2;
    margin-top: 1.1363636364vw;
  }
}
.p-top-message-button-wrapper {
  width: 360px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-top-message-button-wrapper {
    width: 67.0454545455vw;
    margin: 4.3181818182vw auto 0;
  }
}
.p-top-message__button {
  background-color: #858484;
  border: 1px solid #858484;
  border-radius: 100vw;
  font-weight: 900;
  padding: 16px 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.006em;
}
@media screen and (max-width: 767px) {
  .p-top-message__button {
    font-size: 3.1818181818vw;
    padding: 3.0681818182vw 0;
  }
}
.p-top-message__button:hover {
  background-color: transparent;
  color: #858484;
  opacity: 1;
}
.p-top-message-to-product {
  background-color: #454040;
  max-width: 860px;
  margin: 86px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-message-to-product {
    margin-top: 13.6363636364vw;
    width: 60vw;
    border: 1px solid #5D5D5D;
  }
}
.p-top-message-to-product__text {
  font-size: 2.25rem;
  font-weight: 800;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30.5px 0;
}
@media screen and (max-width: 767px) {
  .p-top-message-to-product__text {
    font-size: 4.0909090909vw;
    flex-wrap: wrap;
    row-gap: 3.6363636364vw;
  }
}
.p-top-message-to-product__text img {
  width: 103px;
}
@media screen and (max-width: 767px) {
  .p-top-message-to-product__text img {
    width: 15.6818181818vw;
  }
}
.p-top-message-to-product__text span {
  font-size: 2rem;
  font-weight: 800;
  background-color: #FFFFFF;
  color: #000000;
  padding: 0.90625rem 1.125rem;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-top-message-to-product__text span {
    font-size: 3.6363636364vw;
    padding: 0.9090909091vw 2.2727272727vw 0.4545454545vw;
  }
}
.p-top-message__award {
  font-size: 0.875rem;
  text-align: center;
  background-color: #262626;
  padding: 1.0625rem 0;
  max-width: 1198px;
  margin: 107px auto 0;
}
@media screen and (max-width: 767px) {
  .p-top-message__award {
    font-size: 3.1818181818vw;
    padding: 2.2727272727vw 3.6363636364vw;
    margin-top: 24.3181818182vw;
  }
}
.p-top-company {
  padding-top: 6.875rem;
  padding-bottom: 15.125rem;
  position: relative;
  z-index: 2;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-company {
    padding-top: 20vw;
    padding-bottom: 20.6818181818vw;
  }
}
.p-top-company__lead {
  font-size: 6rem;
  line-height: 1.2;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__lead {
    font-size: 7.2727272727vw;
    line-height: 1.4;
    margin-bottom: 4.5454545455vw;
  }
}
.p-top-company__message {
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  width: 71%;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-company__message {
    font-size: 3.2vw;
    line-height: 2.5;
    width: 100%;
    margin-bottom: 27.2727272727vw;
    width: 75%;
  }
}
.p-top-company__catch {
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .p-top-company__catch {
    font-size: 4.5454545455vw;
    gap: 2.9545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__catch--center {
    line-height: 1;
    margin-top: -1.1363636364vw;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-top-company__catch--center img {
    width: 3.6363636364vw;
  }
}
.p-top-company-button-wrapper {
  width: 279px;
  margin-top: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-top-company-button-wrapper {
    width: 100%;
    margin: 3.1818181818vw auto 0;
  }
}
.p-top-company__button {
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  padding: 1.1875rem 0;
  border: 1px solid #4D4D4D;
}
@media screen and (max-width: 767px) {
  .p-top-company__button {
    border: 1px solid #4D4D4D;
    background-color: transparent;
    font-size: 3.6363636364vw;
    padding: 4.6590909091vw 0;
  }
}
.p-top-company__button:hover {
  background-color: #FFFFFF;
  color: #232323;
  opacity: 1;
}
.p-top-news {
  position: relative;
  z-index: 2;
  background-color: #000000;
}
.p-top-news-bg {
  position: relative;
}
.p-top-news-bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.71);
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-news-bg::after {
  content: "OFFICE";
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  color: #FFFFFF;
  position: absolute;
  font-weight: 800;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    font-size: 6.3636363636vw;
    font-weight: 600;
    margin-top: 20.6818181818vw;
  }
}
.p-top-news-wrapper {
  margin-top: 136px;
}
@media screen and (max-width: 767px) {
  .p-top-news-wrapper {
    margin-top: 10.4545454545vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-list__thumbnail {
    padding: 0 20px;
    width: 54%;
  }
}
.p-top-news-list__thumbnail img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-news-list__item {
    padding-top: 8.8636363636vw;
    padding-bottom: 8.1818181818vw;
    border-top: 1px solid #333333;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-list__item::last-of-type {
    border-bottom: 1px solid #333333;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-list__item-inner {
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news-list__date {
    font-size: 3.1818181818vw;
    color: #D9D9D9;
    padding: 0 20px;
    width: 46%;
    text-align: center;
  }
}
.p-top-news .splide__track {
  width: 84.1%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top-news .splide__track {
    width: 100%;
  }
}
.p-top-news .splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  gap: 12px;
}
.p-top-news .splide__arrow {
  width: 47px;
  height: 47px;
}
.p-top-news .splide__arrow::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/icon-arrow-left-circled.svg) no-repeat center center/contain;
  display: block;
  transition: all 0.3s;
}
.p-top-news .splide__arrow:disabled::before {
  opacity: 0.5;
}
.p-top-news .splide__arrow.splide__arrow--next::before {
  transform: scale(-1, 1);
}
.p-top-news .splide__arrow > svg {
  display: none;
}
.p-top-news-button-wrapper {
  width: 158px;
  margin-top: 50px;
}
.p-top-news__button {
  background-color: #EEEEEE;
  font-size: 0.75rem;
  font-weight: 800;
  color: #000000;
  padding: 1.1875rem 0;
  border: 1px solid #EEEEEE;
}
.p-top-news__button:hover {
  opacity: 1;
  background-color: #000000;
  color: #EEEEEE;
}
.p-top-product {
  padding-top: 12.5rem;
  padding-bottom: 9.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-product {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
.p-top-product-inner {
  display: flex;
  gap: 163px;
  width: 95%;
  margin-left: auto;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1023px) {
  .p-top-product-inner {
    gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-product-inner {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 30px;
    justify-content: flex-end;
    row-gap: 40px;
  }
}
.p-top-product__title {
  font-size: 0.9375rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-product__title {
    font-size: 36px;
    margin-bottom: 0;
  }
}
.p-top-product-button-wrapper {
  width: 162px;
}
.p-top-product__button {
  border: 1px solid #454040;
  padding: 18px 0;
}
.p-top-product-list-wrapper {
  background-color: #FFFFFF;
  padding: 11px;
  width: 76.3%;
}
@media screen and (max-width: 767px) {
  .p-top-product-list-wrapper {
    width: 100%;
  }
}
.p-top-product-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -4.5px;
  margin-right: -4.5px;
  row-gap: 9px;
}
.p-top-product-list__item {
  width: 25%;
  padding: 0 4.5px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-product-list__item {
    width: 50%;
  }
}
.p-top-product-list__item a:hover {
  opacity: 1;
}
.p-top-product-list__item a:hover .p-top-product-list__thumbnail img {
  filter: grayscale(0%);
}
.p-top-product-list__thumbnail img {
  width: 100%;
  aspect-ratio: 247/247;
  object-fit: cover;
  transition: all 0.3s;
}
.p-top-product-text {
  width: 23.7%;
}
@media screen and (max-width: 767px) {
  .p-top-product-text {
    width: 100%;
  }
}
.p-top-product-text-inner {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-product-button-wrapper {
    width: 100%;
    padding: 0 30px;
  }
}
.p-top-recruit {
  position: relative;
  padding-bottom: 11.125rem;
  padding-top: 11.3125rem;
  z-index: 2;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-top-recruit {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.p-top-recruit__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__title {
    font-size: 24px;
  }
}
.p-top-recruit__message {
  font-size: 1rem;
  font-weight: 800;
  text-align: center;
  color: #FFFFFF;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-top-recruit__message {
    font-size: 18px;
  }
}
.p-top-recruit-button-wrapper {
  width: 280px;
  margin: 1.0625rem auto 0;
}
.p-top-recruit__button {
  font-size: 1rem;
  font-weight: 800;
  color: #000000;
  background-color: #FFFFFF;
  line-height: 1.2;
  padding: 1.09375rem 0;
}
.p-top-recruit__button:hover {
  color: #000000;
}

@keyframes an-tap-area {
  0%, 20% {
    opacity: 0;
    transform: scale(0);
  }
  60% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: scale(7);
  }
}/*# sourceMappingURL=top.css.map */