@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/* ------------------------------------

colors setting

------------------------------------ */
/* ------------------------------------

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: poppins, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", source-han-sans-japanese, sans-serif;
}

body {
  overflow-x: hidden;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #242424;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background: #fff;
}
body.fixed {
  overflow: hidden;
}

html {
  visibility: hidden;
  font-size: 62.5%;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover,
a:active,
a:hover img {
  opacity: 0.8;
}

table,
ul ul,
ol ol {
  font-size: 100%;
}

td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

::selection,
::-moz-selection {
  background: #02adf3;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

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

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

select {
  -webkit-appearance: auto;
  appearance: auto;
}

.vertical_writing {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*  tetliタグ
---------------------------------------------------------- */
[id^=ttr] [data-ttr~=container] {
  z-index: 1000000 !important;
}

/* ------------------------------------

header

------------------------------------ */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  font-size: 15px;
  font-weight: 600;
  top: 0;
  padding: 13px 0 17px 25px;
  transition: 0.3s;
  height: 79px;
  background: transparent;
}
@media print, screen and (max-width: 760px) {
  .l-header {
    width: 100%;
    padding: 2vw 0 2.5vw;
  }
}
@media print, screen and (min-width: 761px) {
  .l-header {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(30px) brightness(1.5);
    -webkit-backdrop-filter: blur(30px) brightness(1.2);
  }
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  padding-right: 98px;
}
@media print, screen and (max-width: 760px) {
  .l-header__container {
    padding-left: 4.6%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.l-header__nav {
  display: flex;
  gap: 36px;
  align-items: center;
  padding-top: 3px;
}
.l-header__list {
  display: flex;
  font-size: 16px;
  font-weight: 700;
  padding-top: 3px;
}
@media print, screen and (max-width: 760px) {
  .l-header__list {
    display: none;
  }
}
.l-header__list .l-header__list-item {
  display: flex;
}
.l-header__list .l-header__list-item::before {
  content: "｜";
}
.l-header__list .l-header__list-item:first-child::before {
  display: none;
}
.l-header__list .business-list {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
.l-header__list .business-list__items {
  position: absolute;
  width: 200px;
  padding: 13px 11px 13px;
  margin-left: 8px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.l-header__list .business-list:hover .business-list__items {
  opacity: 1;
  visibility: visible;
  padding: 20px 10px 20px;
}
.l-header__list .business-list__item {
  width: 180px;
  margin-bottom: 6px;
}
.l-header__list .business-list__item:last-child {
  margin-bottom: 0;
}
.l-header__list .business-list__item a {
  display: block;
  font-size: 14px;
  text-align: center;
}
.l-header__list .recruit a {
  display: flex;
  gap: 5px;
  align-items: center;
}
.l-header__list .recruit a::after {
  display: block;
  width: 18.89px;
  height: 16.99px;
  background: url(../images/cmn/icon_link_01.svg);
  content: "";
}
.l-header__contact a {
  width: 210px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 21px;
  background-color: #fbc200;
}
@media print, screen and (max-width: 760px) {
  .l-header__contact a {
    display: none;
  }
}

.page-top .l-header {
  transform: translate(0, -100px);
}
.page-top .l-header.visible {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 761px) {
  .l-header .p-item {
    width: auto;
  }
}
.l-header .p-item span {
  padding-left: 2px;
  font-size: 17px;
  padding-top: 12px;
  display: block;
}
.l-header .p-item__inner a {
  display: flex;
  align-items: center;
}
.l-header .p-item__logo {
  width: 147.34px;
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .l-header .p-item__logo {
    width: 27.7564102564vw;
    margin-right: 3.1vw;
  }
}
.l-header .p-item__logo svg {
  width: 83.29px;
  height: 25.58px;
}
@media print, screen and (max-width: 760px) {
  .l-header .p-item__logo svg {
    width: 21.3vw;
    height: 6.54vw;
  }
}

/*
.page-top,
.page-women,
.page-career,
.page-fc {
  .l-header:not(.visible).l-header:not(.open) {
    background: none;
    @media print, screen and (min-width: 761px) {
      padding-top: 32px;
      padding-left: 20px;
      padding-right: 25px;
    }
    @media print, screen and (max-width: 760px) {
      padding-top: 4.5vw;
      padding-left: 2vw;
    }
    .p-item__logo {
      path {
        fill: colors.$light-text;
      }
    }
    .p-item__title {
      color: colors.$light-text;
    }
  }
}
*/
/* ------------------------------------

footer

------------------------------------ */
/*  l-footer-cmn
*----------------------------------- */
.l-footer-cmn {
  padding: 69px 20px 57px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn {
    padding: 16.9230769231vw 5.1282051282vw 13.8461538462vw;
  }
}
.l-footer-cmn__list {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__list {
    grid-template-columns: 1fr;
    gap: 4.1025641026vw;
  }
}
.l-footer-cmn__item a {
  display: flex;
  align-items: center;
  height: 173px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding-left: 37px;
  padding-right: 20px;
  position: relative;
  transition: background-color 300ms;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__item a {
    height: 34.358974359vw;
    padding-left: 8.2051282051vw;
    padding-right: 5.1282051282vw;
  }
}
.l-footer-cmn__item a::before {
  position: absolute;
  width: 65.52px;
  height: 62.33px;
  background: url(../images/cmn/icon_logo.svg) no-repeat left top/cover;
  content: "";
  top: -36px;
  right: 26px;
  opacity: 0;
  transition: opacity 300ms;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__item a::before {
    width: 15.1564102564vw;
    height: 14.4153846154vw;
    right: 5.3846153846vw;
  }
}
.l-footer-cmn__item a:hover, .l-footer-cmn__item a:focus-visible, .l-footer-cmn__item a:active {
  opacity: 1;
  background-color: #fffae8;
}
.l-footer-cmn__item a:hover::before, .l-footer-cmn__item a:focus-visible::before, .l-footer-cmn__item a:active::before {
  opacity: 1;
}
.l-footer-cmn__item a:hover .en, .l-footer-cmn__item a:focus-visible .en, .l-footer-cmn__item a:active .en {
  color: #fbc200;
}
.l-footer-cmn__item a:hover .ja, .l-footer-cmn__item a:focus-visible .ja, .l-footer-cmn__item a:active .ja {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__item a:hover .ja, .l-footer-cmn__item a:focus-visible .ja, .l-footer-cmn__item a:active .ja {
    gap: 2.5641025641vw;
  }
}
.l-footer-cmn__item .en {
  display: block;
  color: #fdecaf;
  font-size: min(58px, 4.03vw);
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
  transition: color 300ms;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__item .en {
    font-size: 52px;
    font-size: 13.3333333333vw;
  }
}
.l-footer-cmn__item .ja {
  display: block;
  font-size: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__item .ja {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.l-footer-cmn__item .ja::after {
  content: none;
}
.l-footer-cmn__item.recruit a .ja {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__item.recruit a .ja {
    gap: 2.5641025641vw;
  }
}
.l-footer-cmn__item.recruit a .ja::after {
  display: block;
  width: 18.89px;
  height: 16.99px;
  background: url(../images/cmn/icon_link_04.svg) no-repeat left top/cover;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__item.recruit a .ja::after {
    width: 4.4179487179vw;
    height: 3.9820512821vw;
  }
}
.l-footer-cmn__body {
  display: flex;
  flex-direction: column;
}
.l-footer-cmn__btn {
  display: none;
  width: 562px;
  margin: 45px auto 0;
}
.l-footer-cmn__btn a {
  border: 2px solid #fbc200;
  border-radius: 65px;
  background: #fff url(../images/cmn/icon_link_05.svg) no-repeat right 30px center/42px auto;
  display: flex;
  gap: 18px;
  width: 100%;
  height: 114px;
  justify-content: center;
  align-items: center;
  padding-right: 42px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__btn a {
    height: auto;
    min-height: 29.2307692308vw;
    padding: 4.1025641026vw 15.3846153846vw 4.1025641026vw 3.5897435897vw;
    border-radius: 9999px;
    justify-content: flex-start;
    gap: 2.0512820513vw;
    background: #fff url(../images/cmn/icon_link_05.svg) no-repeat right 5.1282051282vw center/8.2051282051vw auto;
  }
}
@media print, screen and (min-width: 761px) {
  .l-footer-cmn__btn a {
    transition: background-color 300ms;
  }
  .l-footer-cmn__btn a:hover {
    opacity: 1;
    background: #fbc200 url(../images/cmn/icon_link_02.svg) no-repeat right 30px center/42px auto;
  }
}
.l-footer-cmn__btn-icon {
  width: 70px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__btn-icon {
    width: 15.3846153846vw;
  }
}
.l-footer-cmn__btn-sub {
  font-size: 16px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__btn-sub {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.l-footer-cmn__btn-title {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__btn-title {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.l-footer-cmn__link {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__link {
    margin-top: 6.4102564103vw;
  }
}
.l-footer-cmn__link a {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  gap: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cmn__link a {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.l-footer-cmn__link a::after {
  content: "＞";
  color: #fbc200;
}

/*  l-footer
*----------------------------------- */
.l-footer {
  background: #282828;
  color: #fff;
  padding-bottom: 10px;
}
@media print, screen and (max-width: 760px) {
  .l-footer {
    padding-bottom: 5.3846153846vw;
  }
}
.l-footer__company {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: content-box;
}
@media print, screen and (max-width: 760px) {
  .l-footer__company {
    padding: 0 5.1282051282vw;
  }
}
.l-footer__company .p-item-logo a {
  display: block;
  width: 181px;
  margin: 0 auto 4px;
}
@media print, screen and (max-width: 760px) {
  .l-footer__company .p-item-logo a {
    width: 46.6333333333vw;
  }
}
.l-footer__company .p-item-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  padding-top: 15px;
  padding-bottom: 17px;
  border-top: 1px solid #4a4a4a;
  border-bottom: 1px solid #4a4a4a;
  font-size: 17px;
  margin-bottom: 99px;
}
@media print, screen and (max-width: 760px) {
  .l-footer__company .p-item-info {
    margin-top: 6.4102564103vw;
    padding-top: 2.5641025641vw;
    padding-bottom: 1.5384615385vw;
    margin-bottom: 11.2820512821vw;
    border: 1px solid #a0a0a0;
  }
}
.l-footer__company .p-item-info__tel {
  line-height: 1;
  font-size: 17px;
  display: flex;
  gap: 15px;
  font-weight: 600;
  align-items: center;
}
.l-footer__company .p-item-info__tel a {
  pointer-events: none;
  font-size: 39px;
}
@media print, screen and (max-width: 760px) {
  .l-footer__company .p-item-info__tel a {
    font-size: 34px;
    font-size: 8.7179487179vw;
    letter-spacing: 0.05em;
    text-align: left;
    white-space: nowrap;
    position: relative;
    top: -1.0256410256vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer__company .p-item__address {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.33;
    margin-top: 4.6153846154vw;
  }
}
.l-footer .l-company-info {
  margin-top: 30px;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info {
    padding: 0 5.1282051282vw;
    margin-top: 11.2820512821vw;
  }
}
.l-footer .l-company-info__inner {
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 38px;
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__inner {
    flex-direction: column;
    margin: 0 auto 15.8974358974vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__col {
    width: 100% !important;
  }
}
.l-footer .l-company-info__col:first-child {
  width: 48%;
}
.l-footer .l-company-info__col:nth-child(2) {
  width: 48%;
}
.l-footer .l-company-info__row {
  display: flex;
  border-bottom: 1px solid #4a4a4a;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__row {
    border-bottom: 1px solid #5f5f5f;
  }
}
.l-footer .l-company-info__row:last-child {
  border-bottom: none;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__row:last-child {
    border-bottom: 1px solid #5f5f5f;
  }
}
.l-footer .l-company-info__label {
  width: 111px;
  background: #333333;
  padding: 12px 6px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__label {
    width: 19.8717948718vw;
    padding: 3.0769230769vw 2.0512820513vw;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.2;
    word-break: keep-all;
  }
}
.l-footer .l-company-info__value {
  padding: 14px 0 14px 20px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  word-break: keep-all;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__value {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.33;
    padding: 3.5897435897vw 0 3.5897435897vw 5.1282051282vw;
  }
}
.l-footer .l-company-info__group {
  max-width: 1200px;
  padding-top: 38px;
  border-top: 1px solid #4A4A4A;
  margin: 0 auto 20px;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__group {
    flex-direction: column;
    margin: 0 auto 15.8974358974vw;
    padding-top: 15.8974358974vw;
  }
}
.l-footer .l-company-info__group-row {
  display: flex;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__group-row {
    flex-direction: column;
    gap: 4.6153846154vw;
  }
}
.l-footer .l-company-info__group-label {
  width: 111px;
  background: #333333;
  padding: 12px 6px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__group-label {
    width: 100%;
    padding: 3.0769230769vw 2.0512820513vw;
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 1.2;
    word-break: keep-all;
  }
}
.l-footer .l-company-info__group-value {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 45px;
  align-self: center;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__group-value {
    width: 100%;
    padding: 0;
  }
}
.l-footer .l-company-info__group-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 16px;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__group-title {
    margin-bottom: 4.1025641026vw;
  }
}
.l-footer .l-company-info__group-title span {
  border: 1px solid #4A4A4A;
  padding: 6px 12px 6px 20px;
  border-radius: 5px;
  display: inline-block;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__group-title span {
    display: block;
    padding: 1.5384615385vw 3.0769230769vw 1.5384615385vw 5.1282051282vw;
    text-align: center;
  }
}
.l-footer .l-company-info__group-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px 50px;
}
@media print, screen and (max-width: 760px) {
  .l-footer .l-company-info__group-list {
    flex-direction: column;
    gap: 0;
    padding: 0 3.0769230769vw;
  }
}
.l-footer .l-company-info__group-list li {
  margin-bottom: 8px;
}
@media print, screen and (min-width: 761px) {
  .l-footer .l-company-info__group-list li:last-child {
    margin-bottom: 0;
  }
}
.l-footer__copy {
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 23px 0;
}
@media print, screen and (max-width: 760px) {
  .l-footer__copy {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.l-footer__btn {
  width: 100%;
  max-width: 870px;
  height: 107px;
  margin: 0 auto 25px;
  border-radius: 65px;
  background: #fbc200 url(../images/cmn/icon_link_02.svg) no-repeat right 25px center/48px 48px;
  font-size: 34px;
  font-weight: 700;
  display: flex;
  color: #222;
  align-items: center;
  gap: 12.5px;
  padding-left: 33px;
}
@media print, screen and (max-width: 900px) {
  .l-footer__btn {
    font-size: 29px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer__btn {
    height: auto;
    min-height: 27.4358974359vw;
    margin-bottom: 6.4102564103vw;
    padding: 5.1282051282vw 13.5897435897vw 5.1282051282vw 3.5897435897vw;
    border-radius: 9999px;
    font-size: 19px;
    font-size: 4.8717948718vw;
    gap: 2.5641025641vw;
    background: #fbc200 url(../images/cmn/icon_link_02.svg) no-repeat right 3.5897435897vw center/9.2307692308vw 9.2307692308vw;
  }
}
.l-footer__btn-icon {
  width: 80px;
}
@media print, screen and (max-width: 760px) {
  .l-footer__btn-icon {
    width: 12.8205128205vw;
    flex-shrink: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer__btn p {
    line-height: 1.4;
  }
}
.l-footer__info-title {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .l-footer__info-title {
    font-size: 4.6153846154vw;
    margin-right: -2.5641025641vw;
  }
}
.l-footer__list {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 33px;
  margin-bottom: 14px;
}
.l-footer__list li {
  display: flex;
  align-items: center;
}
.l-footer__list li::before {
  content: "｜";
}
.l-footer__list li:first-child::before {
  display: none;
}
.l-footer__list li.recruit::after {
  display: block;
  width: 18.89px;
  height: 16.99px;
  background: url(../images/cmn/icon_link_06.svg) no-repeat left top/contain;
  margin-left: 6px;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .l-footer__list li.recruit::after {
    width: 4.4179487179vw;
    height: 3.9820512821vw;
    gap: 2.5641025641vw;
  }
}

.l-footer-main {
  padding-top: 67px;
  padding-bottom: 20px;
  display: none;
}
@media print, screen and (max-width: 760px) {
  .l-footer-main {
    padding-top: 16.4102564103vw;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .l-footer-main .l-footer__company .p-item-info {
    margin-top: 38px;
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .l-footer-main .l-footer__company .p-item-info__tel a {
    font-size: 24px;
  }
}

.l-footer-page {
  padding-top: 84px;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-page {
    padding-top: 10.2564102564vw;
    padding-bottom: 5.1282051282vw;
  }
}

@media print, screen and (min-width: 761px) {
  .page-top .l-footer-cmn {
    padding: 89px 20px 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-footer-cmn {
    padding: 13.5897435897vw 5.1282051282vw 18.2051282051vw;
  }
}
.page-top .l-footer-cmn__btn {
  display: block;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-footer-cmn__btn {
    display: block;
    width: 89.7435897436vw;
    margin: 9.7435897436vw auto 0;
  }
}
.page-top .l-footer-main {
  display: block;
}
.page-top .l-footer-page {
  display: none;
}

/*  .fixed-btn
*----------------------------------- */
.fixed-btn {
  position: fixed;
  left: 0;
  bottom: -1px;
  right: 0;
  padding: 4vw 0 5vw;
  margin: auto;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(30px) brightness(1.5);
  -webkit-backdrop-filter: blur(30px) brightness(1.2);
}
@media print, screen and (min-width: 761px) {
  .fixed-btn {
    display: none;
  }
}
.fixed-btn ul {
  display: flex;
  gap: 2vw;
}
.fixed-btn .p-item-button a {
  width: 82.0512820513vw;
  height: 16.9230769231vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.1025641026vw;
  font-weight: 700;
  border-radius: 16.9230769231vw;
  background-color: #fbc200;
}

/*  .l-footer-cookie
*----------------------------------- */
.l-footer-cookie.l-footer-cookie--close {
  display: none;
}
.l-footer-cookie__in {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}
.l-footer-cookie__in.js-load--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}
.l-footer-cookie__container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  color: #fff;
  padding: 20px;
  gap: 0 20px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__container {
    width: 100%;
    padding: 5.33333vw;
    display: block;
    flex-wrap: wrap;
    gap: 0;
    padding: 20px 0;
  }
}
.l-footer-cookie__text {
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__text {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
.l-footer-cookie__text a {
  text-decoration: underline;
}
.l-footer-cookie__text a:hover {
  text-decoration: none;
}
.l-footer-cookie .l-footer-cookie__btn {
  width: 100px;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}
.l-footer-cookie .l-footer-cookie__btn.btn-03 {
  display: inline-block;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  text-align: center;
  color: #000;
  z-index: 1;
  transition: border-radius 0.3s ease;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}

/*!
 * jquery-drawer - A small CSS3 and jQuery plugin for app style drawer menu.
 * @version v2.4.0
 * @link    http://git.blivesta.com/drawer
 * @author  blivesta
 * @license MIT
 */
body.drawer-navbar.drawer-fixed {
  padding-top: 0;
}

.drawer-main {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}

.drawer-left .drawer-main {
  left: -280px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-280px, 0px, 0px);
  transform: translate3d(-280px, 0px, 0px);
}

.drawer-left.drawer-open .drawer-main {
  left: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.drawer-right .drawer-main {
  right: -280px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(280px, 0px, 0px);
  transform: translate3d(280px, 0px, 0px);
}

.drawer-right.drawer-open .drawer-main {
  right: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* .drawer-top .drawer-main {
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, -100%, 0px);
  transform: translate3d(0, -100%, 0px);
} */
/* .drawer-top.drawer-open .drawer-main {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
} */
.drawer-top .drawer-main {
  width: 100%;
  height: auto;
  max-height: 100%;
  right: -280px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, -100%, 0px);
  transform: translate3d(0, -100%, 0px);
}

.drawer-top.drawer-open .drawer-main {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}

.drawer-overlay {
  position: relative;
}

.drawer-left .drawer-hamburger {
  left: 0;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.drawer-left.drawer-open .drawer-hamburger {
  -webkit-transform: translateX(280px) translateY(0px);
  -ms-transform: translateX(280px) translateY(0px);
  -o-transform: translateX(280px) translateY(0px);
  transform: translateX(280px) translateY(0px);
}

.drawer-right .drawer-hamburger {
  right: 0;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.drawer-right.drawer-open .drawer-hamburger {
  -webkit-transform: translateX(-280px) translateY(0px);
  -ms-transform: translateX(-280px) translateY(0px);
  -o-transform: translateX(-280px) translateY(0px);
  transform: translateX(-280px) translateY(0px);
}

.drawer-top .drawer-hamburger {
  right: 0;
}

.drawer-top.drawer-open .drawer-hamburger {
  z-index: 99999999;
  right: 0;
}

.drawer-overlay-upper {
  position: fixed;
  z-index: 5200;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background-color: rgb(255, 255, 255);
}

.drawer-open .drawer-overlay-upper {
  display: block !important;
}

.drawer-hamburger {
  border: 0;
  position: fixed;
  display: block;
  bottom: 0;
  padding: 10px 16px;
  width: 50px;
  height: 49px;
  background: #242424;
  border: none;
  /* border-radius:50%; */
  z-index: 99999999;
  outline: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.drawer-open .drawer-hamburger {
  background: #242424;
}

.drawer-hamburger.on, .naka .drawer-hamburger {
  bottom: 0;
  z-index: 999999;
}

.drawer-header .txt {
  color: #fff;
  font-size: 0.8rem;
}

.drawer-open .drawer-header .txt {
  display: none;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger .txt {
  color: #fff;
  font-size: 0.7em;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 2px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  height: 2px;
  width: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background-color: #242424;
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  position: absolute;
  content: " ";
  top: -10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: -5px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: -2px;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-default {
  -webkit-box-shadow: inset 0 0px 0px #303030;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 0px #303030;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
}

.drawer-default + .drawer-overlay {
  background-color: #fff;
}

.drawer-default li,
.drawer-default a,
.drawer-default .drawer-brand {
  position: relative;
  display: block;
}

.drawer-open .drawer-default li {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #e2e2e2;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX();
  -webkit-animation: menu_anime 0.5s ease 0.25s 1 forwards;
  animation: menu_anime 0.5s ease 0.25s 1 forwards;
}

.drawer-open .drawer-default li.logo {
  width: 46%;
  margin: 10% auto;
  border-top: none;
}

.drawer-open .drawer-default li.last {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10%;
}

.drawer-open .drawer-default li.other_link {
  width: 42%;
  display: inline-block;
  border-top: none;
}

.drawer-open .drawer-default li.other_link a {
  text-align: center;
  font-size: 11px;
  font-weight: 300;
}

.drawer-open .drawer-default li.other_link a.blank p {
  padding-right: 16px;
  background: url(../img/cmn/icon_blank.png) right 2px no-repeat;
  background-size: 10px auto;
  display: inline;
}

.drawer-open .drawer-default li .sub_list {
  height: auto;
}

.drawer-open .drawer-default li .sub_list li {
  width: 100%;
}

.drawer-open .drawer-default li .sub_list li a::before {
  content: "- ";
}

.drawer-open .drawer-default li .sub_list li a p {
  display: inline;
}

.drawer-open .drawer-default li.btn_cv,
.drawer-open .drawer-default li.btn_tel {
  border: none;
  margin-bottom: 5%;
}

.drawer-open .drawer-default li.btn_cv a {
  background: #fbc200;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 8% 0;
}

.drawer-open .drawer-default li.btn_tel a {
  background: #f5e3e0;
  color: #393939;
  text-align: center;
  line-height: 1;
  padding: 7% 0;
}

.drawer-open .drawer-default li.btn_tel a span {
  font-size: 20px;
  margin-bottom: 5px;
}

@-webkit-keyframes menu_anime {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes menu_anime {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.drawer-default a {
  text-decoration: none;
  color: #171717;
  font-size: 13px;
  text-align: center;
  padding: 5% 5%;
  font-weight: 600;
  line-height: 1;
}

.drawer-default .logo {
  width: 100%;
  margin-bottom: 5%;
  background: #FFF;
}

.drawer-default .logo a img {
  width: 100%;
}

.drawer-default a .inner {
  margin: 0 auto;
  position: relative;
}

.drawer-default a span {
  display: inline-block;
}

@media print, screen and (max-width: 760px) {
  .drawer-default ul {
    height: 800px;
    text-align: center;
  }
}
.drawer-default a:hover, .drawer-default a:focus {
  background: rgba(218, 164, 163, 0.3);
}

.drawer-default .drawer-brand a {
  padding: 20px 15px;
  color: #FFF;
  font-size: 22px;
}

.drawer-default .drawer-brand a:hover {
  opacity: 1;
}

.drawer-default .drawer-brand > img {
  display: block;
}

.drawer-default .drawer-footer {
  position: relative;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}

.drawer-default .drawer-footer span:before,
.drawer-default .drawer-footer span:after {
  content: " ";
  display: block;
}

.drawer-default > ul {
  width: 100%;
  height: 1000px;
  margin: 0 auto 54px;
  padding: 0;
  list-style: none;
}

.drawer-default .drawer-menu-item {
  padding: 15px 15px 0;
  font-size: 18px;
  color: #555;
}

.drawer-default .drawer-menu-item.disabled a {
  color: #333;
}

.drawer-default .drawer-menu-item.disabled a:hover,
.drawer-default .drawer-menu-item.disabled a:focus {
  cursor: not-allowed;
  color: #333;
  background-color: transparent;
}

.drawer-default .drawer-menu-item a {
  /* color: #888; */
  color: #111;
}

.drawer-default .drawer-menu-item a:hover,
.drawer-default .drawer-menu-item a:focus {
  color: #fff;
  background-color: transparent;
}

.drawer-default .drawer-menu-item a img {
  max-width: none;
}

.drawer-default .drawer-submenu {
  margin-bottom: 20px;
}

.drawer-default .drawer-submenu:last-child {
  margin-bottom: 0;
}

.drawer-default .drawer-submenu-item {
  padding: 0;
}

.drawer-default .drawer-submenu-item a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.drawer-default .drawer-submenu-item a:hover,
.drawer-default .drawer-submenu-item a:focus {
  color: #fff;
}

.drawer-default .dropdown-menu {
  position: absolute;
  display: none;
  z-index: 5000;
  background-color: #222;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-default .dropdown-menu > li > a {
  padding: 0 !important;
}

.drawer-default .dropdown.open > .dropdown-menu {
  position: static;
  display: block;
  float: none;
  width: auto;
}

@media (max-width: 767px) {
  .drawer-default a:hover, .drawer-default a:focus {
    color: #888 !important;
    text-decoration: none;
  }
}
.drawer-navbar-default {
  background-color: #222;
  -webkit-box-shadow: inset 0 0px 0px #000000;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 0px #000000;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
}

.drawer-navbar-default + .drawer-overlay {
  background-color: #fff;
}

.drawer-navbar-default li,
.drawer-navbar-default a,
.drawer-navbar-default .drawer-brand {
  position: relative;
  display: block;
}

.drawer-navbar-default a {
  text-decoration: none;
  outline: 0;
}

.drawer-navbar-default a:hover,
.drawer-navbar-default a:focus {
  text-decoration: none;
}

.drawer-navbar-default .drawer-brand a {
  padding: 20px 15px;
  color: #fff;
  font-size: 22px;
}

.drawer-navbar-default .drawer-brand a:hover,
.drawer-navbar-default .drawer-brand a:focus {
  color: #555;
}

.drawer-navbar-default .drawer-brand > img {
  display: block;
}

.drawer-navbar-default .drawer-footer {
  position: relative;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}

.drawer-navbar-default .drawer-footer span:before,
.drawer-navbar-default .drawer-footer span:after {
  content: " ";
  display: block;
}

.drawer-navbar-default ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-navbar-default .drawer-menu.drawer-navbar-right {
  float: none;
}

.drawer-navbar-default .drawer-menu-item {
  padding: 15px 15px 0;
  font-size: 18px;
  color: #555;
}

.drawer-navbar-default .drawer-menu-item.disabled a {
  color: #333;
}

.drawer-navbar-default .drawer-menu-item.disabled a:hover,
.drawer-navbar-default .drawer-menu-item.disabled a:focus {
  color: #333;
  background-color: transparent;
  cursor: not-allowed;
}

.drawer-navbar-default .drawer-menu-item a {
  color: #888;
}

.drawer-navbar-default .drawer-menu-item a:hover,
.drawer-navbar-default .drawer-menu-item a:focus {
  color: #fff;
  background-color: transparent;
}

.drawer-navbar-default .drawer-menu-item a img {
  max-width: none;
}

.drawer-navbar-default .drawer-submenu {
  margin-bottom: 20px;
}

.drawer-navbar-default .drawer-submenu:last-child {
  margin-bottom: 0;
}

.drawer-navbar-default .drawer-submenu-item {
  padding: 0;
}

.drawer-navbar-default .drawer-submenu-item a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.drawer-navbar-default .drawer-submenu-item a:hover,
.drawer-navbar-default .drawer-submenu-item a:focus {
  color: #fff;
}

.drawer-navbar-default .dropdown-menu {
  position: absolute;
  display: none;
  z-index: 5000;
  top: 100%;
  left: 0;
  background-color: #222;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-navbar-default .dropdown-menu > li > a {
  padding: 0 !important;
}

.drawer-navbar-default .dropdown.open > .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  .drawer-navbar-default .container {
    padding-left: 0;
    padding-right: 0;
  }

  .drawer-navbar-default .drawer-menu-item a:hover,
.drawer-navbar-default .drawer-menu-item a:focus {
    color: #888;
    text-decoration: none;
  }

  .drawer-navbar-default .drawer-submenu {
    margin-bottom: 20px;
  }

  .drawer-navbar-default .drawer-submenu:last-child {
    margin-bottom: 0;
  }

  .drawer-navbar-default .drawer-submenu-item a:hover,
.drawer-navbar-default .drawer-submenu-item a:focus {
    color: #ddd;
  }

  .drawer-navbar-default .dropdown.open > .dropdown-menu {
    position: static;
    float: none;
    width: auto;
  }
}
.drawer-dropdown .caret, .drawer-dropdown-hover .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  -o-transition: -o-transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.drawer-dropdown.open .caret, .drawer-dropdown-hover.open .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (min-width: 767px) {
  .drawer-responsive.drawer-left .drawer-toggle,
.drawer-responsive.drawer-right .drawer-toggle,
.drawer-navbar.drawer-left .drawer-toggle,
.drawer-navbar.drawer-right .drawer-toggle,
.drawer-navbar.drawer-top .drawer-toggle {
    display: none;
    visibility: hidden;
  }

  .drawer-responsive.drawer-left .drawer-main {
    left: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-responsive.drawer-right .drawer-main {
    right: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) {
  body.drawer-navbar.drawer-fixed {
    padding-top: 50px;
  }

  .drawer-responsive {
    background-color: #222;
  }

  .drawer-responsive .drawer-overlay {
    background-color: #fff;
  }

  .drawer-responsive .container {
    max-width: 618px;
  }

  .drawer-responsive.drawer-left .drawer-main,
.drawer-responsive.drawer-right .drawer-main {
    position: absolute;
    width: 150px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .drawer-responsive.drawer-left .drawer-main {
    float: left;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 150px;
  }

  .drawer-responsive.drawer-right .drawer-main {
    float: right;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 150px;
  }

  .drawer-navbar.drawer-left .drawer-main,
.drawer-navbar.drawer-right .drawer-main,
.drawer-navbar.drawer-top .drawer-main {
    position: relative;
  }

  .drawer-navbar.drawer-static.drawer-left .drawer-main,
.drawer-navbar.drawer-static.drawer-right .drawer-main,
.drawer-navbar.drawer-static.drawer-top .drawer-main {
    z-index: 5000;
  }

  .drawer-navbar.drawer-fixed.drawer-left .drawer-main,
.drawer-navbar.drawer-fixed.drawer-right .drawer-main,
.drawer-navbar.drawer-fixed.drawer-top .drawer-main {
    position: fixed;
    z-index: 9999999999;
  }

  .drawer-navbar.drawer-left .drawer-main,
.drawer-navbar.drawer-right .drawer-main,
.drawer-navbar.drawer-top .drawer-main {
    display: block;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-navbar-default {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }

  .drawer-navbar-default li,
.drawer-navbar-default a,
.drawer-navbar-default .drawer-brand {
    float: left;
  }

  .drawer-navbar-default a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .drawer-navbar-default .drawer-brand a {
    padding: 0 15px;
    color: #555;
    font-size: 90%;
  }

  .drawer-navbar-default .drawer-brand a:hover,
.drawer-navbar-default .drawer-brand a:focus {
    color: #333;
    background-color: #eee;
  }

  .drawer-navbar-default .drawer-footer {
    display: none;
  }

  .drawer-navbar-default .drawer-menu.drawer-navbar-right {
    float: right;
  }

  .drawer-navbar-default .drawer-menu.drawer-navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .drawer-navbar-default .drawer-menu-item {
    padding: 0;
    font-size: 14px;
  }

  .drawer-navbar-default .drawer-menu-item a:hover,
.drawer-navbar-default .drawer-menu-item a:focus {
    color: #888;
    background-color: #eee;
  }

  .drawer-navbar-default .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px #000000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px #000000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .drawer-navbar-default .dropdown-menu > li {
    float: none;
    /* for IE7+ */
  }

  .drawer-navbar-default .dropdown-menu > li > a {
    width: 160px;
    padding: 0 15px !important;
    /* conflict by cooker */
    color: #fff;
    background-color: #444;
    border-bottom: 1px solid #555;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .drawer-navbar-default .dropdown-menu > li > a:hover,
.drawer-navbar-default .dropdown-menu > li > a:focus {
    color: #999;
    background-color: #333;
  }
}
@media (min-width: 1200px) {
  .drawer-responsive .container {
    max-width: 768px;
  }

  .drawer-responsive.drawer-left .drawer-main,
.drawer-responsive.drawer-right .drawer-main {
    width: 280px !important;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 280px;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 280px;
  }
}
@media print, screen and (max-width: 760px) {
  .drawer-open .drawer-default li.logo {
    width: 35%;
    margin: 0 auto;
    border-top: none;
  }
}
/* ------------------------------------

menu

------------------------------------ */
/*  l-toggle
*----------------------------------- */
.l-toggle {
  position: fixed;
  display: flex;
  align-items: center;
  padding-top: 21px;
  padding-left: 6px;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 78px;
  height: 79px;
  z-index: 999999;
  background: #262626;
  transition: 0.3s;
  border-radius: 0 0 0 50px;
}
@media print, screen and (max-width: 760px) {
  .l-toggle {
    width: 16.4102564103vw;
    height: 16.6666666667vw;
    padding-top: 5.3846153846vw;
    padding-left: 1.5384615385vw;
  }
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 32px;
  height: 24px;
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .l-toggle div {
    width: 6.741025641vw;
    height: 5.1282051282vw;
  }
}
.l-toggle span {
  width: 100%;
  height: 1px;
  background: white;
  transition: 0.3s;
}
.l-toggle p {
  display: none;
}
.l-toggle.active div {
  justify-content: center;
}
.l-toggle.active span:nth-child(1) {
  transform: translateY(1px) rotate(-45deg);
}
.l-toggle.active span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
}
.l-toggle.active span:nth-child(3) {
  display: none;
}

.page-top .l-toggle {
  transform: translate(0, -100px);
}
.page-top .l-toggle.visible {
  transform: translate(0, 0);
}

/*  l-navigation
*----------------------------------- */
.l-navigation {
  position: fixed;
  z-index: 10000;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #242424;
  background: #f5f5f5;
  padding: 140px 20px 60px 20px;
  overflow: scroll;
  transition: 0.3s;
  opacity: 0;
  box-sizing: border-box;
  visibility: hidden;
}
@media print, screen and (max-width: 760px) {
  .l-navigation {
    padding: 18vw 2vw 25vw 2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation .c-button.cv {
    margin: 0 auto 5vw;
    width: 100%;
    height: 90px;
    line-height: 90px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation .c-button.cv span.en {
    font-size: 9vw;
    padding-left: 3%;
    padding-right: 7%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
  }
}

.l-navigation.active {
  opacity: 1;
  visibility: visible;
}

.l-navigation__main {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__main {
    margin-bottom: 8vw;
  }
}
.l-navigation__main ul {
  width: 1123px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__main ul {
    width: 90%;
  }
}
.l-navigation__main ul li {
  width: 347px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 761px) {
  .l-navigation__main ul li {
    margin-right: 30px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__main ul li {
    width: 100%;
    margin-bottom: 3vw;
  }
}
.l-navigation__main ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  background: #fffae8;
  color: #fff;
  padding: 22px 0 18px;
  transition: 0.3s;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 8px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__main ul li a {
    font-size: 4vw;
    padding: 4vw 0 3vw;
    border-radius: 2vw;
  }
}
.l-navigation__main ul li a:hover {
  background: #fbc200;
}
.l-navigation__main ul li a::after {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.l-navigation__main ul li .en {
  font-size: 32px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__main ul li .en {
    font-size: 7vw;
  }
}
.l-navigation__main ul li:nth-child(3n) {
  margin-right: 0;
}
.l-navigation__main ul li:last-child {
  margin-right: 0;
}

.l-navigation__menu {
  width: 1100px;
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .l-navigation__menu {
    display: flex;
    justify-content: space-evenly;
    width: 870px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu {
    width: 90%;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu .p-item__menu {
    background-clip: padding-box;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu p {
    font-size: 3.4vw;
    text-align: left;
    margin: 0 0 2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul {
    border-top: 1px solid #efefef;
    padding-bottom: 3vw;
  }
}
.l-navigation__menu ul li {
  margin: 0 0 10px;
  color: #242424;
}
.l-navigation__menu ul li:hover {
  color: #fbc200;
  opacity: 1;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li {
    padding: 0 5vw 0 1vw;
    margin-bottom: 3vw;
  }
}
.l-navigation__menu ul li.p-item__menu a {
  padding: 0;
}
.l-navigation__menu ul li.p-item__menu a:hover {
  color: #fbc200;
  opacity: 1;
}
.l-navigation__menu ul li.p-item__menu a::before {
  display: none;
}
.l-navigation__menu ul li.p-item__menu a .p-item__index-title {
  font-size: 15px;
  font-weight: 500;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li.p-item__menu a .p-item__index-title {
    font-size: 4vw;
    text-align: left;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li ul {
    border-top: none;
  }
}
.l-navigation__menu ul li ul li {
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li ul li {
    padding-left: 5vw;
  }
}
.l-navigation__menu ul li ul a {
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li ul a {
    font-size: 3.6vw;
    padding: 0 0 0 8vw;
    color: #242424;
    font-weight: 500;
  }
}
.l-navigation__menu ul li.index {
  margin-bottom: 18px;
  color: #fbc200;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li.index {
    margin-bottom: 0;
    margin-top: 6vw;
  }
}
.l-navigation__menu ul li.index span {
  font-size: 36px;
  line-height: 0.8;
}
.l-navigation__menu ul li.recruit span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.l-navigation__menu ul li.recruit span::after {
  display: block;
  width: 16px;
  height: 14px;
  background: url(../images/cmn/icon_link_01.svg) no-repeat left top/contain;
  margin-left: 6px;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li.recruit span::after {
    width: 4.1025641026vw;
    height: 3.5897435897vw;
    gap: 2.5641025641vw;
  }
}
@media print, screen and (min-width: 761px) {
  .l-navigation__menu ul li:last-child {
    margin: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li:last-child {
    border-bottom: none;
  }
}

.l-navigation__entry {
  width: 1100px;
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .l-navigation__entry {
    width: 870px;
    margin: 40px auto;
    padding: 40px 0;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__entry {
    width: 90%;
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .l-navigation__entry {
    border-top: 1px solid #5f5f5f;
  }
}
@media print, screen and (min-width: 761px) {
  .l-navigation__entry ul {
    display: flex;
    gap: 18px;
    justify-content: center;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__entry ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4vw;
  }
}
.l-navigation__entry .p-item {
  width: 250px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  height: 56px;
  line-height: 54px;
  position: relative;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__entry .p-item {
    width: 100%;
    height: 15vw;
    line-height: calc(15vw - 4px);
    font-size: 4.2vw;
  }
}
.l-navigation__entry .p-item::before {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  content: "";
}
.l-navigation__entry .p-item.light {
  background: #fff;
  color: #242424;
  border: 2px solid #5f5f5f;
}
.l-navigation__entry .p-item.light::before {
  border-color: transparent transparent transparent #fbc200;
}
.l-navigation__entry .p-item.light:hover {
  background: #fbc200;
  color: #fff;
  border: 2px solid #fbc200;
}
.l-navigation__entry .p-item.light:hover::before {
  border-color: transparent transparent transparent #fff;
}
.l-navigation__entry .p-item.light-border {
  color: #fff;
  border: 2px solid #fff;
}
.l-navigation__entry .p-item.light-border::before {
  border-color: transparent transparent transparent #fbc200;
}
.l-navigation__entry .p-item.light-border:hover {
  background: #242424;
  color: #fff;
  border: 2px solid #242424;
}
.l-navigation__entry .p-item.light-border:hover::before {
  border-color: transparent transparent transparent #fff;
}
.l-navigation__entry .p-item a {
  width: 100%;
  display: block;
  line-height: 54px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__entry .p-item a {
    line-height: calc(15vw - 4px);
  }
}
.l-navigation__entry .p-item a:hover {
  opacity: 1;
}

/*  l-navigation__sns
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-navigation .l-navigation__sns {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation .l-navigation__sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 18px;
  }
}
@media print, screen and (max-width: 760px) and (max-width: 760px) {
  .l-navigation .l-navigation__sns {
    margin-bottom: 6vw;
    padding-top: 2vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation .l-navigation__sns li {
    width: 32px;
  }
  .l-navigation .l-navigation__sns li:nth-child(2) {
    width: 32px;
  }
  .l-navigation .l-navigation__sns li a {
    display: block;
    line-height: 1;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation .l-navigation__sns li.p-recuit {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 12px;
    border: 1px solid #242424;
  }
}
/* ------------------------------------

common（TOP含む全ページ）

------------------------------------ */
img {
  width: 100%;
}

iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 760px) {
  iframe {
    width: 100%;
  }
}

/*  l-wrapper
*----------------------------------- */
.l-wrapper {
  position: relative;
  overflow-x: hidden;
}

/*  l-main
*----------------------------------- */
/*  fadeInAnim
*----------------------------------- */
.fadeInAnim {
  opacity: 0;
}

@media screen and (min-width: 761px) {
  .fadeInAnim.visible {
    animation: fadeInUp 0.8s ease-out forwards;
  }
}
@media screen and (max-width: 760px) {
  .fadeInAnim.visible {
    animation: fadeInUp_sp 0.8s ease-out forwards;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp_sp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*  tel
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .p-tel a {
    pointer-events: none;
  }
}

/*  bg_movie
*----------------------------------- */
.bg_movie {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.bg_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  .modaal-inner-wrapper {
    width: 92vw;
  }
}
/*  slick-dots
*----------------------------------- */
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #efefef;
}
.slick-dots li.slick-active {
  background: #02adf3;
}

/*  horizontal
*----------------------------------- */
.horizontal {
  margin-bottom: 50px;
  opacity: 1;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .horizontal {
    margin-bottom: 10vw;
    gap: 1px;
  }
}
.horizontal li {
  display: inline-block;
  opacity: 1;
  background: #fbc200;
}
@media print, screen and (max-width: 760px) {
  .horizontal li {
    display: block;
    float: left;
    width: calc(50% - 1px);
    margin: 0 7px;
    opacity: 1;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
  }
}
.horizontal li a {
  color: #fff;
  display: block;
  padding: 7px 15px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .horizontal li a {
    padding: 10px 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.4;
  }
}
.horizontal li.active {
  background: #fbc200;
}
.horizontal li.active a {
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .horizontal li:nth-child(2n) {
    border-right: none;
  }
}
.horizontal input {
  display: none;
  height: 100%;
}
.horizontal label {
  display: block;
  height: 100%;
  padding: 7px 10px;
  text-align: center;
}
.horizontal label:hover {
  background: #fbc200;
  border-radius: 4px;
  color: #fff;
}
.horizontal input[type=radio]:checked + label {
  background: #fbc200;
  border-radius: 4px;
  color: #fff;
}

.horizontal.border {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 0 3px;
}

/*  l-table
*----------------------------------- */
.l-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.3%;
}
.l-table dt {
  background: #fffae8;
  color: #fff;
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 6px;
}
@media print, screen and (max-width: 760px) {
  .l-table dt {
    width: 28%;
    font-size: 3.6vw;
    text-align: center;
  }
}
.l-table dd {
  background: #f7f7f7;
  width: 79.5%;
  padding: 10px 16px;
  font-weight: 400;
  margin-bottom: 6px;
}
@media print, screen and (max-width: 760px) {
  .l-table dd {
    width: 70.5%;
    font-size: 3.5vw;
    line-height: 1.5;
  }
}
@media print, screen and (max-width: 760px) {
  .l-table dd a {
    text-decoration: underline;
  }
}

/*  l-cmn_interview
*----------------------------------- */
.page-top .l-cmn_interview,
.page-cmn .l-cmn_interview {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview,
.page-cmn .l-cmn_interview {
    margin-bottom: 18vw;
  }
}
.page-top .l-cmn_interview__container,
.page-cmn .l-cmn_interview__container {
  max-width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-cmn_interview__container,
.page-cmn .l-cmn_interview__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview__container,
.page-cmn .l-cmn_interview__container {
    max-width: 100%;
  }
}
.page-top .l-cmn_interview__list,
.page-cmn .l-cmn_interview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  width: calc(100% - 255px - 30px);
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview__list,
.page-cmn .l-cmn_interview__list {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.page-top .l-cmn_interview__list .slick-prev,
.page-top .l-cmn_interview__list .slick-next,
.page-cmn .l-cmn_interview__list .slick-prev,
.page-cmn .l-cmn_interview__list .slick-next {
  top: 440px;
  width: 46px;
  height: 46px;
}
.page-top .l-cmn_interview__list .slick-prev,
.page-cmn .l-cmn_interview__list .slick-prev {
  background: url(../images/cmn/prev.png);
  background-size: 100%;
  left: -290px;
}
.page-top .l-cmn_interview__list .slick-next,
.page-cmn .l-cmn_interview__list .slick-next {
  background: url(../images/cmn/next.png);
  background-size: 100%;
  left: -225px;
}
.page-top .l-cmn_interview .p-header,
.page-cmn .l-cmn_interview .p-header {
  width: 260px;
  margin-right: 25px;
  margin-top: 90px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-header,
.page-cmn .l-cmn_interview .p-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.page-top .l-cmn_interview .p-header__title,
.page-cmn .l-cmn_interview .p-header__title {
  font-size: 48px;
  color: #efefef;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-header__title,
.page-cmn .l-cmn_interview .p-header__title {
    font-size: 13vw;
    line-height: 1;
  }
}
.page-top .l-cmn_interview .p-header__subtitle,
.page-cmn .l-cmn_interview .p-header__subtitle {
  font-weight: 600;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-header__subtitle,
.page-cmn .l-cmn_interview .p-header__subtitle {
    margin-top: 1vw;
  }
}
.page-top .l-cmn_interview .p-header__catch,
.page-cmn .l-cmn_interview .p-header__catch {
  font-size: 35px;
  font-weight: 600;
  margin-top: 20px;
  line-height: 1.4;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-header__catch,
.page-cmn .l-cmn_interview .p-header__catch {
    font-size: 9.2vw;
    margin-top: 5vw;
    text-align: center;
  }
}
.page-top .l-cmn_interview .p-header__text,
.page-cmn .l-cmn_interview .p-header__text {
  margin-top: 15px;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-header__text,
.page-cmn .l-cmn_interview .p-header__text {
    margin-top: 3vw;
    margin-bottom: 7vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-cmn_interview .p-item,
.page-cmn .l-cmn_interview .p-item {
    width: 23%;
    margin-right: 36px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-item,
.page-cmn .l-cmn_interview .p-item {
    margin: 0 3vw;
  }
}
.page-top .l-cmn_interview .p-item__photo,
.page-cmn .l-cmn_interview .p-item__photo {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__photo,
.page-cmn .l-cmn_interview .p-item__photo {
    margin-bottom: 5vw;
  }
}
.page-top .l-cmn_interview .p-item__photo.ph_sys img,
.page-cmn .l-cmn_interview .p-item__photo.ph_sys img {
  width: 100%;
  aspect-ratio: 13/18;
  object-fit: cover;
}
.page-top .l-cmn_interview .p-item__title,
.page-cmn .l-cmn_interview .p-item__title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__title,
.page-cmn .l-cmn_interview .p-item__title {
    font-size: 5.5vw;
    margin-bottom: 2vw;
  }
}
.page-top .l-cmn_interview .p-item__text,
.page-cmn .l-cmn_interview .p-item__text {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__text,
.page-cmn .l-cmn_interview .p-item__text {
    font-size: 4.3vw;
    margin-bottom: 4vw;
  }
}
.page-top .l-cmn_interview .p-item__info,
.page-cmn .l-cmn_interview .p-item__info {
  font-size: 14px;
  padding-top: 12px;
  border-top: 1px solid #242424;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__info,
.page-cmn .l-cmn_interview .p-item__info {
    font-size: 3.6vw;
    padding-top: 2vw;
    margin-bottom: 4vw;
    max-height: 12vw;
  }
}
.page-top .l-cmn_interview .p-item__icons-category,
.page-cmn .l-cmn_interview .p-item__icons-category {
  border-top: 1px solid #242424;
  padding-top: 12px;
  max-height: 40px;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__icons-category,
.page-cmn .l-cmn_interview .p-item__icons-category {
    font-size: 3.6vw;
    padding-top: 2vw;
    margin-bottom: 4vw;
    max-height: 12vw;
  }
}
.page-top .l-cmn_interview .p-item__icons-category .icon,
.page-cmn .l-cmn_interview .p-item__icons-category .icon {
  background: none !important;
  color: #242424;
  padding: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__icons-category .icon,
.page-cmn .l-cmn_interview .p-item__icons-category .icon {
    font-size: 3.8vw;
  }
}
.page-top .l-cmn_interview .p-item__icons-category .icon:last-child,
.page-cmn .l-cmn_interview .p-item__icons-category .icon:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-cmn_interview .c-button.simple,
.page-cmn .l-cmn_interview .c-button.simple {
    margin: 0 auto;
  }
}

.page-top .p-header.interview {
  display: none;
}

.page-interview-detail .p-header.top,
.page-people-detail .p-header.top {
  display: none;
}

/*  l-other-contents
*----------------------------------- */
.l-other-contents {
  padding: 50px 0 56px;
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents {
    padding: 14vw 0 17vw;
  }
}
.l-other-contents__container {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents__container {
    width: 85%;
  }
}
.l-other-contents .p-header {
  text-align: center;
  margin: 0 auto 25px;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents .p-header {
    margin-bottom: 5vw;
  }
}
.l-other-contents .p-header__title {
  font-size: 38px;
  color: inherit;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents .p-header__title {
    font-size: 10vw;
    color: inherit;
  }
}
.l-other-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 17px;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents ul {
    gap: 4vw;
  }
}
.l-other-contents li {
  width: 286px;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents li {
    width: 100%;
  }
}
.l-other-contents li a {
  display: block;
  font-size: 17px;
  font-weight: 500;
  padding: 18px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid #242424;
  position: relative;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents li a {
    font-size: 5.1vw;
    padding: 5.5vw 0;
  }
}
.l-other-contents li a::after {
  position: absolute;
  top: 50%;
  right: 29px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  transition: 0.3s;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #efefef;
  border-style: solid;
  content: "";
}
.l-other-contents li a:hover {
  opacity: 1;
  border: 1px solid #fbc200;
  background: #fbc200;
  color: #fff;
}
.l-other-contents li a:hover::after {
  border-color: transparent transparent transparent #fff;
}

.page-cmn .l-other-contents .p-item {
  display: block;
}
.page-cmn .l-other-contents .p-item.crosstalk, .page-cmn .l-other-contents .p-item.about, .page-cmn .l-other-contents .p-item.recruit {
  display: none;
}

.page-profile .l-other-contents .p-item {
  display: none;
}
.page-profile .l-other-contents .p-item.crosstalk, .page-profile .l-other-contents .p-item.about, .page-profile .l-other-contents .p-item.recruit {
  display: block;
}

/* ------------------------------------

c-button

------------------------------------ */
.c-button {
  display: flex;
  justify-content: center;
}
.c-button a {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(772px, 53.6vw);
  min-height: 42px;
  max-width: 240px;
  color: #242424;
  font-weight: 700;
  font-size: 15px;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #fbc200;
  border-radius: 103px;
  gap: 8px;
  transition: opacity 0.3s;
}
@media print, screen and (max-width: 760px) {
  .c-button a {
    width: 100%;
    gap: 2.0512820513vw;
    border-radius: 26.4102564103vw;
    font-size: 3.85vw;
  }
}
.c-button a::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 15px;
  height: 15px;
  background: url(../images/cmn/icon_link_03.svg) no-repeat center/contain;
  content: "";
  pointer-events: none;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media print, screen and (max-width: 760px) {
  .c-button a::after {
    right: 2.8205128205vw;
    width: 3.85vw;
    height: 3.85vw;
  }
}
.c-button a:hover {
  opacity: 0.8;
}
.c-button span {
  padding: 0;
}
.c-button span::after {
  display: none;
}
.c-button.prev a::after {
  right: auto;
  left: 16px;
  transform: translateY(-50%) scaleX(-1);
}
@media print, screen and (max-width: 760px) {
  .c-button.prev a::after {
    right: auto;
    left: 2.8205128205vw;
  }
}
.l-pager .c-button, .pager .c-button {
  width: 100%;
}
.l-pager .c-button a, .pager .c-button a {
  width: 100%;
}

.list-page__main > .c-button {
  margin-top: 40px;
}
@media print, screen and (max-width: 760px) {
  .list-page__main > .c-button {
    margin-top: 7vw;
  }
}

.page-system-index .p-item .c-button {
  width: 100%;
  margin-top: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-system-index .p-item .c-button {
    margin-top: 5vw;
  }
}
.page-system-index .p-item .c-button a {
  width: 100%;
}

/* ------------------------------------

icon

------------------------------------ */
/*  p-item__icons
*----------------------------------- */
.p-item__icons .icon {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 2px 8px 3px;
  line-height: 1.4;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .p-item__icons .icon {
    padding: 2px 8px 3px;
    font-size: 3.2vw;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-item__icons .icon {
    padding: 0 8px 4px;
  }
}

.p-item__icons:empty {
  margin-bottom: 0;
}

/*  p-item__hash
*----------------------------------- */
.p-item__hash .hash {
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 2px;
  margin-right: 4px;
  font-weight: 500;
}

.p-item__hash:empty {
  margin-bottom: 0;
}

/*  new icon
*----------------------------------- */
.new {
  position: relative;
}
.new:after {
  content: "NEW";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: #fbc200;
}
@media print, screen and (max-width: 760px) {
  .new:after {
    font-size: 2vw;
    top: 1.5vw;
    left: 1.5vw;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
  }
}

.l-system-detail .new:after {
  font-size: 16px;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-system-detail .new:after {
    font-size: 12px;
    line-height: 48px;
    width: 48px;
    height: 48px;
  }
}

/*  p-target_blank icon
*----------------------------------- */
.p-target_blank a span {
  position: relative;
}
.p-target_blank a span::after {
  position: absolute;
  top: 4px;
  right: -16px;
  bottom: 0;
  z-index: 1000;
  display: block;
  width: 9px;
  height: 6px;
  margin: auto;
  content: "";
  background: url("../images/cmn/icon_link.svg") center/contain no-repeat;
}

/* ------------------------------------

title

------------------------------------ */
/* list-page__header */
.list-page__header {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  padding-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .list-page__header {
    margin-bottom: 8vw;
    padding-top: 70px;
  }
}
.list-page__header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 761px) {
  .list-page__header__container {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap: 0;
  }
}
.list-page__header__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #242424;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .list-page__header__title {
    font-size: 4.2vw;
    margin-top: 1.4vw;
  }
}
.list-page__header__subtitle {
  font-size: 77px;
  font-weight: 700;
  line-height: 1;
  font-family: poppins, sans-serif;
  text-transform: uppercase;
  color: #fbc200;
}
@media print, screen and (max-width: 760px) {
  .list-page__header__subtitle {
    font-size: 12vw;
  }
}

.p-cmn-header {
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .p-cmn-header .en {
    font-size: 38px;
  }
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header .en {
    font-size: 9vw;
  }
}
.p-cmn-header__subtitle {
  color: #242424;
}
@media print, screen and (min-width: 761px) {
  .p-cmn-header__subtitle {
    font-size: 15px;
    margin-top: 10px;
  }
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header__subtitle {
    font-size: 4vw;
    line-height: 1.3;
  }
}

/* ------------------------------------

page_index c-section01

------------------------------------ */
@media print, screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-mini {
    display: inherit !important;
  }
}
@media print, screen and (min-width: 761px) {
  .sp {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
/* ------------------------------------

Clear Fix

------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ------------------------------------

line-clamp

------------------------------------ */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .line-clamp {
    -webkit-line-clamp: 3;
  }
}

.line-clamp-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .line-clamp-three {
    -webkit-line-clamp: 3;
  }
}

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