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

.en02 {
  font-family: motor, monospace;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.ja02 {
  font-family: ten-mincho-text, serif;
}

.yakuhan {
  font-family: "YakuHanJP", "fot-tsukubrdgothic-std", sans-serif;
}

body {
  overflow-x: hidden;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  text-align: justify;
  font-weight: 700 !important;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #333;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

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: #408DB9;
}

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

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

cmn

------------------------------------ */
.l-info {
  text-align: center;
  margin-bottom: 28px;
}
.l-info__title {
  color: #FF6035;
  font-size: 72px;
  line-height: 1.7;
}
@media screen and (max-width: 760px) {
  .l-info__title {
    font-size: 11.03vw;
  }
}
.l-info__subtitle {
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5px;
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .l-info__subtitle {
    display: block;
  }
}
.l-info__subtitle span {
  font-size: 20.3px;
  margin-top: 9px;
  margin-left: 12px;
}
@media screen and (max-width: 760px) {
  .l-info__subtitle span {
    font-size: 4.4vw;
    margin-left: 1vw;
    margin-right: 1vw;
  }
}
.l-info__text {
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-size: 14px;
  margin-top: 9px;
  line-height: 1.8;
}
@media screen and (max-width: 760px) {
  .l-info__text {
    margin-top: 3vw;
    font-size: 3.8vw;
    line-height: 1.5;
  }
}
.l-info.l-info02 {
  margin-bottom: 0;
}
.l-info.l-info03 {
  margin-bottom: 40px;
}
.l-info.l-info03 .l-info__title {
  color: #A68B62;
  font-size: 87px;
}
@media screen and (max-width: 760px) {
  .l-info.l-info03 .l-info__title {
    font-size: 16vw;
  }
}

.page404 .list-page {
  width: 1200px;
  margin: 130px auto 0;
  text-align: center;
}

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

l-header

------------------------ */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 8000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  top: 0;
}
.l-header__container {
  width: 96%;
  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: 17px;
  padding-top: 12px;
  display: block;
}
.l-header h1 .p-item-logo__logo {
  width: 180px;
  margin-right: 10px;
}

@media screen and (min-width: 761px) {
  .l-header .p-item-logo {
    display: inline-block;
    width: auto;
    float: left;
  }
  .l-header .l-gnav {
    display: inline-block;
    float: right;
    padding-top: 13px;
    padding-right: 14px;
  }
  .l-header .l-gnav ul {
    display: flex;
  }
  .l-header .l-gnav ul li {
    margin-right: 28px;
  }
  .l-header .cv.c-button {
    float: right;
    width: 261px;
    font-size: 14px;
    border: 2px solid #a68b62;
  }
  .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: 740px) {
  .l-header {
    width: 85%;
    top: 8px;
  }
  .l-header__container {
    padding-left: 3%;
    padding-top: 1%;
    width: 100%;
  }
  .l-header h1 .p-item-logo__logo {
    width: 34%;
    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;
  }
}
.header {
  position: relative;
  padding-top: 84px;
}
.header:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 683px;
  background: #efe8d7;
  content: "";
  z-index: -2000;
}

.header__wrap {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0 20px;
  box-sizing: border-box;
  z-index: 999999;
  background: #fff;
  gap: 15px;
}
@media screen and (max-width: 740px) {
  .header__wrap {
    position: fixed;
    top: 0;
    bottom: auto;
  }
}
.header__wrap h1 {
  width: 181px;
}

.header__wrap.is-fixed {
  position: fixed;
  top: 0;
  bottom: auto;
  background: #fff;
}

.header__head {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media screen and (max-width: 740px) {
  .header__head {
    visibility: hidden;
    z-index: 999999;
    position: fixed;
    top: 1.6vw;
    left: 2.93333vw;
    padding: 0;
    opacity: 0;
  }
}

.header__head:hover {
  opacity: 0.5;
}

.header__head strong {
  font-size: 4.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 740px) {
  .header__head strong {
    font-size: 9.91067vw;
    line-height: 1.61442;
  }
}

.header__head small {
  font-size: 1.2rem;
  line-height: 1.33333;
}

.header__btn {
  display: none;
}
@media screen and (max-width: 740px) {
  .header__btn {
    display: block;
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    width: 15.33333vw;
    height: 15.33333vw;
    padding: 4.93333vw 0.8vw 0.26667vw;
    background: #2e2e2e;
    cursor: pointer;
  }
}

.header__btn > span {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.header__btn > span span {
  position: relative;
  width: 6.98667vw;
  height: 0.9316vw;
  margin: 0 auto;
  background: #fff;
  transition: 0.3s;
}

.header__btn > span span::before,
.header__btn > span span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.9316vw;
  left: 0;
  background: #fff;
  transition: 0.3s;
}

.header__btn > span span::before {
  top: -2.4vw;
}

.header__btn > span span::after {
  bottom: -2.4vw;
}

.header__btn > span small {
  margin-top: auto;
  font-size: 2.26667vw;
  line-height: 1.69529;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.05em;
  text-indent: -0.05em;
}

.header__btn.is-opened > span span {
  background: none;
}

.header__btn.is-opened > span span::before {
  top: 0;
  transform: rotate(45deg);
}

.header__btn.is-opened > span span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.nav {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .nav {
    display: none;
  }
}

.nav__items {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 26px;
}

.nav__item + .nav__item {
  margin-left: min(1.45vw, 21px);
}

.nav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px 0;
  transition: 0.3s;
}

.nav__item a:hover {
  opacity: 1 !important;
}

.nav__item strong {
  line-height: 1.6;
  font-size: min(1.12vw, 16px);
}
.nav__item strong:hover {
  color: #FF6035;
}

.nav__sns {
  width: 28px;
  margin-right: 26px;
}

.nav__buttons {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 740px) {
  .nav__buttons {
    position: fixed;
    bottom: -17.33333vw;
    left: 0;
    width: 100%;
    transition: 0.6s;
  }
}

.nav__btn + .nav__btn {
  margin-left: 7px;
  width: 149px;
}
@media screen and (max-width: 740px) {
  .nav__btn + .nav__btn {
    margin-left: 0;
  }
}

.nav__btn a {
  display: block;
  font-size: 13px;
  line-height: 2.73333;
  text-align: center;
  transition: 0.3s;
  position: relative;
}
.nav__btn a::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
  transition-duration: 200ms;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  content: "";
}

.nav__btn.-contact {
  width: 149px;
}
.nav__btn.-contact a {
  background-color: #F49D1E;
  color: #ffffff;
  border-radius: 25px;
}

.nav__btn.-reserved a {
  background: #FF6035;
  color: #ffffff;
  border-radius: 25px;
}

.sp-nav {
  display: none;
}
@media screen and (max-width: 740px) {
  .sp-nav {
    box-sizing: border-box;
    display: block;
    visibility: hidden;
    z-index: 99999;
    position: fixed;
    top: 16vw;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding-top: 16vw;
    background: #fff;
    opacity: 0;
    transition: 0.3s;
  }
}

.sp-nav.is-opened {
  opacity: 1;
  visibility: visible;
}

.sp-nav__wrap {
  height: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
}

.sp-nav__items {
  padding: 4.53333vw 5.46667vw 0;
  margin-bottom: 8.26667vw;
}

.sp-nav__item {
  border-top: 0.26667vw dashed #ababab;
  position: relative;
}
.sp-nav__item::after {
  content: "";
  position: absolute;
  width: 3vw;
  height: 3vw;
  top: 50%;
  right: 3vw;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 2px #ababab;
  border-right: solid 2px #ababab;
}

.sp-nav__item:last-of-type {
  border-bottom: 0.26667vw dashed #ababab;
}

.sp-nav__item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5.46667vw 6.66667vw 5.46667vw 1.33333vw;
}

.sp-nav__item strong {
  flex-shrink: 0;
  margin-right: 2vw;
  font-size: 4.6vw;
  line-height: 0.84306;
  color: #111;
}

.sp-nav__buttons {
  width: 84vw;
  margin: 0 auto 33.33333vw;
}

.sp-nav__btn + .sp-nav__btn {
  margin-top: 3.46667vw;
}

.sp-nav__btn {
  position: relative;
}
.sp-nav__btn a {
  display: block;
  font-size: 4.8vw;
  line-height: 3.2;
  text-align: center;
  background-color: #F49D1E;
  color: #fff;
  border-radius: 50px;
}
.sp-nav__btn a::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition-duration: 200ms;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}

.sp-nav__btn.-bnr {
  margin-bottom: 4.26667vw;
}

.sp-nav__btn.-bnr img {
  width: 100%;
}

@media screen and (max-width: 740px) {
  .logo_area.sp {
    position: absolute;
    top: 0;
    background-color: #ffffff;
    padding: 0 60vw 1vw 3vw;
    width: 100vw;
  }
  .logo_area.sp .logo {
    height: 8vw;
    width: 41.03vw;
    margin: 3.4vw auto 1vw;
  }
}
/* ------------------------------------

l-footer

------------------------------------ */
.l-footer {
  background: #ffffff;
  color: #111;
  /* ------------------------------------

  l-faq

  ------------------------------------ */
}
@media screen and (max-width: 760px) {
  .l-footer {
    padding-top: 15%;
    background-size: 50%;
  }
}
.l-footer__company {
  text-align: center;
}
.l-footer__company .p-item-flogo__logo {
  width: 186px;
  margin: 0 auto 12px;
}
.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 {
  margin: 25px auto 35px;
  padding: 24px 0;
  line-height: 1.5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.l-footer__company .p-item-address__post-title {
  margin-bottom: 8px;
  font-size: 17px;
}
.l-footer__company .p-item-address__access {
  margin: 0 40px 0 30px;
}
.l-footer__company .p-item-address__access a {
  background: #fff;
  color: #333;
  padding: 0 14px 2px 6px;
  font-size: 11px;
  position: relative;
}
.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 #333;
  content: "";
}
.l-footer__company .p-item-address__post-text {
  font-size: 16px;
}
.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__sitemap {
  margin: 0 auto 80px;
  text-align: center;
}
.l-footer__sitemap .p-item-link {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
}
.l-footer__sitemap .p-item-link li {
  margin-bottom: 10px;
  text-align: left;
  font-size: 13px;
}
.l-footer__sitemap .p-item-link li a {
  text-align: left;
}
.l-footer__sitemap .p-item-link .p-item__sub {
  font-size: 11px;
  margin-bottom: 5px;
}
.l-footer__sitemap .p-item-link .p-item__sub a::before {
  content: "-";
}
.l-footer__copy {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  background-color: #222222;
  padding: 15px;
}
.l-footer a {
  opacity: 1 !important;
}
.l-footer .l-faq {
  background-color: #D3B889;
  text-align: center;
  padding: 63px;
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 760px) {
  .l-footer .l-faq {
    padding: 10.54vw;
  }
}
.l-footer .l-faq:hover {
  transition: 0.5s;
  background-color: #bb9e6c;
}
.l-footer .l-faq .faq_txt {
  opacity: 1 !important;
  display: inline-block;
  position: relative;
}
.l-footer .l-faq .faq_txt::before {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 59%;
  right: -32px;
  margin-top: -4px;
  transition-duration: 200ms;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #D3B889;
  border-right: 2px solid #D3B889;
  background-color: #ffffff;
  content: "";
}
.l-footer .l-faq .faq_txt::after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 0;
  right: -40px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}
.l-footer .l-faq .l-info__title {
  color: #ffffff;
  font-size: 43px;
  line-height: 1.2;
}
.l-footer .l-faq .l-info__subtitle {
  font-size: 16px;
  color: #ffffff;
}
.l-footer .button_area {
  display: flex;
  justify-content: space-between;
  width: 938px;
  margin: 0 auto 61px;
}
@media screen and (max-width: 760px) {
  .l-footer .button_area {
    display: block;
    width: 90vw;
    margin-bottom: 22.05vw;
  }
}
.l-footer .footer__btn01 {
  width: 451px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__btn01 {
    width: 100%;
    margin-bottom: 3%;
  }
}
.l-footer .footer__btn01:last-child {
  margin-bottom: 0;
}
.l-footer .footer__btn02 {
  width: 451px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__btn02 {
    width: 100%;
    margin-bottom: 3%;
  }
}
.l-footer .footer__btn02:last-child {
  margin-bottom: 0;
}
.l-footer .footer__btn01 a {
  position: relative;
  display: block;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__btn01 a {
    font-size: 5vw;
    line-height: 52px;
  }
}
.l-footer .footer__btn01 a::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition-duration: 200ms;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
.l-footer .footer__btn02 a {
  position: relative;
  display: block;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__btn02 a {
    font-size: 5vw;
    line-height: 52px;
  }
}
.l-footer .footer__btn02 a::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transition-duration: 200ms;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
.l-footer .footer__btn01 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 17px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__btn01 {
    margin-bottom: 23px;
  }
}
.l-footer .footer__btn01 a {
  display: block;
  line-height: 4.3;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  background-color: #FF6035;
  border-radius: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__btn01 a {
    line-height: 3.4;
    margin-bottom: 10px;
  }
}
.l-footer .footer__btn02 {
  text-align: center;
  font-size: 16px;
  margin-bottom: 17px;
}
.l-footer .footer__btn02 a {
  display: block;
  line-height: 4.3;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  background-color: #F49D1E;
  border-radius: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__btn02 a {
    line-height: 3.4;
    margin-bottom: 10px;
  }
}
.l-footer .footer__info {
  margin-bottom: 7px;
  text-align: center;
  display: block;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info {
    margin-bottom: 5.33333vw;
  }
}
.l-footer .footer__info .logo {
  font-family: ten-mincho-text, serif;
  color: #a68b62;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 18px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info .logo {
    font-size: 8vw;
    margin-bottom: 5vw;
  }
}
.l-footer .footer__info .logo small {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info .logo small {
    font-size: 4vw;
    margin-bottom: 2vw;
  }
}
.l-footer .footer__info .logo_test {
  margin-bottom: 10px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info .logo_test {
    margin-bottom: 3px;
  }
}
.l-footer .footer__info dt {
  margin-right: 20px;
  font-size: 5.4rem;
  line-height: 1.52749;
  width: 270px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info dt {
    width: 80%;
    margin: 0 auto 10px;
    font-size: 15vw;
    line-height: 1.08435;
    text-align: center;
  }
}
.l-footer .footer__info dd {
  display: block;
}
.l-footer .footer__info .test {
  margin-bottom: 2.4vw;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info .test {
    margin-bottom: 8.4vw;
  }
}
.l-footer .footer__info dd .tel {
  font-family: ten-mincho-text, serif;
  margin-bottom: 15px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info dd .tel {
    margin: 0 0 2.66667vw;
  }
}
.l-footer .footer__info dd .tel p {
  font-size: 12px;
  line-height: 1.2;
}
.l-footer .footer__info dd a {
  pointer-events: none;
  display: flex;
  align-items: center;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info dd a {
    justify-content: center;
    font-size: 7.648vw;
    line-height: 1.56904;
    pointer-events: all;
  }
}
.l-footer .footer__info dd a::before {
  content: "";
  width: 17px;
  height: 22px;
  margin-right: 8px;
  background: url(../images/cmn/icn_tel.png) no-repeat center/contain;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info dd a::before {
    width: 4.8vw;
    height: 6.26667vw;
    margin-right: 2.93333vw;
  }
}
.l-footer .footer__info dd ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info dd ul {
    justify-content: center;
    font-size: 4vw;
    display: block;
  }
}
.l-footer .footer__info dd ul li + li {
  margin-left: 20px;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__info dd ul li + li {
    margin-left: 0;
  }
}
.l-footer .footer__note {
  margin-bottom: 30px;
  font-size: 1.3rem;
  line-height: 1.61538;
  text-align: center;
}
.l-footer .footer__copy {
  font-size: 12px;
  line-height: 2.5;
  text-align: center;
  background-color: #222222;
  color: #ffffff;
  padding: 1rem 0;
}
@media screen and (max-width: 760px) {
  .l-footer .footer__copy {
    font-size: 3.08vw;
    line-height: 2.258;
  }
}
.l-footer .address {
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .l-footer .address {
    font-size: 3.6vw;
  }
}
.l-footer .text {
  margin-top: 35px;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .l-footer .text {
    font-size: 3.4vw;
    margin-top: 6vw;
  }
}
.l-footer .footer_text {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 760px) {
  .l-footer .footer_text {
    margin-top: 8vw;
    margin-bottom: 3vw;
    font-size: 3.4vw;
  }
}
.l-footer .footer_text .txt_co {
  margin-right: 20px;
}
.l-footer .footer_text .txt_co:last-child {
  margin-right: 0;
}
.l-footer .l-reserve .fotter-logo {
  width: 244px;
  margin: 80px auto 27px;
}
@media screen and (max-width: 760px) {
  .l-footer .l-reserve .fotter-logo {
    margin: 16.5vw auto 4.92vw;
  }
}
.l-footer .l-reserve .l-info__text {
  line-height: 1.7;
  margin-top: -5px;
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .l-footer .l-reserve .l-info__text {
    font-size: 16px;
    margin-top: 0.77vw;
  }
}

.l-form-index .l-footer {
  background: none;
  color: #fff;
}
.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 .p-item-address {
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 740px) {
  .l-footer {
    padding-top: 0%;
  }
  .l-footer .p-item-flogo__logo {
    width: 46%;
  }
  .l-footer .p-item-flogo__post-text {
    font-size: 3.74vw;
  }
  .l-footer .p-item-address {
    width: 90%;
  }
  .l-footer .p-item-address__tel {
    font-size: 5.4vw;
    margin-top: 1.5%;
  }
  .l-footer__copy {
    font-size: 3vw;
  }
  .l-form-index .l-footer {
    padding-bottom: 4%;
  }
}
/* ------------------------------------

l-footer__sitemap

------------------------------------ */
.l-footer__sitemap {
  background-color: #FAF3EC;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 72px;
  padding-top: 40px;
}

.l-footer__sitemap .p-item {
  display: inline-block;
  padding-left: 51px;
  vertical-align: top;
}
.l-footer__sitemap .p-item:first-child {
  padding-left: 0px;
}

.l-footer__sitemap .p-item li {
  margin-bottom: 3px;
  text-align: left;
  font-size: 16px;
}

.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: 10px;
  margin-bottom: 5px;
  color: #717171;
}

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

l-control : footer menu (SP)

------------------------------------ */
.l-control {
  position: fixed;
  z-index: 10000;
  display: flex;
  width: 100%;
  left: 0;
  bottom: 18vw;
  transform: translateY(100%);
  transition: 0.3s;
  border-top: 2px solid #fff;
  font-family: ten-mincho-text, serif;
}
.l-control.active {
  transform: translateY(0);
}
.l-control .p-item-entry {
  width: 83%;
}
.l-control .p-item-entry a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 18vw;
  font-size: 4.4vw;
  color: #fff;
  background: #a68b62;
}
.l-control .p-item-entry span.en {
  font-size: 9vw;
  padding-left: 2.4%;
}
.l-control .p-item-contact {
  display: flex;
  width: 17%;
}
.l-control .p-item-contact li {
  width: 100%;
  border-left: 2px solid #fff;
  box-sizing: border-box;
}
.l-control .p-item-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 18vw;
  color: #fff;
  background: #0A0A0A;
}
.l-control .p-item-contact span {
  width: 5vw;
  height: 6vw;
  margin: 1vw 0 1.2vw;
}
.l-control .p-item-contact p {
  font-size: 3vw;
  font-weight: 500;
}

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

Topcontrol

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

.topcontrol::after {
  position: absolute;
  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;
}

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

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: 10000000;
  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: 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: #a68b62;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 8% 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .drawer-navbar-default .container {
    padding-left: 0;
    padding-right: 0;
  }
  .drawer-navbar-default .drawer-menu-item a:hover,
.drawer-navbar-default .drawer-menu-item a:focus {
    color: #888;
    text-decoration: none;
  }
  .drawer-navbar-default .drawer-submenu {
    margin-bottom: 20px;
  }
  .drawer-navbar-default .drawer-submenu:last-child {
    margin-bottom: 0;
  }
  .drawer-navbar-default .drawer-submenu-item a:hover,
.drawer-navbar-default .drawer-submenu-item a:focus {
    color: #ddd;
  }
  .drawer-navbar-default .dropdown.open > .dropdown-menu {
    position: static;
    float: none;
    width: auto;
  }
}
.drawer-dropdown .caret, .drawer-dropdown-hover .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  -o-transition: -o-transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

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

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

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

@media (min-width: 767px) {
  .drawer-responsive.drawer-left .drawer-toggle,
.drawer-responsive.drawer-right .drawer-toggle,
.drawer-navbar.drawer-left .drawer-toggle,
.drawer-navbar.drawer-right .drawer-toggle,
.drawer-navbar.drawer-top .drawer-toggle {
    display: none;
    visibility: hidden;
  }
  .drawer-responsive.drawer-left .drawer-main {
    left: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .drawer-responsive.drawer-right .drawer-main {
    right: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) {
  body.drawer-navbar.drawer-fixed {
    padding-top: 50px;
  }
  .drawer-responsive {
    background-color: #222;
  }
  .drawer-responsive .drawer-overlay {
    background-color: #fff;
  }
  .drawer-responsive .container {
    max-width: 618px;
  }
  .drawer-responsive.drawer-left .drawer-main,
.drawer-responsive.drawer-right .drawer-main {
    position: absolute;
    width: 150px !important;
    height: auto !important;
    overflow: visible !important;
  }
  .drawer-responsive.drawer-left .drawer-main {
    float: left;
  }
  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 150px;
  }
  .drawer-responsive.drawer-right .drawer-main {
    float: right;
  }
  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 150px;
  }
  .drawer-navbar.drawer-left .drawer-main,
.drawer-navbar.drawer-right .drawer-main,
.drawer-navbar.drawer-top .drawer-main {
    position: relative;
  }
  .drawer-navbar.drawer-static.drawer-left .drawer-main,
.drawer-navbar.drawer-static.drawer-right .drawer-main,
.drawer-navbar.drawer-static.drawer-top .drawer-main {
    z-index: 5000;
  }
  .drawer-navbar.drawer-fixed.drawer-left .drawer-main,
.drawer-navbar.drawer-fixed.drawer-right .drawer-main,
.drawer-navbar.drawer-fixed.drawer-top .drawer-main {
    position: fixed;
    z-index: 9999999999;
  }
  .drawer-navbar.drawer-left .drawer-main,
.drawer-navbar.drawer-right .drawer-main,
.drawer-navbar.drawer-top .drawer-main {
    display: block;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .drawer-navbar-default {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }
  .drawer-navbar-default li,
.drawer-navbar-default a,
.drawer-navbar-default .drawer-brand {
    float: left;
  }
  .drawer-navbar-default a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .drawer-navbar-default .drawer-brand a {
    padding: 0 15px;
    color: #555;
    font-size: 90%;
  }
  .drawer-navbar-default .drawer-brand a:hover,
.drawer-navbar-default .drawer-brand a:focus {
    color: #333;
    background-color: #eee;
  }
  .drawer-navbar-default .drawer-footer {
    display: none;
  }
  .drawer-navbar-default .drawer-menu.drawer-navbar-right {
    float: right;
  }
  .drawer-navbar-default .drawer-menu.drawer-navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .drawer-navbar-default .drawer-menu-item {
    padding: 0;
    font-size: 14px;
  }
  .drawer-navbar-default .drawer-menu-item a:hover,
.drawer-navbar-default .drawer-menu-item a:focus {
    color: #888;
    background-color: #eee;
  }
  .drawer-navbar-default .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px #000000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px #000000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .drawer-navbar-default .dropdown-menu > li {
    float: none;
    /* for IE7+ */
  }
  .drawer-navbar-default .dropdown-menu > li > a {
    width: 160px;
    padding: 0 15px !important;
    /* conflict by cooker */
    color: #fff;
    background-color: #444;
    border-bottom: 1px solid #555;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .drawer-navbar-default .dropdown-menu > li > a:hover,
.drawer-navbar-default .dropdown-menu > li > a:focus {
    color: #999;
    background-color: #333;
  }
}
@media (min-width: 1200px) {
  .drawer-responsive .container {
    max-width: 768px;
  }
  .drawer-responsive.drawer-left .drawer-main,
.drawer-responsive.drawer-right .drawer-main {
    width: 280px !important;
  }
  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 280px;
  }
  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 280px;
  }
}
@media print, screen and (max-width: 760px) {
  .drawer-open .drawer-default li.logo {
    width: 35%;
    margin: 0 auto;
    border-top: none;
  }
}
/* ------------------------------------

menu

------------------------------------ */
/*  l-toggle
*----------------------------------- */
.l-toggle {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  right: 0;
  width: 14vw;
  height: 14vw;
  z-index: 999999;
}
@media print, screen and (min-width: 761px) {
  .l-toggle {
    width: 70px;
    height: 70px;
  }
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 6.15vw;
  height: 3.85vw;
  margin: 0;
}
@media print, screen and (min-width: 761px) {
  .l-toggle div {
    width: 30px;
    height: 21px;
  }
}
.l-toggle span {
  width: 100%;
  height: 2px;
  background: #222222;
  transition: 0.3s;
}
.l-toggle p {
  display: none;
}
.l-toggle.active div {
  justify-content: center;
}
.l-toggle.active span:nth-child(1) {
  transform: translateY(1px) rotate(-45deg);
}
.l-toggle.active span:nth-child(2) {
  transform: translateY(-1px) rotate(45deg);
}
.l-toggle.active span:nth-child(3) {
  display: none;
}

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

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

@media print, screen and (max-width: 760px) {
  .l-navigation__logo {
    overflow: hidden;
    width: 50%;
    margin: 0 auto;
  }
}
.l-navigation__logo .title {
  margin: 0 auto 55px;
  font-family: ten-mincho-text, serif;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__logo .title {
    margin: 0 auto 5vw;
    font-size: 9vw;
    line-height: 1.2;
  }
}
.l-navigation__logo .text {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__logo .text {
    font-size: 5vw;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
}

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

.l-navigation__menu {
  width: 1100px;
  margin: 0 auto;
}
@media print, screen and (min-width: 761px) {
  .l-navigation__menu {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu {
    width: 90%;
    margin-bottom: 6vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu .p-item__menu {
    border-top: 1px solid #adadad;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu .sub-menu {
    margin-top: -4vw;
    padding-bottom: 6vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu .p-item__sub {
    padding: 0 6vw;
    margin-bottom: 9px;
  }
}
@media print, screen and (min-width: 761px) {
  .l-navigation__menu .p-item__sub.index {
    margin-top: 20px;
  }
}
@media print, screen and (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;
  padding-left: 0;
}
@media print, screen and (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 print, screen and (max-width: 760px) {
  .l-navigation__menu .p-item__sub.index a span {
    font-size: 3.4vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu p {
    font-size: 3.4vw;
    text-align: center;
    color: #464646;
    margin: 0 0 2vw;
  }
}
.l-navigation__menu ul li {
  margin: 0 0 20px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li {
    margin-bottom: 0;
  }
}
.l-navigation__menu ul li.p-item__menu a {
  color: #333;
  font-weight: 700;
  padding-left: 0;
}
.l-navigation__menu ul li.p-item__menu a:before {
  content: none;
}
.l-navigation__menu ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  padding-left: 20px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li a {
    font-size: 5vw;
    padding: 6vw 7vw;
  }
}
.l-navigation__menu ul li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 10px;
  border-bottom: 1px solid #adadad;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li a:before {
    top: 50%;
    left: 2vw;
    width: 2vw;
  }
}
@media print, screen and (min-width: 761px) {
  .l-navigation__menu ul li ul {
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li ul {
    border-top: none;
  }
}
.l-navigation__menu ul li ul li {
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li ul li {
    padding-left: 5vw;
  }
}
.l-navigation__menu ul li ul a {
  font-size: 14px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li ul a {
    font-size: 3.6vw;
    padding: 0 0 0 8vw;
    color: #464646;
    font-weight: 500;
  }
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li ul a::before {
    border-bottom: 1px solid #a5a5a5;
  }
}
.l-navigation__menu ul li.index {
  margin-bottom: 12px;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li.index {
    margin-bottom: 0;
  }
}
.l-navigation__menu ul li:last-child {
  margin: 0;
}
@media print, screen and (max-width: 760px) {
  .l-navigation__menu ul li:last-child {
    border-bottom: none;
  }
}

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

common（TOP含む全ページ）

------------------------------------ */
html {
  scroll-behavior: smooth;
}

.page-cmn,
.page-top {
  background: #FAF3EC;
}

img {
  width: 100%;
}

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

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

/*  l-main
*----------------------------------- */
.l-main {
  padding-bottom: 132px;
  background-color: #FAF3EC;
}
@media print, screen and (max-width: 760px) {
  .l-main {
    padding-bottom: 22%;
  }
}

/*  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);
  }
}
/*  -bg_texture
*----------------------------------- */
.-bg_texture {
  position: relative;
}
.-bg_texture:before {
  position: absolute;
  z-index: auto;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/cmn/bg_texture.png) repeat center;
  background-size: 80px auto;
  mix-blend-mode: overlay;
  opacity: 0.15;
}

/*  tel
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .p-tel a {
    pointer-events: none;
  }
}

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

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

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

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

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

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

interview

------------------------------------ */
.page-top .l-interview,
.page-interview-detail .l-other_interview {
  position: relative;
  margin-bottom: 5px;
  padding: 77px 0 93px;
  background-color: #eaeaea;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview,
.page-interview-detail .l-other_interview {
    padding-bottom: 32vw;
    padding-top: 15vw;
    margin-bottom: 0;
  }
}
.page-top .l-interview .p-top-header,
.page-interview-detail .l-other_interview .p-top-header {
  text-align: left;
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview .p-top-header,
.page-interview-detail .l-other_interview .p-top-header {
    position: absolute;
    z-index: 100;
    left: 4vw;
    top: 15vw;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .p-top-header,
.page-interview-detail .l-other_interview .p-top-header {
    text-align: center;
    margin-bottom: 9vw;
  }
}
.page-top .l-interview .p-top-header__catch,
.page-interview-detail .l-other_interview .p-top-header__catch {
  font-size: 73px;
  color: #a5a5a5;
  margin-bottom: 25px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .p-top-header__catch,
.page-interview-detail .l-other_interview .p-top-header__catch {
    font-size: 13vw;
    margin-bottom: 3.5vw;
  }
}
.page-top .l-interview .p-top-header__title,
.page-interview-detail .l-other_interview .p-top-header__title {
  margin-top: -8px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .p-top-header__title,
.page-interview-detail .l-other_interview .p-top-header__title {
    font-size: 7vw;
    margin-top: 0;
    margin-bottom: 4vw;
  }
}
.page-top .l-interview .p-top-header__text,
.page-interview-detail .l-other_interview .p-top-header__text {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .p-top-header__text,
.page-interview-detail .l-other_interview .p-top-header__text {
    font-size: 4vw;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .page-top .l-interview .p-top-header .c-button,
.page-interview-detail .l-other_interview .p-top-header .c-button {
    margin-left: 0;
  }
}
@media print, screen and (max-width: 760px) {
  .page-top .l-interview .p-top-header .c-button,
.page-interview-detail .l-other_interview .p-top-header .c-button {
    position: absolute;
    bottom: 9%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
}
.page-top .l-interview .p-top-header .c-button a,
.page-interview-detail .l-other_interview .p-top-header .c-button a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-top .l-interview .p-top-header .c-button a span,
.page-interview-detail .l-other_interview .p-top-header .c-button a span {
  line-height: 1;
}
/* ------------------------------------

l-interview__list

------------------------------------ */
.l-interview__list {
  position: relative;
}

@media print, screen and (min-width: 761px) {
  .l-interview__list-slide {
    min-height: 37vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-interview__list-slide {
    min-height: 95vw;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 761px) {
  .l-interview__list-slide::before {
    content: "";
    width: 22.9vw;
    height: 101%;
    background-color: #eaeaea;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 99;
  }
}
.l-interview__list-slide .slick-arrow {
  background-size: auto 60%;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #7e7e7e;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.l-interview__list-slide .slick-prev {
  background-image: url(../images/cmn/next.png);
  left: auto;
  right: 100px;
  top: auto;
  bottom: -20px;
}
.l-interview__list-slide .slick-next {
  background-image: url(../images/cmn/prev.png);
  right: 190px;
  top: auto;
  bottom: -20px;
}

.l-interview__list-slide .p-item {
  position: relative;
  width: 21.5vw;
  margin: 0 1.15vw;
  transition: 0.5s;
}
@media print, screen and (max-width: 760px) {
  .l-interview__list-slide .p-item {
    width: 54vw;
    margin: 0 3vw;
  }
}
@media print, screen and (min-width: 761px) {
  .l-interview__list-slide .p-item.slick-current {
    visibility: hidden;
  }
  .l-interview__list-slide .p-item.slick-current + .p-item {
    width: 27.5vw;
  }
}
@media print, screen and (max-width: 760px) {
  .l-interview__list-slide .p-item.slick-current {
    width: 70vw;
  }
}
.l-interview__list-slide .p-item a {
  display: block;
}
.l-interview__list-slide .p-item a::before {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
  content: "";
  opacity: 0.9;
  transition: 0.3s;
}
.l-interview__list-slide .p-item__text {
  z-index: 2;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  letter-spacing: -0.02em;
  transition: 0.5s;
  font-weight: bold;
}
@media print, screen and (max-width: 760px) {
  .l-interview__list-slide .p-item__text {
    padding: 3vw;
  }
}
.l-interview__list-slide .p-item__text span {
  display: block;
  line-height: 1;
  transition: 0.5s;
  text-align: center;
  color: #fff;
}
.l-interview__list-slide .p-item__text span:nth-of-type(1) {
  font-size: 1.6rem;
  font-family: ten-mincho-text, serif;
}
@media print, screen and (max-width: 760px) {
  .l-interview__list-slide .p-item__text span:nth-of-type(1) {
    font-size: 4vw;
  }
}
.l-interview__list-slide .p-item__text span:nth-of-type(2) {
  font-size: 1.2rem;
}
@media print, screen and (max-width: 760px) {
  .l-interview__list-slide .p-item__text span:nth-of-type(2) {
    font-size: 3.7vw;
  }
}
@media print, screen and (min-width: 761px) {
  .slick-current + .p-item .l-interview__list-slide .p-item__text {
    padding: 30px;
  }
  .slick-current + .p-item .l-interview__list-slide .p-item__text p {
    font-size: 3.4rem;
  }
  .slick-current + .p-item .l-interview__list-slide .p-item__text span:nth-of-type(1) {
    font-size: 2.2rem;
  }
  .slick-current + .p-item .l-interview__list-slide .p-item__text span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 760px) {
  .slick-current .l-interview__list-slide .p-item__text {
    padding: 5vw;
  }
  .slick-current .l-interview__list-slide .p-item__text p {
    font-size: 5.1vw;
  }
  .slick-current .l-interview__list-slide .p-item__text span:nth-of-type(1) {
    font-size: 3.3vw;
  }
  .slick-current .l-interview__list-slide .p-item__text span:nth-of-type(2) {
    font-size: 2.5vw;
  }
}

.l-other-member .p-top-header {
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 760px) {
  .l-other-member .p-top-header {
    margin-bottom: 6vw;
  }
}
.l-other-member .p-top-header__catch {
  font-size: 72px;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .l-other-member .p-top-header__catch {
    font-size: 10vw;
  }
}
.l-other-member .p-top-header__title {
  font-size: 14px;
}
@media screen and (max-width: 760px) {
  .l-other-member .p-top-header__title {
    font-size: 4vw;
  }
}
.l-other-member .slider {
  margin-bottom: 44px;
}
@media screen and (max-width: 760px) {
  .l-other-member .slider {
    margin-bottom: 9vw;
  }
}
.l-other-member .p-item {
  margin: 0 15px;
}
@media screen and (max-width: 760px) {
  .l-other-member .p-item {
    margin: 0 2vw;
  }
}
.l-other-member .p-item__photo {
  margin-bottom: 16px;
}
@media screen and (max-width: 760px) {
  .l-other-member .p-item__photo {
    margin-bottom: 3vw;
  }
}
.l-other-member .p-item__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 9px;
}
@media screen and (max-width: 760px) {
  .l-other-member .p-item__title {
    font-size: 5vw;
    margin-bottom: 1vw;
  }
}
.l-other-member .p-item .line-clamp {
  -webkit-line-clamp: 2;
}
.l-other-member .p-item__name {
  font-size: 16px;
}
@media screen and (max-width: 760px) {
  .l-other-member .p-item__name {
    font-size: 4vw;
  }
}

.text_edge {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 2px #333;
}

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

c-button

------------------------------------ */
/*  c-button(基本)  */
.c-button {
  width: 390px;
  height: 62px;
  line-height: 62px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  transition: 0.3s;
}
@media print, screen and (max-width: 760px) {
  .c-button {
    font-size: 4.1vw;
    height: 16vw;
    line-height: 16vw;
    width: 90%;
  }
}
.c-button:hover {
  opacity: 0.7;
}
.c-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.c-button span {
  position: relative;
  padding-right: 16px;
}
.c-button span::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: -110px;
  margin-top: -4px;
  transition-duration: 200ms;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}
@media print, screen and (max-width: 760px) {
  .c-button span::after {
    right: -60px;
  }
}

/*  cv  */
.c-button.cv {
  width: 220px;
  font-family: texas-hero, sans-serif;
  font-size: 21px;
  color: #fff;
  background: #333;
  transition: 0.5s;
  border: solid 1px #333;
}
@media print, screen and (max-width: 760px) {
  .c-button.cv {
    width: 41vw;
    height: 9vw;
    line-height: 9vw;
  }
}
.c-button.cv span::after {
  border-color: transparent transparent transparent #fff;
}
.c-button.cv:hover {
  background: #fff;
  color: #333;
}
.c-button.cv:hover span::after {
  border-color: transparent transparent transparent #333;
}

/*  dark  */
.c-button.dark {
  color: #fff;
  background: #FF6035;
  border-radius: 37px;
  width: 330px;
}
.c-button.dark::before {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 46%;
  right: 17px;
  margin-top: -4px;
  transition-duration: 200ms;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}

/*  light  */
.c-button.light {
  color: #333;
  background: #fff;
}
.c-button.light::before {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 5px solid transparent;
  border-left: 8px solid #333;
  content: "";
  transition-duration: 200ms;
}

/*  dark-border  */
.c-button.dark-border {
  color: #ffffff;
  background: #FF6035;
  border-radius: 40px;
}

/*  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: #333;
  border: 1px solid #333;
}
@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 #333 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 #333;
  border-width: 3.5px 0 3.5px 6.1px;
  top: 55%;
  left: auto;
  right: 0;
}

.c-button-more {
  text-align: center;
}
.c-button-more span {
  font-family: texas-hero, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  padding-right: 22px;
  padding-left: 4px;
}
.c-button-more span::after {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #333;
  content: "";
}
.c-button-more.border span {
  padding-bottom: 5px;
  border-bottom: solid 1px #333;
}
.c-button-more.border span::after {
  top: 41%;
}
.c-button-more.white span::after {
  border-color: transparent transparent transparent #fff;
}
.c-button-more.white.border span {
  border-color: #fff;
}

.c-button.mynavi {
  width: 160px;
  background: #fff;
  border: solid 2px #009DE8;
}
@media print, screen and (max-width: 760px) {
  .c-button.mynavi {
    width: 60%;
  }
}
.c-button.mynavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
@media print, screen and (max-width: 760px) {
  .c-button.mynavi a {
    padding: 0 10vw;
  }
}
.c-button.mynavi a span {
  display: flex;
  width: 105px;
  padding-right: 0;
}
@media print, screen and (max-width: 760px) {
  .c-button.mynavi a span {
    width: 60%;
  }
}
.c-button.mynavi a span::after {
  display: none;
}

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

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

/*  prevボタン  */
.c-button.prev.dark-border span::after {
  display: block;
  z-index: 1000;
  position: absolute;
  top: 50%;
  left: -90px;
  margin-top: -4px;
  transition-duration: 200ms;
  width: 8px;
  height: 8px;
  transform: rotate(225deg);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
}

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

icon

------------------------------------ */
/*  p-item__icons
*----------------------------------- */
.p-item__icons .icon {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0px 15px 0px;
  margin-bottom: 2px;
  border-radius: 15px;
}
@media print, screen and (max-width: 760px) {
  .p-item__icons .icon {
    font-size: 15px;
  }
}
@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: 8px;
  left: 8px;
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 3.9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  background: #e99772;
}
@media print, screen and (max-width: 760px) {
  .new:after {
    font-size: 16px;
    top: 8px;
    left: 8px;
    width: 46px;
    height: 46px;
    line-height: 3;
  }
}

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

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

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

title

------------------------------------ */
/* list-page__header */
.list-page__header {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 37px;
  padding-top: 120px;
}
@media print, screen and (max-width: 760px) {
  .list-page__header {
    margin-bottom: 8vw;
    padding-top: 14vw;
  }
}
.list-page__header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
}
.list-page__header__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
}
.list-page__header__title {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .list-page__header__title {
    font-size: 3.73vw;
    font-weight: 700;
    margin-top: 1.4vw;
  }
}
.list-page__header__subtitle {
  font-size: 43px;
  line-height: 1;
  text-transform: capitalize;
  color: #FF6035;
}
@media print, screen and (max-width: 760px) {
  .list-page__header__subtitle {
    font-size: 11.03vw;
  }
}

.p-cmn-header {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header {
    margin-bottom: 8vw;
  }
}
.p-cmn-header__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header__title {
    font-size: 11vw;
  }
}
.p-cmn-header__subtitle {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin-top: 10px;
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header__subtitle {
    font-size: 7vw;
    margin-top: 1.4vw;
  }
}

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

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