@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 ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
body {
  overflow-x: hidden;
  font-family: source-han-sans-japanese, sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #2e2e2e;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

html {
  visibility: hidden;
}

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

.en {
  font-family: din-2014, sans-serif;
  line-height: 1;
}

::selection,
::-moz-selection {
  background: #e53828;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

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

img {
  width: 100%;
}

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

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

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

l-header

------------------------ */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 8000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  top: 10px;
}
.l-header__container {
  width: 98%;
  margin: 0 auto;
}
.l-header h1 a {
  display: flex;
  align-items: center;
}
.l-header h1 .p-item-logo span {
  padding-left: 2px;
  letter-spacing: 1px;
  font-size: 14px;
  padding-top: 12px;
  display: block;
}
.l-header h1 .p-item-logo__logo {
  width: 310px;
  margin-right: 10px;
}

.l-header.display {
  background: #fff;
}

@media screen and (min-width: 761px) {
  .l-header {
    width: 98%;
    top: 0;
  }
  .l-header__container {
    padding: 9px 0 2px 10px;
    width: 100%;
  }
  .l-header .p-item-logo {
    display: inline-block;
    width: auto;
    float: left;
  }
  .l-header .l-gnav {
    display: inline-block;
    float: right;
    padding-top: 6px;
    padding-right: 58px;
  }
  .l-header .l-gnav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }
  .l-header .l-gnav ul li {
    margin-right: 27px;
    letter-spacing: 1px;
  }
  .l-header .l-gnav ul .gnav__fb {
    width: 28px;
    margin-right: 15px;
  }
  .l-header .l-gnav ul .gnav__ig {
    width: 24px;
    margin-right: 0;
  }
  .l-header .cv.c-button {
    float: right;
    width: 261px;
    font-size: 14px;
    border: 2px solid #f69125;
  }
  .l-header .cv.c-button span.en {
    font-size: 25px;
    padding-left: 4px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 760px) {
  .l-header {
    width: 100%;
    top: 0;
  }
  .l-header__container {
    padding: 2% 10% 1.5% 3%;
    width: 100%;
  }

  .l-header h1 .p-item-logo__logo {
    width: 85%;
    height: auto;
    margin-right: 4px;
  }
  .l-header h1 .p-item-logo__title {
    font-size: 2.8vw;
    text-align: left;
  }
  .l-header h1 .p-item-logo__title span {
    display: block;
    margin-top: 1px;
    font-size: 3.3vw;
    padding-left: 3px;
    padding-top: 4px;
  }
  .l-header h1 .p-item-logo__title small {
    display: inline-block;
    font-size: 2.4vw;
  }
}
/* ------------------------------------

l-footer-sns

------------------------------------ */
/*  l-footer-sns  */
.l-footer-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer-sns ul li {
  height: 35px;
  padding: 0 10px;
}
.l-footer-sns ul li:nth-child(2n) {
  height: 30px;
}
.l-footer-sns ul li img {
  width: auto;
  height: 100%;
}
.l-footer-sns ul li a {
  height: 100%;
}

@media screen and (max-width: 740px) {
  .l-footer-sns {
    margin: 5% auto 0;
  }
  .l-footer-sns ul {
    flex-wrap: wrap;
  }
  .l-footer-sns ul li {
    height: 34px;
  }
  .l-footer-sns ul li:nth-child(2n) {
    height: 30px;
  }
}
/* ------------------------------------

l-sitemap

------------------------------------ */
.l-sitemap {
  background: #efefef;
  padding: 48px 0;
}
@media screen and (max-width: 760px) {
  .l-sitemap {
    padding: 5% 0;
  }
}
.l-sitemap .p-item-link {
  margin: 0 auto;
  text-align: center;
  width: 1350px;
  vertical-align: top;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
@media screen and (max-width: 760px) {
  .l-sitemap .p-item-link {
    width: 100%;
    padding: 0 5%;
  }
}
.l-sitemap .p-item-link li {
  font-size: 12px;
  text-align: center;
  position: relative;
  line-height: 1.4;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
}
@media screen and (min-width: 761px) {
  .l-sitemap .p-item-link li {
    width: 270px;
  }
  .l-sitemap .p-item-link li:nth-child(5n) {
    margin-right: 0;
    border-right: none;
  }
  .l-sitemap .p-item-link li:nth-child(n+6) {
    border-bottom: none;
  }
}
@media screen and (max-width: 760px) {
  .l-sitemap .p-item-link li {
    width: 50%;
  }
  .l-sitemap .p-item-link li:nth-child(2n) {
    border-right: none;
  }
  .l-sitemap .p-item-link li:nth-child(n+9) {
    border-bottom: none;
  }
}
.l-sitemap .p-item-link a {
  display: block;
  padding: 30px 0;
}
.l-sitemap .p-item-link a:hover {
  color: #27b0cb;
}
@media screen and (max-width: 760px) {
  .l-sitemap .p-item-link a {
    padding: 32px 0;
  }
}
.l-sitemap .p-item-link span {
  font-family: din-2014, sans-serif;
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 760px) {
  .l-sitemap .p-item-link span {
    font-size: 23px;
  }
}
.l-sitemap .p-item__sub {
  font-size: 11px;
  margin-bottom: 5px;
}
.l-sitemap .p-item__sub a::before {
  content: "-";
}

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

l-footer

------------------------------------ */
.l-footer {
  padding-top: 85px;
  padding-bottom: 155px;
  background: #2e2e2e;
  color: #fff;
}
@media screen and (max-width: 760px) {
  .l-footer {
    padding: 15% 5% 8%;
  }
}
.l-footer.form {
  padding-top: 15px;
}
.l-footer__company {
  text-align: center;
}
.l-footer__company .p-item-flogo__logo {
  width: 440px;
}
@media screen and (max-width: 760px) {
  .l-footer__company .p-item-flogo__logo {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 760px) {
  .l-footer__company .p-item-flogo__title {
    padding-left: 0;
    text-align: center;
    font-size: 14.4px;
  }
}
.l-footer__company .p-item-flogo__post-text {
  font-size: 18px;
}
.l-footer__company .p-item-flogo__post-text small {
  display: block;
  font-size: 12px;
}
.l-footer__company .p-item-address__post-title {
  margin-bottom: 8px;
  font-size: 17px;
}
.l-footer__company .p-item-address__access {
  margin: 0 20px;
}
@media screen and (max-width: 760px) {
  .l-footer__company .p-item-address__access {
    width: 84px;
    margin: 0 auto;
  }
}
.l-footer__company .p-item-address__access a {
  background: #efefef;
  color: #2e2e2e;
  padding: 0 14px 2px 6px;
  position: relative;
  font-size: 10px;
}
.l-footer__company .p-item-address__access a::after {
  position: absolute;
  top: 52%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #2e2e2e;
  content: "";
}
.l-footer__company .p-item-address__post-text {
  font-size: 13px;
}
@media screen and (max-width: 760px) {
  .l-footer__company .p-item-address__post-text {
    font-size: 12px;
    text-align: center;
    width: 70%;
    margin: 0 auto 12px;
  }
}
.l-footer__company .p-item-address__tel {
  font-size: 25px;
}
.l-footer__company .p-item-address__tel a {
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}
.l-footer__company .p-item-address__tel span {
  font-size: 16px;
  padding-right: 6px;
}
.l-footer__company .p-item-address__time {
  font-size: 16px;
}
.l-footer__copy {
  font-size: 10px;
  font-weight: 400;
  padding-top: 10px;
}
@media screen and (max-width: 760px) {
  .l-footer__copy {
    padding-top: 10px;
  }
}
.l-footer__policy {
  font-size: 13px;
  font-weight: 400;
  padding-top: 35px;
}
.l-footer__policy a {
  padding-right: 25px;
}
.l-footer__policy a:last-child {
  padding-right: 0;
}
@media screen and (max-width: 760px) {
  .l-footer__policy {
    padding-top: 55px;
    text-align: center;
  }
  .l-footer__policy a {
    display: inline;
  }
}
.l-footer .company__info {
  width: 60%;
  text-align: justify;
}
@media screen and (max-width: 760px) {
  .l-footer .company__info {
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  .l-footer .company__info a {
    display: block;
  }
}
.l-footer .company__info a p {
  margin-top: 15px;
}
@media screen and (max-width: 760px) {
  .l-footer .company__info a p {
    padding-left: 0;
    text-align: center;
    margin-top: 3%;
  }
}
.l-footer .company__info .p-item-address {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 760px) {
  .l-footer .company__info .p-item-address {
    display: block;
    padding-top: 25px;
  }
}
.l-footer .company__info .p-item-tel {
  font-size: 13px;
}
.l-footer .company__info .p-item-tel span {
  font-size: 20px;
  letter-spacing: 2px;
}
@media screen and (min-width: 761px) {
  .l-footer .company__info .p-item-tel a {
    pointer-events: none;
  }
}
@media screen and (max-width: 760px) {
  .l-footer .company__info .p-item-tel {
    text-align: center;
    margin-top: 5%;
    font-size: 17px;
  }
  .l-footer .company__info .p-item-tel span {
    font-size: 25px;
  }
}
.l-footer .company__recruit {
  width: 36%;
}
@media screen and (max-width: 760px) {
  .l-footer .company__recruit {
    width: 100%;
    margin-top: 7%;
  }
}

.l-form-index .l-footer {
  background: none;
  color: #2e2e2e;
}
.l-form-index .fix_cv_btn {
  display: none;
}
.l-form-index .l-toggle {
  display: none;
}
.l-form-index header .cv.c-button {
  display: none;
}

@media screen and (min-width: 761px) {
  .l-footer__company {
    width: 1354px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1354px) and (orientation: portrait) {
  .l-footer {
    padding-top: 65px;
    padding-bottom: 115px;
  }
  .l-footer__company {
    width: 720px;
    display: block;
    margin: 0 auto;
  }
  .l-footer__company .company__info {
    width: 100%;
  }
  .l-footer__copy {
    font-size: 10px;
    font-weight: 400;
    padding-top: 80px;
  }
  .l-footer .company__recruit {
    width: 40%;
    margin: -104px 0 0 auto;
  }
}
/* ----------------------------------------------------------
cookie-box
---------------------------------------------------------- */
.cookie-box.cookie-box--close {
  display: none;
}
.cookie-box .cookie-box__in {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}
.cookie-box .cookie-box__in.js-load--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}
.cookie-box .cookie-box__cnt {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__cnt {
    width: 100%;
    padding: 5.33333vw;
    display: block;
  }
}
.cookie-box .cookie-box__txt {
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__txt {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
.cookie-box .cookie-box__txt a {
  text-decoration: underline;
}
.cookie-box .cookie-box__txt a:hover {
  text-decoration: none;
}
.cookie-box .cookie-box__btn {
  width: 100px;
  cursor: pointer;
}
@media screen and (max-width: 760px) {
  .cookie-box .cookie-box__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}
.cookie-box .cookie-box__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 screen and (max-width: 760px) {
  .cookie-box .cookie-box__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: white;
}

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

.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: #e53828;
  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 screen and (max-width: 740px) {
  .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 screen and (max-width: 740px) {
  .drawer-open .drawer-default li.logo {
    width: 35%;
    margin: 0 auto;
    border-top: none;
  }
}
/* ------------------------------------

menu : l-toggle

------------------------------------ */
.l-toggle {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 15vw;
  height: 15vw;
  background: #2e2e2e;
  z-index: 9999;
}
@media screen and (min-width: 761px) {
  .l-toggle {
    width: 60px;
    height: 58px;
  }
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 8vw;
  height: 6vw;
  margin: 0;
}
@media screen and (min-width: 761px) {
  .l-toggle div {
    width: 22px;
    height: 16px;
  }
}
.l-toggle span {
  width: 100%;
  height: 3px;
  background: #fff;
  transition: 0.3s;
}
.l-toggle p {
  display: none;
}
.l-toggle.active div {
  justify-content: center;
}
.l-toggle.active span:nth-child(1) {
  transform: translateY(1px) rotate(-45deg);
}
.l-toggle.active span:nth-child(2) {
  display: none;
}
.l-toggle.active span:nth-child(3) {
  transform: translateY(-1px) rotate(45deg);
}

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

menu : l-navigation

------------------------------------ */
.l-navigation {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 3vw 3vw 10vw 2.6vw;
  overflow-y: scroll;
  z-index: 9000;
  transition: 0.3s;
  opacity: 0;
  color: #2e2e2e;
  visibility: hidden;
  box-sizing: border-box;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}
@media screen and (max-width: 760px) {
  .l-navigation {
    padding: 3vw 5vw 10vw;
  }
}
.l-navigation::-webkit-scrollbar {
  display: none;
}
.l-navigation.active {
  opacity: 1;
  visibility: visible;
}

.l-navigation__logo a {
  display: block;
}
.l-navigation__logo .hlogo {
  width: 200px;
}

@media screen and (min-width: 761px) {
  .l-navigation__btn {
    position: fixed;
    top: 0;
    right: 60px;
    height: 58px;
    width: 214px;
  }
}
@media screen and (max-width: 760px) {
  .l-navigation__btn {
    height: 90px;
  }
  .l-navigation__btn .common-btn a {
    font-size: 9vw;
  }
  .l-navigation__btn .common-btn a span {
    font-size: 4vw;
  }
}

.menu {
  margin: 100px auto 0;
  max-width: 1040px;
}
@media screen and (max-width: 760px) {
  .menu {
    margin: 10vw auto 0;
  }
}

.menu-banner {
  display: flex;
  margin-bottom: 9%;
  flex-flow: wrap;
  justify-content: space-between;
}
.menu-banner > div {
  width: 49%;
}
.menu-banner > div:first-child {
  width: 100%;
  margin-bottom: 3%;
}

@media screen and (min-width: 761px) {
  .menu__wrap {
    display: flex;
    align-content: center;
    justify-content: center;
  }
}

@media screen and (min-width: 761px) {
  .menu__col {
    width: 40%;
    padding: 30px 40px;
    box-sizing: border-box;
  }
  .menu__col:nth-of-type(1) {
    width: 60%;
    border-right: 1px solid rgba(46, 46, 46, 0.5);
    padding-top: 190px;
  }
}
.menu__col .menu__title {
  color: #27b0cb;
  font-weight: bold;
  font-size: 61.6px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 760px) {
  .menu__col .menu__title {
    font-size: 12vw;
    margin-bottom: 15px;
  }
}
.menu__col .menu__text {
  color: #2e2e2e;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  padding-left: 10px;
}
@media screen and (max-width: 760px) {
  .menu__col .menu__text {
    font-size: 5.5vw;
    padding-left: 5px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 760px) {
  .menu-list > li {
    border-bottom: 1px solid rgba(46, 46, 46, 0.5);
  }
  .menu-list > li:first-child {
    border-top: 1px solid rgba(46, 46, 46, 0.5);
  }
}
.menu-list > li a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 20px;
  position: relative;
}
.menu-list > li a span {
  font-size: 14px;
  padding-left: 10px;
  opacity: 0.7;
}
.menu-list > li a:hover {
  color: #27b0cb;
}
@media screen and (min-width: 761px) {
  .menu-list > li a::before {
    position: absolute;
    top: 21px;
    left: 0;
    width: 9px;
    height: 2px;
    content: "";
    background-color: rgba(46, 46, 46, 0.5);
  }
}
@media screen and (max-width: 760px) {
  .menu-list > li a {
    padding: 4vw;
    font-size: 4.2vw;
  }
}
.menu-list > li a.accordion::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  content: "";
  transition: 0.3s;
  transform: rotate(45deg);
  border-right: 2px solid #2e2e2e;
  border-bottom: 2px solid #2e2e2e;
}
.menu-list > li a.accordion.active::after {
  transform: rotate(225deg);
}

.menu-list__second {
  display: none;
}
@media screen and (min-width: 761px) {
  .menu-list__second {
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .menu-list__second {
    margin-bottom: 6vw;
  }
}
.menu-list__second li + li {
  margin-top: 10px;
}
@media screen and (max-width: 760px) {
  .menu-list__second li + li {
    margin-top: 1vw;
  }
}
.menu-list__second li a {
  padding: 6px 20px 6px 35px;
  position: relative;
  display: block;
  color: #2e2e2e;
  background: #27b0cb;
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .menu-list__second li a {
    font-size: 3.9vw;
    padding: 2vw 4vw 2vw 7vw;
  }
}
.menu-list__second li a::before {
  position: absolute;
  content: "";
  top: 17px;
  left: 20px;
  width: 5px;
  height: 1px;
  display: block;
  background-color: #2e2e2e;
}
@media screen and (max-width: 760px) {
  .menu-list__second li a::before {
    top: 5.5vw;
    left: 4vw;
  }
}

.menu-sns {
  margin-top: 20px;
}
@media screen and (min-width: 761px) {
  .menu-sns {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 760px) {
  .menu-sns {
    margin-top: 28px;
  }
}

.menu-sns__ttl {
  letter-spacing: 0.1em;
  font-size: 18px;
}
@media screen and (min-width: 761px) {
  .menu-sns__ttl {
    margin-right: 5px;
  }
}
@media screen and (max-width: 760px) {
  .menu-sns__ttl {
    font-size: 5vw;
    text-align: center;
    display: block;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 761px) {
  .menu-sns__list {
    display: flex;
  }
}
@media screen and (max-width: 760px) {
  .menu-sns__list {
    text-align: center;
    margin-bottom: 2vw;
  }
}
.menu-sns__list li {
  margin: 0 5px;
  height: 32px;
}
@media screen and (max-width: 760px) {
  .menu-sns__list li {
    padding: 0 8px;
    display: inline-block;
    margin: 0 0 1vw;
    vertical-align: top;
  }
}
.menu-sns__list a {
  height: 100%;
  display: block;
}
.menu-sns__list img {
  height: 100%;
  width: auto;
}

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

c-button

------------------------------------ */
/*  c-button  */
.c-button {
  width: 198px;
  height: 39px;
  line-height: 38px;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.c-button a {
  display: block;
  width: 100%;
}
.c-button::before {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 3.5px 0 3.5px 6.1px;
  border-style: solid;
  border-color: transparent transparent transparent #2e2e2e;
  opacity: 0.5;
  content: "";
}
.c-button a::before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  background: #fff;
  content: "";
  transition: transform 0.3s;
}
.c-button:hover::before {
  border-color: transparent transparent transparent #27b0cb;
  opacity: 0.5;
}
.c-button a:hover {
  color: #27b0cb;
  opacity: 1;
}
.c-button a:hover::before {
  transform: scale(1, 1);
  transform-origin: left top;
}

@media screen and (max-width: 740px) {
  .c-button {
    font-size: 3.4vw;
  }
}
.c-button02 {
  width: 280px;
}

/*  dark  */
.c-button.dark {
  color: #fff;
  background: #27b0cb;
}
.c-button.dark::before {
  border-color: transparent transparent transparent #fff;
}
.c-button.dark:hover {
  border: 2px solid #27b0cb;
  line-height: 35px;
}
.c-button.dark:hover::before {
  border-color: transparent transparent transparent #27b0cb;
}
.c-button.dark a:hover {
  opacity: 0.999;
}

/*  light  */
.c-button.light {
  color: #27b0cb;
  background: #fff;
}
.c-button.light::before {
  border-color: transparent transparent transparent #7f7f7f;
}
.c-button.light:hover {
  border: 2px solid #fff;
}
.c-button.light:hover::before {
  border-color: transparent transparent transparent #fff;
}
.c-button.light a::before {
  background: #2e2e2e;
}
.c-button.light a:hover {
  opacity: 0.999;
  color: #fff;
}

/*  cv  */
.c-button.cv {
  width: 200px;
  height: 52px;
  line-height: 52px;
  color: #fff;
  background: #f69125;
  font-family: din-2014, sans-serif;
  font-size: 21px;
}
.c-button.cv a:hover {
  color: #f69125;
  opacity: 0.999;
}
.c-button.cv a:hover::before {
  border-color: transparent transparent transparent #f69125;
}
.c-button.cv:hover::before {
  border-color: transparent transparent transparent #f69125;
}

@media screen and (max-width: 740px) {
  .c-button.cv {
    width: 80%;
  }
}
.header .c-button.cv a:hover {
  opacity: 0.999999;
}

/*  c-button-text  */
.c-button.c-button-text {
  display: inline-block;
  padding-right: 10px;
  margin-left: -10px;
  font-size: 13px;
  color: #27b0cb;
  width: auto;
  height: auto;
  line-height: inherit;
}
.c-button.c-button-text::before {
  border-color: transparent transparent transparent #27b0cb;
  right: -6px;
  border-width: 3.2px 0 3.2px 5.6px;
}

/*  c-button-border  */
.c-button.c-button-border {
  width: 374px;
  height: 124px;
  line-height: inherit;
  border: 3px solid #27b0cb;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.c-button.c-button-border .title {
  font-size: 26px;
}
.c-button.c-button-border .txt {
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: din-2014, sans-serif;
  color: #9ae7f1;
}
.c-button.c-button-border::before {
  border-color: transparent transparent transparent #27b0cb;
  top: inherit;
  bottom: 16px;
  transform: inherit;
  border-width: 3.2px 0 3.2px 5.6px;
}
.c-button.c-button-border:hover {
  border: 3px solid #27b0cb;
}
.c-button.c-button-border:hover::before {
  border-color: transparent transparent transparent #fff;
}
.c-button.c-button-border a::before {
  background: #27b0cb;
}
.c-button.c-button-border a:hover {
  color: #fff;
  opacity: 0.999;
}

@media screen and (max-width: 740px) {
  .c-button.c-button-border {
    width: 90%;
    border-width: 2px;
    height: 88px;
    border-radius: 12px;
  }
  .c-button.c-button-border .title {
    font-size: 5.4vw;
    font-weight: 600;
    line-height: 1.5;
  }
  .c-button.c-button-border .txt {
    font-size: 3vw;
    letter-spacing: 1.4px;
  }
  .c-button.c-button-border::before {
    border-width: 4.2px 0 4.2px 6.6px;
  }
}
/*  c-button-middle  */
.c-button.c-button-middle {
  width: 224px;
  height: 130px;
  line-height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #27b0cb;
  background: #fff;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 18px;
  line-height: 1.5;
  overflow: hidden;
}
.c-button.c-button-middle::before {
  border-color: transparent transparent transparent #9ae7f1;
  top: inherit;
  right: 10px;
  bottom: 10px;
  transform: inherit;
  border-width: 4.2px 0 4.2px 6.6px;
}
.c-button.c-button-middle::after {
  content: "";
  position: absolute;
  z-index: 1000;
  top: -19px;
  left: -6px;
  border-width: 28px 0 28px 30px;
  transform: rotate(224deg);
  border-color: transparent transparent transparent #7f7f7f;
}
.c-button.c-button-middle:hover::before {
  border-color: transparent transparent transparent #fff;
}
.c-button.c-button-middle a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-button.c-button-middle a::before {
  background: #27b0cb;
}
.c-button.c-button-middle a:hover {
  color: #fff;
  opacity: 0.999;
}

@media screen and (max-width: 740px) {
  .c-button.c-button-middle {
    font-size: 4.4vw;
    height: 80px;
    line-height: 1.3;
  }
  .c-button.c-button-middle::before {
    border-width: 4.2px 0 4.2px 6.6px;
  }
  .c-button.c-button-middle::after {
    border-width: 20px 0 20px 22px;
  }
}
/*  c-button-cmn-cv  */
.c-button.c-button-cmn-cv {
  width: 386px;
  height: 102px;
  line-height: 102px;
  border-radius: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-size: 18px;
  background: #f69125;
  color: #fff;
}
.c-button.c-button-cmn-cv::before {
  border-color: transparent transparent transparent #fff;
  border-width: 3.2px 0 3.2px 5.6px;
}
.c-button.c-button-cmn-cv a::before {
  background: #f69125;
}
.c-button.c-button-cmn-cv a:hover {
  color: #fff;
}

@media screen and (max-width: 740px) {
  .c-button.c-button-cmn-cv {
    width: 90%;
    border-width: 3px;
    height: 76px;
    border-radius: 10px;
    font-size: 4.6vw;
  }
  .c-button.c-button-cmn-cv::before {
    border-width: 4.2px 0 4.2px 6.6px;
  }
}
.c-button.c-button-cmn-cv.cv02 {
  background: #27b0cb;
}

/*  c-button-no-link  */
.c-button.dark.no-link:hover {
  border: none;
  line-height: 39px;
}
.c-button.dark.no-link:hover::before {
  border-color: transparent transparent transparent #fff;
}

.c-button.light.no-link:hover {
  border: none;
  line-height: 39px;
}
.c-button.light.no-link:hover ::before {
  border-color: transparent transparent transparent #27b0cb;
}

/*  section_cmn_cv  */
@media screen and (min-width: 761px) {
  .section_cmn_cv {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .section_cmn_cv .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 740px) {
  .section_cmn_cv .c-button {
    margin-bottom: 5%;
  }
}
/* ------------------------------------

icon

------------------------------------ */
/*  p-item__icons  */
.p-item__icons .icon {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-align: center;
  padding: 1px 8px;
  margin-bottom: 2px;
}

@media screen and (max-width: 740px) {
  .p-item__icons .icon {
    padding: 0 8px 1px;
    font-size: 3.4vw;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ip-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;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #f69125;
  font-family: source-han-sans-japanese, sans-serif;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  letter-spacing: 0;
}

@media screen and (max-width: 740px) {
  .new:after {
    font-size: 12px;
    top: 5px;
    left: 5px;
    width: 44px;
    height: 44px;
    line-height: 44px;
  }
}
/* ------------------------------------

title

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

.l-404 .list-page__header {
  margin-top: 58px;
}
@media screen and (max-width: 740px) {
  .l-404 .list-page__header {
    margin-top: 15vw;
  }
}

/* list-page__header */
.list-page__header {
  text-align: center;
  padding: 18px 0;
  margin-bottom: 68px;
  background: #eaeaea;
}
.list-page__header .title {
  font-family: din-2014, sans-serif;
  position: relative;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #2e2e2e;
}
.list-page__header .subtitle {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #2e2e2e;
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
}
.list-page__header .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}

@media screen and (max-width: 740px) {
  .list-page__header {
    padding: 5% 0;
    margin-bottom: 13%;
  }
  .list-page__header .title {
    font-size: 9vw;
    letter-spacing: 2px;
  }
  .list-page__header .subtitle {
    font-size: 10.14vw;
    line-height: 1.25;
    font-size: 3.6vw;
  }
  .list-page__header .text {
    font-size: 3.74vw;
  }
}
/* list-page__header */
/* ------------------------------------

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

.fadeInAnim {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease-out, transform 0.6s ease-out;
  transition: opacity 0.8s ease-out, transform 0.6s ease-out;
}

.fadeInAnim.visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

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