@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: alternate-gothic-no-2-d, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: alternate-gothic-no-2-d4, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", ryo-gothic-plusn, sans-serif;
}

body {
  overflow-x: hidden;
  font-family: ryo-gothic-plusn, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #1E1E1E;
  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: #0E0F13;
}
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: #00A1E9;
}

*: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;
}

/* mobile */
/* ------------------------------------

header

------------------------------------ */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  font-size: 15px;
  font-weight: 600;
  top: 0;
  padding: 37px 97px 20px 54px;
  transition: 300ms;
  background-color: transparent;
}
@media print, screen and (max-width: 929px) {
  .l-header {
    height: 14.1025641026vw;
    padding: 3.8461538462vw 16.4102564103vw 2.5641025641vw 5.1282051282vw;
  }
}
.l-header a {
  color: #fff;
}
.l-header__container {
  display: flex;
  justify-content: space-between;
}
.l-header__nav {
  display: flex;
}
@media print, screen and (max-width: 929px) {
  .l-header__nav {
    display: none;
  }
}

@media print, screen and (min-width: 761px) {
  .l-header .p-item {
    width: auto;
  }
}
.l-header .p-item__inner a {
  display: flex;
  align-items: center;
}
.l-header .p-item__logo {
  width: 105px;
  margin-right: 7px;
}
@media print, screen and (max-width: 929px) {
  .l-header .p-item__logo {
    width: 21.5384615385vw;
    margin-right: 2.4vw;
  }
}
.l-header .p-item__title {
  font-size: 11px;
  display: flex;
  font-weight: 600;
  line-height: 1.5;
  gap: 1em;
  color: #fff;
}
@media print, screen and (max-width: 929px) {
  .l-header .p-item__title {
    flex-direction: column;
    font-size: 9px;
    font-size: 2.3076923077vw;
    gap: 0;
  }
}

/*  .l-header__sns
*----------------------------------- */
.l-header .l-header__sns {
  display: flex;
  align-items: center;
  position: relative;
  top: 3px;
}
@media print, screen and (max-width: 929px) {
  .l-header .l-header__sns {
    display: none;
  }
}
.l-header .l-header__sns li {
  width: 19px;
  margin-right: 18px;
}
.l-header .l-header__sns li a {
  display: block;
  line-height: 1;
}
.l-header .l-header__sns li img {
  filter: brightness(0) invert(1);
  display: block;
}
.l-header .l-header__sns li.p-line img {
  filter: brightness(1) invert(0);
}
.l-header .l-header__sns li.p-tt {
  width: 16px;
}
.l-header .l-header__sns li.p-recruit {
  position: relative;
  top: -3px;
  left: -2px;
  width: 72px;
  overflow: hidden;
}

/*  .l-cv_button
*----------------------------------- */
.l-cv_button {
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 4px;
}
.l-cv_button .c-button {
  width: 116px;
  height: 27px;
}
.l-cv_button .cv01 {
  margin-right: 11px;
  line-height: 27px;
}
.l-cv_button .c-button a {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1;
}

.l-header.active,
.page-cmn .l-header {
  padding: 12px 83px 12px 27px;
  background-color: #fff;
}
@media print, screen and (max-width: 929px) {
  .l-header.active,
.page-cmn .l-header {
    padding: 3.8461538462vw 16.4102564103vw 2.5641025641vw 5.1282051282vw;
    height: 14.1025641026vw;
  }
}
.l-header.active a,
.page-cmn .l-header a {
  color: #1E1E1E;
}
.l-header.active + .l-toggle,
.page-cmn .l-header + .l-toggle {
  top: 0;
  right: 16px;
}
@media print, screen and (max-width: 929px) {
  .l-header.active + .l-toggle,
.page-cmn .l-header + .l-toggle {
    right: 0;
  }
}
.l-header.active + .l-toggle span,
.page-cmn .l-header + .l-toggle span {
  background: #1D1D1D;
}
.l-header.active .p-item__logo,
.page-cmn .l-header .p-item__logo {
  background: url(../images/cmn/h_logo_02.png) no-repeat center/contain;
}
.l-header.active .p-item__logo img,
.page-cmn .l-header .p-item__logo img {
  visibility: hidden;
}
.l-header.active .p-item__title,
.page-cmn .l-header .p-item__title {
  color: #1E1E1E;
}
.l-header.active .l-cv_button,
.page-cmn .l-header .l-cv_button {
  padding-top: 0;
  gap: 11px;
}
.l-header.active .l-cv_button .cv02 img,
.page-cmn .l-header .l-cv_button .cv02 img {
  border: 1px solid #707070;
  border-radius: 14px;
}
.l-header.active .l-header__sns,
.page-cmn .l-header .l-header__sns {
  top: 2px;
}
.l-header.active .l-header__sns li,
.page-cmn .l-header .l-header__sns li {
  margin-right: 18px;
}
.l-header.active .l-header__sns li img,
.page-cmn .l-header .l-header__sns li img {
  filter: none;
}

.l-header.is-hide {
  padding: 37px 97px 20px 54px;
  background-color: transparent;
  transition: 200ms;
}
@media (max-width: 760px) {
  .l-header.is-hide {
    padding: 3.8461538462vw 16.4102564103vw 2.5641025641vw 5.1282051282vw;
  }
}
.l-header.is-hide .p-item__logo img {
  visibility: visible;
}
.l-header.is-hide + .l-toggle {
  top: 26px;
  right: 36px;
}
@media print, screen and (max-width: 929px) {
  .l-header.is-hide + .l-toggle {
    top: 0;
    right: 0;
  }
}
.l-header.is-hide + .l-toggle span {
  background: #fff;
}
@media (max-width: 760px) {
  .l-header.is-hide + .l-toggle span {
    height: 0.5128205128vw;
  }
}
.l-header.is-hide .l-header__nav {
  display: none;
}
.l-header.is-hide .p-item__title {
  color: #fff;
}

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

footer

------------------------------------ */
.l-footer {
  padding-top: 83px;
  padding-bottom: 53px;
  background: #000;
  color: #fff;
}
@media (max-width: 760px) {
  .l-footer {
    padding-top: 15.641025641vw;
    padding-bottom: 22.8205128205vw;
  }
}
.l-footer__inner {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 123px 0;
}
@media (max-width: 760px) {
  .l-footer__inner {
    padding: 0 5.1282051282vw;
    gap: 8.4615384615vw;
  }
}
.l-footer__company {
  width: calc(100% - 490px);
  padding-left: 5px;
}
@media (max-width: 760px) {
  .l-footer__company {
    width: 100%;
    padding-left: 0;
  }
}
.l-footer__nav {
  width: 490px;
  border-left: 1px solid #575757;
  flex-shrink: 0;
  display: flex;
  gap: 44px;
  padding-left: 65px;
}
@media (max-width: 760px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.l-footer__nav-list li {
  font-size: 15px;
  line-height: 2.4;
  font-weight: 500;
}
.l-footer__nav-list li::before {
  margin-right: 5px;
  content: "-";
}
.l-footer__copy {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #8E8E8E;
  padding-left: 5px;
}
@media (max-width: 760px) {
  .l-footer__copy {
    padding-left: 0;
    font-size: 11px;
    font-size: 2.8205128205vw;
    text-align: center;
  }
}
.l-footer .p-item-logo {
  width: 183.55px;
  margin-bottom: 28px;
}
@media (max-width: 760px) {
  .l-footer .p-item-logo {
    width: 37.3487179487vw;
    margin: 0 auto 6.9230769231vw;
  }
}
.l-footer .p-item-title {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  gap: 1em;
  margin-bottom: 16px;
}
@media (max-width: 760px) {
  .l-footer .p-item-title {
    font-size: 15px;
    font-size: 3.8461538462vw;
    flex-direction: column;
    gap: 0;
    line-height: 1.8;
    border-bottom: 1px solid #575757;
    align-items: center;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 6.9230769231vw;
  }
}
.l-footer .p-item-info__item {
  display: flex;
  font-size: 14px;
  gap: 16px;
  margin-bottom: 11px;
}
@media (max-width: 760px) {
  .l-footer .p-item-info__item {
    display: block;
    font-size: 14px;
    font-size: 3.5897435897vw;
    margin-bottom: 4.1025641026vw;
  }
}
@media (max-width: 760px) {
  .l-footer .p-item-info__address {
    display: inline;
  }
}
@media (max-width: 760px) {
  .l-footer .p-item-info__access {
    display: inline;
    margin-left: 2.5641025641vw;
  }
}
.l-footer .p-item-info__access a {
  color: #00A1E9;
}
.l-footer .p-item-info__access a::before {
  content: "> ";
}
.l-footer .p-item-info__tel {
  margin-top: 29px;
  margin-bottom: 22px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .l-footer .p-item-info__tel {
    display: block;
    margin-top: 6.6666666667vw;
    margin-bottom: 7.6923076923vw;
  }
}
.l-footer .p-item-info__tel a {
  background-color: #1A1A1A;
  display: flex;
  gap: 22px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 29px;
}
@media (max-width: 760px) {
  .l-footer .p-item-info__tel a {
    flex-direction: column;
    gap: 0;
    font-size: 14px;
    font-size: 3.5897435897vw;
    padding: 2.8205128205vw 2.5641025641vw;
  }
}
.l-footer .p-item-info__tel .number {
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .l-footer .p-item-info__tel .number {
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
.l-footer .p-item-info__tel .number::before {
  content: "TEL";
  font-size: 29px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  padding-top: 3px;
}
@media (max-width: 760px) {
  .l-footer .p-item-info__tel .number::before {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}

.l-footer__link {
  display: flex;
  align-items: center;
  gap: 36px;
  padding-left: 4px;
}
@media (max-width: 760px) {
  .l-footer__link {
    border-top: 1px solid #575757;
    padding-top: 10px;
    gap: 6.6666666667vw;
    padding-top: 5.1282051282vw;
    padding-left: 4.1025641026vw;
    align-items: flex-start;
  }
}
.l-footer__link-item {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .l-footer__link-item {
    font-size: 13px;
    font-size: 3.3333333333vw;
    color: #959595;
  }
}
.l-footer__link-item::before {
  content: "- ";
}
.l-footer__link-item::after {
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 10px;
  background: url(../images/cmn/icon_blank.svg) no-repeat center/cover;
  content: "";
}
@media (max-width: 760px) {
  .l-footer__link-item::after {
    width: 2.3076923077vw;
    height: 2.0512820513vw;
    margin-left: 5px;
  }
}

.l-footer__sns {
  display: flex;
  align-items: center;
  position: relative;
  top: 2px;
}
.l-footer__sns li {
  width: 19px;
}
@media (max-width: 760px) {
  .l-footer__sns li {
    width: 6.0333333333vw;
  }
}
.l-footer__sns li a {
  display: block;
  line-height: 1;
}
.l-footer__sns li img {
  filter: brightness(0) invert(1);
}
.l-footer__sns li.p-line img {
  filter: brightness(1) invert(0);
}
.l-footer__sns li.p-tt {
  width: 16px;
}
.l-footer__sns li.p-recruit {
  position: relative;
  top: -3px;
  left: -2px;
  width: 72px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .l-footer__sns li.p-recruit {
    width: 18.4615384615vw;
    top: -0.2564102564vw;
    left: 0.5128205128vw;
  }
}

.l-footer.form {
  padding-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-footer.form {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.page-form-index .l-footer {
  padding-top: 83px;
  padding-bottom: 53px;
  background: #000;
  color: #fff;
}
@media (max-width: 760px) {
  .page-form-index .l-footer {
    padding-top: 15.641025641vw;
    padding-bottom: 22.8205128205vw;
  }
}
.page-form-index .l-footer__copy {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #8E8E8E;
  padding-left: 5px;
  text-align: center;
}
@media (max-width: 760px) {
  .page-form-index .l-footer__copy {
    padding-left: 0;
    font-size: 11px;
    font-size: 2.8205128205vw;
    text-align: center;
  }
}
.page-form-index .fix_cv_btn {
  display: none;
}
.page-form-index .l-toggle {
  display: none;
}
.page-form-index header .cv.c-button {
  display: none;
}

.l-footer-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  border-top: 1px solid #B4B4B4;
  background: #fff;
  padding-top: 32px;
  padding-bottom: 35px;
}
@media (max-width: 760px) {
  .l-footer-sns {
    padding: 6vw 0 7vw;
    gap: 4vw;
  }
}
.l-footer-sns__title {
  font-size: 15px;
  font-weight: 500;
  padding-right: 18px;
  position: relative;
}
@media (max-width: 760px) {
  .l-footer-sns__title {
    font-size: 3.6vw;
    padding-right: 0;
  }
}
.l-footer-sns__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 9px;
  height: 10px;
  background: #777777;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media (max-width: 760px) {
  .l-footer-sns__title::after {
    content: none;
  }
}
.l-footer-sns__list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .l-footer-sns__list {
    justify-content: center;
    gap: 3vw 0;
    width: 60vw;
  }
}
@media (max-width: 760px) {
  .l-footer-sns li {
    width: 50%;
  }
}
.l-footer-sns li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-footer-sns li a {
    gap: 2vw;
  }
}
.l-footer-sns li img {
  width: 25px;
  display: block;
}
@media (max-width: 760px) {
  .l-footer-sns li img {
    width: 6.4vw;
  }
}
.l-footer-sns li span {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 760px) {
  .l-footer-sns li span {
    font-size: 3.6vw;
  }
}
.l-footer-sns li.p-yt img {
  width: 26px;
}
@media (max-width: 760px) {
  .l-footer-sns li.p-yt img {
    width: 6.7vw;
  }
}
.l-footer-sns li.p-tt img {
  width: 23px;
}
@media (max-width: 760px) {
  .l-footer-sns li.p-tt img {
    width: 5.8vw;
  }
}

/*  l-control : footer menu (SP)
*----------------------------------- */
.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  height: 17.6923076923vw;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.3333333333vw 2.8205128205vw 3.5897435897vw;
  background-color: rgba(30, 30, 30, 0.59);
}
.fixed-btn ul {
  display: flex;
  gap: 2.0512820513vw;
  width: 100%;
}
.fixed-btn li {
  width: 100%;
  height: 10.7692307692vw;
}
.fixed-btn a {
  display: block;
}

/*  .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 {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__container {
    width: 100%;
    padding: 5.33333vw;
    display: block;
  }
}
.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: #fff;
  border: none;
  /* border-radius:50%; */
  z-index: 99999999;
  outline: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

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

.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: #fff;
}

.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: #00A1E9;
  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;
  justify-content: center;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 16.4102564103vw;
  height: 13.8461538462vw;
  z-index: 999999;
  transition: 300ms;
}
@media print, screen and (min-width: 930px) {
  .l-toggle {
    top: 26px;
    right: 36px;
    width: 55px;
    height: 55px;
  }
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 5.3846153846vw;
  height: 1.5384615385vw;
  margin: 0;
}
@media print, screen and (min-width: 930px) {
  .l-toggle div {
    width: 30px;
    height: 6px;
  }
}
.l-toggle span {
  width: 100%;
  height: 0.2564102564vw;
  background: #fff;
  transition: 0.3s;
}
@media print, screen and (min-width: 761px) {
  .l-toggle span {
    height: 1px;
  }
}
.l-toggle.active div {
  justify-content: center;
  width: 50px;
}
@media (max-width: 760px) {
  .l-toggle.active div {
    width: 7.6923076923vw;
  }
}
.l-toggle.active span:nth-child(1) {
  transform: translateY(0px) rotate(-45deg);
}
@media (max-width: 760px) {
  .l-toggle.active span:nth-child(1) {
    transform: translateY(0.5128205128vw) rotate(-45deg);
  }
}
.l-toggle.active span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
}
@media (max-width: 760px) {
  .l-toggle.active span:nth-child(2) {
    transform: translateY(0vw) rotate(45deg);
  }
}

/*  l-navigation
*----------------------------------- */
.l-navigation {
  position: fixed;
  z-index: 10000;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #0E0F13 url(../images/cmn/bg_menu.jpg) no-repeat center/cover;
  overflow: scroll;
  transition: 0.3s;
  opacity: 0;
  box-sizing: border-box;
  visibility: hidden;
  min-width: 1080px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation {
    background-image: url(../images/cmn/bg_menu_sp.jpg);
    background-position: top center;
    padding: 18vw 5.1282051282vw 16.6666666667vw 5.1282051282vw;
    display: block;
    min-width: inherit;
  }
}
@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__btns {
  display: flex;
  flex-direction: column;
  gap: 21px;
}
@media (max-width: 760px) {
  .l-navigation__btns {
    padding-top: 8.4615384615vw;
    gap: 5.3846153846vw;
  }
}
.l-navigation__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 457px;
  padding-top: 15px;
  padding-bottom: 23px;
}
@media (max-width: 760px) {
  .l-navigation__btn {
    width: 100%;
  }
}
.l-navigation__btn-ttl {
  font-size: 51px;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-navigation__btn-ttl {
    font-size: 51px;
    font-size: 13.0769230769vw;
    margin-bottom: 1.2820512821vw;
  }
}
.l-navigation__btn-txt {
  font-size: 15px;
  font-weight: 700;
  display: flex;
  gap: 11px;
}
.l-navigation__btn-txt::after {
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.l-navigation__btn.is-btn-1 {
  background-color: #00A1E9;
  color: #fff;
}
.l-navigation__btn.is-btn-1 .l-navigation__btn-txt::after {
  background-image: url(../images/cmn/icon_link_03.svg);
}
.l-navigation__btn.is-btn-2 {
  background-color: #F0F0F0;
  color: #1E1E1E;
}
.l-navigation__btn.is-btn-2 .l-navigation__btn-txt::after {
  background-image: url(../images/cmn/icon_link_02.svg);
}
.l-navigation__ttl {
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 400;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.43);
  width: 100%;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .l-navigation__ttl {
    font-size: 30px;
    font-size: 7.6923076923vw;
    margin-bottom: 2.8205128205vw;
  }
}
.l-navigation__nav {
  display: flex;
  gap: 0 60px;
  flex-wrap: wrap;
  padding-left: 74px;
}
@media (max-width: 760px) {
  .l-navigation__nav {
    padding: 0;
    flex-direction: column;
    border-left: none;
    margin-left: 0;
    gap: 0;
  }
}
.l-navigation__nav-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media (max-width: 760px) {
  .l-navigation__nav-list {
    border-top: 1px solid #4B4F5F;
    gap: 0;
  }
}
.l-navigation__nav-list li {
  font-size: 18px;
  line-height: 2.38;
  font-weight: 500;
}
@media (max-width: 760px) {
  .l-navigation__nav-list li {
    font-size: 17px;
    font-size: 4.358974359vw;
    line-height: 1.5;
    border-bottom: 1px solid #4B4F5F;
  }
}
.l-navigation__nav-list li a::before {
  margin-right: 5px;
  content: "-";
}
@media (max-width: 760px) {
  .l-navigation__nav-list li a {
    display: block;
    padding: 11.5px 3.0769230769vw 12px;
  }
}
.l-navigation .p-item-info__tel {
  margin-top: 29px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 760px) {
  .l-navigation .p-item-info__tel {
    display: block;
    margin-top: 2.5641025641vw;
    margin-bottom: 4.6153846154vw;
  }
}
.l-navigation .p-item-info__tel a {
  display: flex;
  gap: 13px;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 760px) {
  .l-navigation .p-item-info__tel a {
    flex-direction: column;
    gap: 0;
    font-size: 14px;
    font-size: 3.5897435897vw;
    padding: 2.8205128205vw 0;
  }
}
.l-navigation .p-item-info__tel .number {
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .l-navigation .p-item-info__tel .number {
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
.l-navigation .p-item-info__tel .number::before {
  content: "TEL";
  font-size: 29px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-weight: 400;
  padding-top: 3px;
}
@media (max-width: 760px) {
  .l-navigation .p-item-info__tel .number::before {
    font-size: 28px;
    font-size: 7.1794871795vw;
  }
}

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

.l-navigation__menu {
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-top: 27px;
}
@media (max-width: 760px) {
  .l-navigation__menu {
    align-items: flex-start;
    flex-direction: column-reverse;
    width: 100%;
    padding-top: 1.7948717949vw;
    height: auto;
  }
}

.l-navigation__item {
  width: 50%;
}
@media (max-width: 760px) {
  .l-navigation__item {
    width: 100%;
  }
}
.l-navigation__item:first-child {
  padding-left: 19px;
}
@media (min-width: 761px) {
  .l-navigation__item:first-child {
    border-right: 1px solid #575757;
    padding-right: 12px;
  }
}
@media (max-width: 760px) {
  .l-navigation__item:first-child {
    padding-left: 0;
  }
}

.l-navigation__sns {
  display: flex;
  align-items: center;
  position: relative;
}
.l-navigation__sns li {
  width: 19px;
}
@media (max-width: 760px) {
  .l-navigation__sns li {
    width: 4.9384615385vw;
    margin-right: 4.3333333333vw;
  }
}
.l-navigation__sns li a {
  display: block;
  line-height: 1;
}
.l-navigation__sns li img {
  filter: brightness(0) invert(1);
}
.l-navigation__sns li.p-line img {
  filter: brightness(1) invert(0);
}
.l-navigation__sns li.p-tt {
  width: 16px;
}
.l-navigation__sns li.p-recruit {
  position: relative;
  top: -3px;
  left: -2px;
  width: 72px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .l-navigation__sns li.p-recruit {
    width: 18.4615384615vw;
    top: -0.2564102564vw;
    left: 0.5128205128vw;
  }
}

.l-navigation__link {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 760px) {
  .l-navigation__link {
    border-top: 1px solid #575757;
    padding-top: 10px;
    gap: 6.6666666667vw;
    padding: 8.7179487179vw 5.1282051282vw 0;
  }
}
.l-navigation__link-item {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 760px) {
  .l-navigation__link-item {
    font-size: 13px;
    font-size: 3.3333333333vw;
    color: #959595;
  }
}
.l-navigation__link-item::before {
  content: "- ";
}
.l-navigation__link-item::after {
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 10px;
  background: url(../images/cmn/icon_blank.svg) no-repeat center/cover;
  content: "";
}
@media (max-width: 760px) {
  .l-navigation__link-item::after {
    width: 2.3076923077vw;
    height: 2.0512820513vw;
    margin-left: 5px;
  }
}

.l-navigation-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #1E1E1E;
  max-width: 457px;
  margin-top: 36px;
}
@media (max-width: 760px) {
  .l-navigation-sns {
    padding: 5vw 0 5.5vw;
    gap: 4vw;
    margin-top: 8vw;
  }
}
.l-navigation-sns__title {
  font-size: 15px;
  font-weight: 500;
  padding-right: 18px;
  position: relative;
}
@media (max-width: 760px) {
  .l-navigation-sns__title {
    font-size: 3.6vw;
    padding-right: 0;
  }
}
.l-navigation-sns__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: #777777;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (max-width: 760px) {
  .l-navigation-sns__title::after {
    content: none;
  }
}
.l-navigation-sns__list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 760px) {
  .l-navigation-sns__list {
    justify-content: center;
    gap: 3vw 0;
    width: 60vw;
  }
}
@media (max-width: 760px) {
  .l-navigation-sns li {
    width: 50%;
  }
}
.l-navigation-sns li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-navigation-sns li a {
    gap: 2vw;
  }
}
.l-navigation-sns li img {
  width: 25px;
  display: block;
}
@media (max-width: 760px) {
  .l-navigation-sns li img {
    width: 6.4vw;
  }
}
.l-navigation-sns li span {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 760px) {
  .l-navigation-sns li span {
    font-size: 3.6vw;
  }
}
.l-navigation-sns li.p-yt img {
  width: 26px;
}
@media (max-width: 760px) {
  .l-navigation-sns li.p-yt img {
    width: 6.7vw;
  }
}
.l-navigation-sns li.p-tt img {
  width: 23px;
}
@media (max-width: 760px) {
  .l-navigation-sns li.p-tt img {
    width: 5.8vw;
  }
}

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

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-wrapper::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background-image: url(../images/top/bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  content: "";
  z-index: -100;
}
@media (max-width: 760px) {
  .l-wrapper::before {
    background-image: url(../images/top/bg_sp.jpg);
    background-size: 100vw auto;
    left: inherit;
    inset: 0;
    width: 100dvw;
  }
}

/*  l-main
*----------------------------------- */
.l-main {
  padding-bottom: 120px;
}
@media print, screen and (max-width: 760px) {
  .l-main {
    padding-bottom: 16%;
  }
}

/*  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: #bababa;
}
.slick-dots li.slick-active {
  background: #00A1E9;
}

/*  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: #00A1E9;
}
@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: #00A1E9;
}
.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: #00A1E9;
  border-radius: 4px;
  color: #fff;
}
.horizontal input[type=radio]:checked + label {
  background: #00A1E9;
  border-radius: 4px;
  color: #fff;
}

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

/*  l-table
*----------------------------------- */
.l-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.3%;
  padding-top: 1px;
  max-width: 952px;
  margin: 0 auto;
}
.l-table dt, .l-table dd {
  text-align: left;
  line-height: 1.8666666667;
}
@media (min-width: 761px) {
  .l-table dt, .l-table dd {
    font-size: 1.5rem;
    padding: 20px 0 19px;
  }
}
@media (max-width: 760px) {
  .l-table dt, .l-table dd {
    font-size: 3.8461538462vw;
    padding: 4.1025641026vw 0 3.8461538462vw;
  }
}
.l-table dt {
  background: #FFF;
  width: 14.9%;
  font-weight: 700;
  border-bottom: 1px solid #BEBEBE;
}
.l-table dt:last-of-type {
  border-bottom: none;
}
@media (max-width: 760px) {
  .l-table dt {
    width: 21.1538461538vw;
    padding-left: 1.2820512821vw;
  }
}
.l-table dd {
  background: #FFF;
  width: 85.1%;
  font-weight: 400;
  border-bottom: 1px solid #BEBEBE;
}
.l-table dd:last-of-type {
  border-bottom: none;
}
@media (max-width: 760px) {
  .l-table dd {
    width: calc(100% - 21.1538461538vw);
  }
}
.l-table dd a {
  color: #4394B9;
  display: inline-block;
}
@media (min-width: 761px) {
  .l-table dd a {
    margin-left: 19px;
    font-size: 1.3rem;
    transform: translateY(-2px);
  }
}
@media (max-width: 760px) {
  .l-table dd a {
    display: block;
    font-size: 3.3333333333vw;
  }
}
.l-table dd a[href^=tel] {
  color: #1E1E1E;
  margin: 0;
}
@media (min-width: 761px) {
  .l-table dd a[href^=tel] {
    font-size: 1.5rem;
    pointer-events: none;
    text-decoration: none;
    cursor: default;
  }
}
@media (max-width: 760px) {
  .l-table dd a[href^=tel] {
    display: inline-block;
    font-size: 3.8461538462vw;
  }
}
@media (min-width: 761px) {
  .l-table dd ul li {
    padding: 0 0 12px;
  }
}
@media (max-width: 760px) {
  .l-table dd ul li {
    padding: 0 0 2.5641025641vw;
  }
}
.l-table dd ul li + li {
  border-top: 1px dotted #BEBEBE;
}
@media (min-width: 761px) {
  .l-table dd ul li + li {
    padding-top: 14px;
  }
}
@media (max-width: 760px) {
  .l-table dd ul li + li {
    padding-top: 2.5641025641vw;
  }
}
@media (min-width: 761px) {
  .l-table dd ul li:last-child {
    padding-bottom: 6px;
  }
}
@media (max-width: 760px) {
  .l-table dd ul li:last-child {
    padding-bottom: 1.5384615385vw;
  }
}

/*  l-interview
*----------------------------------- */
.page-cmn .l-interview {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview {
    margin-bottom: 18vw;
  }
}
.page-cmn .l-interview__container {
  max-width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .page-cmn .l-interview__container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview__container {
    max-width: 100%;
  }
}
.page-cmn .l-interview__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 30px;
  width: calc(100% - 255px - 30px);
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview__list {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.page-cmn .l-interview__list .slick-prev,
.page-cmn .l-interview__list .slick-next {
  top: 440px;
  width: 46px;
  height: 46px;
}
.page-cmn .l-interview__list .slick-prev {
  background: url(../images/cmn/prev.png);
  background-size: 100%;
  left: -290px;
}
.page-cmn .l-interview__list .slick-next {
  background: url(../images/cmn/next.png);
  background-size: 100%;
  left: -225px;
}
.page-cmn .l-interview .p-header {
  width: 260px;
  margin-right: 25px;
  margin-top: 90px;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
.page-cmn .l-interview .p-header__title {
  font-size: 48px;
  color: #bababa;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-header__title {
    font-size: 13vw;
    line-height: 1;
  }
}
.page-cmn .l-interview .p-header__subtitle {
  font-weight: 600;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-header__subtitle {
    margin-top: 1vw;
  }
}
.page-cmn .l-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-cmn .l-interview .p-header__catch {
    font-size: 9.2vw;
    margin-top: 5vw;
    text-align: center;
  }
}
.page-cmn .l-interview .p-header__text {
  margin-top: 15px;
  margin-bottom: 35px;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-header__text {
    margin-top: 3vw;
    margin-bottom: 7vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 761px) {
  .page-cmn .l-interview .p-item {
    width: 23%;
    margin-right: 36px;
  }
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-item {
    margin: 0 3vw;
  }
}
.page-cmn .l-interview .p-item__photo {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-item__photo {
    margin-bottom: 5vw;
  }
}
.page-cmn .l-interview .p-item__photo.ph_sys img {
  width: 100%;
  aspect-ratio: 13/18;
  object-fit: cover;
}
.page-cmn .l-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-cmn .l-interview .p-item__title {
    font-size: 5.5vw;
    margin-bottom: 2vw;
  }
}
.page-cmn .l-interview .p-item__text {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-item__text {
    font-size: 4.3vw;
    margin-bottom: 4vw;
  }
}
.page-cmn .l-interview .p-item__info {
  font-size: 14px;
  padding-top: 12px;
  border-top: 1px solid #1E1E1E;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-item__info {
    font-size: 3.6vw;
    padding-top: 2vw;
    margin-bottom: 4vw;
    max-height: 12vw;
  }
}
.page-cmn .l-interview .p-item__icons-category {
  border-top: 1px solid #1E1E1E;
  padding-top: 12px;
  max-height: 40px;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-item__icons-category {
    font-size: 3.6vw;
    padding-top: 2vw;
    margin-bottom: 4vw;
    max-height: 12vw;
  }
}
.page-cmn .l-interview .p-item__icons-category .icon {
  background: none !important;
  color: #1E1E1E;
  padding: 0;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-interview .p-item__icons-category .icon {
    font-size: 3.8vw;
  }
}
.page-cmn .l-interview .p-item__icons-category .icon:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 760px) {
  .page-cmn .l-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 {
  background: #fff;
  margin: 0;
}
@media (min-width: 761px) {
  .l-other-contents {
    padding: 45px 0 50px;
  }
}
@media (max-width: 760px) {
  .l-other-contents {
    padding: 11.0256410256vw 0 12.8205128205vw;
  }
}
.l-other-contents__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-other-contents__container {
    width: 86.4102564103vw;
  }
}
.l-other-contents .p-cmn-header {
  text-align: center;
  margin: 0 auto 25px;
}
@media (max-width: 760px) {
  .l-other-contents .p-cmn-header {
    margin-bottom: 5vw;
  }
}
.l-other-contents .p-cmn-header__title {
  color: inherit !important;
}
@media (min-width: 761px) {
  .l-other-contents .p-cmn-header__title {
    font-size: 6.8rem !important;
  }
}
@media (max-width: 760px) {
  .l-other-contents .p-cmn-header__title {
    font-size: 12.0512820513vw !important;
  }
}
@media (min-width: 761px) {
  .l-other-contents .p-cmn-header__subtitle {
    font-size: 1.5rem !important;
    margin-top: 2px;
  }
}
.l-other-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 760px) {
  .l-other-contents ul {
    gap: 4.1025641026vw;
  }
}
.l-other-contents li {
  width: 385px;
}
@media (max-width: 760px) {
  .l-other-contents li {
    width: 86.4102564103vw;
  }
}
.l-other-contents li a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  text-align: center;
  background: #fff;
  border: 1px solid #707070;
}
@media (min-width: 761px) {
  .l-other-contents li a {
    font-size: 1.6rem;
    margin-top: 2px;
    padding: 26px 24px 23px;
  }
}
@media (max-width: 760px) {
  .l-other-contents li a {
    font-size: 4.1025641026vw;
    padding: 6.4102564103vw 0;
  }
}
.l-other-contents li a::after {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 9.92px;
  height: 8.15px;
  background: url(../images/cmn/icon_btn_01.svg) no-repeat center/cover;
  content: "";
}
@media (max-width: 760px) {
  .l-other-contents li a::after {
    width: 2.5435897436vw;
    height: 2.0897435897vw;
    right: 4.1025641026vw;
  }
}

.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;
}

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

recruit

------------------------------------ */
.l-recruit {
  padding-top: 68px;
  border-top: 1px solid #B4B4B4;
  background: #F7F7F8 url(../images/top/bg_recruit.png) repeat-x center top/100% auto;
}
@media (max-width: 760px) {
  .l-recruit {
    padding-top: 11.0256410256vw;
    background: #F7F7F8 url(../images/top/bg_recruit_sp.png) repeat-x center top/100% auto;
  }
}
@media (max-width: 760px) {
  .l-recruit__inner {
    padding: 0 5.1282051282vw;
    margin-bottom: 8.9743589744vw;
  }
}
.l-recruit__ttl {
  width: 982px;
  margin: 0 auto 29px;
}
@media (max-width: 760px) {
  .l-recruit__ttl {
    width: 66.9102564103vw;
    margin: 0 auto 6.1538461538vw;
  }
}
.l-recruit__txt {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.18;
  margin-bottom: 14px;
}
@media (max-width: 760px) {
  .l-recruit__txt {
    font-size: 15px;
    font-size: 3.8461538462vw;
    line-height: 2;
    text-align: left;
    letter-spacing: -0.01em;
  }
}
.l-recruit__txt-large {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 760px) {
  .l-recruit__txt-large {
    font-size: 22px;
    font-size: 5.641025641vw;
    margin-bottom: 0;
  }
}
.l-recruit__img {
  max-width: 1376px;
  margin: 0 auto;
}
.l-recruit__btns {
  position: relative;
  display: flex;
  margin-top: -5px;
  border-top: 5px solid #000000;
  z-index: 5;
}
@media (max-width: 760px) {
  .l-recruit__btns {
    flex-direction: column;
    margin-top: 0;
    border-top: 1.0256410256vw solid #000;
  }
}
.l-recruit__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 39px;
  gap: 5px;
}
@media (max-width: 760px) {
  .l-recruit__btn {
    padding-top: 5.641025641vw;
    padding-bottom: 6.1538461538vw;
    gap: 0.7692307692vw;
  }
}
.l-recruit__btn-ttl {
  font-size: 73px;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media (max-width: 760px) {
  .l-recruit__btn-ttl {
    font-size: 52px;
    font-size: 13.3333333333vw;
  }
}
.l-recruit__btn-txt {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  gap: 11px;
}
@media (max-width: 760px) {
  .l-recruit__btn-txt {
    font-size: 16px;
    font-size: 4.1025641026vw;
    line-height: 1;
    gap: 2.1538461538vw;
  }
}
.l-recruit__btn-txt::after {
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media (max-width: 760px) {
  .l-recruit__btn-txt::after {
    width: 5.641025641vw;
    height: 5.641025641vw;
  }
}
.l-recruit__btn.is-btn-1 {
  color: #1E1E1E;
}
.l-recruit__btn.is-btn-1 .l-recruit__btn-txt::after {
  background-image: url(../images/cmn/icon_link_02.svg);
}
.l-recruit__btn.is-btn-2 {
  background-color: #00A1E9;
  color: #fff;
}
.l-recruit__btn.is-btn-2 .l-recruit__btn-txt::after {
  background-image: url(../images/cmn/icon_link_03.svg);
}

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

c-button

------------------------------------ */
/*  c-button(基本)  */
.c-button {
  width: fit-content;
  height: 44px;
  line-height: 42px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
}
@media print, screen and (max-width: 760px) {
  .c-button {
    font-size: 3.4vw;
  }
}
.c-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  line-height: 42px;
}
.c-button span {
  position: relative;
  padding-right: 16px;
}
.c-button span::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  content: "";
}

/*  cv  */
.c-button.cv {
  width: 189px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 21px;
  color: #fff;
  background: #00A1E9;
  transition: 0.5s;
}
@media print, screen and (max-width: 760px) {
  .c-button.cv {
    width: 80%;
  }
}
.c-button.cv:hover {
  background: #00A1E9;
}
.c-button.cv span::after {
  border-color: transparent transparent transparent #fff;
}

/*  dark  */
.c-button.dark {
  color: #fff;
  background: #00A1E9;
}
.c-button.dark span::after {
  border-color: transparent transparent transparent #fff;
}

/*  light  */
.c-button.light {
  color: #0E4F90;
  background: #fff;
}
.c-button.light span::after {
  border-color: transparent transparent transparent #0E4F90;
}

/*  dark-border  */
.c-button.dark-border {
  color: #00A1E9;
  border: 1px solid #00A1E9;
}
.c-button.dark-border span::after {
  border-color: transparent transparent transparent #00A1E9;
}

/*  light-border  */
.c-button.light-border {
  color: #fff;
  border: 1px solid #fff;
}
.c-button.light-border span::after {
  border-color: transparent transparent transparent #fff;
}

/* black-border  */
.c-button.black-border {
  color: #1E1E1E;
  border: 1px solid #1E1E1E;
}
@media print, screen and (max-width: 760px) {
  .c-button.black-border {
    font-size: 4vw;
  }
}
.c-button.black-border a {
  line-height: 40px;
  font-weight: 700;
}
.c-button.black-border.prev span {
  padding-left: 16px;
}
.c-button.black-border.prev span::after {
  border-color: transparent #1E1E1E transparent transparent;
  border-width: 3.5px 6.1px 3.5px 0;
  top: 55%;
  left: 0;
  right: auto;
}
.c-button.black-border.next span {
  padding-left: 16px;
}
.c-button.black-border.next span::after {
  border-color: transparent transparent transparent #1E1E1E;
  border-width: 3.5px 0 3.5px 6.1px;
  top: 55%;
  left: auto;
  right: 0;
}

/*  no-border  */
.c-button.no-border {
  border: none;
}
.c-button.no-border span::after {
  border-color: transparent transparent transparent #1E1E1E;
}

/*  simple  */
.c-button.simple {
  height: auto;
  margin: 0;
}
.c-button.simple a {
  padding: 0;
  line-height: inherit;
}
.c-button.simple span::after {
  border-color: transparent transparent transparent #1E1E1E;
}

/*  prevボタン  */
.c-button.prev span {
  padding-left: 16px;
}
.c-button.prev span::after {
  border-color: transparent #fff transparent transparent;
  border-width: 3.5px 6.1px 3.5px 0;
  left: 0;
  right: auto;
}

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

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;
}

/*  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: #00A1E9;
}
@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: 50px;
  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;
}
.list-page__header__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  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: 70px;
  font-weight: 700;
  line-height: 1;
  font-family: alternate-gothic-no-2-d, sans-serif;
  text-transform: uppercase;
}
@media (max-width: 760px) {
  .list-page__header__subtitle {
    font-size: 10.2564102564vw;
  }
}

.p-cmn-header {
  text-align: center;
}
@media (min-width: 761px) {
  .p-cmn-header {
    margin-bottom: 28px;
  }
}
@media (max-width: 760px) {
  .p-cmn-header {
    margin-bottom: 6vw;
  }
}
.p-cmn-header .en {
  color: #00A1E9;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 761px) {
  .p-cmn-header .en {
    font-size: 6.2rem;
  }
}
@media (max-width: 760px) {
  .p-cmn-header .en {
    font-size: 10.2564102564vw;
  }
}
.p-cmn-header__subtitle {
  color: #1E1E1E;
}
@media (min-width: 761px) {
  .p-cmn-header__subtitle {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .p-cmn-header__subtitle {
    font-size: 3.8461538462vw;
  }
}

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

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 */
