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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

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

colors setting

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

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

×：$black
◯：$dark-text

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

.en02 {
  font-family: "montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

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

/* mobile */
body {
  overflow-x: hidden;
  font-family: "ryo-gothic-plusn", sans-serif;
  color: #131313;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background: #FBFBF8;
}
@media (max-width: 767px) {
  body {
    padding-top: 12.6vw;
  }
}
body.fixed {
  overflow: hidden;
}
body#top {
  background: #fbfbf8 url("../images/cmn/bg.png") center no-repeat;
  background-size: 1440px;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  body#top {
    background: #fbfbf8 url("../images/cmn/sp/bg.png") center top no-repeat;
    background-size: 118% auto;
    background-attachment: fixed;
  }
}

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: #4ABBF7;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

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

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

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

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

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

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

header

------------------------------------ */
.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: fixed;
  z-index: 10000;
  box-sizing: border-box;
  height: 59px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 0 29px 0 36px;
  transition: 0.3s;
  border: 1px solid #B5BEDD;
}
@media (min-width: 768px) {
  .header {
    top: 22px;
    max-width: 96%;
    margin: 0 auto;
    border-radius: 59px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 0 0 0 5.8974358974dvw;
    height: 13.3333333333dvw;
  }
}
body.fixed .header {
  background-color: transparent;
  border: none;
}

.header-logo {
  margin-right: auto;
  box-sizing: border-box;
}
body.fixed .header-logo {
  display: none;
}
.header-logo a {
  position: relative;
  align-items: center;
  display: flex;
  flex-flow: wrap;
  gap: 0 14px;
  transition: 0.3s;
  font-weight: bold;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .header-logo a {
    font-size: 12px;
    font-size: 3.0769230769dvw;
    font-weight: 400;
    gap: 0 2.5641025641dvw;
  }
}
.header-logo a img {
  max-width: 90px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .header-logo a img {
    max-width: 23.0769230769dvw;
  }
}

.global-nav {
  margin-right: 14px;
  height: 100%;
}
body.fixed .global-nav {
  display: none;
}
@media (max-width: 767px) {
  .global-nav {
    display: none;
  }
}
.global-nav ul {
  height: 100%;
  display: flex;
  gap: 15px;
}
.global-nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
}
.global-nav li a:hover {
  opacity: 0.7;
}

.header-entry {
  margin-right: 20px;
  position: relative;
}
body.fixed .header-entry {
  display: none;
}
@media (max-width: 767px) {
  .header-entry {
    display: none;
  }
}
.header-entry a {
  display: block;
  font-weight: 900;
  line-height: 1;
  font-size: 3.2rem;
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  color: #FF6121;
  text-box: trim-both cap alphabetic;
}

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

footer

------------------------------------ */
.footer {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .footer {
    margin-bottom: 15.1282051282dvw;
  }
}

.other-link {
  margin: 0 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .other-link {
    margin: 0 5.1282051282dvw;
  }
}
.other-link__wrap {
  border-top: 2px solid #448031;
  margin: 0 auto;
  padding: 78px 0 72px;
}
@media (min-width: 768px) {
  .other-link__wrap {
    max-width: 1200px;
  }
}
@media (max-width: 767px) {
  .other-link__wrap {
    padding: 13.5897435897dvw 0 22.8205128205dvw;
  }
}
.other-link__ttl {
  line-height: 1;
  font-weight: 500;
  font-size: 1.5rem;
  text-box: trim-both cap alphabetic;
  margin-bottom: 38px;
}
@media (min-width: 768px) {
  .other-link__ttl {
    display: flex;
    align-items: center;
    gap: 19px;
  }
}
@media (max-width: 767px) {
  .other-link__ttl {
    text-align: center;
    margin-bottom: 7.9487179487dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.other-link__ttl span {
  font-weight: 400;
  display: block;
  font-family: "montserrat", sans-serif;
  font-size: 5rem;
}
@media (max-width: 767px) {
  .other-link__ttl span {
    margin-bottom: 3.0769230769dvw;
    font-size: 40px;
    font-size: 10.2564102564dvw;
  }
}

.other-link-list {
  margin: 0 auto;
  gap: 25px 16px;
  display: flex;
}
@media (min-width: 768px) {
  .other-link-list {
    max-width: 1200px;
    flex-flow: wrap;
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .other-link-list {
    display: grid;
    gap: 2.8205128205dvw;
  }
}
@media (min-width: 768px) {
  .other-link-list li {
    width: calc((100% - 32px) / 3);
  }
}
.other-link-list a {
  position: relative;
  z-index: 1;
  min-height: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  border: 1px solid #bebebe;
  background: #fff;
  border-radius: 48px;
  transition: 0.3s;
  overflow: hidden;
}
@media (max-width: 767px) {
  .other-link-list a {
    min-height: 16.4102564103dvw;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.other-link-list a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, #47e522 0%, #1c65de 100%);
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
.other-link-list a::before {
  position: absolute;
  top: 0;
  right: 28px;
  bottom: 0;
  display: block;
  margin: auto;
  content: "";
  width: 16px;
  height: 13px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  transition: 0.3s;
  z-index: 2;
}
@media (max-width: 767px) {
  .other-link-list a::before {
    right: 4.1025641026dvw;
    width: 2.5641025641dvw;
    height: 2.0512820513dvw;
  }
}
.other-link-list a:hover {
  opacity: 1;
  color: #fff;
  border-color: transparent;
}
.other-link-list a:hover::after {
  opacity: 1;
}
.other-link-list a:hover::before {
  filter: brightness(0) invert(1);
}

.footer-entry {
  color: #fff;
}
.footer-entry::after {
  content: "";
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ff2184 0%, #ff6121 16%, #ffff2c 32%, #47e522 50%, #49bbf7 66%, #1c65de 82%, #762ed8 100%);
  display: block;
}
@media (max-width: 767px) {
  .footer-entry::after {
    height: 1.0256410256dvw;
  }
}
.footer-entry__wrap {
  position: relative;
  padding: 83px 0 60px;
  box-sizing: border-box;
  min-height: 1056px;
  position: relative;
  background: #151B2F;
}
@media (max-width: 767px) {
  .footer-entry__wrap {
    padding: 51.5384615385dvw 5.1282051282dvw 51.0256410256dvw;
    min-height: 297.9487179487dvw;
  }
}
.footer-entry__wrap::before, .footer-entry__wrap::after {
  position: absolute;
  display: block;
  content: "";
}
.footer-entry__wrap::before {
  top: 0;
  left: 0;
  width: 438px;
  height: 508px;
  background: url("../images/cmn/bg_footer-entry_top.png") left top/contain no-repeat;
}
@media (max-width: 767px) {
  .footer-entry__wrap::before {
    background: url("../images/cmn/sp/bg_footer-entry_top.png") left top/contain no-repeat;
    width: 47.6923076923dvw;
    height: 55.1282051282dvw;
  }
}
.footer-entry__wrap::after {
  right: 0;
  bottom: 0;
  width: 582px;
  height: 687px;
  background: url("../images/cmn/bg_footer-entry_bottom.png") right bottom/contain no-repeat;
}
@media (max-width: 767px) {
  .footer-entry__wrap::after {
    background: url("../images/cmn/sp/bg_footer-entry_bottom.png") right bottom/contain no-repeat;
    width: 68.9743589744dvw;
    height: 76.6666666667dvw;
  }
}
.footer-entry__ttl {
  position: relative;
  z-index: 2;
  margin: 0 auto 34px;
}
@media (min-width: 768px) {
  .footer-entry__ttl {
    max-width: 376px;
  }
}
@media (max-width: 767px) {
  .footer-entry__ttl {
    margin: 0 -5.1282051282dvw 9.4871794872dvw 6.1538461538dvw;
  }
}
.footer-entry__txt {
  position: relative;
  z-index: 2;
}
.footer-entry__txt p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5;
}
@media (max-width: 767px) {
  .footer-entry__txt p {
    font-size: 18px;
    font-size: 4.6153846154dvw;
  }
}
@media (max-width: 767px) {
  .footer-entry__txt p:not(:last-child) {
    margin-bottom: 5.641025641dvw;
  }
}
.footer-entry__txt p b {
  margin-top: 48px;
  display: block;
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 2;
}
@media (max-width: 767px) {
  .footer-entry__txt p b {
    margin-top: 1.2820512821dvw;
    font-size: 28px;
    font-size: 7.1794871795dvw;
    line-height: 1.4642857143;
  }
}

.footer-entry-img picture {
  z-index: 1;
  position: absolute;
}
.footer-entry-img--top picture:nth-of-type(1) {
  top: 106px;
  width: 343px;
}
@media (min-width: 768px) {
  .footer-entry-img--top picture:nth-of-type(1) {
    right: calc(50% + 311px);
  }
}
@media (max-width: 767px) {
  .footer-entry-img--top picture:nth-of-type(1) {
    top: 10.5128205128dvw;
    left: 8.4615384615dvw;
    width: 30.7692307692dvw;
  }
}
.footer-entry-img--top picture:nth-of-type(2) {
  top: 124px;
  width: 341px;
  left: calc(50% + 314px);
}
@media (max-width: 767px) {
  .footer-entry-img--top picture:nth-of-type(2) {
    top: 26.1538461538dvw;
    left: 45.1282051282dvw;
    width: 30.7692307692dvw;
  }
}
.footer-entry-img--top picture:nth-of-type(3) {
  top: 452px;
  right: calc(50% + 352px);
  width: 227px;
}
@media (max-width: 767px) {
  .footer-entry-img--top picture:nth-of-type(3) {
    top: 10.5128205128dvw;
    right: 5.1282051282dvw;
    width: 30.7692307692dvw;
  }
}
.footer-entry-img--bottom picture:nth-of-type(1) {
  width: 306px;
}
@media (min-width: 768px) {
  .footer-entry-img--bottom picture:nth-of-type(1) {
    top: 700px;
    right: calc(50% + 328px);
  }
}
@media (max-width: 767px) {
  .footer-entry-img--bottom picture:nth-of-type(1) {
    left: 5.1282051282dvw;
    width: 32.5641025641dvw;
    bottom: 7.4358974359dvw;
  }
}
.footer-entry-img--bottom picture:nth-of-type(2) {
  left: calc(50% + 314px);
  width: 318px;
}
@media (min-width: 768px) {
  .footer-entry-img--bottom picture:nth-of-type(2) {
    top: 720px;
  }
}
@media (max-width: 767px) {
  .footer-entry-img--bottom picture:nth-of-type(2) {
    left: 32.8205128205dvw;
    bottom: 23.0769230769dvw;
    width: 24.8717948718dvw;
  }
}
.footer-entry-img--bottom picture:nth-of-type(3) {
  width: 236px;
}
@media (min-width: 768px) {
  .footer-entry-img--bottom picture:nth-of-type(3) {
    left: calc(50% + 364px);
    top: 453px;
  }
}
@media (max-width: 767px) {
  .footer-entry-img--bottom picture:nth-of-type(3) {
    right: 6.1538461538dvw;
    bottom: 7.4358974359dvw;
    width: 29.7435897436dvw;
  }
}

.footer-entry-btn {
  margin: 95px auto 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .footer-entry-btn {
    max-width: 349px;
  }
}
@media (max-width: 767px) {
  .footer-entry-btn {
    margin: 7.6923076923dvw auto 0;
  }
}
.footer-entry-btn a {
  position: relative;
  display: grid;
  place-content: center;
  min-height: 64px;
  width: 100%;
  border-radius: 64px;
  color: #ff6121;
  text-align: center;
  font-size: 5.6rem;
  font-weight: 900;
  font-family: "montserrat", sans-serif;
  background-color: #fff;
  position: relative;
  transition: 0.3s;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 767px) {
  .footer-entry-btn a {
    min-height: 17.4358974359dvw;
    border-radius: 17.4358974359dvw;
    font-size: 56px;
    font-size: 14.358974359dvw;
  }
}
.footer-entry-btn a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 10px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .footer-entry-btn a::after {
    right: 6.4102564103dvw;
    width: 3.0769230769dvw;
    height: 2.5641025641dvw;
  }
}
.footer-entry-btn a span {
  display: inline-block;
  margin-top: -0.1em;
}
.footer-entry-btn a:hover {
  background: #ff6121;
  color: #fff;
  opacity: 1;
}
.footer-entry-btn a:hover::after {
  filter: brightness(0) invert(1);
}

.footer-entry-slide-txt {
  position: absolute;
  inset: 0;
}
@media (max-width: 767px) {
  .footer-entry-slide-txt {
    z-index: 2;
  }
}
.footer-entry-slide-txt .slide-txt {
  position: absolute;
  overflow: clip;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  gap: min(38px, 2.6388888889dvw);
}
@media (max-width: 767px) {
  .footer-entry-slide-txt .slide-txt {
    gap: 1vw;
  }
}
.footer-entry-slide-txt .slide-txt div {
  animation: slideTxt 60s infinite linear;
}
@keyframes slideTxt {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer-entry-slide-txt .slide-txt img {
  width: min(2340px, 162.5dvw);
  max-width: 2340px;
  filter: brightness(0) invert(1);
  opacity: 0.39;
}
@media (max-width: 767px) {
  .footer-entry-slide-txt .slide-txt img {
    width: 205.1282051282dvw;
    max-width: 205.1282051282dvw;
  }
}
.footer-entry-slide-txt .slide-txt:nth-of-type(1) {
  top: 43px;
}
@media (max-width: 767px) {
  .footer-entry-slide-txt .slide-txt:nth-of-type(1) {
    top: 12.0512820513dvw;
  }
}
.footer-entry-slide-txt .slide-txt:nth-of-type(2) {
  bottom: 44px;
}
@media (max-width: 767px) {
  .footer-entry-slide-txt .slide-txt:nth-of-type(2) {
    bottom: 9.7435897436dvw;
  }
}
.footer-entry-slide-txt .slide-txt:nth-of-type(2) div {
  animation: slideTxtReverse 60s infinite linear;
}
@keyframes slideTxtReverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

.footer-contents {
  background-color: #fff;
  box-sizing: border-box;
  padding: 104px 40px 96px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .footer-contents {
    min-height: 591px;
  }
}
@media (max-width: 767px) {
  .footer-contents {
    padding: 11.7948717949dvw 5.1282051282dvw 10vw;
  }
}
.footer-contents::before {
  position: absolute;
  display: block;
  margin: auto;
  content: "";
  width: 620px;
  height: 318px;
  background: url("../images/cmn/bg_footer.png") center/contain no-repeat;
}
@media (min-width: 768px) {
  .footer-contents::before {
    left: calc(50% + 30px);
    bottom: 51px;
  }
}
@media (max-width: 767px) {
  .footer-contents::before {
    top: 82.0512820513dvw;
    right: 5.1282051282dvw;
    width: 67.6923076923dvw;
    height: 40.2564102564dvw;
  }
}
.footer-contents__wrap {
  margin: 0 auto 132px;
  z-index: 1;
  position: relative;
}
@media (min-width: 768px) {
  .footer-contents__wrap {
    max-width: 1200px;
    box-sizing: border-box;
    display: flex;
    gap: 96px;
    justify-content: space-between;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .footer-contents__wrap {
    margin-bottom: 35.3846153846dvw;
  }
}

.footer-logo {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .footer-logo {
    margin-bottom: 7.9487179487dvw;
  }
}
.footer-logo a {
  display: block;
}
@media (min-width: 768px) {
  .footer-logo a {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.footer-logo img {
  display: block;
  max-width: 145px;
}
@media (max-width: 767px) {
  .footer-logo img {
    margin: 0 auto;
    max-width: 37.1794871795dvw;
  }
}
.footer-logo span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .footer-logo span {
    margin-bottom: -0.5em;
  }
}
@media (max-width: 767px) {
  .footer-logo span {
    text-align: center;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}

.footer-company {
  margin-bottom: 33px;
  padding: 28px 0 33px;
  box-sizing: border-box;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
}
@media (min-width: 768px) {
  .footer-company {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .footer-company {
    margin-bottom: 6.4102564103dvw;
    text-align: center;
    padding: 7.1794871795dvw 0 6.4102564103dvw;
  }
}
.footer-company__name {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer-company__name {
    font-size: 16px;
    font-size: 4.1025641026dvw;
    margin-bottom: 0.5em;
  }
}
.footer-company__address {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media (max-width: 767px) {
  .footer-company__address {
    font-size: 14px;
    font-size: 3.5897435897dvw;
  }
}
.footer-company__address:not(:last-child) {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .footer-company__address:not(:last-child) {
    margin-bottom: 5.1282051282dvw;
  }
}
.footer-company__address a {
  display: inline-block;
  color: #4ABBF7;
}
.footer-company__address a::before {
  content: "> ";
}

.footer-info-link ul {
  display: flex;
  gap: 23px;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-info-link ul {
    justify-content: center;
    gap: 5.1282051282dvw;
  }
}
.footer-info-link a {
  display: flex;
  align-items: center;
}
.footer-info-link a img {
  max-height: 30px;
  max-width: 107px;
}
@media (max-width: 767px) {
  .footer-info-link a img {
    max-height: 7.6923076923dvw;
    max-width: 27.4358974359dvw;
  }
}

.footer-nav {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 2em;
}
@media (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}

.footer-nav-list {
  display: flex;
  flex-flow: column;
  gap: 1em;
}
.footer-nav-list a {
  transition: 0.3s;
  font-weight: 500;
}
.footer-nav-list a::before {
  content: "- ";
}
.footer-nav-list a:hover {
  opacity: 0.7;
}
.footer-nav-list dt {
  font-size: 1.7rem;
}
.footer-nav-list dt + dd {
  margin-top: 0em;
}
.footer-nav-list dd {
  margin-left: 0.5em;
}

@media (min-width: 768px) {
  .copyright {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.copyright small {
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.014em;
}
@media (max-width: 767px) {
  .copyright small {
    text-align: center;
    font-size: 11px;
    font-size: 2.8205128205dvw;
  }
}

.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  height: 14.6153846154dvw;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  overflow: hidden;
}
.fixed-btn ul {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 34.1025641026dvw 1fr;
}
.fixed-btn li {
  height: 100%;
  position: relative;
}
.fixed-btn li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  font-size: 4.1025641026dvw;
  font-weight: bold;
  box-sizing: border-box;
  line-height: 1;
  gap: 2.5641025641dvw;
  border: 1px solid #dddddd;
}
.fixed-btn li:nth-of-type(2) a {
  color: #fff;
  background-color: #FF6121;
  border: none;
  font-size: 12px;
  font-size: 3.0769230769dvw;
}
.fixed-btn li:nth-of-type(2) a span {
  display: inline-block;
  font-weight: 400;
  font-family: "montserrat", sans-serif;
  font-size: 29px;
  font-size: 7.4358974359dvw;
  text-box: trim-both cap alphabetic;
}

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

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

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

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

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

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

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

/*  .l-footer-cookie
*----------------------------------- */
.l-footer-cookie.l-footer-cookie--close {
  display: none;
}
.l-footer-cookie__in {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}
.l-footer-cookie__in.js-load--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}
.l-footer-cookie__container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__container {
    width: 100%;
    padding: 5.33333vw;
    display: block;
  }
}
.l-footer-cookie__text {
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__text {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
.l-footer-cookie__text a {
  text-decoration: underline;
}
.l-footer-cookie__text a:hover {
  text-decoration: none;
}
.l-footer-cookie .l-footer-cookie__btn {
  width: 100px;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}
.l-footer-cookie .l-footer-cookie__btn.btn-03 {
  display: inline-block;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  text-align: center;
  color: #000;
  z-index: 1;
  transition: border-radius 0.3s ease;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}

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

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

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

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

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

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

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

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

.drawer-overlay {
  position: relative;
}

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

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

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

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

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

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

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

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

.drawer-hamburger {
  border: 0;
  position: fixed;
  display: block;
  bottom: 0;
  padding: 10px 16px;
  width: 50px;
  height: 49px;
  background: #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: #FF2284;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 30px;
  height: 55px;
  z-index: 999999;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .l-toggle {
    position: fixed;
    top: 0;
    right: 0;
    width: 18.4615384615dvw;
    height: 13.3333333333dvw;
  }
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 30px;
  height: 5px;
  margin: 0;
}
@media (max-width: 767px) {
  .l-toggle div {
    width: 7.6923076923dvw;
    height: 1.2820512821dvw;
  }
}
.l-toggle span {
  width: 100%;
  height: 1px;
  background: #000;
  transition: 0.3s;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-toggle span {
    background: #FF6121;
  }
}
.l-toggle p {
  display: none;
}
.l-toggle.active {
  position: fixed;
}
@media (min-width: 768px) {
  .l-toggle.active {
    top: 40px;
    right: 40px;
    height: 20px;
    width: 50px;
  }
}
.l-toggle.active div {
  justify-content: center;
}
@media (min-width: 768px) {
  .l-toggle.active div {
    width: 30px;
  }
}
.l-toggle.active span {
  transform-origin: center;
  height: 1px;
  background-color: #ff6121;
}
.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-navigation
*----------------------------------- */
.l-navigation {
  position: fixed;
  z-index: 9000;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #131313;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  opacity: 0;
  box-sizing: border-box;
  visibility: hidden;
}
.l-navigation__wrap {
  padding: 100px 20px 60px;
  position: relative;
  box-sizing: border-box;
  min-height: 100%;
}
@media (max-width: 767px) {
  .l-navigation__wrap {
    padding: 5.8974358974dvw 5.1282051282dvw 85.1282051282dvw;
  }
}
.l-navigation__wrap::before, .l-navigation__wrap::after {
  z-index: -1;
  position: absolute;
  display: block;
  content: "";
}
@media (min-width: 768px) {
  .l-navigation__wrap::before {
    top: 0;
    left: 0;
    width: 332px;
    height: 245px;
    background: url("../images/cmn/bg_menu_top.png") left top/contain no-repeat;
  }
}
.l-navigation__wrap::after {
  bottom: 0;
  right: 0;
  width: 440px;
  height: 477px;
  background: url("../images/cmn/bg_menu_bottom.png") bottom right/contain no-repeat;
}
@media (max-width: 767px) {
  .l-navigation__wrap::after {
    width: 88.2051282051dvw;
    height: 102.0512820513dvw;
  }
}

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

.drawer-logo {
  width: fit-content;
  margin: 0 auto 48px;
}
@media (max-width: 767px) {
  .drawer-logo {
    display: flex;
    align-items: center;
    gap: 3.5897435897dvw;
    margin: 0 0 8.7179487179dvw;
  }
}
.drawer-logo img {
  display: block;
  max-width: 142px;
}
@media (min-width: 768px) {
  .drawer-logo img {
    margin: 0 auto 18px;
  }
}
@media (max-width: 767px) {
  .drawer-logo img {
    max-width: 30.2564102564dvw;
  }
}
.drawer-logo span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .drawer-logo span {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .drawer-logo span {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
@media (max-width: 767px) {
  .drawer-logo span span {
    display: none;
  }
}

.drawer-nav {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .drawer-nav {
    gap: 0 30px;
    margin: 0 auto;
    max-width: 936px;
    padding: 40px 0;
    border-top: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
  }
}
@media (max-width: 767px) {
  .drawer-nav {
    border-top: 1px solid #d0d0d0;
    display: grid;
    font-size: 16px;
    font-size: 4.1025641026dvw;
  }
}
.drawer-nav a::before {
  content: "-";
  margin-right: 0.5em;
}

@media (max-width: 767px) {
  .drawer-nav-list li {
    border-bottom: 1px solid #d0d0d0;
  }
}
@media (min-width: 768px) {
  .drawer-nav-list li + li {
    margin-top: 1em;
  }
}
@media (max-width: 767px) {
  .drawer-nav-list li.line_top {
    border-top: 1px solid #d0d0d0;
  }
}
@media (max-width: 767px) {
  .drawer-nav-list li.line_bottom {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .drawer-nav-list li a {
    display: block;
    padding: 1em;
  }
}

.drawer-nav-sublist {
  margin-top: 0.9em;
}
@media (max-width: 767px) {
  .drawer-nav-sublist {
    margin: 1.5em 0rem 0rem 1em;
  }
}
.drawer-nav-sublist li {
  font-size: 1.5rem;
  font-weight: 400;
}
.drawer-nav-sublist li + li {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .drawer-nav-sublist.sub-list {
    padding: 0em 0 2rem 0em;
    margin: 0em 0rem 0rem 1em;
  }
}

.drawer-entry {
  max-width: 428px;
  margin: 48px auto 0;
}
@media (max-width: 767px) {
  .drawer-entry {
    max-width: 84.6153846154dvw;
    margin: 11.2820512821dvw auto 0;
  }
}
.drawer-entry a {
  width: 100%;
  min-height: 75px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #1d65de 35%, #762ed8 65%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  gap: 8px;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .drawer-entry a {
    min-height: 21.2820512821dvw;
    font-size: 12px;
    font-size: 3.0769230769dvw;
    gap: 2.0512820513dvw;
  }
}
.drawer-entry a span {
  font-size: 4rem;
  font-weight: 900;
  font-family: "montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.05em;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 767px) {
  .drawer-entry a span {
    font-size: 29px;
    font-size: 7.4358974359dvw;
  }
}

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

common（TOP含む全ページ）

------------------------------------ */
@media (min-width: 768px) {
  img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}

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

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

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

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

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp_sp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*  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: #AFAFAF;
}
.slick-dots li.slick-active {
  background: #4ABBF7;
}

/*  horizontal
*----------------------------------- */
.horizontal {
  margin-bottom: 50px;
  opacity: 1;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .horizontal {
    margin-bottom: 10vw;
    gap: 1px;
  }
}
.horizontal li {
  display: inline-block;
  opacity: 1;
  background: #FF2284;
}
@media print, screen and (max-width: 760px) {
  .horizontal li {
    display: block;
    float: left;
    width: calc(50% - 1px);
    margin: 0 7px;
    opacity: 1;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
  }
}
.horizontal li a {
  color: #fff;
  display: block;
  padding: 7px 15px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .horizontal li a {
    padding: 10px 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.4;
  }
}
.horizontal li.active {
  background: #FF2284;
}
.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: #FF2284;
  border-radius: 4px;
  color: #fff;
}
.horizontal input[type=radio]:checked + label {
  background: #FF2284;
  border-radius: 4px;
  color: #fff;
}

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

/*  l-table
*----------------------------------- */
.l-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.3%;
}
.l-table > dt, .l-table > dd {
  border-bottom: 1px solid #BEBEBE;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .l-table > dt, .l-table > dd {
    padding: 18px 0 14px;
  }
}
.l-table > dt:last-of-type, .l-table > dd:last-of-type {
  border: none;
}
.l-table > dt {
  width: 14.9159663866%;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media (max-width: 767px) {
  .l-table > dt {
    width: 26.6666666667dvw;
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
  }
}
.l-table > dd {
  width: 85.0840336134%;
  font-weight: 400;
  line-height: 1.8666666667;
}
@media (max-width: 767px) {
  .l-table > dd {
    width: calc(100% - 26.6666666667dvw);
    font-size: 3.8461538462dvw;
    line-height: 1.7333333333;
    letter-spacing: 0.01em;
  }
}
.l-table__business {
  display: flex;
  flex-wrap: wrap;
  margin-top: -18px;
}
.l-table__business > dt, .l-table__business > dd {
  border-bottom: 1px solid #BEBEBE;
  padding: 21px 0;
}
.l-table__business > dt:last-of-type, .l-table__business > dd:last-of-type {
  border: none;
}
.l-table__business dt {
  font-weight: 400;
  width: 30.6551297899%;
}
@media (max-width: 767px) {
  .l-table__business dt {
    width: 100%;
    border: none;
    padding-bottom: 0;
    font-weight: 500;
  }
}
.l-table__business dd {
  width: 69.3448702101%;
}
@media (max-width: 767px) {
  .l-table__business dd {
    width: 100%;
    padding-top: 0.5em;
  }
}
.l-table a {
  color: #1C65DE;
  background: #EAF1FC;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px;
  padding: 0 7px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .l-table a {
    margin: 0;
  }
}

.interview {
  padding: 158px 0 189px;
  position: relative;
}
@media (max-width: 767px) {
  .interview {
    padding: 17.1794871795dvw 0 45.641025641dvw;
  }
}
.interview__ttl {
  margin: 0 auto 59px;
}
@media (max-width: 767px) {
  .interview__ttl {
    margin: 0 auto 11.7948717949dvw;
  }
}
.interview__ttl span {
  text-align: center;
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1.2em;
}
@media (max-width: 767px) {
  .interview__ttl span {
    margin-bottom: 1.35em;
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.interview__ttl img {
  display: block;
  max-width: 423px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .interview__ttl img {
    max-width: 80.7692307692dvw;
  }
}

.interview-list__item {
  margin: 0 15px;
  width: 380px;
}
@media (max-width: 767px) {
  .interview-list__item {
    margin: 0 4.1025641026dvw;
    width: 81.5384615385dvw;
  }
}
.interview-list__item a {
  display: block;
  background-color: #fff;
  padding: 34px 24px 30px;
  border: 1px solid #d5d5d5;
  text-align: center;
}
@media (max-width: 767px) {
  .interview-list__item a {
    padding: 7.6923076923dvw 5.1282051282dvw 3.8461538462dvw;
  }
}
.interview-list__item a > p {
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .interview-list__item a > p {
    margin-bottom: 1.2820512821dvw;
    font-size: 25px;
    font-size: 6.4102564103dvw;
  }
}
.interview-list__item a > span {
  font-size: 1.5rem;
  display: block;
}
@media (max-width: 767px) {
  .interview-list__item a > span {
    font-size: 15px;
    font-size: 3.8461538462dvw;
  }
}
.interview-list__item figure {
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 330/440;
}
@media (max-width: 767px) {
  .interview-list__item figure {
    margin-bottom: 3.3333333333dvw;
  }
}
.interview-list__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.interview-list__item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  margin: auto 12px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: -0.029em;
}
@media (max-width: 767px) {
  .interview-list__item figcaption {
    bottom: 3.8461538462dvw;
    margin: 0 2.5641025641dvw;
    font-size: 20px;
    font-size: 5.1282051282dvw;
  }
}
.interview-list__item figcaption span {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 0.3em;
  line-height: 2;
  color: #fff;
}
.interview-list__item .p-item__icons {
  max-height: 2rem;
  overflow-y: hidden;
}
.interview-list__item .p-item__icons .icon {
  background: none !important;
  color: #111;
}
.interview-list__item:nth-of-type(3n + 1) figcaption span {
  background: linear-gradient(90deg, #48e523 0%, #4abbf7 100%);
}
.interview-list__item:nth-of-type(3n + 2) figcaption span {
  background: linear-gradient(90deg, #1d65de 0%, #762ed8 100%);
}
.interview-list__item:nth-of-type(3n + 3) figcaption span {
  background: linear-gradient(90deg, #ff6121 0%, #ff2284 100%);
}
.interview-list__bottom {
  margin: 56px auto 0;
}
@media (min-width: 768px) {
  .interview-list__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .interview-list__bottom {
    display: grid;
    justify-content: center;
    margin: 8.4615384615dvw auto 0;
  }
}
.interview-list__controller {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .interview-list__controller {
    gap: 5.1282051282dvw;
  }
}
@media (max-width: 767px) {
  .interview-list__more {
    margin-top: 6.6666666667dvw;
  }
}
.interview-list .slick-arrow {
  position: relative;
  inset: 0;
  margin: 0;
  width: 62px;
  height: 62px;
  transform: none;
  background: url("../images/cmn/arrow_circle_next.svg") center/contain no-repeat;
}
@media (max-width: 767px) {
  .interview-list .slick-arrow {
    width: 15.8974358974dvw;
    height: 15.8974358974dvw;
  }
}
.interview-list .slick-arrow.slick-prev {
  background: url("../images/cmn/arrow_circle_prev.svg") center/contain no-repeat;
}

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

c-button

------------------------------------ */
/*  c-button(基本)  */
.c-button {
  width: fit-content;
  height: 44px;
  line-height: 44px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
}
@media print, screen and (max-width: 760px) {
  .c-button {
    font-size: 3.4vw;
  }
}
.c-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  line-height: 45px;
}
.c-button a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(../images/cmn/right_arrow_white.svg) no-repeat;
  background-size: contain;
  z-index: 1000;
  width: 14px;
  height: 11px;
  content: "";
}
.c-button span {
  position: relative;
}

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

/*  dark  */
.c-button.dark {
  color: #fff;
  background: #448031;
}
.c-button.dark a::after {
  background: url(../images/cmn/right_arrow_white.svg) no-repeat;
  background-size: contain;
}

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

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

/*  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: #131313;
  border: 1px solid #131313;
}
@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 a::after {
  background: url(../images/cmn/left_arrow.svg) no-repeat;
  background-size: contain;
}
.c-button.black-border.next span {
  padding-left: 16px;
}
.c-button.black-border.next span::after {
  border-color: transparent transparent transparent #131313;
  border-width: 3.5px 0 3.5px 6.1px;
  top: 55%;
  left: auto;
  right: 0;
}

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

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

/*  prevボタン  */
.c-button.prev a::after {
  background: url(../images/cmn/left_arrow_white.svg) no-repeat;
  background-size: contain;
  right: auto;
  left: 20px;
}

.read-more {
  font-size: 1.5rem;
  line-height: 1;
  display: flex;
  gap: 13px;
  color: #242424;
  align-items: center;
}
@media (max-width: 767px) {
  .read-more {
    font-size: 15px;
    font-size: 3.8461538462dvw;
    gap: 4.1025641026dvw;
  }
}
.read-more::after {
  content: "";
  width: 85px;
  height: 1px;
  background-color: #151B2F;
}
@media (max-width: 767px) {
  .read-more::after {
    width: 21.7948717949dvw;
  }
}
.read-more--invert {
  color: #fff;
}
.read-more--invert::after {
  background-color: #fff;
}

/*  more  */
.c-button.more {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-button.more {
    height: 66px;
    line-height: 66px;
    min-width: 417px;
  }
}
@media (max-width: 767px) {
  .c-button.more {
    height: 13.8461538462dvw;
    line-height: 13.8461538462dvw;
    min-width: 66.9230769231dvw;
  }
}
.c-button.more a {
  border: 1px solid #505050;
  padding: 0;
  font-weight: 700;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .c-button.more a {
    font-size: 1.7rem;
    line-height: 66px;
    border-radius: 34px;
    padding: 0 50px 0 46px;
  }
}
@media (max-width: 767px) {
  .c-button.more a {
    font-size: 3.3333333333dvw;
    line-height: 13.8461538462dvw;
    border-radius: 85.641025641dvw;
    padding: 0 4.8717948718dvw 0 2.5641025641dvw;
  }
}
.c-button.more a::after {
  content: "";
  display: block;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
  border: none;
}
@media (min-width: 768px) {
  .c-button.more a::after {
    right: 22px;
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .c-button.more a::after {
    width: 2.8205128205dvw;
    height: 2.8205128205dvw;
    right: 2.0512820513dvw;
  }
}

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

icon

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

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

/*  new icon
*----------------------------------- */
.new {
  position: relative;
}
.new:after {
  content: "NEW";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: #FF2284;
}
@media print, screen and (max-width: 760px) {
  .new:after {
    font-size: 2vw;
    top: 1.5vw;
    left: 1.5vw;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
  }
}

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

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

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

title

------------------------------------ */
/* list-page__header */
.list-page__header {
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
  padding-top: 110px;
  padding-bottom: 43px;
}
@media (max-width: 767px) {
  .list-page__header {
    margin-bottom: 7.6923076923dvw;
    padding-top: 9.7435897436dvw;
    padding-bottom: 10dvw;
  }
}
.list-page__header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column-reverse;
}
.list-page__header__title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 17px;
  color: #FFF;
}
@media (max-width: 767px) {
  .list-page__header__title {
    font-size: 4.6153846154dvw;
    margin-top: 4.358974359dvw;
  }
}
.list-page__header__subtitle {
  font-size: 5.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "montserrat", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff 0%, #448031 45.8%, #fff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  width: fit-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .list-page__header__subtitle {
    font-size: 13.5897435897dvw;
  }
}

.p-cmn-header {
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .p-cmn-header .en {
    font-size: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header .en {
    font-size: 9vw;
  }
}
.p-cmn-header__subtitle {
  color: #131313;
}
@media print, screen and (min-width: 761px) {
  .p-cmn-header__subtitle {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header__subtitle {
    font-size: 4vw;
    line-height: 1.3;
  }
}

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

page_index c-section01

------------------------------------ */
@media print, screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-mini {
    display: inherit !important;
  }
}
@media print, screen and (min-width: 761px) {
  .sp {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
/* ------------------------------------

Clear Fix

------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

line-clamp

------------------------------------ */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .line-clamp {
    -webkit-line-clamp: 3;
  }
}

.line-clamp-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .line-clamp-three {
    -webkit-line-clamp: 3;
  }
}

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