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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

colors setting

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

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

×：$black
◯：$dark-text

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

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

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

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

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

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

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

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

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

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

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

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

::selection,
::-moz-selection {
  background: #5095C7;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

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

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

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

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

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

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

header

------------------------------------ */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  font-size: 15px;
  font-weight: 600;
  top: 0;
  padding-top: 8px;
  padding-bottom: 13px;
  transition: background-color 0.3s ease;
}
@media (max-width: 760px) {
  .l-header {
    padding: 2.8205128205dvw 3.3333333333dvw 3.3333333333dvw 5.1282051282dvw;
  }
}
@media (max-width: 760px) {
  .fixed .l-header {
    padding: 4.6153846154dvw 7.9487179487dvw 0;
    background: #1D1D1D !important;
  }
}
.l-header__container {
  width: 96.25%;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 202px;
  }
}
@media (max-width: 760px) {
  .l-header__container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 760px) {
  .fixed .l-header__container {
    padding: 0;
  }
}
.l-header.active {
  background: #FFF;
}
@media (min-width: 761px) {
  .fixed .l-header {
    padding-top: 49px;
    padding-left: 35px;
  }
}
@media (max-width: 760px) {
  .fixed .l-header {
    background: none;
  }
}

@media (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;
}
@media (min-width: 761px) {
  .fixed .l-header .p-item__inner a {
    display: block;
  }
}
@media (min-width: 761px) {
  .l-header .p-item__logo {
    width: 106px;
    margin-right: 20px;
    margin-left: 3px;
  }
}
@media (max-width: 760px) {
  .l-header .p-item__logo {
    width: 22.5641025641dvw;
    margin-top: -0.5128205128dvw;
    margin-right: 3.5897435897dvw;
  }
}
@media (min-width: 761px) {
  .fixed .l-header .p-item__logo {
    width: 141px;
  }
}
@media (max-width: 760px) {
  .fixed .l-header .p-item__logo {
    width: 26.9230769231dvw;
    margin: -6.1538461538dvw 8.2051282051dvw 0 -2.0512820513dvw;
  }
}
@media (min-width: 761px) {
  .l-header .p-item__logo02 {
    width: 69px;
    margin-right: 14px;
    margin-top: 3px;
  }
}
@media (max-width: 760px) {
  .l-header .p-item__logo02 {
    width: 14.6153846154dvw;
    margin-right: 3.0769230769dvw;
  }
}
@media (min-width: 761px) {
  .fixed .l-header .p-item__logo02 {
    width: 114px;
    margin-top: 30px;
  }
}
@media (max-width: 760px) {
  .fixed .l-header .p-item__logo02 {
    width: 28.2051282051dvw;
  }
}
.l-header .p-item__title {
  font-weight: 500;
  line-height: 1.5;
  color: #222222;
}
@media (min-width: 761px) {
  .l-header .p-item__title {
    font-size: 11px;
  }
}
@media (max-width: 760px) {
  .l-header .p-item__title {
    font-size: 2.8205128205dvw;
    line-height: 1.3636363636;
  }
}
.fixed .l-header .p-item__title {
  display: none;
}

/*  .l-header__sns
*----------------------------------- */
.l-header .l-header__sns {
  display: flex;
  align-items: center;
}
@media (min-width: 761px) {
  .l-header .l-header__sns {
    padding-top: 4px;
  }
}
@media (max-width: 760px) {
  .l-header .l-header__sns {
    display: none;
  }
}
.fixed .l-header .l-header__sns {
  display: none;
}
.l-header .l-header__sns li {
  width: 19px;
  margin-right: 19px;
}
.l-header .l-header__sns li:nth-child(2) {
  width: 19px;
  margin-right: 16px;
}
.l-header .l-header__sns li:nth-child(3) {
  width: 21px;
  margin-right: 18px;
}
.l-header .l-header__sns li:nth-child(4) {
  width: 22px;
}
.l-header .l-header__sns li a {
  display: block;
  line-height: 1;
}

/*  .l-cv_button
*----------------------------------- */
.l-cv_button {
  position: fixed;
  z-index: 11000;
  font-size: 15px;
  top: 20px;
  right: 85px;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
  margin-top: -6px;
}
.fixed .l-cv_button {
  display: none;
}
.l-cv_button span {
  display: block;
  line-height: 1;
}
.l-cv_button .p-cv_link {
  font-size: 13px;
  letter-spacing: 0;
  margin-top: -2px;
}
.l-cv_button .p-recuit {
  width: 72px;
  margin-right: 9px;
  margin-top: -5px;
  line-height: 0;
}
.l-cv_button .cv02 span {
  font-size: 33px;
  line-height: 1;
  letter-spacing: 0.01em;
}
/* ------------------------------------

footer

------------------------------------ */
/*  .l-footer_other_contents
*----------------------------------- */
@media (min-width: 761px) {
  .l-footer_other_contents {
    margin-bottom: -60px;
    margin-top: 160px;
  }
}
@media (max-width: 760px) {
  .l-footer_other_contents {
    padding-top: 14%;
  }
}
.l-footer_other_contents h2 {
  text-align: center;
  color: #5095C7;
}
@media (min-width: 761px) {
  .l-footer_other_contents h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
@media (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 (min-width: 761px) {
  .l-footer_other_contents .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 760px) {
  .l-footer_other_contents .inner {
    width: 90%;
  }
}
@media (min-width: 761px) {
  .l-footer_other_contents .inner .c-box01 {
    width: 382px;
  }
}
@media (max-width: 760px) {
  .l-footer_other_contents .inner .c-box01 {
    margin-bottom: 6%;
  }
}

/*  l-footer-link
*----------------------------------- */
.l-footer-cmn {
  z-index: 1000;
  position: relative;
}

.l-footer-link {
  padding: 0;
  position: relative;
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
}
.l-footer-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #B4B4B4;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.l-footer-link__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1px;
}
@media (max-width: 760px) {
  .l-footer-link__container {
    flex-wrap: wrap;
  }
}

@media (min-width: 761px) {
  .l-footer-link .p-item {
    height: 126px;
    flex: 1;
  }
}
@media (max-width: 760px) {
  .l-footer-link .p-item {
    width: 100%;
    height: 22.8205128205dvw;
  }
}
.l-footer-link .p-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #FCFCFC;
  gap: 12px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-footer-link .p-item a {
    font-size: 20px;
  }
}
@media (max-width: 760px) {
  .l-footer-link .p-item a {
    font-size: 4.6153846154dvw;
    padding-top: 0.5128205128dvw;
    padding-left: 6.9230769231dvw;
    gap: 3.8461538462dvw;
  }
}
.l-footer-link .p-item a::after {
  content: "";
  display: block;
  background: url(../images/cmn/btn_arrow.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .l-footer-link .p-item a::after {
    width: 10px;
    height: 8px;
    margin-top: 3px;
  }
}
@media (max-width: 760px) {
  .l-footer-link .p-item a::after {
    width: 2.5641025641dvw;
    height: 2.5641025641dvw;
    margin-top: 0.5128205128dvw;
  }
}
@media (min-width: 761px) {
  .l-footer-link .p-item a .p-item__inner {
    margin-top: 3px;
  }
}
@media (min-width: 761px) {
  .l-footer-link .p-item.job a {
    padding-left: 12px;
  }
}

/*  l-footer-message
*----------------------------------- */
.l-footer-message {
  text-align: center;
  border-bottom: 1px solid #B4B4B4;
}
@media (min-width: 761px) {
  .l-footer-message {
    display: flex;
    justify-content: center;
    background: url(../images/cmn/bg_footer.jpg) no-repeat center top/100% auto;
  }
}
@media (max-width: 760px) {
  .l-footer-message {
    background: url(../images/cmn/sp/bg_footer.png) no-repeat center top 79.4871794872dvw/100% auto;
  }
}
.l-footer-message__container {
  padding: 0 0px;
}
@media (min-width: 761px) {
  .l-footer-message__container {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1562px;
    width: 111.5714285714vw;
  }
}
@media (max-width: 760px) {
  .l-footer-message__container {
    width: 100%;
    padding: 0 0 14.6153846154dvw;
  }
}
.l-footer-message__image {
  display: block;
}
@media (min-width: 761px) {
  .l-footer-message__image {
    width: 58.475%;
  }
}
@media (max-width: 760px) {
  .l-footer-message__image {
    margin-bottom: 12.3076923077dvw;
  }
}
@media (min-width: 761px) {
  .l-footer-message__image img {
    width: auto;
    height: 865px;
    object-fit: cover;
    object-position: left top;
    aspect-ratio: 904/866;
  }
}
@media (max-width: 760px) {
  .l-footer-message__image img {
    width: 100%;
    height: auto;
  }
}
.l-footer-message__textwrap {
  text-align: left;
}
@media (min-width: 761px) {
  .l-footer-message__textwrap {
    box-sizing: border-box;
    width: 41.525%;
    padding-left: 8.325%;
    padding-right: 25px;
    padding-top: 104px;
  }
}
@media (max-width: 760px) {
  .l-footer-message__textwrap {
    padding: 0 5.1282051282dvw;
  }
}
.l-footer-message h3 {
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
}
@media (min-width: 761px) {
  .l-footer-message h3 {
    margin-bottom: 37px;
  }
}
@media (max-width: 760px) {
  .l-footer-message h3 {
    font-size: 6.6666666667dvw;
    margin-bottom: 5.3846153846dvw;
  }
}
.l-footer-message h3 strong {
  color: #5095C7;
}
@media (min-width: 761px) {
  .l-footer-message h3 strong {
    font-size: 50px;
    margin-left: -8px;
    margin-top: -2px;
    margin-right: 2px;
  }
}
@media (max-width: 760px) {
  .l-footer-message h3 strong {
    font-size: 12.0512820513dvw;
    margin-left: -3.0769230769dvw;
    margin-top: -0.5128205128dvw;
    margin-right: 0.2564102564dvw;
  }
}
.l-footer-message__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
@media (min-width: 761px) {
  .l-footer-message__text {
    margin: 0 0 30px 2px;
  }
}
@media (max-width: 760px) {
  .l-footer-message__text {
    font-size: 3.8461538462dvw;
    margin-bottom: 7.6923076923dvw;
  }
}
.l-footer-message .cv.c-button {
  font-weight: 400;
  letter-spacing: 0.002em;
}
@media (min-width: 761px) {
  .l-footer-message .cv.c-button {
    width: 373px;
    height: 102px;
    line-height: 102px;
    margin: 45px 0 0 0;
    font-size: 63px;
  }
}
@media (max-width: 760px) {
  .l-footer-message .cv.c-button {
    width: 89.7435897436dvw;
    height: 26.1538461538dvw;
    line-height: 26.1538461538dvw;
    margin-top: 13.3333333333dvw;
    font-size: 16.1538461538dvw;
  }
}
@media (min-width: 761px) {
  .l-footer-message .cv.c-button a {
    line-height: 102px;
    padding-left: 50px;
  }
}
@media (max-width: 760px) {
  .l-footer-message .cv.c-button a {
    line-height: 26.1538461538dvw;
  }
}
@media (max-width: 760px) {
  .l-footer-message .cv.c-button span::after {
    width: 7.564103dvw;
    height: 2.564103dvw;
    right: -4vw;
  }
}

/*  l-footer-sns
*----------------------------------- */
.l-footer-sns {
  margin: 18px auto;
}
@media (max-width: 760px) {
  .l-footer-sns {
    margin: 4% auto 0;
  }
}
.l-footer-sns ul {
  display: flex;
  justify-content: center;
}
@media (max-width: 760px) {
  .l-footer-sns ul {
    flex-wrap: wrap;
  }
}
.l-footer-sns ul li {
  height: 42px;
  padding: 0 10px;
}
@media (max-width: 760px) {
  .l-footer-sns ul li {
    margin-bottom: 3.6%;
    height: 40px;
  }
}
.l-footer-sns ul li img {
  width: auto;
  height: 100%;
}
.l-footer-sns ul li a {
  height: 100%;
}

/*  l-footer
*----------------------------------- */
.l-footer {
  padding-top: 118px;
  padding-bottom: 30px;
  background: #1D1D1D url(../images/cmn/footer_bg.svg) no-repeat right 18px bottom -5px/854px auto;
  color: #FFF;
  z-index: 1000;
  position: relative;
}
@media (max-width: 760px) {
  .l-footer {
    padding-top: 19.2307692308dvw;
    padding-left: 6.9230769231dvw;
    padding-right: 5.8974358974dvw;
    padding-bottom: 26%;
    background-image: none;
  }
}
@media (min-width: 761px) {
  .l-footer__container {
    width: 1212px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 760px) {
  .l-footer__container {
    margin-bottom: 15%;
  }
}
@media (min-width: 761px) {
  .l-footer__company {
    width: 38.5%;
    padding-left: 8px;
  }
}
@media (max-width: 760px) {
  .l-footer__company {
    padding-bottom: 18.7179487179dvw;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item-logo__logo {
    width: 199px;
    margin: 3px 0 33px 3px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-logo__logo {
    width: 50.5128205128dvw;
    margin: 0 0 6.9230769231dvw 2.0512820513dvw;
  }
}
.l-footer__company .p-item-logo__title {
  font-weight: 400;
  border-top: 1px solid #575757;
}
@media (min-width: 761px) {
  .l-footer__company .p-item-logo__title {
    font-size: 15px;
    padding-top: 20px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-logo__title {
    font-size: 3.8461538462dvw;
    padding-top: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info {
    margin-top: 9px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info {
    margin: 3.3333333333dvw 0 0;
  }
}
.l-footer__company .p-item-info__address {
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info__address {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info__address {
    font-size: 3.5897435897dvw;
    padding-left: 2px;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info__access {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info__access {
    display: inline-block;
  }
}
.l-footer__company .p-item-info__access a {
  display: block;
  color: #838383;
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info__access a {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info__access a {
    font-size: 3.5897435897dvw;
    margin: 1.0256410256dvw 0 0 18.4615384615dvw;
  }
}
.l-footer__company .p-item-info__access a::before {
  content: "> ";
}
.l-footer__company .p-item-info__tel {
  line-height: 1;
  font-size: 26px;
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info__tel {
    margin-top: 2.2vw;
    font-size: 7vw;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info__tel a {
    pointer-events: none;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item__logo02 {
    width: 143px;
    margin: 0 0 0 5px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item__logo02 {
    width: 36.6666666667dvw;
    margin: 5.641025641dvw 0 6.6666666667dvw 3.3333333333dvw;
  }
}
.l-footer__company .p-item__sns {
  display: flex;
  align-items: center;
  border-top: 1px solid #575757;
}
@media (min-width: 761px) {
  .l-footer__company .p-item__sns {
    margin-top: 26px;
    padding-top: 22px;
    margin-bottom: 20px;
    margin-left: 3px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item__sns {
    padding: 5.8974358974dvw 2.8205128205dvw 4.8717948718dvw;
  }
}
.l-footer__company .p-item__sns li a {
  display: flex;
  align-items: center;
}
@media (min-width: 761px) {
  .l-footer__company .p-item__sns li:nth-of-type(1) {
    width: 20px;
    margin-right: 19px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item__sns li:nth-of-type(1) {
    width: 5.1282051282dvw;
    margin-right: 4.8717948718dvw;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item__sns li:nth-of-type(2) {
    width: 20px;
    margin-right: 16px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item__sns li:nth-of-type(2) {
    width: 5.1282051282dvw;
    margin-right: 4.1025641026dvw;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item__sns li:nth-of-type(3) {
    width: 21px;
    margin-right: 17px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item__sns li:nth-of-type(3) {
    width: 5.3846153846dvw;
    margin-right: 4.358974359dvw;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item__sns li:nth-of-type(4) {
    width: 23px;
    margin-right: 24px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item__sns li:nth-of-type(4) {
    width: 5.8974358974dvw;
    margin-right: 6.4102564103dvw;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item__sns li:nth-of-type(5) {
    width: 72px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item__sns li:nth-of-type(5) {
    width: 18.4615384615dvw;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-target_blank a {
    margin-left: 2.3076923077dvw;
  }
}
.l-footer__company .p-target_blank a:before {
  content: "-";
}
@media (min-width: 761px) {
  .l-footer__company .p-target_blank a:before {
    margin-right: 4px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-target_blank a:before {
    margin-right: 1.0256410256dvw;
  }
}
.l-footer__sitemap {
  margin: 0 auto 178px 20px;
  text-align: center;
}
.l-footer__sitemap .p-item {
  display: inline-block;
  padding-left: 55px;
  vertical-align: top;
}
.l-footer__sitemap .p-item li {
  margin-bottom: 9px;
  text-align: left;
  font-size: 15px;
}
.l-footer__sitemap .p-item li:not([class]) + li:not([class]) {
  margin-top: 12px;
}
.l-footer__sitemap .p-item li a {
  text-align: left;
}
.l-footer__sitemap .p-item li a::before {
  content: "-";
  margin-right: 4px;
}
.l-footer__sitemap .p-item li.p-item__sub {
  font-size: 14px;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #909090;
  line-height: 1.5;
}
.l-footer__sitemap .p-item li.p-item__sub a:before {
  content: none;
}
.l-footer__sitemap .p-item li.p-item__sub + li:not([class]) {
  margin-top: 22px;
}
.l-footer__copy {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #8E8E8E;
  width: 100%;
  text-align: left;
}
@media (max-width: 760px) {
  .l-footer__copy {
    font-size: 3.0769230769dvw;
    white-space: nowrap;
  }
}

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

.page-form-index .l-footer {
  background: none;
  color: #bababa;
}
@media (max-width: 760px) {
  .page-form-index .l-footer {
    padding-bottom: 4%;
  }
}
.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)
*----------------------------------- */
.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #9B9B9B;
  padding: 1px 0;
}
.fixed-btn ul {
  height: 14.8717948718dvw;
  display: flex;
  gap: 1px;
}
.fixed-btn li {
  box-sizing: border-box;
  height: 14.8717948718dvw;
  line-height: 14.8717948718dvw;
  font-size: 3.3333333333dvw;
  font-weight: 500;
  letter-spacing: 0;
  background: #fff;
  width: 24.8717948718dvw;
}
.fixed-btn li:nth-of-type(1):hover {
  background: #fff;
}
.fixed-btn li:nth-of-type(2) img {
  width: 8.666667dvw;
}
.fixed-btn li:nth-of-type(2) .en {
  font-size: 6vw;
}
.fixed-btn li:nth-of-type(3) {
  width: 49.7435897436dvw;
  background: #5095C7;
  color: #FFF;
}
.fixed-btn li:nth-of-type(3) .en {
  font-size: 8.9743589744dvw;
  margin-right: 2.5641025641dvw;
}
.fixed-btn a {
  border-radius: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 14.8717948718dvw;
}

/*  .topcontrol
*----------------------------------- */
.topcontrol {
  display: block;
  width: 45px;
  height: 45px;
  background: #5095C7;
  opacity: 1;
  position: relative;
}
@media (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: 20px;
  z-index: 1001;
}
@media (min-width: 761px) {
  .side-fixed-btn {
    right: 20px;
  }
}
@media (max-width: 760px) {
  .side-fixed-btn {
    right: 4vw;
    bottom: 20vw;
    opacity: 0.7;
  }
}
@media (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 (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 (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 (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 (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 (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 (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}

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

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

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

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

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

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

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

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

.drawer-overlay {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.drawer-open .drawer-default li.btn_cv a {
  background: #5095C7;
  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;
  right: 0;
  z-index: 999999;
}
@media (min-width: 761px) {
  .l-toggle {
    top: 3px;
    right: 17px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 760px) {
  .l-toggle {
    top: 5.641025641dvw;
    right: 4.6153846154dvw;
    width: 6.1538461538dvw;
    height: 2.5641025641dvw;
  }
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
}
@media (min-width: 761px) {
  .l-toggle div {
    width: 30px;
    height: 7px;
  }
}
@media (max-width: 760px) {
  .l-toggle div {
    width: 100%;
    height: 100%;
  }
}
.l-toggle span {
  width: 100%;
  height: 2px;
  background: #101010;
  transition: 0.3s;
}
@media (min-width: 761px) {
  .l-toggle span {
    height: 1px;
  }
}
.l-toggle p {
  display: none;
}
@media (min-width: 761px) {
  .l-toggle.active {
    width: 60px;
    height: 60px;
    margin-top: 32px;
    margin-right: 10px;
  }
}
@media (max-width: 760px) {
  .l-toggle.active {
    width: 10.2564102564dvw;
    height: 10.2564102564dvw;
    top: 3.8461538462dvw;
    right: 2.5641025641dvw;
  }
}
.l-toggle.active div {
  justify-content: center;
  margin-right: 15px;
}
@media (min-width: 761px) {
  .l-toggle.active div {
    width: 100%;
    height: 100%;
  }
}
.l-toggle.active span {
  background: #FFF;
}
@media (min-width: 761px) {
  .l-toggle.active span {
    height: 2px;
  }
}
.l-toggle.active span:nth-child(1) {
  transform: translateY(0.5px) rotate(-45deg);
}
.l-toggle.active span:nth-child(2) {
  transform: translateY(-0.5px) rotate(45deg);
}

/*  l-navigation
*----------------------------------- */
.l-navigation {
  position: fixed;
  z-index: 10000;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #1D1D1D;
  padding: 170px 20px 60px 53px;
  overflow: scroll;
  transition: 0.3s;
  opacity: 0;
  box-sizing: border-box;
  visibility: hidden;
}
@media (max-width: 760px) {
  .l-navigation {
    padding: 31.5384615385dvw 2vw 25vw 2.5641025641dvw;
  }
}
.l-navigation:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-navigation:before {
    width: 1458px;
    max-width: 100%;
    height: 208px;
    top: 81px;
    background: url(../images/cmn/menu_bg.svg) no-repeat center/auto 100%;
  }
}
@media (max-width: 760px) {
  .l-navigation:before {
    background: url(../images/cmn/sp/menu_bg.svg) no-repeat center/auto 100%;
    width: 100%;
    height: 51.641025641dvw;
    top: 17.4358974359dvw;
  }
}
@media (min-width: 761px) {
  .l-navigation .c-button.cv {
    width: 290px;
    height: 82px;
    font-size: 47px;
    margin-top: 38px;
  }
}
@media (max-width: 760px) {
  .l-navigation .c-button.cv {
    margin: 11.2820512821dvw 0 8.7179487179dvw;
    width: 84.6153846154dvw;
    height: 21.2820512821dvw;
    line-height: 90px;
  }
}
.l-navigation .c-button.cv span {
  letter-spacing: 0.02em;
}
@media (min-width: 761px) {
  .l-navigation .c-button.cv span {
    line-height: 82px;
    padding-left: 29px;
  }
}
@media (max-width: 760px) {
  .l-navigation .c-button.cv span {
    font-size: 12.0512820513dvw;
    padding-left: 6.9230769231dvw;
    line-height: 21.2820512821dvw;
    display: inline-block;
    margin-top: 2px;
  }
}
.l-navigation.active {
  opacity: 1;
  visibility: visible;
}

.l-navigation__main {
  margin-bottom: 20px;
}
@media (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 (max-width: 760px) {
  .l-navigation__main ul {
    width: 90%;
  }
}
.l-navigation__main ul li {
  width: 347px;
  margin-bottom: 20px;
}
@media (min-width: 761px) {
  .l-navigation__main ul li {
    margin-right: 30px;
  }
}
@media (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: #FF8A15;
  color: #fff;
  padding: 22px 0 18px;
  transition: 0.3s;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 8px;
  position: relative;
}
@media (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: #5095C7;
}
.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 (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-link-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #575757;
}
@media (min-width: 761px) {
  .l-navigation-link-sns {
    margin-top: 36px;
    padding-top: 21px;
    gap: 16px;
    padding-left: 4px;
  }
}
@media (max-width: 760px) {
  .l-navigation-link-sns {
    border-top: 1px solid #575757 !important;
    padding: 8.7179487179dvw 2.5641025641dvw 0;
    gap: 4.1025641026dvw;
  }
}
.l-navigation-link-sns li {
  width: 20px;
}
@media (max-width: 760px) {
  .l-navigation-link-sns li {
    width: 5.1282051282dvw;
  }
}
@media (min-width: 761px) {
  .l-navigation-link-sns li:nth-child(2) {
    margin-left: 2px;
  }
}
@media (max-width: 760px) {
  .l-navigation-link-sns li:nth-child(2) {
    margin-left: 0.5128205128dvw;
  }
}
.l-navigation-link-sns li:nth-child(3) {
  width: 22px;
}
@media (max-width: 760px) {
  .l-navigation-link-sns li:nth-child(3) {
    width: 5.641025641dvw;
  }
}
.l-navigation-link-sns li:nth-child(4) {
  width: 22px;
  margin-left: 2px;
}
@media (max-width: 760px) {
  .l-navigation-link-sns li:nth-child(4) {
    width: 5.4615384615dvw;
    margin-left: 0.5128205128dvw;
  }
}
.l-navigation-link-sns li:nth-child(5) {
  width: 72px;
  margin-left: 8px !important;
}
@media (max-width: 760px) {
  .l-navigation-link-sns li:nth-child(5) {
    width: 18.4615384615dvw;
    margin-left: 2.0512820513dvw !important;
  }
}
.l-navigation-link-sns li a {
  display: block;
  line-height: 1;
}
.l-navigation-link-sns li.p-recuit {
  width: 45px;
  height: 45px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 12px;
  border: 1px solid #101010;
}

.l-navigation__menu {
  width: 890px;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-navigation__menu {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu {
    width: 90%;
    margin-bottom: 6vw;
  }
}
@media (min-width: 761px) {
  .l-navigation__menu ul:last-of-type .p-item__menu:not(:first-child) {
    margin-bottom: 13px;
  }
}
@media (min-width: 761px) {
  .l-navigation__menu ul:last-of-type .sub-menu {
    margin-bottom: 23px;
    padding-left: 5px;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__menu {
    padding-top: 5vw;
  }
}
.l-navigation__menu .sub-menu {
  margin-bottom: 29px;
}
@media (max-width: 760px) {
  .l-navigation__menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 9.7435897436dvw;
    padding-left: 3.3333333333dvw;
    margin-bottom: 6.6666666667dvw;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub {
    padding: 0;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub.sp-od01 {
    order: 1;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub.sp-od02 {
    order: 2;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub.sp-od03 {
    order: 3;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub.sp-od04 {
    order: 4;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub.sp-od05 {
    order: 5;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub.sp-od06 {
    order: 6;
  }
}
@media (min-width: 761px) {
  .l-navigation__menu .p-item__sub.index {
    margin-top: 20px;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub.index {
    padding: 0;
    margin-top: 4vw;
  }
}
.l-navigation__menu .p-item__sub.index a {
  line-height: 1.2;
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub.index a {
    line-height: 1.4;
    padding: 0;
  }
}
.l-navigation__menu .p-item__sub.index a::before {
  display: none;
}
.l-navigation__menu .p-item__sub.index a span {
  font-size: 14px;
}
@media (max-width: 760px) {
  .l-navigation__menu .p-item__sub.index a span {
    font-size: 3.4vw;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu p {
    font-size: 3.4vw;
    text-align: center;
    margin: 0 0 2vw;
  }
}
.l-navigation__menu ul li {
  margin: 0 0 23px;
}
@media (max-width: 760px) {
  .l-navigation__menu ul li {
    margin-bottom: 4.6153846154dvw;
  }
}
.l-navigation__menu ul li.color01.p-item__menu span {
  color: #5095C7;
}
.l-navigation__menu ul li.color01.p-item__menu .p-item__index-title {
  color: #5095C7;
}
.l-navigation__menu ul li.p-item__menu {
  padding: 0;
}
.l-navigation__menu ul li.p-item__menu::before {
  display: none;
}
.l-navigation__menu ul li.p-item__menu span {
  font-size: 45px;
  line-height: 0.8;
  color: #FFF;
}
@media (max-width: 760px) {
  .l-navigation__menu ul li.p-item__menu span {
    font-size: 10vw;
  }
}
.l-navigation__menu ul li.p-item__menu .p-item__index-title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  z-index: 1;
  position: relative;
}
@media (max-width: 760px) {
  .l-navigation__menu ul li.p-item__menu .p-item__index-title {
    font-size: 5.1282051282dvw;
    text-align: left;
  }
}
.l-navigation__menu ul li.p-item__sub a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.2222222222;
  padding-left: 8px;
}
@media (max-width: 760px) {
  .l-navigation__menu ul li.p-item__sub a {
    font-size: 4.6153846154dvw;
    display: inline-block;
    padding: 0;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu ul li ul {
    border-top: none;
  }
}
.l-navigation__menu ul li ul li {
  margin-bottom: 0;
}
.l-navigation__menu ul li ul a {
  font-size: 14px;
}
@media (max-width: 760px) {
  .l-navigation__menu ul li ul a::before {
    border-bottom: 1px solid #bababa;
  }
}
.l-navigation__menu ul li.index {
  margin-bottom: 5px;
}
@media (max-width: 760px) {
  .l-navigation__menu ul li.index {
    margin-bottom: 0;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu ul li:last-child {
    border-bottom: none;
  }
}
@media (min-width: 761px) {
  .l-navigation__menu .p-target_blank {
    margin-top: -3px;
    margin-left: 3px;
  }
}
@media (max-width: 760px) {
  .l-navigation__menu .p-target_blank {
    margin-left: 2.3076923077dvw;
  }
}

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

common（TOP含む全ページ）

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

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

.no_link {
  pointer-events: none;
}
.no_link:hover {
  opacity: 1;
}

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

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

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

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp_sp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*  tel
*----------------------------------- */
@media (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: #5095C7;
}

/*  horizontal
*----------------------------------- */
.horizontal {
  margin-bottom: 50px;
  opacity: 1;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 760px) {
  .horizontal {
    margin-bottom: 10vw;
    gap: 1px;
  }
}
.horizontal li {
  display: inline-block;
  opacity: 1;
  background: #5095C7;
}
@media (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 (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: #5095C7;
}
.horizontal li.active a {
  color: #fff;
}
@media (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: #5095C7;
  border-radius: 4px;
  color: #fff;
}
.horizontal input[type=radio]:checked + label {
  background: #5095C7;
  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;
  max-width: 952px;
  margin: 0 auto;
}
.l-table dt, .l-table dd {
  background: #FFF;
  border-bottom: 1px solid #BEBEBE;
}
@media (min-width: 761px) {
  .l-table dt, .l-table dd {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
@media (max-width: 760px) {
  .l-table dt, .l-table dd {
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
    padding: 3.8461538462dvw 0 3.5897435897dvw 0.5128205128dvw;
    text-align: left;
  }
}
@media (min-width: 761px) {
  .l-table dt.line-l, .l-table dd.line-l {
    line-height: 2.1333333333;
  }
}
.l-table dt {
  width: 142px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media (min-width: 761px) {
  .l-table dt {
    padding: 19px 15px 19px 0;
  }
}
@media (max-width: 760px) {
  .l-table dt {
    width: 26.6666666667dvw;
  }
}
.l-table dt.nested {
  border: none;
}
@media (min-width: 761px) {
  .l-table dt.nested {
    padding-top: 32px;
  }
}
.l-table dd {
  letter-spacing: 0;
  width: calc(100% - 142px);
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-table dd {
    padding: 19px 10px 19px 0;
  }
}
@media (max-width: 760px) {
  .l-table dd {
    letter-spacing: 0.01em;
    width: calc(100% - 26.6666666667dvw);
  }
}
.l-table dd.nested {
  border: none;
}
.l-table dd dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 952px;
}
@media (min-width: 761px) {
  .l-table dd dl {
    margin-top: -6px;
  }
}
@media (max-width: 760px) {
  .l-table dd dl {
    margin-top: -3.5897435897dvw;
  }
}
.l-table dd dl dt:last-of-type, .l-table dd dl dd:last-of-type {
  border-bottom: none;
}
@media (min-width: 761px) {
  .l-table dd dl dt {
    width: 248px;
  }
}
@media (max-width: 760px) {
  .l-table dd dl dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.l-table dd dl dd {
  width: calc(100% - 248px);
}
@media (max-width: 760px) {
  .l-table dd dl dd {
    width: 100%;
    padding-top: 1.2820512821dvw;
  }
}
.l-table dd a {
  color: #5095C7;
  vertical-align: middle;
  display: inline-block;
  transform: translateY(-1px);
}
@media (min-width: 761px) {
  .l-table dd a {
    font-size: 1.4rem;
    margin-left: 18px;
  }
}
@media (max-width: 760px) {
  .l-table dd a {
    font-size: 3.8461538462dvw;
  }
}

.more-btn {
  display: flex;
  align-items: center;
  letter-spacing: 0.03em;
  color: #1E1E1E;
}
@media (min-width: 761px) {
  .more-btn {
    gap: 11px;
    font-size: 15px;
    margin-top: 8px;
  }
}
@media (max-width: 760px) {
  .more-btn {
    gap: 2.8205128205dvw;
    font-size: 3.8461538462dvw;
    padding-left: 14.8717948718dvw;
  }
}
.more-btn:after {
  content: "";
  background: #1E1E1E;
  height: 1px;
}
@media (min-width: 761px) {
  .more-btn:after {
    width: 86px;
  }
}
@media (max-width: 760px) {
  .more-btn:after {
    width: 22.0512820513dvw;
    margin-top: 0.2564102564dvw;
  }
}

/*  l-interview
*----------------------------------- */
.page-top .l-interview,
.page-cmn .l-interview {
  padding-bottom: 100px;
  position: relative;
  z-index: 0;
  background: #FCFCFC;
}
.page-top .l-interview__container,
.page-cmn .l-interview__container {
  margin: 0 auto;
}
@media (max-width: 760px) {
  .page-top .l-interview__container,
.page-cmn .l-interview__container {
    max-width: 100%;
  }
}
.page-top .l-interview__list,
.page-cmn .l-interview__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  overflow: visible;
}
@media (max-width: 760px) {
  .page-top .l-interview__list,
.page-cmn .l-interview__list {
    width: 100%;
    margin-bottom: 6.6666666667dvw;
  }
}
.page-top .l-interview__list__btn__wrap,
.page-cmn .l-interview__list__btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 761px) {
  .page-top .l-interview__list__btn__wrap,
.page-cmn .l-interview__list__btn__wrap {
    gap: 40px;
    margin-top: 59px;
    padding-left: 213px;
  }
}
.page-top .l-interview__list__arrow,
.page-cmn .l-interview__list__arrow {
  position: relative;
}
@media (min-width: 761px) {
  .page-top .l-interview__list__arrow,
.page-cmn .l-interview__list__arrow {
    height: 67px;
    width: 162px;
  }
}
@media (max-width: 760px) {
  .page-top .l-interview__list__arrow,
.page-cmn .l-interview__list__arrow {
    display: none;
  }
}
.page-top .l-interview__list__arrow .slick-prev,
.page-top .l-interview__list__arrow .slick-next,
.page-cmn .l-interview__list__arrow .slick-prev,
.page-cmn .l-interview__list__arrow .slick-next {
  top: 0;
  width: 67px;
  height: 67px;
  margin-top: 0;
  transform: translateY(0);
}
.page-top .l-interview__list__arrow .slick-prev,
.page-cmn .l-interview__list__arrow .slick-prev {
  background: url(../images/cmn/prev.svg);
  background-size: 100%;
  left: 0;
}
.page-top .l-interview__list__arrow .slick-next,
.page-cmn .l-interview__list__arrow .slick-next {
  background: url(../images/cmn/next.svg);
  background-size: 100%;
  right: 0;
}
.page-top .l-interview .p-header,
.page-cmn .l-interview .p-header {
  text-align: center;
  position: relative;
  max-width: 100%;
  z-index: -1;
}
@media (min-width: 761px) {
  .page-top .l-interview .p-header,
.page-cmn .l-interview .p-header {
    padding-top: 123px;
    padding-bottom: 38px;
    margin-bottom: 44px;
  }
}
@media (max-width: 760px) {
  .page-top .l-interview .p-header,
.page-cmn .l-interview .p-header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 0.5128205128dvw;
    padding-bottom: 5.8974358974dvw;
    margin-bottom: 7.6923076923dvw;
  }
}
.page-top .l-interview .p-header::before,
.page-cmn .l-interview .p-header::before {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
@media (min-width: 761px) {
  .page-top .l-interview .p-header::before,
.page-cmn .l-interview .p-header::before {
    top: -205px;
    height: 715px;
    background: url(../images/top/interview_bg.jpg) no-repeat center/cover;
  }
}
@media (max-width: 760px) {
  .page-top .l-interview .p-header::before,
.page-cmn .l-interview .p-header::before {
    top: -49.2307692308dvw;
    height: 146.9230769231dvw;
    background: url(../images/top/sp/interview_bg.jpg) no-repeat center/cover;
  }
}
.page-top .l-interview .p-header::after,
.page-cmn .l-interview .p-header::after {
  content: "";
  height: 2px;
  position: absolute;
  background: #5095C7;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .page-top .l-interview .p-header::after,
.page-cmn .l-interview .p-header::after {
    width: 34px;
  }
}
@media (max-width: 760px) {
  .page-top .l-interview .p-header::after,
.page-cmn .l-interview .p-header::after {
    width: 8.7179487179dvw;
  }
}
.page-top .l-interview .p-header__catch,
.page-cmn .l-interview .p-header__catch {
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 761px) {
  .page-top .l-interview .p-header__catch,
.page-cmn .l-interview .p-header__catch {
    font-size: 29px;
    margin-bottom: 11px;
    letter-spacing: 0.03em;
  }
}
@media (max-width: 760px) {
  .page-top .l-interview .p-header__catch,
.page-cmn .l-interview .p-header__catch {
    font-size: 5.1282051282dvw;
    margin-bottom: 3.0769230769dvw;
    letter-spacing: 0;
  }
}
.page-top .l-interview .p-header__title,
.page-cmn .l-interview .p-header__title {
  font-size: 15px;
}
@media (max-width: 760px) {
  .page-top .l-interview .p-header__title,
.page-cmn .l-interview .p-header__title {
    font-size: 3.8461538462dvw;
  }
}
.page-top .l-interview .p-item,
.page-cmn .l-interview .p-item {
  text-align: center;
}
@media (min-width: 761px) {
  .page-top .l-interview .p-item,
.page-cmn .l-interview .p-item {
    width: 28.8%;
    margin: 0 7px;
  }
}
@media (max-width: 760px) {
  .page-top .l-interview .p-item,
.page-cmn .l-interview .p-item {
    margin: 0 5.1282051282dvw;
    padding-bottom: 8.4615384615dvw;
  }
}
.page-top .l-interview .p-item a img,
.page-cmn .l-interview .p-item a img {
  transition: transform 0.3s ease;
  aspect-ratio: 0.775/1;
  object-fit: cover;
}
.page-top .l-interview .p-item a:hover, .page-top .l-interview .p-item a:active, .page-top .l-interview .p-item a:hover,
.page-cmn .l-interview .p-item a:hover,
.page-cmn .l-interview .p-item a:active,
.page-cmn .l-interview .p-item a:hover {
  opacity: 1;
}
.page-top .l-interview .p-item a:hover img, .page-top .l-interview .p-item a:active img, .page-top .l-interview .p-item a:hover img,
.page-cmn .l-interview .p-item a:hover img,
.page-cmn .l-interview .p-item a:active img,
.page-cmn .l-interview .p-item a:hover img {
  opacity: 1;
  transform: scale(1.15);
}
.page-top .l-interview .p-item__photo,
.page-cmn .l-interview .p-item__photo {
  margin-bottom: 13px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .page-top .l-interview .p-item__photo,
.page-cmn .l-interview .p-item__photo {
    margin-bottom: 3.8461538462dvw;
  }
}
.page-top .l-interview .p-item__photo.ph_sys img,
.page-cmn .l-interview .p-item__photo.ph_sys img {
  width: 100%;
  aspect-ratio: 13/18;
  object-fit: cover;
}
.page-top .l-interview .p-item__title,
.page-cmn .l-interview .p-item__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 760px) {
  .page-top .l-interview .p-item__title,
.page-cmn .l-interview .p-item__title {
    font-size: 4.6153846154dvw;
    margin-bottom: 3.8461538462dvw;
  }
}
.page-top .l-interview .p-item__text,
.page-cmn .l-interview .p-item__text {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 760px) {
  .page-top .l-interview .p-item__text,
.page-cmn .l-interview .p-item__text {
    font-size: 3.8461538462dvw;
    margin-bottom: 1.5384615385dvw;
  }
}
.page-top .l-interview .p-item__text ul,
.page-cmn .l-interview .p-item__text ul {
  display: flex;
  flex-wrap: nowrap;
}
.page-top .l-interview .p-item__text ul li,
.page-cmn .l-interview .p-item__text ul li {
  font-size: 15px;
  color: #101010;
  background: none !important;
  font-weight: 400;
  padding: 2px 0px 3px 8px;
}
@media (max-width: 760px) {
  .page-top .l-interview .c-button.simple,
.page-cmn .l-interview .c-button.simple {
    margin: 0 auto;
  }
}

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

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

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

l-other-introduction

------------------------------------ */
.l-other-introduction {
  position: relative;
  z-index: 0;
}
@media (min-width: 761px) {
  .l-other-introduction {
    padding-top: 130px;
    padding-bottom: 82px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction {
    padding-bottom: 14.1025641026dvw;
  }
}
.l-other-introduction:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent linear-gradient(180deg, rgba(235, 235, 235, 0) 0%, #EBEBEB 49%, rgba(235, 235, 235, 0) 100%) 0% 0% no-repeat;
}
@media (min-width: 761px) {
  .l-other-introduction:before {
    top: -95px;
    height: 715px;
  }
}
.l-other-introduction__list {
  z-index: 2;
}
@media (max-width: 760px) {
  .l-other-introduction__list {
    margin: 0 2.5641025641dvw;
    padding-bottom: 8.4615384615dvw;
  }
}
.l-other-introduction__list .p-item {
  border: 1px solid #B7B7B7;
  position: relative;
}
@media (min-width: 761px) {
  .l-other-introduction__list .p-item {
    margin: 0 11px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction__list .p-item {
    margin: 0 2.5641025641dvw;
  }
}
.l-other-introduction__list .p-item img {
  transition: transform 0.3s ease;
}
.l-other-introduction__list .p-item a:hover, .l-other-introduction__list .p-item a:active, .l-other-introduction__list .p-item a:hover {
  opacity: 1;
}
.l-other-introduction__list .p-item a:hover img, .l-other-introduction__list .p-item a:active img, .l-other-introduction__list .p-item a:hover img {
  opacity: 1;
  transform: scale(1.1);
}
.l-other-introduction__list .p-item__inner {
  text-align: center;
}
@media (min-width: 761px) {
  .l-other-introduction__list .p-item__inner {
    padding: 20px 10px 30px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction__list .p-item__inner {
    padding: 5.1282051282dvw 2.5641025641dvw 5.1282051282dvw;
    min-height: 158px;
  }
}
.l-other-introduction__list .p-item__inner:after {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/cmn/icon_arrow.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .l-other-introduction__list .p-item__inner:after {
    width: 24px;
    height: 24px;
    right: 8px;
    bottom: 8px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction__list .p-item__inner:after {
    width: 5.8974358974dvw;
    height: 5.8974358974dvw;
    right: 2.5641025641dvw;
    bottom: 2.0512820513dvw;
  }
}
.l-other-introduction__list .p-item__photo {
  position: relative;
  overflow: hidden;
}
.l-other-introduction__list .p-item__num {
  position: absolute;
  color: #FFF;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.21);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: alternate-gothic-no-2-d, sans-serif;
  letter-spacing: 0.01em;
  z-index: 2;
}
@media (min-width: 761px) {
  .l-other-introduction__list .p-item__num {
    width: 99px;
    height: 99px;
    font-size: 62px;
    left: 18px;
    top: 142px;
    padding-top: 3px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction__list .p-item__num {
    width: 20dvw;
    height: 20dvw;
    font-size: 12.3076923077dvw;
    left: 3.0769230769dvw;
    top: 20dvw;
    padding-top: 0.7692307692dvw;
  }
}
.l-other-introduction__list .p-item__title {
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media (min-width: 761px) {
  .l-other-introduction__list .p-item__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction__list .p-item__title {
    font-size: 4.6153846154dvw;
    margin-bottom: 1.2820512821dvw;
  }
}
.l-other-introduction__list .p-item__text {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
@media (min-width: 761px) {
  .l-other-introduction__list .p-item__text {
    font-size: 14px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction__list .p-item__text {
    font-size: 3.8461538462dvw;
  }
}
.l-other-introduction__list__btn__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 761px) {
  .l-other-introduction__list__btn__wrap {
    gap: 40px;
    margin-top: 53px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction__list__btn__wrap {
    margin-top: 6.4102564103dvw;
  }
}
.l-other-introduction__list__arrow {
  position: relative;
}
@media (min-width: 761px) {
  .l-other-introduction__list__arrow {
    height: 67px;
    width: 162px;
  }
}
.l-other-introduction__list__arrow .slick-prev,
.l-other-introduction__list__arrow .slick-next {
  top: 0;
  width: 67px;
  height: 67px;
  margin-top: 0;
  transform: translateY(0);
}
.l-other-introduction__list__arrow .slick-prev {
  background: url(../images/cmn/prev.svg);
  background-size: 100%;
  left: 0;
}
.l-other-introduction__list__arrow .slick-next {
  background: url(../images/cmn/next.svg);
  background-size: 100%;
  right: 0;
}
.l-other-introduction .p-header {
  text-align: center;
  position: relative;
  max-width: 100% !important;
  z-index: 1;
}
@media (min-width: 761px) {
  .l-other-introduction .p-header {
    padding-top: 53px !important;
    padding-bottom: 27px !important;
    margin-bottom: 60px !important;
  }
}
@media (max-width: 760px) {
  .l-other-introduction .p-header {
    width: 100%;
    margin: 0 auto;
    padding-top: 23.3333333333dvw !important;
    padding-bottom: 5.8974358974dvw !important;
    margin-bottom: 11.0256410256dvw !important;
  }
}
.l-other-introduction .p-header::before {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  margin: auto;
}
@media (min-width: 761px) {
  .l-other-introduction .p-header::before {
    height: 227px;
    background: url(../images/top/introduction_bg.png) no-repeat center/cover;
    left: 30px;
    background-size: contain;
  }
}
@media (max-width: 760px) {
  .l-other-introduction .p-header::before {
    height: 146.9230769231dvw;
    background: url(../images/top/sp/introduction_bg.jpg) no-repeat center/100% auto;
    top: -33.3333333333dvw;
  }
}
.l-other-introduction .p-header::after {
  content: "";
  height: 2px;
  position: absolute;
  background: #5095C7;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-other-introduction .p-header::after {
    width: 34px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction .p-header::after {
    width: 8.7179487179dvw;
  }
}
.l-other-introduction .p-header__title {
  font-weight: 700;
  line-height: 1.4 !important;
  letter-spacing: 0.03em !important;
}
@media (min-width: 761px) {
  .l-other-introduction .p-header__title {
    font-size: 29px !important;
    margin-bottom: 11px;
  }
}
@media (max-width: 760px) {
  .l-other-introduction .p-header__title {
    font-size: 5.8974358974dvw !important;
    margin-bottom: 3.5897435897dvw;
  }
}
.l-other-introduction .p-header__catch {
  font-size: 15px;
}
@media (max-width: 760px) {
  .l-other-introduction .p-header__catch {
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}

/*  l-other-contents
*----------------------------------- */
.l-other-contents {
  padding: 40px 0 50px;
  margin: 0;
  border-top: 1px solid #B4B4B4;
  z-index: 1000;
  position: relative;
}
@media (max-width: 760px) {
  .l-other-contents {
    padding: 11.2820512821dvw 0 13.3333333333dvw;
  }
}
.l-other-contents__container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .l-other-contents__container {
    width: 89.7435897436dvw;
  }
}
.l-other-contents .p-cmn-header {
  text-align: center;
  max-width: 100%;
  margin: 0 auto 31px;
}
@media (max-width: 760px) {
  .l-other-contents .p-cmn-header {
    margin-bottom: 7.4358974359dvw;
  }
}
.l-other-contents .p-cmn-header__title {
  letter-spacing: 0;
  color: #1E1E1E;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-other-contents .p-cmn-header__title {
    font-size: 68px !important;
  }
}
@media (max-width: 760px) {
  .l-other-contents .p-cmn-header__title {
    font-size: 15.1282051282dvw !important;
  }
}
@media (min-width: 761px) {
  .l-other-contents .p-cmn-header__subtitle {
    font-size: 15px !important;
    margin-top: 3px;
  }
}
@media (max-width: 760px) {
  .l-other-contents .p-cmn-header__subtitle {
    font-size: 3.8461538462dvw !important;
    margin-top: 0.5128205128dvw;
  }
}
.l-other-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 761px) {
  .l-other-contents ul {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .l-other-contents ul {
    gap: 3.3333333333dvw;
  }
}
@media (min-width: 761px) {
  .l-other-contents li {
    width: calc(25% - 40px);
  }
}
@media (max-width: 760px) {
  .l-other-contents li {
    width: 48%;
  }
}
.l-other-contents li a {
  font-weight: 500;
  text-align: center;
  background: #F7F9FA;
  border: 1px solid #707070;
  position: relative;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (min-width: 761px) {
  .l-other-contents li a {
    font-size: 16px;
    padding: 0 40px 0;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 760px) {
  .l-other-contents li a {
    font-size: 4.1025641026dvw;
    padding: 4.8717948718dvw 0 4.6153846154dvw;
  }
}
.l-other-contents li a::after {
  content: "";
  display: block;
  background: url(../images/cmn/btn_arrow.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .l-other-contents li a::after {
    width: 11px;
    height: 9px;
    right: 22px;
  }
}
@media (max-width: 760px) {
  .l-other-contents li a::after {
    width: 2.5641025641dvw;
    height: 2.5641025641dvw;
    right: 2vw;
  }
}
.l-other-contents li a:hover {
  background: #5095C7;
  opacity: 1;
  color: #fff;
}
.l-other-contents li a:hover::after {
  background: url(../images/cmn/btn_arrow_white.svg) no-repeat center/contain;
}

.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: 44px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 760px) {
  .c-button {
    font-size: 3.4vw;
  }
}
.c-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  line-height: 44px;
}
.c-button span {
  position: relative;
  padding-right: 18px;
}
.c-button span::after {
  content: "";
  display: block;
  background: url(../images/cmn/btn_arrow_white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 761px) {
  .c-button span::after {
    width: 11px;
    height: 9px;
    right: 0;
  }
}
@media (max-width: 760px) {
  .c-button span::after {
    width: 2.5641025641dvw;
    height: 2.5641025641dvw;
    right: 0;
  }
}

/*  cv  */
.c-button.cv {
  width: 189px;
  font-family: alternate-gothic-no-2-d, sans-serif;
  font-size: 21px;
  color: #fff;
  background: #5095C7;
  transition: 0.5s;
}
@media print, screen and (max-width: 760px) {
  .c-button.cv {
    width: 80%;
  }
}
.c-button.cv:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 0;
  background: #FF8A15;
  z-index: 1;
  transition: width ease 0.3s;
}
.c-button.cv:hover {
  opacity: 1;
}
.c-button.cv:hover:before {
  width: 100%;
}
.c-button.cv:hover a {
  opacity: 1;
}
.c-button.cv span::after {
  border-color: transparent transparent transparent #fff;
}

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

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

/*  dark-border  */
.c-button.dark-border {
  color: #101010;
  border: 1px solid #707070;
}
.c-button.dark-border span::after {
  border-color: transparent transparent transparent #5095C7;
}

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

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

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

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

/*  prevボタン  */
.c-button.prev span {
  padding-left: 16px;
  padding-right: 0;
}
.c-button.prev span::after {
  left: 0;
  right: auto;
  transform: scaleX(-1);
}

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

icon

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

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

/*  new icon
*----------------------------------- */
.new {
  position: relative;
}
.new:after {
  content: "NEW";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  font-family: ryo-gothic-plusn, sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: #5095C7;
}
@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: 1px;
  right: -17px;
  bottom: 0;
  z-index: 1000;
  display: block;
  width: 9px;
  height: 8px;
  margin: auto;
  content: "";
  background: url("../images/cmn/icon_link.svg") center/contain no-repeat;
}

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

title

------------------------------------ */
/* list-page__header */
.list-page__header {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .list-page__header {
    margin-bottom: 8vw;
    padding-top: 70px;
  }
}
.list-page__header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
}
.list-page__header__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .list-page__header__title {
    font-size: 4.2vw;
    margin-top: 1.4vw;
  }
}
.list-page__header__subtitle {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  font-family: alternate-gothic-no-2-d, sans-serif;
  text-transform: uppercase;
}
@media print, screen and (max-width: 760px) {
  .list-page__header__subtitle {
    font-size: 10vw;
  }
}

.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: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header .en {
    font-size: 9vw;
  }
}
.p-cmn-header__subtitle {
  color: #101010;
}
@media print, screen and (min-width: 761px) {
  .p-cmn-header__subtitle {
    font-size: 16px;
  }
}
@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 */
