@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: montserrat, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: montserrat, sans-serif;
  font-weight: 800;
  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: #0B0B0B;
  font-weight: 700;
  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-top: 8px;
  padding-bottom: 8px;
  background: #0B0B0B;
  transition: 0.3s;
  /* SP：添付デザインどおり常時黒固定（スクロールで背景・余白を変えない。.open 時のみ従来） */
}
@media print, screen and (max-width: 760px) {
  .l-header {
    width: 100%;
    padding: 2vw 0 2.5vw;
  }
}
.l-header.active {
  background: #0B0B0B;
}
.l-header.open {
  background: #fff;
}
@media print, screen and (min-width: 761px) {
  .l-header.open {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 4%;
  }
}
.l-header.open .p-item__title {
  color: #0B0B0B;
}
.l-header.open .p-item__inner a {
  background-color: transparent;
}
.l-header.open .l-cv_button .job a span.text-shadow,
.l-header.open .l-cv_button .career a span.text-shadow,
.l-header.open .l-cv_button .line a span.text-shadow {
  color: #0B0B0B;
  text-shadow: none;
}
.l-header.open .l-cv_button .entry a {
  color: #E10416;
  background: transparent;
  min-height: auto !important;
  padding: 0;
  border-radius: 0 !important;
}
.l-header:not(.visible):not(.open):not(.active) {
  background: none;
}
@media print, screen and (min-width: 761px) {
  .l-header:not(.visible):not(.open):not(.active) {
    padding-top: 32px;
    padding-right: 25px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-header:not(.visible):not(.open):not(.active) {
    padding-top: 4.5vw;
    padding-left: 2vw;
  }
}
.l-header:not(.visible):not(.open):not(.active) .p-item__logo path {
  fill: #fff;
}
.l-header:not(.visible):not(.open):not(.active) .p-item__title {
  color: #fff;
}
.l-header:not(.visible):not(.open):not(.active) .l-header__sns li.ig path, .l-header:not(.visible):not(.open):not(.active) .l-header__sns li.tt path {
  fill: #fff;
}
.l-header__container {
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .l-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 375px;
  }
}
@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;
  }
}
@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;
  padding: 14px 20px;
  background-color: #0B0B0B;
  border-radius: 0 4px 4px 0;
  width: 268px;
}
.l-header .p-item__logo {
  display: flex;
  margin-right: 10px;
  margin-left: 11px;
}
@media print, screen and (max-width: 760px) {
  .l-header .p-item__logo {
    width: 35.46vw;
    margin-right: 2.1vw;
    margin-left: 1vw;
  }
}
.l-header .p-item__title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .l-header .p-item__title {
    font-size: 2.6vw;
    padding-top: 0.5vw;
  }
}
.l-header .l-header__sns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media print, screen and (max-width: 760px) {
  .l-header .l-header__sns {
    display: none;
  }
}
.l-header .l-header__sns li {
  width: 19px;
}
.l-header .l-header__sns li.ig {
  width: 19px;
}
.l-header .l-header__sns li.tt {
  width: 18px;
}
.l-header .l-header__sns li a {
  display: block;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .l-header:not(.open) {
    background: #0B0B0B;
    padding-top: 2vw;
    padding-bottom: 2.5vw;
    transition: none;
  }
  .l-header:not(.open):not(.visible):not(.active) {
    background: #0B0B0B;
    padding-top: 3vw;
    padding-bottom: 3.3vw;
    padding-left: 0;
  }
  .l-header:not(.open):not(.visible):not(.active) .p-item__logo path {
    fill: #fff;
  }
  .l-header:not(.open):not(.visible):not(.active) .p-item__title {
    color: #fff;
  }
  .l-header .p-item__inner a {
    background-color: transparent;
    border-radius: 0;
    width: auto;
    padding: 0;
  }
  .l-header__container {
    padding-right: 14vw;
  }
}

/*  .l-cv_button
*----------------------------------- */
.l-cv_button {
  position: fixed;
  z-index: 11000;
  font-size: 15px;
  right: 104px;
  top: 10px;
  display: flex;
  align-items: center;
  gap: 11px;
  transition: top 0.3s, right 0.3s;
  /* PC：.l-header の visible / active に追従（子の .l-cv_button 単体クラスは TOP 以外で付かない場合がある） */
}
.l-cv_button a {
  display: block;
}
.l-cv_button .job a span.text-shadow,
.l-cv_button .career a span.text-shadow {
  color: #fff;
  text-shadow: 0 0 6px #0B0B0B;
  font-size: 15px;
  margin-left: 7px;
  font-weight: 500;
}
.l-cv_button .line a span.text-shadow {
  color: #fff;
  text-shadow: 0 0 6px #0B0B0B;
  font-size: 18px;
  margin-left: 8px;
}
.l-cv_button .entry {
  width: 126px;
  margin-left: 2px;
}
.l-cv_button .entry a {
  display: flex;
  padding: 10px 0;
}
.l-cv_button .header-entry .entry {
  margin-left: 0;
}
.l-cv_button .header-entry {
  position: relative;
  z-index: 1;
  margin-left: 15px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.l-cv_button .header-entry__items {
  position: absolute;
  width: 150px;
  padding: 13px 11px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  visibility: hidden;
}
.l-cv_button .header-entry:hover .cv02 span {
  background: #fff;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-cv_button .header-entry:hover .header-entry__items {
  opacity: 1;
  visibility: visible;
  padding: 13px 10px;
}
.l-cv_button .header-entry__item {
  width: 130px;
  margin-bottom: 6px;
}
.l-cv_button .header-entry__item:last-child {
  margin-bottom: 0;
}
.l-cv_button .header-entry__item a {
  display: block;
  padding: 7px 5px 9px;
  background: #3E3E3E;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.l-cv_button .header-entry__item.dark-border {
  height: 42px;
  line-height: 1.2;
}
.l-cv_button .header-entry__item.dark-border:hover {
  background-color: #E10416;
  color: #fff;
  border: none;
}
@media print, screen and (min-width: 761px) {
  .l-header:not(.visible):not(.open):not(.active) .l-cv_button {
    right: 104px;
    top: 35px;
  }
}
.l-header:not(.visible):not(.open):not(.active) .l-cv_button .entry a {
  font-size: 18px;
  font-family: montserrat, sans-serif;
  font-weight: 800;
  color: #fff;
}
@media print, screen and (min-width: 761px) {
  .l-header:not(.visible):not(.open):not(.active) .l-cv_button .entry a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px !important;
    padding: 8px 13px;
    background: #0b0b0b;
    border-radius: 4px !important;
    box-sizing: border-box;
  }
}
.l-header.visible .l-cv_button .entry a, .l-header.active .l-cv_button .entry a, .l-cv_button.visible .entry a, .l-cv_button.active .entry a {
  font-size: 18px;
  font-family: montserrat, sans-serif;
  font-weight: 800;
  color: #0B0B0B;
}
@media print, screen and (min-width: 761px) {
  .l-header.visible .l-cv_button .entry a, .l-header.active .l-cv_button .entry a, .l-cv_button.visible .entry a, .l-cv_button.active .entry a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px !important;
    padding: 8px 13px;
    background: #fff;
    border-radius: 4px !important;
    box-sizing: border-box;
  }
}

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

footer

------------------------------------ */
/*  .l-footer_other_contents
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .l-footer_other_contents {
    margin-bottom: -60px;
    margin-top: 160px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer_other_contents {
    padding-top: 14%;
  }
}
.l-footer_other_contents h2 {
  text-align: center;
  color: #E10416;
}
@media print, screen and (min-width: 761px) {
  .l-footer_other_contents h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer_other_contents h2 {
    margin-bottom: 5%;
    font-size: 6vw;
  }
}
.l-footer_other_contents .inner {
  width: 1200px;
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .l-footer_other_contents .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer_other_contents .inner {
    width: 90%;
  }
}
@media print, screen and (min-width: 761px) {
  .l-footer_other_contents .inner .c-box01 {
    width: 382px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer_other_contents .inner .c-box01 {
    margin-bottom: 6%;
  }
}

/*  l-footer-line
*----------------------------------- */
.l-footer-line {
  background: #fff;
  color: #0B0B0B;
}
.l-footer-line__container {
  width: 100%;
  max-width: calc(1200px + 8%);
  margin: 0 auto;
  padding: 37px 4% 66px;
  text-align: center;
  border-top: 1px solid #bababa;
}
@media print, screen and (max-width: 760px) {
  .l-footer-line__container {
    width: 90%;
    padding: 18.9vw 0 27vw;
  }
}
.l-footer-line__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  margin: 0 auto 24px;
}
.l-footer-line__logo img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .l-footer-line__logo {
    width: 20.56vw;
    margin-bottom: 4.2vw;
  }
  .l-footer-line__logo img {
    width: 100%;
  }
}
.l-footer-line__title {
  margin-bottom: 17px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.55;
  color: #0B0B0B;
}
@media print, screen and (max-width: 760px) {
  .l-footer-line__title {
    margin-bottom: 3.4vw;
    font-size: 5.38vw;
    line-height: 1.5714285714;
  }
}
.l-footer-line__text {
  margin: 0 auto 30px;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5555555556;
}
@media print, screen and (max-width: 760px) {
  .l-footer-line__text {
    margin-bottom: 6.5vw;
    font-size: 4.1vw;
    line-height: 1.9375;
    text-align: center;
  }
}
.l-footer-line__button {
  margin: 0 auto;
  width: 100%;
  max-width: 354px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-line__button {
    width: 80%;
    max-width: none;
  }
}
.l-footer-line__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 53px;
  padding: 0;
  border-radius: 999px;
  background: #06c755;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .l-footer-line__button a {
    min-height: 13.8vw;
    font-size: 4.36vw;
    border-radius: 50vw;
  }
}
.l-footer-line__button a span {
  position: relative;
}
.l-footer-line__button a span::after {
  content: "";
  position: absolute;
  right: -23%;
  top: 0;
  bottom: 0;
  display: block;
  width: 18px;
  height: 13px;
  margin: auto;
  background: url(../images/cmn/arrow_right_white.svg) center/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .l-footer-line__button a span::after {
    right: -9.6vw;
    width: 4vw;
    height: 3vw;
  }
}

/*  l-footer-message
*----------------------------------- */
.l-footer-message {
  position: relative;
  text-align: center;
  color: #fff;
  background: #0B0B0B;
}
.l-footer-message__tsunagu {
  position: absolute;
  top: -5.85%;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__tsunagu {
    top: 8vw;
  }
}
.l-footer-message__tsunagu-track {
  display: flex;
  width: max-content;
  animation: l-footer-message-tsunagu 48s linear infinite;
}
.l-footer-message__tsunagu-seq {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.l-footer-message__tsunagu-text {
  margin: 0;
  padding-right: 0.35em;
  font-family: montserrat, sans-serif;
  font-size: 288px;
  font-weight: 900;
  line-height: 1.71875;
  letter-spacing: 0.04em;
  white-space: nowrap;
  color: #1a1a1a;
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__tsunagu-text {
    font-size: 46.41vw;
  }
}
@keyframes l-footer-message-tsunagu {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-footer-message__container {
  position: relative;
  z-index: 2;
  max-width: calc(1200px + 8%);
  width: 100%;
  margin: 0 auto;
  padding: clamp(50px, 8vw, 64px) 0 clamp(120px, 14vw, 150px);
  padding-bottom: 232px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__container {
    padding: 10vw 0 51vw;
  }
}
.l-footer-message__image {
  position: relative;
  left: 50%;
  width: 100%;
  max-width: 700px;
  transform: translate(-50.7%, 0);
  margin-bottom: 39px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__image {
    width: 90%;
    margin-bottom: 12vw;
    transform: translate(-50%, 0);
  }
}
.l-footer-message__lead {
  position: relative;
  left: 50%;
  width: fit-content;
  margin-bottom: 31.5px;
  padding: 0.34em 0 0.45em;
  color: #E10416;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.73;
  white-space: nowrap;
  transform: translate(-45.6%, 0);
}
.l-footer-message__lead::before, .l-footer-message__lead::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 574px;
  height: 1px;
  transform: translateX(-51.6%);
  background: #E10416;
  pointer-events: none;
}
.l-footer-message__lead::before {
  top: 0;
}
.l-footer-message__lead::after {
  bottom: 0;
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__lead {
    padding: 2vw 0 2.6vw;
    letter-spacing: 0.06em;
    font-size: 3.85vw;
    white-space: normal;
    margin-bottom: 7.4vw;
    transform: translate(-50%, 0);
  }
  .l-footer-message__lead::before, .l-footer-message__lead::after {
    width: 90vw;
    transform: translateX(-50%);
  }
}
.l-footer-message__catch {
  margin-bottom: 23.5px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  left: 50%;
  transform: translate(-50.4%, 0);
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__catch {
    margin-bottom: 3.1vw;
    font-size: 5.2vw;
  }
}
.l-footer-message__catch span {
  padding: 0;
  background: transparent;
}
.l-footer-message__text {
  margin: 0 auto 19px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  left: 50%;
  transform: translate(-50.4%, 0);
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__text {
    margin-bottom: 9vw;
    font-size: 3.5vw;
    line-height: 1.7142857143;
  }
}
.l-footer-message__list {
  display: grid;
  box-sizing: border-box;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  gap: 26px;
  grid-template-columns: repeat(3, minmax(0, 382.6666666667px));
}
@media print, screen and (min-width: 761px) and (max-width: 1440px) {
  .l-footer-message__list {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__list {
    width: 82%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr;
    gap: 3.5vw;
  }
}
.l-footer-message__list .p-item {
  width: 100%;
  min-width: 0;
  line-height: 1;
  position: relative;
  transition: 0.25s ease;
}
.l-footer-message__list .p-item::before, .l-footer-message__list .p-item::after {
  display: none;
}
.l-footer-message__list .p-item.light {
  background: #fff;
  border: 1px solid #0B0B0B;
  color: #0B0B0B;
}
.l-footer-message__list .p-item.light:hover {
  background: #E10416;
  border-color: #E10416;
  color: #fff;
}
.l-footer-message__list .p-item.light:hover a::after {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.l-footer-message__list .p-item.light a::after {
  background-image: url(../images/cmn/arrow_right_black.svg);
}
.l-footer-message__list .p-item.light-border {
  background: #E10416;
  border: 1px solid #E10416;
  color: #fff;
}
.l-footer-message__list .p-item.light-border:hover {
  background: #D92126;
  border-color: #D92126;
}
.l-footer-message__list .p-item.light-border a::after {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.l-footer-message__list .p-item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 83px;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__list .p-item a {
    min-height: 16vw;
    padding: 0 44px;
    font-size: 4.1vw;
  }
}
.l-footer-message__list .p-item a:hover {
  opacity: 1;
}
.l-footer-message__list .p-item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 13px;
  transform: translateY(-50%);
  background: center/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__list .p-item a::after {
    top: 54%;
    right: 4vw;
    width: 4vw;
    height: 5vw;
  }
}
.l-footer-message__list .p-item a span {
  display: inline-block;
}
.l-footer-message__character {
  position: absolute;
  left: calc(50% - 107.69px);
  bottom: -96px;
  z-index: 3;
  width: 215.38px;
  margin: 0;
  pointer-events: none;
}
.l-footer-message__character img {
  display: block;
  width: 100%;
  height: auto;
  transform-origin: center bottom;
  animation: l-footer-message-character-yurayura 2s ease-in-out infinite;
}
@media print, screen and (max-width: 760px) {
  .l-footer-message__character {
    width: 42vw;
    left: calc(50% - 21vw);
    bottom: -18vw;
  }
}
@keyframes l-footer-message-character-yurayura {
  0%, 100% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
}

/*  footer
*----------------------------------- */
.footer {
  position: relative;
  z-index: 4;
  background: #A71418;
}

.footer-contents {
  position: relative;
  z-index: 4;
  padding: 85px 0 130px;
  background: #A71418;
  color: #fff;
}
@media print, screen and (min-width: 761px) {
  .footer-contents {
    width: 100%;
    max-width: none;
    padding: 94px 0 0;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 760px) {
  .footer-contents {
    padding: 20vw 0 50vw;
  }
}
.footer-contents__wrap {
  box-sizing: border-box;
}
@media print, screen and (min-width: 761px) {
  .footer-contents__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}
@media print, screen and (max-width: 760px) {
  .footer-contents__wrap {
    width: 90%;
    margin: 0 auto;
  }
}

.footer-info {
  width: 100%;
  box-sizing: border-box;
}
@media print, screen and (min-width: 761px) {
  .footer-info {
    display: contents;
  }
}
@media print, screen and (max-width: 760px) {
  .footer-info {
    max-width: none;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
  }
}

.footer-company {
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 761px) {
  .footer-company {
    order: 1;
    width: 100%;
    max-width: calc(1000px + 8%);
    margin: 0 auto 31px;
    padding: 0 4% 38px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
  }
}
@media print, screen and (max-width: 760px) {
  .footer-company {
    margin-bottom: 24.1025641026vw;
  }
}
.footer-company__logo {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 760px) {
  .footer-company__logo {
    margin-bottom: 4.8717948718vw;
  }
}
.footer-company__logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .footer-company__logo a {
    gap: 4.8717948718vw;
  }
}
.footer-company__logo img {
  width: 243px;
  max-width: 243px;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (max-width: 760px) {
  .footer-company__logo img {
    width: 62.3076923077vw;
    max-width: 62.3076923077vw;
  }
}
.footer-company__logo span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1.4375;
}
@media print, screen and (max-width: 760px) {
  .footer-company__logo span {
    font-size: 4.358974359vw;
    line-height: 1.3529411765;
  }
}
.footer-company__address, .footer-company__tel {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (max-width: 760px) {
  .footer-company__address, .footer-company__tel {
    font-size: 3.59vw;
    text-align: left;
  }
}
.footer-company__address a, .footer-company__tel a {
  color: #fff;
  transition: opacity 0.3s;
}
.footer-company__address a:hover, .footer-company__tel a:hover {
  opacity: 0.7;
}
.footer-company__address {
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 20px;
  border-top: 1px solid #fff;
  max-width: 310.5px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.055em;
}
@media print, screen and (max-width: 760px) {
  .footer-company__address {
    max-width: none;
    width: 100%;
    margin-top: 0;
    padding-top: 5.1vw;
    padding-bottom: 0;
    border-bottom: none;
  }
  .footer-company__address > a {
    display: none;
  }
}
@media print, screen and (min-width: 761px) {
  .footer-company__address a {
    color: #E25762;
    font-size: 13px;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 761px) {
  .footer-company__tel {
    display: none;
  }
}
@media print, screen and (max-width: 760px) {
  .footer-company__tel {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-top: 1.1vw;
    padding-bottom: 7.3vw;
    border-bottom: 1px solid #fff;
    font-size: 3.33vw;
  }
}
.footer-company__tel .footer-company__map {
  display: inline !important;
  margin-left: 1.28vw;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
.footer-company__tel .footer-company__map:hover {
  opacity: 0.7;
}
@media print, screen and (max-width: 760px) {
  .footer-company__tel .footer-company__map {
    margin-left: 0;
  }
}
.footer-company__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 0;
}
@media print, screen and (max-width: 760px) {
  .footer-company__bottom {
    width: 100%;
    justify-content: space-between;
    margin-top: 3.1vw;
    padding-left: 1.7vw;
  }
}
.footer-company__sns {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media print, screen and (max-width: 760px) {
  .footer-company__sns {
    gap: 4.1vw;
  }
}
.footer-company__line, .footer-company__instagram, .footer-company__tiktok {
  display: block;
  line-height: 0;
}
.footer-company__line img, .footer-company__instagram img, .footer-company__tiktok img {
  width: 28.86px;
  height: auto;
  filter: brightness(0) invert(1);
}
@media print, screen and (max-width: 760px) {
  .footer-company__line img, .footer-company__instagram img, .footer-company__tiktok img {
    width: 7.4vw;
  }
}

.footer-nav {
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
  line-height: 1.2;
  font-weight: 400;
}
@media print, screen and (min-width: 761px) {
  .footer-nav {
    order: 2;
    max-width: calc(1200px + 8%);
    margin: 0 auto 70px;
    padding: 0 4%;
    text-align: center;
  }
}
@media print, screen and (max-width: 760px) {
  .footer-nav {
    display: none;
  }
}
.footer-nav dl {
  min-width: 0;
}
@media print, screen and (min-width: 761px) {
  .footer-nav dl {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .footer-nav dl:not(:last-child) {
    padding-right: min(55px, 3.8194444444vw);
  }
}
@media print, screen and (max-width: 760px) {
  .footer-nav dl {
    display: flex;
    flex-flow: column;
    gap: 13px;
  }
}
.footer-nav dt {
  position: relative;
  min-width: 0;
  font-weight: 700;
  line-height: 1.8285714286;
  letter-spacing: 0.05em;
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .footer-nav dt {
    margin-bottom: 8px;
    padding-left: 0;
    font-size: 14px;
  }
}
@media print, screen and (max-width: 760px) {
  .footer-nav dt {
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
}
.footer-nav dt a {
  color: #fff;
  transition: opacity 0.3s;
  display: inline;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: keep-all;
}
.footer-nav dt a::before {
  content: "-";
  margin-right: 4px;
}
.footer-nav dt a:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 761px) {
  .copyright {
    order: 3;
    width: 100%;
    margin-top: 0;
    padding-bottom: 37px;
    text-align: center;
  }
}
@media print, screen and (max-width: 760px) {
  .copyright {
    width: 100%;
    margin-top: 26.15vw;
    padding-bottom: 23.0769230769vw;
    text-align: center;
  }
}
.copyright small {
  display: block;
  line-height: 1.4166666667;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.069em;
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .copyright small {
    font-size: 2.5641025641vw;
    line-height: 1.2;
  }
}

.btn-page-top {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.45s ease, visibility 0.45s ease, transform 0.45s ease;
  line-height: 0;
  z-index: 10;
}
.btn-page-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.btn-page-top img {
  display: block;
  width: 170px;
  height: auto;
}
@media print, screen and (max-width: 760px) {
  .btn-page-top img {
    width: 100%;
    max-width: 32.89vw;
  }
}
@media print, screen and (min-width: 761px) {
  .btn-page-top {
    position: absolute;
    right: 4.2%;
    bottom: 86px;
  }
}
@media print, screen and (max-width: 760px) {
  .btn-page-top {
    position: absolute;
    right: 5%;
    bottom: 63vw;
  }
}

@media print, screen and (max-width: 760px) {
  .footer-company__bottom .btn-page-top {
    display: none;
  }

  .footer-contents > .btn-page-top.is-visible {
    display: block;
  }
  .footer-contents > .btn-page-top img {
    width: 43.59vw;
    max-width: 170px;
  }
}
.page-form-index .l-footer {
  background: none;
}
.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-control : footer menu (SP)
*----------------------------------- */
/*  l-control : footer menu (SP)
*----------------------------------- */
.fixed-btn {
  position: fixed;
  left: 0;
  bottom: -1px;
  right: 0;
  z-index: 999999;
}
@media print, screen and (max-width: 760px) {
  .fixed-btn {
    display: flex;
    align-items: stretch;
    justify-content: stretch;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border-top: 2px solid #E10416;
    border-bottom: 2px solid #E10416;
  }
  .fixed-btn ul {
    display: flex;
    width: 100%;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .fixed-btn .p-item-button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    text-align: center;
  }
  .fixed-btn .p-item-button a:hover {
    opacity: 1;
  }
  .fixed-btn .p-item-button a::after {
    content: none;
  }
  .fixed-btn .p-item-button span {
    padding-right: 0;
  }
  .fixed-btn .p-item-button span::after {
    content: none;
  }
  .fixed-btn .cv01 {
    flex: 1 1 27.5%;
    width: auto;
    border-right: 2px solid #E10416;
  }
  .fixed-btn .cv01 a {
    padding: 5.4vw 4vw 5.8vw;
    border-radius: 0;
    background: transparent;
    color: #0B0B0B;
    font-weight: 700;
    line-height: 1.2;
  }
  .fixed-btn .cv01 span.ja {
    font-size: 4.36vw;
    font-weight: 700;
    font-family: source-han-sans-japanese, sans-serif;
    color: #0B0B0B;
  }
  .fixed-btn .cv02 {
    flex: 2 1 45%;
    width: auto;
    margin-left: 0;
  }
  .fixed-btn .cv02 a {
    gap: 1.6vw;
    padding: 5.3vw 4vw 5.3vw;
  }
  .fixed-btn .cv02 a::after {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5vw 0 1.5vw 2vw;
    border-color: transparent transparent transparent #E10416;
  }
  .fixed-btn .cv02 span.en {
    display: flex;
    align-items: center;
    font-size: 0;
    font-weight: 800;
  }
  .fixed-btn .cv02 svg {
    width: auto;
    height: 5.9vw;
  }
  .fixed-btn .cv02 svg path {
    fill: #E10416;
  }
}

/*  .topcontrol
*----------------------------------- */
.topcontrol {
  display: block;
  width: 45px;
  height: 45px;
  background: #E10416;
  opacity: 1;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .topcontrol {
    display: none;
  }
}

.topcontrol::after {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}

/*  side-fixed-btn
*----------------------------------- */
.side-fixed-btn {
  position: fixed;
  width: fit-content;
  bottom: 50px;
  z-index: 1001;
}
@media print, screen and (min-width: 761px) {
  .side-fixed-btn {
    right: 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .side-fixed-btn {
    right: 4vw;
    bottom: 22vw;
  }
}
@media print, screen and (min-width: 761px) {
  .side-fixed-btn li + li {
    margin-top: 13px;
  }
}
.side-fixed-btn a {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 115px;
  height: 115px;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .side-fixed-btn a {
    width: 23vw;
    height: 23vw;
  }
}
.side-fixed-btn a::before {
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  margin: auto;
  content: "";
  transition: 0.5s;
  opacity: 0;
}
.side-fixed-btn a:hover {
  opacity: 1;
}
.side-fixed-btn a:hover::before {
  opacity: 0.3;
}

.side-fixed-btn__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 115px;
  height: 115px;
  animation: 8s linear infinite rotation;
}
@media print, screen and (max-width: 760px) {
  .side-fixed-btn__txt {
    width: 23vw;
    height: 23vw;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.side-fixed-btn__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.side-fixed-btn__img img {
  display: block;
}

.modaal-inner-wrapper {
  height: 70% !important;
}

.modaal-wrapper .modaal-close {
  z-index: 999999999;
}

/*  .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: #0B0B0B;
  border: none;
  /* border-radius:50%; */
  z-index: 99999999;
  outline: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.drawer-open .drawer-hamburger {
  background: #0B0B0B;
}

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

.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: #E10416;
  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.4vw;
  right: 1vw;
  width: 15vw;
  height: 12vw;
  z-index: 10003;
  border: none;
  padding: 0;
  background: transparent;
  transition: top 0.3s, right 0.3s;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-toggle {
    top: 1.5vw;
    right: 3vw;
  }
}
.l-toggle > div {
  position: relative;
  display: block;
  width: 33px;
  height: 18px;
  margin: 0;
}
.l-toggle > div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  border-radius: 1px;
  transition: transform 0.3s, top 0.3s, bottom 0.3s;
}
.l-toggle > div span:nth-child(1) {
  top: 5px;
}
@media print, screen and (max-width: 760px) {
  .l-toggle > div span:nth-child(1) {
    top: 2.7vw;
  }
}
.l-toggle > div span:nth-child(2) {
  top: auto;
  bottom: 6px;
}
@media print, screen and (max-width: 760px) {
  .l-toggle > div span:nth-child(2) {
    bottom: 0.6vw;
  }
}
.l-toggle > p {
  display: none;
}
.l-toggle.is-open {
  transition: top 0.3s, right 0.3s, width 0.3s, height 0.3s, border-radius 0.3s;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 0;
}
@media print, screen and (min-width: 761px) {
  .l-toggle.is-open {
    top: 28px;
    right: 4%;
  }
}
@media print, screen and (max-width: 760px) {
  .l-toggle.is-open {
    top: 1.5vw;
    right: 4%;
    width: 12vw;
    height: 12vw;
  }
}
.l-toggle.is-open > div {
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.l-toggle.is-open > div span {
  top: 50%;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 1px;
  margin-top: -0.5px;
  background: #0B0B0B;
}
.l-toggle.is-open > div span:nth-child(1) {
  transform: rotate(45deg);
}
.l-toggle.is-open > div span:nth-child(2) {
  transform: rotate(-45deg);
}

/* ENTRY（.l-cv_button）と同条件。header 外のため .js-header の状態に追従（:has） */
@media print, screen and (min-width: 761px) {
  .l-toggle.js-header-state {
    width: 55px;
    height: 55px;
    right: 46px;
    border-radius: 4px;
    top: 10px;
    transition: top 0.3s, right 0.3s;
  }
}
@media print, screen and (max-width: 760px) {
  .l-toggle.js-header-state {
    top: 2.8vw;
    right: 4.6%;
    width: auto;
    height: auto;
    transition: none;
  }
  .l-toggle.js-header-state > div {
    width: 11.28vw;
    max-width: 11.28vw;
    height: 5.82vw;
    margin-right: 0.5vw;
  }
  .l-toggle.js-header-state > div span {
    height: 1px;
    background: #fff;
  }
  .l-toggle.js-header-state:not(.visible):not(.open):not(.active), .l-toggle.js-header-state.visible, .l-toggle.js-header-state.active {
    top: 2.8vw;
    right: 4.6%;
    background: transparent;
  }
  .l-toggle.js-header-state:not(.visible):not(.open):not(.active) > div span, .l-toggle.js-header-state.visible > div span, .l-toggle.js-header-state.active > div span {
    background: #fff;
  }
  .l-toggle.js-header-state.is-open {
    top: 2.8vw;
    right: 4%;
  }
  .l-toggle.js-header-state.is-open > div span {
    background: #0B0B0B;
  }
}

/* PC：ハンバーガーは .l-header 外 — .js-header.visible と同期（CVボタンと同条件） */
@media print, screen and (min-width: 761px) {
  body:has(.js-header:not(.visible):not(.open):not(.active)) .l-toggle.js-header-state:not(.is-open),
body.is-header-scrolled:has(.js-header:not(.visible):not(.open):not(.active)) .l-toggle.js-header-state:not(.is-open) {
    top: 35px;
    background: #0B0B0B;
  }
  body:has(.js-header:not(.visible):not(.open):not(.active)) .l-toggle.js-header-state:not(.is-open) > div span,
body.is-header-scrolled:has(.js-header:not(.visible):not(.open):not(.active)) .l-toggle.js-header-state:not(.is-open) > div span {
    background: #fff;
  }

  body:has(.js-header.visible) .l-toggle.js-header-state:not(.is-open),
body:has(.js-header.active) .l-toggle.js-header-state:not(.is-open),
body.is-header-scrolled .l-toggle.js-header-state:not(.is-open) {
    top: 10px;
    background: #fff;
  }
  body:has(.js-header.visible) .l-toggle.js-header-state:not(.is-open) > div span,
body:has(.js-header.active) .l-toggle.js-header-state:not(.is-open) > div span,
body.is-header-scrolled .l-toggle.js-header-state:not(.is-open) > div span {
    background: #0B0B0B;
  }
}
/*  l-navigation
*----------------------------------- */
.l-navigation {
  position: fixed;
  z-index: 10000;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #0B0B0B;
  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 {
  z-index: 10002;
  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: #D92126;
  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: #E10416;
}
.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-between;
    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 #bababa;
    padding-bottom: 3vw;
  }
}
.l-navigation__menu ul li {
  margin: 0 0 10px;
  color: #0B0B0B;
}
.l-navigation__menu ul li:hover {
  color: #E10416;
  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: #E10416;
  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: #0B0B0B;
    font-weight: 500;
  }
}
.l-navigation__menu ul li.index {
  margin-bottom: 18px;
  color: #E10416;
}
@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;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li.index span {
    font-size: 9.23vw;
  }
}
@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: 14px;
  height: 13px;
  border: none;
  content: "";
  background: url(../images/cmn/arrow_right_black.svg) center/contain no-repeat;
  transition: background-image 0.3s ease;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__entry .p-item::before {
    right: 3.5vw;
    width: 4vw;
    height: 3.8vw;
  }
}
.l-navigation__entry .p-item.light {
  background: #fff;
  color: #0B0B0B;
  border: 2px solid #5F5F5F;
}
.l-navigation__entry .p-item.light::before {
  background-image: url(../images/cmn/arrow_right_black.svg);
}
.l-navigation__entry .p-item.light:hover {
  background: #E10416;
  color: #fff;
  border: 2px solid #E10416;
}
.l-navigation__entry .p-item.light:hover::before {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.l-navigation__entry .p-item.light-border {
  color: #fff;
  border: 2px solid #fff;
}
.l-navigation__entry .p-item.light-border::before {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.l-navigation__entry .p-item.light-border:hover {
  background: #0B0B0B;
  color: #fff;
  border: 2px solid #0B0B0B;
}
.l-navigation__entry .p-item.light-border:hover::before {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.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 #0B0B0B;
  }
}
/* mobile */
/* ------------------------------------

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
*----------------------------------- */
.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);
  }
}
/*  fadeInNumber（数字で見る 等）
*----------------------------------- */
.fadeInNumber {
  opacity: 0;
}

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

/*  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: #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: #E10416;
}
@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: #E10416;
}
.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: #E10416;
  border-radius: 4px;
  color: #fff;
}
.horizontal input[type=radio]:checked + label {
  background: #E10416;
  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%;
}
.l-table dt {
  background: #D92126;
  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: #bababa;
}
@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 #0B0B0B;
}
@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 #0B0B0B;
  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: #0B0B0B;
  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;
}

.interview {
  margin-top: 0;
  position: relative;
}
.interview__header {
  margin: 0 auto 50px;
}
@media (min-width: 768px) {
  .interview__header {
    position: relative;
    gap: 26px;
    display: flex;
    align-items: flex-end;
    max-width: 1200px;
    padding: 0 80px 0 0;
  }
}
@media (max-width: 767px) {
  .interview__header {
    margin: 0 0 5.1282051282vw;
  }
}
.interview__header p {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .interview__header p {
    text-align: center;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.interview__header a {
  position: relative;
  display: grid;
  place-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #5F5F5F;
}
@media (max-width: 767px) {
  .interview__header a {
    display: none;
  }
}
.interview__header a img {
  display: block;
  width: 21px;
  height: auto;
  transition: opacity 0.25s ease;
}
.interview__header a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 21px;
  aspect-ratio: 16.299/13.678;
  background: url(../images/cmn/arrow_right_white.svg) center/contain no-repeat;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.interview__header a:hover, .interview__header a:focus-visible {
  border: none;
  background: #E10416;
}
.interview__header a:hover img, .interview__header a:focus-visible img {
  opacity: 0;
}
.interview__header a:hover::after, .interview__header a:focus-visible::after {
  opacity: 1;
}
.interview__ttl {
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
}
@media (min-width: 768px) {
  .interview__ttl {
    display: flex;
    flex-flow: wrap;
    align-items: flex-end;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .interview__ttl {
    font-size: 10.8vw;
    margin-bottom: 5.3846153846vw;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .interview__ttl img {
    max-width: 797px;
    width: 100%;
  }
}

.interview-list {
  margin: 0 -20px;
}
@media (max-width: 767px) {
  .interview-list {
    margin: 0 -5.1282051282vw;
  }
}
.interview-list__item {
  margin: 0 10px;
  width: 358px;
}
@media (max-width: 767px) {
  .interview-list__item {
    margin: 0 2.5641025641vw;
    width: 76.9230769231vw;
  }
}
.interview-list__item a {
  display: block;
}
.interview-list__item figure {
  margin-bottom: 16px;
  overflow: hidden;
  aspect-ratio: 358/477;
}
@media (max-width: 767px) {
  .interview-list__item figure {
    margin-bottom: 3.8461538462vw;
    aspect-ratio: 300/400;
  }
}
.interview-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.interview-list__item p {
  margin-bottom: 9px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .interview-list__item p {
    margin-bottom: 2.8205128205vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.interview-list .interview-list__name {
  margin-bottom: 1rem;
}
.interview-list ul li {
  background: none !important;
  color: #111 !important;
  font-size: 16px !important;
  padding: 0 !important;
}
.interview-list__name {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .interview-list__name {
    font-size: 19px;
    font-size: 4.8717948718vw;
  }
}
.interview-list__class {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
}
@media (max-width: 767px) {
  .interview-list__class {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
}
.interview-list__controller {
  margin-top: 38px;
  display: flex;
  gap: 28px;
  justify-content: center;
}
@media (max-width: 767px) {
  .interview-list__controller {
    margin-top: 5.1282051282vw;
    gap: 5.1282051282vw;
  }
}
.interview-list__controller .slick-arrow {
  position: relative;
  inset: 0;
  margin: 0;
  width: 67px;
  height: 67px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 1px solid #5F5F5F;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/cmn/arrow_right_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px auto;
  transform: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, background-image 0.25s ease;
}
.interview-list__controller .slick-arrow::before {
  display: none;
}
@media (max-width: 767px) {
  .interview-list__controller .slick-arrow {
    width: 12.8205128205vw;
    height: 12.8205128205vw;
    background-size: 4.1025641026vw auto;
  }
}
.interview-list__controller .slick-arrow.slick-prev {
  transform: scaleX(-1);
}
.interview-list__controller .slick-arrow:hover, .interview-list__controller .slick-arrow:focus-visible {
  border-color: #E10416;
  background-color: #E10416;
  background-image: url("../images/cmn/arrow_right_white.svg");
  opacity: 1;
}

.interview-link {
  margin-top: 5.1282051282vw;
  /* SP：フッター .p-item.light と同系（白背景・黒枠・黒矢印 → ホバーで赤・白矢印） */
}
@media (min-width: 768px) {
  .interview-link {
    display: none;
  }
}
.interview-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 82%;
  max-width: 400px;
  min-height: 16vw;
  margin: 0 auto;
  padding: 0 44px;
  color: #0B0B0B;
  background: #fff;
  border: 1px solid #0B0B0B;
  font-size: 4.1vw;
  font-weight: 700;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease;
}
.interview-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4vw;
  width: 4vw;
  height: 5vw;
  transform: translateY(-50%);
  background: url("../images/cmn/arrow_right_black.svg") center/contain no-repeat;
  pointer-events: none;
}
.interview-link a:hover, .interview-link a:focus-visible {
  background: #E10416;
  border-color: #E10416;
  color: #fff;
  opacity: 1;
}
.interview-link a:hover::after, .interview-link a:focus-visible::after {
  background-image: url("../images/cmn/arrow_right_white.svg");
}

/*  l-other-contents
*----------------------------------- */
.l-other-contents {
  margin: 0;
  background: #fff;
  color: #0B0B0B;
}
.l-other-contents__container {
  width: min(1200px, 100% - 84px);
  margin: 0 auto;
  padding: 53px 0 56px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents__container {
    width: 84vw;
    padding: 14vw 0 20vw;
  }
}
.l-other-contents .p-cmn-header {
  margin-bottom: 0;
  text-align: center;
}
.l-other-contents .p-cmn-header__title {
  margin-bottom: 2px;
  font-family: montserrat, sans-serif;
  font-size: 60px !important;
  font-weight: 900;
  line-height: 1;
  color: inherit;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents .p-cmn-header__title {
    margin-bottom: 3vw;
    font-size: 10.67vw !important;
    letter-spacing: 0.02em;
  }
}
.l-other-contents .p-cmn-header__subtitle {
  margin-top: 0;
  margin-bottom: 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: inherit;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents .p-cmn-header__subtitle {
    margin-bottom: 9.5vw;
    font-size: 4.1vw;
  }
}
.l-other-contents ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents ul {
    grid-template-columns: 1fr;
    gap: 3.2vw;
  }
}
.l-other-contents li {
  width: auto;
}
.l-other-contents li a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  padding: 0;
  border: 1px solid #0B0B0B;
  background: #fff;
  color: #0B0B0B;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  transition: 0.25s ease;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents li a {
    min-height: 16.4vw;
    font-size: 3.73vw;
  }
}
.l-other-contents li a::after {
  display: none;
}
.l-other-contents li a:hover {
  opacity: 1;
  border-color: #E10416;
  background: #E10416;
  color: #fff;
}
.l-other-contents li.faq a:hover {
  opacity: 0.8;
}
@media print, screen and (max-width: 760px) {
  .l-other-contents li.faq a {
    border-color: #E10416;
    background: #E10416;
    color: #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(基本)  */
.c-button {
  width: fit-content;
  height: 44px;
  line-height: 42px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 760px) {
  .c-button {
    font-size: 3.8vw;
  }
}
.c-button a {
  display: inline-block;
  min-width: 280px;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  line-height: 42px;
}
.c-button span {
  position: relative;
  padding: 0 52px;
}
.c-button span::after {
  position: absolute;
  z-index: 1000;
  content: "";
  width: 41px;
  height: 6px;
  background: url(../images/cmn/icon_arrow.svg) no-repeat center;
  background-size: contain;
  top: 40%;
  right: 0;
  transition: 0.5s;
}
.c-button:hover span::after {
  transform: translateX(10px);
}

a:hover .c-button span::after {
  transform: translateX(10px);
}

/*  cv  */
.c-button.cv {
  width: 189px;
  font-family: montserrat, sans-serif;
  font-size: 21px;
  color: #fff;
  background: #E10416;
  transition: 0.5s;
}
@media print, screen and (max-width: 760px) {
  .c-button.cv {
    width: 80%;
  }
}
.c-button.cv:hover {
  background: #D92126;
}
.c-button.cv span::after {
  background: url(../images/cmn/icon_arrow_wh.svg) no-repeat center;
}

/*  dark（voice/blog等・採用系ページは下記 .page-form ほかで上書き） */
.c-button.dark {
  color: #fff;
  background: #02ADF3;
}
.c-button.dark span::after {
  background: url(../images/cmn/icon_arrow_wh.svg) no-repeat center;
}

/*  light  */
.c-button.light {
  color: #0B0B0B;
  background: #fff;
  border: 1px solid #0B0B0B;
  transition: 0.25s ease;
}
.c-button.light:hover {
  background: #E10416;
  border-color: #E10416;
  color: #fff;
}
.c-button.light:hover a::after {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.c-button.light a::after {
  background-image: url(../images/cmn/arrow_right_black.svg);
}
.c-button.light span::after {
  display: none;
}

/*  dark-border（採用系ページは下記で上書き） */
.c-button.dark-border {
  color: #02ADF3;
  border: 1px solid #02ADF3;
}
.c-button.dark-border span::after {
  display: none;
}

/*  light-border  */
.c-button.light-border {
  color: #fff;
  background: #E10416;
  border: 1px solid #E10416;
  transition: 0.25s ease;
}
.c-button.light-border:hover {
  background: #D92126;
  border-color: #D92126;
}
.c-button.light-border a::after {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.c-button.light-border span::after {
  display: none;
}

/*  block（フッターエントリー等・横幅いっぱい） */
.c-button.block {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.3;
}
.c-button.block::before, .c-button.block::after {
  display: none;
}
.c-button.block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  min-height: 83px;
  padding: 0 44px 0 20px;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
}
.c-button.block a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 13px;
  transform: translateY(-50%);
  background: center/contain no-repeat;
}
@media print, screen and (max-width: 760px) {
  .c-button.block a {
    min-height: 21vw;
    font-size: 4.1vw;
  }
}
.c-button.block a:hover {
  opacity: 1;
}
.c-button.block span {
  display: inline-block;
  padding: 0;
}
.c-button.block span::after {
  display: none;
}

/*  白→赤ホバー（フッター .p-item.light 準拠・クラス名は維持） */
/* entry / job / news / reserve：64px・テキスト中央・はみ出し防止（対象ページのみ） */
.page-form.page-entry .c-button:not(.cv):not(.simple),
.page-form.page-reserve .c-button:not(.cv):not(.simple),
.page-system.page-job .c-button:not(.cv):not(.simple),
.page-system.page-news .c-button:not(.cv):not(.simple) {
  height: auto;
  line-height: 1.3;
  background: #fff;
  border: 1px solid #0B0B0B;
  color: #0B0B0B;
  transition: 0.25s ease;
  height: auto;
  max-height: 64px;
  line-height: normal;
  width: fit-content;
  max-width: 384px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-sizing: border-box;
}
.page-form.page-entry .c-button:not(.cv):not(.simple)::before,
.page-form.page-reserve .c-button:not(.cv):not(.simple)::before,
.page-system.page-job .c-button:not(.cv):not(.simple)::before,
.page-system.page-news .c-button:not(.cv):not(.simple)::before {
  display: none;
}
.page-form.page-entry .c-button:not(.cv):not(.simple)::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple)::after,
.page-system.page-job .c-button:not(.cv):not(.simple)::after,
.page-system.page-news .c-button:not(.cv):not(.simple)::after {
  display: none;
}
.page-form.page-entry .c-button:not(.cv):not(.simple):hover,
.page-form.page-reserve .c-button:not(.cv):not(.simple):hover,
.page-system.page-job .c-button:not(.cv):not(.simple):hover,
.page-system.page-news .c-button:not(.cv):not(.simple):hover {
  background: #E10416;
  border-color: #E10416;
  color: #fff;
}
.page-form.page-entry .c-button:not(.cv):not(.simple) span::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple) span::after,
.page-system.page-job .c-button:not(.cv):not(.simple) span::after,
.page-system.page-news .c-button:not(.cv):not(.simple) span::after {
  display: none;
}
.page-form.page-entry .c-button:not(.cv):not(.simple):hover a::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple):hover a::after,
.page-system.page-job .c-button:not(.cv):not(.simple):hover a::after,
.page-system.page-news .c-button:not(.cv):not(.simple):hover a::after {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.page-form.page-entry .c-button:not(.cv):not(.simple) a,
.page-form.page-reserve .c-button:not(.cv):not(.simple) a,
.page-system.page-job .c-button:not(.cv):not(.simple) a,
.page-system.page-news .c-button:not(.cv):not(.simple) a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  height: 64px;
  max-height: 64px;
  padding: 0 40px;
  overflow: hidden;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
  color: inherit;
  min-width: 0;
  max-width: 100%;
}
.page-form.page-entry .c-button:not(.cv):not(.simple) a span,
.page-form.page-reserve .c-button:not(.cv):not(.simple) a span,
.page-system.page-job .c-button:not(.cv):not(.simple) a span,
.page-system.page-news .c-button:not(.cv):not(.simple) a span {
  display: block;
  padding: 0;
  flex: 0 1 auto;
  max-width: 100%;
  text-align: center;
  line-height: 1.3;
}
.page-form.page-entry .c-button:not(.cv):not(.simple) a::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple) a::after,
.page-system.page-job .c-button:not(.cv):not(.simple) a::after,
.page-system.page-news .c-button:not(.cv):not(.simple) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../images/cmn/arrow_right_black.svg) center/contain no-repeat;
  transition: 0.25s ease;
}
@media print, screen and (min-width: 761px) and (max-width: 1440px) {
  .page-form.page-entry .c-button:not(.cv):not(.simple) a,
.page-form.page-reserve .c-button:not(.cv):not(.simple) a,
.page-system.page-job .c-button:not(.cv):not(.simple) a,
.page-system.page-news .c-button:not(.cv):not(.simple) a {
    font-size: clamp(13px, 1.15vw, 19px);
    padding: 0 clamp(28px, 2.8vw, 40px);
  }
  .page-form.page-entry .c-button:not(.cv):not(.simple) a::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple) a::after,
.page-system.page-job .c-button:not(.cv):not(.simple) a::after,
.page-system.page-news .c-button:not(.cv):not(.simple) a::after {
    right: clamp(10px, 1vw, 14px);
    width: clamp(9px, 0.9vw, 12px);
    height: clamp(9px, 0.9vw, 12px);
  }
}
@media print, screen and (max-width: 760px) {
  .page-form.page-entry .c-button:not(.cv):not(.simple) a,
.page-form.page-reserve .c-button:not(.cv):not(.simple) a,
.page-system.page-job .c-button:not(.cv):not(.simple) a,
.page-system.page-news .c-button:not(.cv):not(.simple) a {
    height: 64px;
    max-height: 64px;
    min-height: 0;
    font-size: 14px;
    padding: 0 clamp(32px, 10vw, 40px);
  }
  .page-form.page-entry .c-button:not(.cv):not(.simple) a::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple) a::after,
.page-system.page-job .c-button:not(.cv):not(.simple) a::after,
.page-system.page-news .c-button:not(.cv):not(.simple) a::after {
    right: 14px;
    width: 12px;
    height: 12px;
  }
}
.page-form.page-entry .c-button:not(.cv):not(.simple) a:hover,
.page-form.page-reserve .c-button:not(.cv):not(.simple) a:hover,
.page-system.page-job .c-button:not(.cv):not(.simple) a:hover,
.page-system.page-news .c-button:not(.cv):not(.simple) a:hover {
  opacity: 1;
}
.page-form.page-entry .c-button:not(.cv):not(.simple).prev a::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple).prev a::after,
.page-system.page-job .c-button:not(.cv):not(.simple).prev a::after,
.page-system.page-news .c-button:not(.cv):not(.simple).prev a::after {
  right: auto;
  left: 14px;
  transform: translateY(-50%) scaleX(-1);
}
.page-form.page-entry .c-button:not(.cv):not(.simple).next a::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple).next a::after,
.page-system.page-job .c-button:not(.cv):not(.simple).next a::after,
.page-system.page-news .c-button:not(.cv):not(.simple).next a::after {
  right: 14px;
  left: auto;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 761px) and (max-width: 1440px) {
  .page-form.page-entry .c-button:not(.cv):not(.simple).prev a::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple).prev a::after,
.page-system.page-job .c-button:not(.cv):not(.simple).prev a::after,
.page-system.page-news .c-button:not(.cv):not(.simple).prev a::after {
    left: clamp(10px, 1vw, 14px);
  }
  .page-form.page-entry .c-button:not(.cv):not(.simple).next a::after,
.page-form.page-reserve .c-button:not(.cv):not(.simple).next a::after,
.page-system.page-job .c-button:not(.cv):not(.simple).next a::after,
.page-system.page-news .c-button:not(.cv):not(.simple).next a::after {
    right: clamp(10px, 1vw, 14px);
  }
}
.page-form.page-entry a.c-button:not(.cv):not(.simple),
.page-form.page-reserve a.c-button:not(.cv):not(.simple),
.page-system.page-job a.c-button:not(.cv):not(.simple),
.page-system.page-news a.c-button:not(.cv):not(.simple) {
  height: auto;
  line-height: 1.3;
  background: #fff;
  border: 1px solid #0B0B0B;
  color: #0B0B0B;
  transition: 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  height: 64px;
  max-height: 64px;
  padding: 0 40px;
  overflow: hidden;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
  color: inherit;
  display: flex;
  min-width: 0;
  max-width: 384px;
  text-decoration: none;
}
.page-form.page-entry a.c-button:not(.cv):not(.simple)::before,
.page-form.page-reserve a.c-button:not(.cv):not(.simple)::before,
.page-system.page-job a.c-button:not(.cv):not(.simple)::before,
.page-system.page-news a.c-button:not(.cv):not(.simple)::before {
  display: none;
}
.page-form.page-entry a.c-button:not(.cv):not(.simple):hover,
.page-form.page-reserve a.c-button:not(.cv):not(.simple):hover,
.page-system.page-job a.c-button:not(.cv):not(.simple):hover,
.page-system.page-news a.c-button:not(.cv):not(.simple):hover {
  background: #E10416;
  border-color: #E10416;
  color: #fff;
}
.page-form.page-entry a.c-button:not(.cv):not(.simple) span::after,
.page-form.page-reserve a.c-button:not(.cv):not(.simple) span::after,
.page-system.page-job a.c-button:not(.cv):not(.simple) span::after,
.page-system.page-news a.c-button:not(.cv):not(.simple) span::after {
  display: none;
}
.page-form.page-entry a.c-button:not(.cv):not(.simple) span,
.page-form.page-reserve a.c-button:not(.cv):not(.simple) span,
.page-system.page-job a.c-button:not(.cv):not(.simple) span,
.page-system.page-news a.c-button:not(.cv):not(.simple) span {
  display: block;
  padding: 0;
  flex: 0 1 auto;
  max-width: 100%;
  text-align: center;
  line-height: 1.3;
}
.page-form.page-entry a.c-button:not(.cv):not(.simple)::after,
.page-form.page-reserve a.c-button:not(.cv):not(.simple)::after,
.page-system.page-job a.c-button:not(.cv):not(.simple)::after,
.page-system.page-news a.c-button:not(.cv):not(.simple)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: url(../images/cmn/arrow_right_black.svg) center/contain no-repeat;
  transition: 0.25s ease;
}
@media print, screen and (min-width: 761px) and (max-width: 1440px) {
  .page-form.page-entry a.c-button:not(.cv):not(.simple),
.page-form.page-reserve a.c-button:not(.cv):not(.simple),
.page-system.page-job a.c-button:not(.cv):not(.simple),
.page-system.page-news a.c-button:not(.cv):not(.simple) {
    font-size: clamp(13px, 1.15vw, 19px);
    padding: 0 clamp(28px, 2.8vw, 40px);
  }
  .page-form.page-entry a.c-button:not(.cv):not(.simple)::after,
.page-form.page-reserve a.c-button:not(.cv):not(.simple)::after,
.page-system.page-job a.c-button:not(.cv):not(.simple)::after,
.page-system.page-news a.c-button:not(.cv):not(.simple)::after {
    right: clamp(10px, 1vw, 14px);
    width: clamp(9px, 0.9vw, 12px);
    height: clamp(9px, 0.9vw, 12px);
  }
}
@media print, screen and (max-width: 760px) {
  .page-form.page-entry a.c-button:not(.cv):not(.simple),
.page-form.page-reserve a.c-button:not(.cv):not(.simple),
.page-system.page-job a.c-button:not(.cv):not(.simple),
.page-system.page-news a.c-button:not(.cv):not(.simple) {
    height: 64px;
    max-height: 64px;
    min-height: 0;
    font-size: 14px;
    padding: 0 clamp(32px, 10vw, 40px);
  }
  .page-form.page-entry a.c-button:not(.cv):not(.simple)::after,
.page-form.page-reserve a.c-button:not(.cv):not(.simple)::after,
.page-system.page-job a.c-button:not(.cv):not(.simple)::after,
.page-system.page-news a.c-button:not(.cv):not(.simple)::after {
    right: 14px;
    width: 12px;
    height: 12px;
  }
}
.page-form.page-entry a.c-button:not(.cv):not(.simple):hover,
.page-form.page-reserve a.c-button:not(.cv):not(.simple):hover,
.page-system.page-job a.c-button:not(.cv):not(.simple):hover,
.page-system.page-news a.c-button:not(.cv):not(.simple):hover {
  opacity: 1;
}
.page-form.page-entry a.c-button:not(.cv):not(.simple):hover::after,
.page-form.page-reserve a.c-button:not(.cv):not(.simple):hover::after,
.page-system.page-job a.c-button:not(.cv):not(.simple):hover::after,
.page-system.page-news a.c-button:not(.cv):not(.simple):hover::after {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.page-form.page-entry a.c-button:not(.cv):not(.simple).prev::after,
.page-form.page-reserve a.c-button:not(.cv):not(.simple).prev::after,
.page-system.page-job a.c-button:not(.cv):not(.simple).prev::after,
.page-system.page-news a.c-button:not(.cv):not(.simple).prev::after {
  right: auto;
  left: 14px;
  transform: translateY(-50%) scaleX(-1);
}
.page-form.page-entry a.c-button:not(.cv):not(.simple).next::after,
.page-form.page-reserve a.c-button:not(.cv):not(.simple).next::after,
.page-system.page-job a.c-button:not(.cv):not(.simple).next::after,
.page-system.page-news a.c-button:not(.cv):not(.simple).next::after {
  right: 14px;
  left: auto;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 761px) and (max-width: 1440px) {
  .page-form.page-entry a.c-button:not(.cv):not(.simple).prev::after,
.page-form.page-reserve a.c-button:not(.cv):not(.simple).prev::after,
.page-system.page-job a.c-button:not(.cv):not(.simple).prev::after,
.page-system.page-news a.c-button:not(.cv):not(.simple).prev::after {
    left: clamp(10px, 1vw, 14px);
  }
  .page-form.page-entry a.c-button:not(.cv):not(.simple).next::after,
.page-form.page-reserve a.c-button:not(.cv):not(.simple).next::after,
.page-system.page-job a.c-button:not(.cv):not(.simple).next::after,
.page-system.page-news a.c-button:not(.cv):not(.simple).next::after {
    right: clamp(10px, 1vw, 14px);
  }
}

/* interview(people) / 404：従来サイズ（上記4ページ以外） */
.page-system.page-people .c-button:not(.cv):not(.simple),
.page-404 .c-button:not(.cv):not(.simple) {
  height: auto;
  line-height: 1.3;
  background: #fff;
  border: 1px solid #0B0B0B;
  color: #0B0B0B;
  transition: 0.25s ease;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-system.page-people .c-button:not(.cv):not(.simple)::before,
.page-404 .c-button:not(.cv):not(.simple)::before {
  display: none;
}
.page-system.page-people .c-button:not(.cv):not(.simple)::after,
.page-404 .c-button:not(.cv):not(.simple)::after {
  display: none;
}
.page-system.page-people .c-button:not(.cv):not(.simple):hover,
.page-404 .c-button:not(.cv):not(.simple):hover {
  background: #E10416;
  border-color: #E10416;
  color: #fff;
}
.page-system.page-people .c-button:not(.cv):not(.simple) span::after,
.page-404 .c-button:not(.cv):not(.simple) span::after {
  display: none;
}
.page-system.page-people .c-button:not(.cv):not(.simple):hover a::after,
.page-404 .c-button:not(.cv):not(.simple):hover a::after {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.page-system.page-people .c-button:not(.cv):not(.simple) a,
.page-404 .c-button:not(.cv):not(.simple) a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 83px;
  padding: 0 44px 0 20px;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
  color: inherit;
  min-width: 280px;
}
.page-system.page-people .c-button:not(.cv):not(.simple) a::after,
.page-404 .c-button:not(.cv):not(.simple) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 13px;
  transform: translateY(-50%);
  background: url(../images/cmn/arrow_right_black.svg) center/contain no-repeat;
  transition: 0.25s ease;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people .c-button:not(.cv):not(.simple) a,
.page-404 .c-button:not(.cv):not(.simple) a {
    min-height: 21vw;
    font-size: 4.1vw;
  }
}
.page-system.page-people .c-button:not(.cv):not(.simple) a:hover,
.page-404 .c-button:not(.cv):not(.simple) a:hover {
  opacity: 1;
}
@media print, screen and (min-width: 761px) {
  .page-system.page-people .c-button:not(.cv):not(.simple) a,
.page-404 .c-button:not(.cv):not(.simple) a {
    min-width: 376px;
  }
}
.page-system.page-people .c-button:not(.cv):not(.simple).prev a::after,
.page-404 .c-button:not(.cv):not(.simple).prev a::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}
.page-system.page-people .c-button:not(.cv):not(.simple).next a::after,
.page-404 .c-button:not(.cv):not(.simple).next a::after {
  right: 20px;
  left: auto;
}
.page-system.page-people a.c-button:not(.cv):not(.simple),
.page-404 a.c-button:not(.cv):not(.simple) {
  height: auto;
  line-height: 1.3;
  background: #fff;
  border: 1px solid #0B0B0B;
  color: #0B0B0B;
  transition: 0.25s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 83px;
  padding: 0 44px 0 20px;
  line-height: 1.3;
  font-size: 19px;
  font-weight: 700;
  color: inherit;
  display: flex;
  min-width: 280px;
  text-decoration: none;
}
.page-system.page-people a.c-button:not(.cv):not(.simple)::before,
.page-404 a.c-button:not(.cv):not(.simple)::before {
  display: none;
}
.page-system.page-people a.c-button:not(.cv):not(.simple):hover,
.page-404 a.c-button:not(.cv):not(.simple):hover {
  background: #E10416;
  border-color: #E10416;
  color: #fff;
}
.page-system.page-people a.c-button:not(.cv):not(.simple) span::after,
.page-404 a.c-button:not(.cv):not(.simple) span::after {
  display: none;
}
.page-system.page-people a.c-button:not(.cv):not(.simple)::after,
.page-404 a.c-button:not(.cv):not(.simple)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 13px;
  transform: translateY(-50%);
  background: url(../images/cmn/arrow_right_black.svg) center/contain no-repeat;
  transition: 0.25s ease;
}
@media print, screen and (max-width: 760px) {
  .page-system.page-people a.c-button:not(.cv):not(.simple),
.page-404 a.c-button:not(.cv):not(.simple) {
    min-height: 21vw;
    font-size: 4.1vw;
  }
}
.page-system.page-people a.c-button:not(.cv):not(.simple):hover,
.page-404 a.c-button:not(.cv):not(.simple):hover {
  opacity: 1;
}
.page-system.page-people a.c-button:not(.cv):not(.simple):hover::after,
.page-404 a.c-button:not(.cv):not(.simple):hover::after {
  background-image: url(../images/cmn/arrow_right_white.svg);
}
.page-system.page-people a.c-button:not(.cv):not(.simple).prev::after,
.page-404 a.c-button:not(.cv):not(.simple).prev::after {
  right: auto;
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

/* black-border  */
.c-button.black-border {
  color: #0B0B0B;
  border: 1px solid #0B0B0B;
}
@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::after {
  scale: -1 1;
  left: 0;
  right: auto;
}
/*  no-border  */
.c-button.no-border {
  border: none;
}
/*  simple  */
.c-button.simple {
  height: auto;
  margin: 0;
}
.c-button.simple a {
  padding: 0;
  line-height: inherit;
  min-width: auto;
}
/*  prevボタン  */
.c-button.prev span::after {
  scale: -1 1;
  left: 0;
  right: auto;
}

.view-more {
  font-size: 1.8rem;
  display: inline-block;
  font-weight: 600;
  font-family: montserrat, sans-serif;
  color: #222222;
  position: relative;
  padding-right: 26px;
}
.view-more::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  background: url("../images/cmn/arrow_right_black.svg") center/contain no-repeat;
  transition: 0.3s;
}
/* ------------------------------------

icon

------------------------------------ */
/*  p-item__icons
*----------------------------------- */
.p-item__icons .icon {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 3px 8px 2px;
  line-height: 1.4;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .p-item__icons .icon {
    padding: 3px 8px 2px;
    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: 400;
}

.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: #E10416;
}
@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;
}
@media print, screen and (min-width: 761px) {
  .list-page__header__container {
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
    gap: 25px;
  }
}
.list-page__header__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@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: 800;
  line-height: 1;
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  color: #fff;
}
@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: #0B0B0B;
}
@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 */
