@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;
}/*# sourceMappingURL=common.css.map */