@charset "UTF-8";
/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
/* mobile */
/*! 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;
}

body {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  color: #101010;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background-color: #fff;
}
@media (min-width: 761px) {
  body {
    min-width: 1200px;
  }
}
@media (max-width: 760px) {
  body {
    overflow-x: hidden;
  }
}

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

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

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

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

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

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

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

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

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

.yakuhan {
  font-family: "YakuHanMP", source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

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

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

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

img {
  width: 100%;
}

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

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

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

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

.text-anime {
  visibility: inherit !important;
}

.text-anime__char {
  will-change: color;
}

.text-anime__char.\-1 {
  animation-delay: 40ms;
}

.text-anime__char.\-2 {
  animation-delay: 80ms;
}

.text-anime__char.\-3 {
  animation-delay: 120ms;
}

.text-anime__char.\-4 {
  animation-delay: 160ms;
}

.text-anime__char.\-5 {
  animation-delay: 0.2s;
}

.text-anime__char.\-6 {
  animation-delay: 240ms;
}

.text-anime__char.\-7 {
  animation-delay: 280ms;
}

.text-anime__char.\-8 {
  animation-delay: 320ms;
}

.text-anime__char.\-9 {
  animation-delay: 360ms;
}

.text-anime__char.\-10 {
  animation-delay: 0.4s;
}

.text-anime__char.\-11 {
  animation-delay: 440ms;
}

.text-anime__char.\-12 {
  animation-delay: 480ms;
}

.text-anime__char.\-13 {
  animation-delay: 520ms;
}

.text-anime__char.\-14 {
  animation-delay: 560ms;
}

.text-anime__char.\-15 {
  animation-delay: 0.6s;
}

.text-anime__char.\-16 {
  animation-delay: 640ms;
}

.text-anime__char.\-17 {
  animation-delay: 680ms;
}

.animated .text-anime__char {
  animation-name: colorizeChange;
  animation-duration: 6s;
  animation-iteration-count: infinite;
}

@keyframes colorizeChange {
  0% {
    color: #0f38a7;
  }
  1% {
    color: #f0bd39;
  }
  2% {
    color: #101010;
  }
  3% {
    color: #0f38a7;
  }
  4% {
    color: #a2a2a2;
  }
  5% {
    color: #101010;
  }
  6% {
    color: #0f38a7;
  }
  7% {
    color: #f0bd39;
  }
  8% {
    color: #101010;
  }
  9% {
    color: #0f38a7;
  }
  10% {
    color: #a2a2a2;
  }
  11% {
    color: #101010;
  }
}
#header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  mix-blend-mode: difference;
}
@media (min-width: 761px) {
  #header {
    height: 78px;
    padding-right: 580px;
    min-width: 1200px;
  }
}
@media (max-width: 760px) {
  #header {
    padding: 10px 60px 0 10px;
    align-items: center;
  }
}

.header__logo {
  flex: 1;
}
@media (min-width: 761px) {
  .header__logo {
    margin: auto auto auto 23px;
  }
}
.header__logo a {
  display: flex;
  align-items: center;
}
.header__logo img {
  margin-right: 16px;
  max-width: 147px;
  display: block;
  filter: brightness(0) invert(1);
}
@media (max-width: 760px) {
  .header__logo img {
    max-width: 32.8205128205vw;
  }
}
.header__logo span {
  display: block;
  line-height: 1.333;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 760px) {
  .header__logo span {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}

.header-sns ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 760px) {
  .header-sns ul {
    gap: 10px;
  }
}
.header-sns a {
  display: flex;
  align-items: center;
}
.header-sns a img {
  height: 28px;
  width: auto;
}
@media (max-width: 760px) {
  .header-sns a img {
    height: 35px;
  }
}

.header-btn {
  z-index: 10000;
  position: fixed;
  top: 17px;
  right: 80px;
  margin-left: auto;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
@media (max-width: 760px) {
  .header-btn {
    top: 10px;
    right: 60px;
  }
}
.active .header-btn {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 761px) {
  .header-btn .header-sns {
    margin-right: 20px;
  }
  .header-btn .header-sns a img {
    height: 35px;
  }
}

.header-btn__important {
  margin-right: 18px;
}
.header-btn__important a {
  width: 155px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #101010;
  color: #fff;
  border-radius: 50px;
  letter-spacing: 0.02em;
  font-size: 1.3rem;
  box-sizing: border-box;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.header-btn__entry a {
  width: 194px;
  height: 45px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  border-radius: 50px;
  letter-spacing: 0.02em;
  font-size: 2.2rem;
  font-weight: bold;
  box-sizing: border-box;
  font-family: bilo, sans-serif;
  background: #879bd3;
  background: linear-gradient(90deg, #879bd3 0%, #0f38a7 100%);
  transition: 0.3s;
}
.header-btn__entry a:hover {
  opacity: 1;
  background: #0f38a7;
  background: linear-gradient(90deg, #0f38a7 0%, #879bd3 100%);
}

#footer {
  margin-top: 72px;
}
@media (max-width: 760px) {
  #footer {
    margin-top: 18.4615384615vw;
  }
}

.footer-link {
  margin-bottom: 164px;
}
@media (max-width: 760px) {
  .footer-link {
    margin-bottom: 30vw;
  }
}

.footer-link__ttl {
  margin-bottom: 25px;
  text-align: center;
  font-size: 9.4rem;
  font-family: bilo, sans-serif;
  font-weight: bold;
  position: relative;
  z-index: 1;
  line-height: 1;
}
@media (max-width: 760px) {
  .footer-link__ttl {
    font-size: 59px;
    font-size: 15.1282051282vw;
    overflow: hidden;
  }
}

.footer-link__list {
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 761px) {
  .footer-link__list {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 760px) {
  .footer-link__list {
    margin: 0 5.1282051282vw;
  }
}
@media (min-width: 761px) {
  .footer-link__list li {
    width: calc((100% - 44px) / 3);
  }
}
@media (max-width: 760px) {
  .footer-link__list li + li {
    margin-top: 13px;
  }
}

.footer-entry {
  box-sizing: border-box;
  padding: 100px 0 110px;
  margin: 0 auto 68px;
  background: url("../images/cmn/bg_footer_entry.gif") center/cover no-repeat;
  color: #fff;
  position: relative;
}
@media (max-width: 760px) {
  .footer-entry {
    text-align: center;
    margin: 0 auto 17.9487179487vw;
    padding: 16.6666666667vw 5.1282051282vw 20vw;
  }
}
.footer-entry:before {
  position: absolute;
  content: "";
  background: #111;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
.footer-entry p {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: -0.02em;
  position: inherit;
  z-index: 1000;
}
@media (min-width: 761px) {
  .footer-entry p {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .footer-entry p {
    line-height: 2;
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}

.footer-entry__ttl {
  margin-bottom: 30px;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  position: inherit;
  z-index: 1000;
}
@media (min-width: 761px) {
  .footer-entry__ttl {
    text-align: center;
  }
}
@media (max-width: 760px) {
  .footer-entry__ttl {
    line-height: 1.2;
    font-size: 48px;
    font-size: 12.3076923077vw;
  }
}

.footer-entry__btn {
  max-width: 440px;
  margin: 46px auto 0;
  position: inherit;
  z-index: 1000;
}
@media (max-width: 760px) {
  .footer-entry__btn {
    margin: 9.4871794872vw auto 0;
  }
}
.footer-entry__btn a {
  background-color: #fff;
  width: 100%;
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: bilo, sans-serif;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s;
  background: #879bd3;
  background: linear-gradient(90deg, #879bd3 0%, #0f38a7 100%);
}
@media (max-width: 760px) {
  .footer-entry__btn a {
    margin: 0 auto;
    height: 16.6666666667vw;
    width: 72.8205128205vw;
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
.footer-entry__btn a:hover {
  opacity: 1;
  background: #0f38a7;
  background: linear-gradient(90deg, #0f38a7 0%, #879bd3 100%);
}

.footer-content {
  box-sizing: border-box;
}
.footer-logo {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 760px) {
  .footer-logo {
    margin-bottom: 6.9230769231vw;
  }
}
.footer-logo a {
  display: inline-block;
}
.footer-logo img {
  width: 101px;
  margin: 0 auto 12px;
}
@media (max-width: 760px) {
  .footer-logo img {
    margin: 0 auto 3.5897435897vw;
    width: 25.8974358974vw;
  }
}
.footer-logo p {
  font-size: 1.6rem;
}
@media (max-width: 760px) {
  .footer-logo p {
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.footer-logo p span {
  margin-left: 0.5em;
}

.footer-info {
  margin: 0 auto 30px;
  padding: 24px 0;
  line-height: 1.5;
  border-top: 1px solid #cacaca;
  max-width: 905px;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (min-width: 761px) {
  .footer-info {
    border-bottom: 1px solid #cacaca;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 760px) {
  .footer-info {
    margin: 0 5.1282051282vw 8.9743589744vw;
    padding: 6.1538461538vw 0 0;
    text-align: center;
  }
}

.footer-info__address {
  font-size: 1.3rem;
  font-weight: 400;
}
@media (min-width: 761px) {
  .footer-info__address {
    margin-right: 28px;
  }
}
@media (max-width: 760px) {
  .footer-info__address {
    margin-bottom: 8px;
  }
}

.footer-info__access {
  width: fit-content;
}
@media (min-width: 761px) {
  .footer-info__access {
    margin-right: 25px;
  }
}
@media (max-width: 760px) {
  .footer-info__access {
    margin: 0 auto 3.8461538462vw;
  }
}
.footer-info__access a {
  display: block;
  border: 1px solid #020202;
  padding: 0 14px 1px 6px;
  font-size: 1rem;
  position: relative;
  color: #101010;
}
.footer-info__access a::after {
  position: absolute;
  top: 52%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 2;
  width: 0;
  height: 0;
  border-width: 3px 0 3px 5px;
  border-style: solid;
  border-color: transparent transparent transparent #101010;
  content: "";
}

.footer-info__tel {
  line-height: 1;
  font-size: 2rem;
}
@media (min-width: 761px) {
  .footer-info__tel {
    margin-right: 14px;
  }
}
@media (max-width: 760px) {
  .footer-info__tel {
    text-align: center;
  }
}
@media (min-width: 761px) {
  .footer-info__tel a {
    display: flex;
    align-items: center;
    pointer-events: none;
  }
}
@media (max-width: 760px) {
  .footer-info__tel a {
    font-weight: bold;
    font-size: 21px;
    font-size: 5.3846153846vw;
  }
}

.footer-flex {
  margin: 0 auto 80px;
}
@media (min-width: 761px) {
  .footer-flex {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 760px) {
  .footer-flex {
    margin: 0 auto 16.9230769231vw;
  }
}

.footer-nav {
  display: flex;
  justify-content: center;
}

.footer-nav-list {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
}
.footer-nav-list > li {
  margin-bottom: 10px;
  font-size: 1.2rem;
}
.footer-nav-list a {
  letter-spacing: 0.069em;
  display: block;
}
.footer-nav-list a::before {
  content: "-";
}
.footer-nav-list ul {
  margin-top: 8px;
}
.footer-nav-list ul li {
  line-height: 2;
  margin-left: 4px;
  font-size: 1rem;
}

.footer-sns ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 760px) {
  .footer-sns ul {
    gap: 5.1282051282vw;
    justify-content: center;
  }
}
.footer-sns li img {
  height: 25px;
  width: auto;
}
@media (max-width: 760px) {
  .footer-sns li img {
    height: 6.4102564103vw;
  }
}

.copyright {
  text-align: center;
  background: #0f38a7;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media (min-width: 761px) {
  .copyright {
    height: 50px;
  }
}
@media (max-width: 760px) {
  .copyright {
    padding: 4.358974359vw 0 23.0769230769vw;
  }
}
.copyright small {
  line-height: 1;
  font-size: 1rem;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.069em;
  color: #fff;
}

.side-fixed-btn {
  position: fixed;
  width: fit-content;
  bottom: 50px;
  z-index: 1001;
}
@media (min-width: 761px) {
  .side-fixed-btn {
    right: 20px;
  }
}
@media (max-width: 760px) {
  .side-fixed-btn {
    left: 1.5384615385vw;
    bottom: 2.5641025641vw;
  }
}
@media (max-width: 760px) {
  .side-fixed-btn ul {
    display: flex;
    gap: 1.5384615385vw;
  }
}
@media (min-width: 761px) {
  .side-fixed-btn li + li {
    margin-top: 13px;
  }
}
.side-fixed-btn li.movie a {
  background-color: #f0bd39;
}
.side-fixed-btn li.side_job a {
  text-align: center;
  background-color: #000;
  color: #fff;
  line-height: 15.641025641vw;
  font-size: 11px;
  font-size: 2.8205128205vw;
}
.side-fixed-btn a {
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  width: 136px;
  height: 136px;
  z-index: 1;
  background: #0f38a7;
}
@media (max-width: 760px) {
  .side-fixed-btn a {
    width: 15.641025641vw;
    height: 15.641025641vw;
  }
}
.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: 118px;
  height: 118px;
  animation: 8s linear infinite rotation;
}
@media (max-width: 760px) {
  .side-fixed-btn__txt {
    width: 13.0769230769vw;
    height: 13.0769230769vw;
  }
}

@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;
}
.movie .side-fixed-btn__img {
  width: 39px;
  height: 39px;
}
@media (max-width: 760px) {
  .movie .side-fixed-btn__img {
    width: 5.1282051282vw;
    height: 5.1282051282vw;
  }
}
.management .side-fixed-btn__img {
  width: 83px;
  height: 36px;
}
@media (max-width: 760px) {
  .management .side-fixed-btn__img {
    width: 12.0512820513vw;
    height: 5.1282051282vw;
  }
}
.side-fixed-btn__img img {
  display: block;
}

.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 20.5128205128vw;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 1.5384615385vw;
}
.fixed-btn ul {
  height: 12.8205128205vw;
  display: flex;
  gap: 1.5384615385vw;
}
.fixed-btn li {
  box-sizing: border-box;
  border-radius: 7.6923076923vw;
  color: #fff;
  font-size: 24px;
  font-size: 6.1538461538vw;
  font-family: bilo, sans-serif;
  width: 44.8717948718vw;
  background: #62e2be;
  background: linear-gradient(90deg, #62e2be 0%, #00d196 100%);
}
.fixed-btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

Topcontrol

---------------------------------------------------------- */
.topcontrol {
  display: block;
  width: 45px;
  height: 45px;
  background: #0f38a7;
  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: #0f38a7;
  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: #0f38a7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .drawer-navbar-default .container {
    padding-left: 0;
    padding-right: 0;
  }

  .drawer-navbar-default .drawer-menu-item a:hover, .drawer-navbar-default .drawer-menu-item a:focus {
    color: #888;
    text-decoration: none;
  }

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

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

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

  .drawer-navbar-default .dropdown.open > .dropdown-menu {
    position: static;
    float: none;
    width: auto;
  }
}
.drawer-dropdown .caret, .drawer-dropdown-hover .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  -o-transition: -o-transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

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

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

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

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

@media (min-width: 767px) {
  .drawer-responsive.drawer-left .drawer-toggle, .drawer-responsive.drawer-right .drawer-toggle, .drawer-navbar.drawer-left .drawer-toggle, .drawer-navbar.drawer-right .drawer-toggle, .drawer-navbar.drawer-top .drawer-toggle {
    display: none;
    visibility: hidden;
  }

  .drawer-responsive.drawer-left .drawer-main {
    left: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-responsive.drawer-right .drawer-main {
    right: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) {
  body.drawer-navbar.drawer-fixed {
    padding-top: 50px;
  }

  .drawer-responsive {
    background-color: #222;
  }

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

  .drawer-responsive .container {
    max-width: 618px;
  }

  .drawer-responsive.drawer-left .drawer-main, .drawer-responsive.drawer-right .drawer-main {
    position: absolute;
    width: 150px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .drawer-responsive.drawer-left .drawer-main {
    float: left;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 150px;
  }

  .drawer-responsive.drawer-right .drawer-main {
    float: right;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 150px;
  }

  .drawer-navbar.drawer-left .drawer-main, .drawer-navbar.drawer-right .drawer-main, .drawer-navbar.drawer-top .drawer-main {
    position: relative;
  }

  .drawer-navbar.drawer-static.drawer-left .drawer-main, .drawer-navbar.drawer-static.drawer-right .drawer-main, .drawer-navbar.drawer-static.drawer-top .drawer-main {
    z-index: 5000;
  }

  .drawer-navbar.drawer-fixed.drawer-left .drawer-main, .drawer-navbar.drawer-fixed.drawer-right .drawer-main, .drawer-navbar.drawer-fixed.drawer-top .drawer-main {
    position: fixed;
    z-index: 9999999999;
  }

  .drawer-navbar.drawer-left .drawer-main, .drawer-navbar.drawer-right .drawer-main, .drawer-navbar.drawer-top .drawer-main {
    display: block;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-navbar-default {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }

  .drawer-navbar-default li, .drawer-navbar-default a, .drawer-navbar-default .drawer-brand {
    float: left;
  }

  .drawer-navbar-default a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .drawer-navbar-default .drawer-brand a {
    padding: 0 15px;
    color: #555;
    font-size: 90%;
  }

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

  .drawer-navbar-default .drawer-footer {
    display: none;
  }

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

  .drawer-navbar-default .drawer-menu.drawer-navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .drawer-navbar-default .drawer-menu-item {
    padding: 0;
    font-size: 14px;
  }

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

  .drawer-navbar-default .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px #000000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px #000000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .drawer-navbar-default .dropdown-menu > li {
    float: none;
    /* for IE7+ */
  }

  .drawer-navbar-default .dropdown-menu > li > a {
    width: 160px;
    padding: 0 15px !important;
    /* conflict by cooker */
    color: #fff;
    background-color: #444;
    border-bottom: 1px solid #555;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .drawer-navbar-default .dropdown-menu > li > a:hover, .drawer-navbar-default .dropdown-menu > li > a:focus {
    color: #999;
    background-color: #333;
  }
}
@media (min-width: 1200px) {
  .drawer-responsive .container {
    max-width: 768px;
  }

  .drawer-responsive.drawer-left .drawer-main, .drawer-responsive.drawer-right .drawer-main {
    width: 280px !important;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 280px;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 280px;
  }
}
@media screen and (max-width: 740px) {
  .drawer-open .drawer-default li.logo {
    width: 35%;
    margin: 0 auto;
    border-top: none;
  }
}
/* ------------------------------------

menu : l-toggle (SP)

------------------------------------ */
.l-toggle {
  position: fixed;
  top: 0;
  right: 0;
  margin: auto 0 auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 80px;
  height: 80px;
  z-index: 10000;
  mix-blend-mode: difference;
}
@media (max-width: 760px) {
  .l-toggle {
    width: 60px;
    height: 55px;
  }
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 30px;
  height: 10px;
  margin: 0;
}
.l-toggle span {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s;
}
.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-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9980;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  padding-top: 108px;
}
@media (max-width: 760px) {
  .l-navigation {
    padding: 20vw 0 30vw;
    overflow: scroll;
  }
}
.l-navigation.active {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
}
.l-navigation .footer-entry__btn {
  margin-bottom: 30px;
}
@media (max-width: 760px) {
  .l-navigation .footer-entry__btn {
    margin-bottom: 5%;
  }
}

.l-navigation__ttl {
  margin: 0 auto 32px;
  text-align: center;
}
@media (max-width: 760px) {
  .l-navigation__ttl {
    margin: 5.1282051282vw 5.1282051282vw 7.6923076923vw;
  }
}
.l-navigation__ttl p {
  line-height: 1;
  display: block;
  font-weight: bold;
  letter-spacing: -0.02em;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 3rem;
}
@media (max-width: 760px) {
  .l-navigation__ttl p {
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.l-navigation__ttl p span {
  margin-top: 15px;
  display: block;
  font-size: 8rem;
  font-family: bilo, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}
@media (max-width: 760px) {
  .l-navigation__ttl p span {
    margin-top: 2.5641025641vw;
    font-size: 60px;
    font-size: 15.3846153846vw;
  }
}
.l-navigation__ttl p b {
  color: #0f38a7;
}

.l-navigation-large {
  max-width: 1123px;
  margin: 0 auto 50px;
}
@media (max-width: 760px) {
  .l-navigation-large {
    margin: 0 5.1282051282vw 7.6923076923vw;
  }
}
@media (min-width: 761px) {
  .l-navigation-large ul {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 761px) {
  .l-navigation-large li {
    width: 31.4352%;
  }
  .l-navigation-large li:not(:nth-of-type(3n)) {
    margin-right: 2.8472%;
  }
  .l-navigation-large li:not(:nth-of-type(-n + 3)) {
    margin-top: 2.8472%;
  }
}
@media (max-width: 760px) {
  .l-navigation-large li + li {
    margin-top: 2.5641025641vw;
  }
}
.l-navigation-large a {
  height: 124px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  background: #0f38a7;
  background: linear-gradient(90deg, #0f38a7 0%, #0f38a7 100%);
}
@media (max-width: 760px) {
  .l-navigation-large a {
    height: 18.7179487179vw;
  }
}
.l-navigation-large b {
  display: block;
  font-weight: 500;
  font-family: bilo, sans-serif;
  letter-spacing: 0.1em;
  font-size: 3.7rem;
}
@media (max-width: 760px) {
  .l-navigation-large b {
    font-size: 30px;
    font-size: 7.6923076923vw;
  }
}
.l-navigation-large span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.069em;
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .l-navigation-large span {
    font-size: 13px;
    font-size: 3.3333333333vw;
    padding-bottom: 1vw;
  }
}

@media (min-width: 761px) {
  .l-navigation-small {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
  }
}
@media (max-width: 760px) {
  .l-navigation-small {
    margin: 0 5.1282051282vw;
    margin-bottom: 10vw;
  }
}
@media (min-width: 761px) {
  .l-navigation-small ul + ul {
    margin-left: 4.5%;
  }
}
.l-navigation-small li {
  color: #0f38a7;
}
@media (min-width: 761px) {
  .l-navigation-small li + li {
    margin-top: 13px;
  }
}
@media (max-width: 760px) {
  .l-navigation-small li {
    border-bottom: 1px solid #ccc;
  }
}
.l-navigation-small a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  letter-spacing: 0.069em;
}
@media (max-width: 760px) {
  .l-navigation-small a {
    padding: 1em 0;
    font-size: 16px;
    font-size: 4.1025641026vw;
  }
}
.l-navigation-small a::before {
  margin-right: 20px;
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #4e4e4e;
}
@media (max-width: 760px) {
  .l-navigation-small a::before {
    width: 3.0769230769vw;
    margin-right: 4.6153846154vw;
  }
}
.l-navigation-small__sublist {
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 25px;
}
@media (max-width: 760px) {
  .l-navigation-small__sublist {
    margin-top: 0;
    padding-left: 5%;
    border-top: 1px solid #ccc;
    margin-bottom: 0;
  }
}
.l-navigation-small__sublist li {
  color: initial;
  line-height: 1;
}
.l-navigation-small__sublist li a {
  font-size: 1.4rem;
}
@media (min-width: 761px) {
  .l-navigation-small__sublist li + li {
    margin-top: 1em;
  }
}
@media (max-width: 760px) {
  .l-navigation-small__sublist li {
    border-bottom: 1px dotted #ccc;
  }
}
.l-navigation-small__sublist li:last-child {
  border-bottom: none;
}

.l-navigation-btn {
  max-width: 440px;
  margin: 0 auto 30px;
}
@media (max-width: 760px) {
  .l-navigation-btn {
    margin: 9.4871794872vw auto 7.6923076923vw;
  }
}
.l-navigation-btn a {
  background-color: #fff;
  width: 100%;
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: bilo, sans-serif;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  transition: 0.3s;
  color: #fff;
  background: #879bd3;
  background: linear-gradient(90deg, #879bd3 0%, #0f38a7 100%);
  transition: 0.3s;
}
@media (max-width: 760px) {
  .l-navigation-btn a {
    margin: 0 auto;
    height: 16.6666666667vw;
    width: 72.8205128205vw;
    font-size: 32px;
    font-size: 8.2051282051vw;
  }
}
.l-navigation-btn a:hover {
  opacity: 1;
  background: #0f38a7;
  background: linear-gradient(90deg, #0f38a7 0%, #879bd3 100%);
}

.l-navigation-sns {
  margin-bottom: 105px;
}
@media (max-width: 760px) {
  .l-navigation-sns {
    margin-bottom: 16.4102564103vw;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.l-navigation-sns a {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.l-navigation-sns ul {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 760px) {
  .l-navigation-sns ul {
    margin-right: 0;
    width: 40%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
}
.l-navigation-sns li {
  width: 50px;
}
@media (max-width: 760px) {
  .l-navigation-sns li {
    width: 8.4615384615vw;
  }
}
.l-navigation-sns li + li {
  margin-left: 20px;
}
@media (max-width: 760px) {
  .l-navigation-sns li + li {
    margin-left: 15%;
  }
}
.l-navigation-sns li a {
  display: block;
  filter: brightness(1) invert(1);
}
.l-navigation-sns li img {
  height: 35px;
  width: auto;
}
@media (max-width: 760px) {
  .l-navigation-sns li img {
    height: 8vw;
  }
}
.l-navigation-sns .text {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (max-width: 760px) {
  .l-navigation-sns .text {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}

.common-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  box-sizing: border-box;
  font-size: 2.7rem;
  font-weight: bold;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
  background: #0f38a7;
  background: linear-gradient(90deg, #0f38a7 0%, #879bd3 100%);
  z-index: 1;
  line-height: 1.2592;
  text-align: center;
}
@media (max-width: 760px) {
  .common-btn a {
    height: 25.641025641vw;
    font-size: 24px;
    font-size: 6.1538461538vw;
  }
}
.common-btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  background-color: #fff;
  content: "";
  z-index: -1;
}
.common-btn a:hover {
  opacity: 1;
  background: #879bd3;
  background: linear-gradient(90deg, #879bd3 0%, #0f38a7 100%);
}

.more-btn {
  display: inline-block;
}
.more-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #101010;
  position: relative;
  color: #fff;
  min-width: 268px;
  height: 40px;
  font-size: 1.5rem;
}
@media (max-width: 760px) {
  .more-btn a {
    height: 50px;
  }
}
.more-btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: #0f38a7;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.more-btn a span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.more-btn a span::after {
  margin-left: 14px;
  display: block;
  content: "";
  width: 25px;
  height: 5px;
  background: url("../images/cmn/arrow.svg") center/contain no-repeat;
}
.more-btn a:hover {
  opacity: 1;
}
.more-btn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

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

icon

------------------------------------ */
/*  p-item__icons  */
.p-item__icons .icon {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  padding: 1px 10px;
  margin-bottom: 2px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .ip-item__icons .icon {
    padding: 0 8px 4px;
  }
}
.p-item__icons:empty {
  margin-bottom: 0;
}

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

new icon

------------------------------------ */
.new {
  position: relative;
}

.new:after {
  content: "NEW";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  background: #0f38a7;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  letter-spacing: 1px;
}

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

title

------------------------------------ */
.yakuhan {
  font-family: "YakuHanMP", source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.list-page {
  padding-top: 120px;
}
@media (max-width: 760px) {
  .list-page {
    padding-top: 20%;
  }
}

/* list-page__header */
.list-page__header {
  text-align: center;
  padding-bottom: 40px;
}
.list-page__header .title {
  font-family: bilo, sans-serif;
  font-weight: 400;
  position: relative;
  font-size: 88px;
  letter-spacing: 8px;
  line-height: 1;
  text-transform: uppercase;
}
.list-page__header .subtitle {
  line-height: 1.3;
  font-size: 18px;
  margin-top: 9px;
}
.list-page__header .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
}
.list-page__header .header__eng {
  margin-bottom: 4px;
  display: block;
  font-size: 9rem;
  font-weight: bold;
  font-family: bilo, sans-serif;
  text-align: center;
  line-height: 1;
}
@media (max-width: 760px) {
  .list-page__header .header__eng {
    margin-bottom: 1.7948717949vw;
    font-size: 47px;
    font-size: 12.0512820513vw;
  }
}
.list-page__header .header__ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (max-width: 760px) {
  .list-page__header .header__ttl {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}
.list-page__header .header__ttl + p {
  margin-bottom: 62px;
  text-align: center;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.888;
}
@media (max-width: 760px) {
  .list-page__header .header__ttl + p {
    margin-bottom: 9.7435897436vw;
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}

@media screen and (max-width: 740px) {
  .list-page__header {
    padding-bottom: 8%;
  }
  .list-page__header .title {
    font-size: 14vw;
    letter-spacing: 1vw;
    padding: 0 4px;
  }
  .list-page__header .subtitle {
    line-height: 1.25;
    font-size: 4vw;
    margin-top: 0.8vw;
  }
  .list-page__header .text {
    font-size: 3.74vw;
  }
}
/* list-page__header */
.l-page .list-page__header {
  text-align: center;
  padding-top: 60px;
}

@media screen and (max-width: 740px) {
  .l-page .list-page__header {
    padding-top: 10%;
  }
}
/* ------------------------------------

page_index c-section01

------------------------------------ */
/* ------------------------------------
sub-event
------------------------------------ */
.sub-event {
  text-align: center;
  display: block;
  margin-top: 80px;
}
@media (max-width: 760px) {
  .sub-event {
    margin-top: 17.95vw;
  }
}
.sub-event .h2 {
  font-family: bilo, sans-serif;
  font-size: 3.8rem;
  color: #0f38a7;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media (max-width: 760px) {
  .sub-event .h2 {
    font-size: 9.74358vw;
  }
}
.sub-event .p {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #101010;
  line-height: 2;
}
@media (max-width: 760px) {
  .sub-event .p {
    font-size: 3.33333vw;
    line-height: 1.5;
  }
}
.sub-event .box-list {
  width: 1100px;
  margin: 31px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 760px) {
  .sub-event .box-list {
    width: 89.745vw;
    margin: 5.5vw auto 0 auto;
    display: block;
  }
}
.sub-event .box-list .box-detail {
  width: 535px;
  height: 156.5px;
  border: 1px solid #808080;
  display: flex;
  align-items: flex-start;
  padding: 25px 23px;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail {
    width: 100%;
    height: auto;
    padding: 4vw 3.5vw;
    margin-bottom: 5.5vw;
  }
}
.sub-event .box-list .box-detail .box-left {
  width: 162px;
  height: 107px;
  display: block;
  overflow: hidden;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-left {
    width: 24.61536vw;
    height: 16.4vw;
  }
}
.sub-event .box-list .box-detail .box-left img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  display: block;
}
.sub-event .box-list .box-detail .box-right {
  width: calc(100% - 162px);
  text-align: left;
  padding: 0 0 0 14px;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-right {
    width: calc(100% - 24.61536vw);
  }
}
.sub-event .box-list .box-detail .box-right .p1 {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  color: #101010;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-right .p1 {
    font-size: 3.33333vw;
  }
}
.sub-event .box-list .box-detail .box-right .tag {
  font-size: 1.1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  margin: 12px 0 1px 0;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-right .tag {
    flex-wrap: wrap;
    font-size: 2.82051vw;
    margin: 1.5vw 0 0.256vw 0;
  }
}
.sub-event .box-list .box-detail .box-right .tag li {
  background: #808080;
  padding: 3px 2.5px;
  margin-right: 5px;
  margin-bottom: 5px;
  white-space: nowrap;
}
.sub-event .box-list .box-detail .box-right .tag li:nth-child(n+4) {
  display: none !important;
}
.sub-event .box-list .box-detail .box-right .p2 {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  color: #101010;
  letter-spacing: 0.6px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 5rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 760px) {
  .sub-event .box-list .box-detail .box-right .p2 {
    font-size: 3.84615vw;
    letter-spacing: 0.1vw;
    height: auto;
    max-height: 11.487vw;
  }
}
.sub-event .btn-bottom {
  margin: 38px auto 86px auto;
}
@media (max-width: 760px) {
  .sub-event .btn-bottom {
    margin: 6vw auto 19vw auto;
  }
}
.sub-event .btn-bottom a {
  font-family: bilo, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  position: relative;
  letter-spacing: 3px;
  color: #808080;
  margin-right: 12px;
}
@media (max-width: 760px) {
  .sub-event .btn-bottom a {
    font-size: 3.33333vw;
  }
}
.sub-event .btn-bottom a:after {
  content: "";
  position: absolute;
  top: 53%;
  left: calc(100% + 5px);
  transform: translateY(-50%) scale(0.5);
  width: 0;
  height: 0;
  border-width: 5px 0 5px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #808080;
}
.sub-event .btn-bottom a:hover {
  color: #0f38a7;
}
.sub-event .btn-bottom a:hover:after {
  border-color: transparent transparent transparent #0f38a7;
}

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

.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;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp_sp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bgAnim .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transition: 0.5s;
  z-index: -1;
}
.bgAnim.show .bg {
  opacity: 1;
}
.bgAnim.hidden .bg {
  opacity: 0;
}

.people {
  margin-bottom: 180px;
  position: relative;
}
@media (max-width: 760px) {
  .people {
    margin-bottom: 23.0769230769vw;
  }
}

.people__flex {
  margin-bottom: 63px;
}
@media (min-width: 761px) {
  .people__flex {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    column-gap: min(34px, 2.36vw);
  }
}
@media (max-width: 760px) {
  .people__flex {
    margin-bottom: 7.4358974359vw;
    text-align: center;
  }
}
.people__flex p {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  line-height: 1.7777;
}
@media (max-width: 760px) {
  .people__flex p {
    font-size: 18px;
    font-size: 4.6153846154vw;
  }
}

.people__ttl {
  margin-bottom: -0.1em;
  font-size: 24.5rem;
  font-size: clamp(20rem, 17vw, 24.5rem);
  font-weight: bold;
  font-family: bilo, sans-serif;
  line-height: 1;
}
@media (max-width: 760px) {
  .people__ttl {
    margin-bottom: 2.0512820513vw;
    font-size: 97px;
    font-size: 24.8717948718vw;
  }
}

#people-slide {
  margin-bottom: 67px;
  min-height: 628px;
}
@media (max-width: 760px) {
  #people-slide {
    margin-bottom: 10.2564102564vw;
    min-height: 97.4358974359vw;
  }
}

.people-slide__item {
  position: relative;
  width: 351px;
  margin: 0 18px;
  transition: 0.5s;
}
@media (max-width: 760px) {
  .people-slide__item {
    width: 54.358974359vw;
    margin: 0 3.0769230769vw;
  }
}
@media (min-width: 761px) {
  .people-slide__item.slick-current + .people-slide__item {
    width: 468px;
  }
}
@media (max-width: 760px) {
  .people-slide__item.slick-current {
    width: 72.5641025641vw;
  }
}
.people-slide__item a {
  display: block;
}
.people-slide__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;
  background: linear-gradient(0deg, #fff 0%, transparent 70%);
  transition: 0.3s;
}

.people-slide__txt {
  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 (max-width: 760px) {
  .people-slide__txt {
    padding: 3.0769230769vw;
  }
}
.people-slide__txt p {
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.294;
  font-size: 2.5rem;
  transition: 0.5s;
  margin-bottom: 0.5em;
}
@media (max-width: 760px) {
  .people-slide__txt p {
    font-size: 15px;
    font-size: 3.8461538462vw;
  }
}
.people-slide__txt span {
  display: block;
  line-height: 1;
  transition: 0.5s;
}
.people-slide__txt span:nth-of-type(1) {
  margin-bottom: 0.8em;
  font-size: 1.6rem;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
@media (max-width: 760px) {
  .people-slide__txt span:nth-of-type(1) {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
.people-slide__txt span:nth-of-type(2) {
  font-size: 1.2rem;
}
@media (max-width: 760px) {
  .people-slide__txt span:nth-of-type(2) {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}
@media (min-width: 761px) {
  .slick-current + .people-slide__item .people-slide__txt {
    padding: 30px;
  }
  .slick-current + .people-slide__item .people-slide__txt p {
    font-size: 3.4rem;
  }
  .slick-current + .people-slide__item .people-slide__txt span:nth-of-type(1) {
    font-size: 2.2rem;
  }
  .slick-current + .people-slide__item .people-slide__txt span:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .slick-current .people-slide__txt {
    padding: 4.358974359vw;
  }
  .slick-current .people-slide__txt p {
    font-size: 20px;
    font-size: 5.1282051282vw;
  }
  .slick-current .people-slide__txt span:nth-of-type(1) {
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
  .slick-current .people-slide__txt span:nth-of-type(2) {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}

.people__btn {
  text-align: center;
  line-height: 0;
}

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