@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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;
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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.
 */
/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --header-height: 90px;
  --bodyWidth: 1310px;
}
@media screen and (max-width: 991px) {
  :root {
    --header-height: 60px;
    --bodyWidth: 100%;
  }
}

html {
  font-size: 16px;
  line-height: 1.75;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  -webkit-transition: min-width 0.3s;
  transition: min-width 0.3s;
}
body.menu-opened, body.modal-opened {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  line-height: 1.6;
}

h2 {
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
}

h3 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

h4 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

h5, h6 {
  margin-bottom: 1rem;
  font-size: 1rem;
}

.lead {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (max-width: 991px) {
  .lead {
    margin-bottom: 20px;
  }
}

a {
  color: #221815;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover, afocus {
  color: #FF6600;
  text-decoration: none;
}
a:hover img, afocus img {
  opacity: 0.9;
}

p {
  font-size: 1rem;
  line-height: 1.8;
}
p:not([class]):not(:last-child) {
  margin-bottom: 16px;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1110px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: var(--header-height);
  background: #FFF100;
}

.header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header_content .header_logo {
  display: block;
  padding: 0 24px;
}
.header_content .header_logo img {
  width: 360px;
  height: auto;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .header_content .header_logo img {
    width: clamp(200px, 25vw, 360px);
  }
}
@media screen and (max-width: 991px) {
  .header_content .header_logo img {
    max-width: calc(100% - 64px);
  }
}

.header_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-right: auto;
}
.header_links > li > a {
  display: block;
  border: 1px solid #000;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.header_links > li > a:hover {
  background: #fff;
  color: #000;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .header_links > li > a {
    font-size: clamp(0.875rem, 1.25vw, 1rem);
  }
}
@media screen and (max-width: 991px) {
  .header_links {
    display: none;
  }
}

.nav_desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav_desktop > li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.nav_desktop > li > a {
  display: block;
  padding: 0 2rem;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.nav_desktop > li:not(:first-of-type) > a {
  border-left: 1px solid #000;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .nav_desktop > li > a {
    padding: 0 1rem;
    font-size: clamp(0.875rem, 1.25vw, 1rem);
  }
}
@media screen and (max-width: 991px) {
  .nav_desktop {
    display: none;
  }
}

.header_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: auto;
  width: 140px;
  height: 140px;
  padding: 1rem;
  background: #E60012;
  border-radius: 0 0 0 20px;
  line-height: 1.25;
  font-weight: 700;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.header_btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 1.25rem;
}
.header_btn .icon {
  min-width: 24px;
}
.header_btn:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  content: "";
}
.header_btn:hover {
  color: #fff;
}
.header_btn:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .header_btn {
    width: 100px;
    padding: 0.5rem;
  }
  .header_btn span {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .header_btn {
    display: none;
  }
}

.nav-mobile_trigger {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 14px;
  right: 20px;
  z-index: 999;
  background: none;
  border: none;
  cursor: pointer;
}
.nav-mobile_trigger_icon, .nav-mobile_trigger_icon:before, .nav-mobile_trigger_icon:after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  z-index: 99;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 24px;
  height: 1px;
  background: #221815;
}
.nav-mobile_trigger_icon:before, .nav-mobile_trigger_icon:after {
  content: "";
}
.nav-mobile_trigger_icon:before {
  top: -8px;
  width: calc(100% + 8px);
}
.nav-mobile_trigger_icon:after {
  top: 8px;
  width: calc(100% + 8px);
}
.nav-mobile_trigger_icon:after {
  display: block;
  height: auto;
  background: transparent;
  font-size: 10px;
  line-height: 1;
  content: "MENU";
}
.nav-mobile_trigger_icon.animated, .animated.nav-mobile_trigger_icon:before, .animated.nav-mobile_trigger_icon:after {
  background: transparent;
}
.nav-mobile_trigger_icon.animated:before, .nav-mobile_trigger_icon.animated:after {
  top: 0;
  opacity: 1;
  background: #221815;
}
.nav-mobile_trigger_icon.animated:before {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.nav-mobile_trigger_icon.animated:after {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  height: 1px;
  content: "";
}
.nav-mobile_trigger:hover, .nav-mobile_trigger:active, .nav-mobile_trigger:focus {
  outline: none;
}
.nav-mobile_trigger:hover_icon, .nav-mobile_trigger:active_icon, .nav-mobile_trigger:focus_icon {
  background: #221815;
}

.nav-mobile_wrapper {
  display: none;
  position: absolute;
  top: var(--header-height);
  left: 0;
  z-index: 9;
  width: 100%;
  height: calc(100dvh - var(--header-height) - 60px);
  background: #fff;
}
.nav-mobile_wrapper .nav_mobile_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.nav_mobile {
  margin: auto;
  width: calc(100% - 80px);
  border-bottom: 1px dotted #221815;
}
.nav_mobile > li {
  position: relative;
  border-top: 1px dotted #221815;
}
.nav_mobile > li > a {
  display: block;
  padding: 1.5rem 1rem;
  font-weight: 700;
  font-size: 1.25rem;
}

.sp_cta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  width: 100%;
  height: 60px;
  text-align: center;
}
.sp_cta_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  background: #FFF100;
}
.sp_cta_links a {
  font-weight: 500;
  color: #627A86;
}
.sp_cta_links a:hover {
  color: #000;
}
.sp_cta_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 1rem;
  background: #E60012;
  color: #fff;
  font-size: 1.25rem;
}
.sp_cta_btn span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-weight: 500;
  font-size: 1.25rem;
}
.sp_cta_btn .icon {
  min-width: 24px;
}
.sp_cta:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  content: "";
}
.sp_cta:hover .sp_cta_btn {
  color: #fff;
}
.sp_cta:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 991px) {
  .sp_cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#main {
  padding-bottom: 200px;
  background: url(../img/main_bottom_bg.png) repeat-x center bottom/auto;
  overflow: hidden;
}
body:not(.index) #main {
  padding-top: 5rem;
}
@media screen and (max-width: 991px) {
  #main {
    padding-bottom: 100px;
    background-position: right bottom;
    background-size: auto 120px;
  }
  body:not(.index) #main {
    padding-top: 2.5rem;
  }
}

#footer {
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  #footer {
    padding-bottom: 60px;
  }
}

.to-top_btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 4px;
  background: #B9B8AF;
  border: 3px solid #fff;
  overflow: hidden;
}
.to-top_btn:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  content: "";
}
.to-top_btn:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 991px) {
  .to-top_btn {
    bottom: 80px;
    right: 12px;
    width: 48px;
    height: 48px;
  }
  .to-top_btn img {
    max-width: 75%;
  }
}

.footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer_links li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .footer_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem;
  line-height: 1;
  font-weight: 900;
  font-size: 2rem;
  text-align: center;
  overflow: hidden;
}
.footer_link_text {
  display: block;
  margin-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom-width: 4px;
}
.footer_link-entry {
  background: #E60012;
  color: #fff;
}
.footer_link-entry_text {
  border-color: #fff;
}
.footer_link-contact {
  background: #FFF100;
  color: #000;
}
.footer_link-contact_text {
  border-color: #000;
}
.footer_link:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  pointer-events: none;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  transition: width 0.5s cubic-bezier(0.77, 0, 0.18, 1);
  content: "";
}
.footer_link:hover.footer_link-entry {
  color: #fff;
}
.footer_link:hover.footer_link-contact {
  color: #000;
}
.footer_link:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}
@media screen and (max-width: 991px) {
  .footer_link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 1.5rem;
    padding: 2rem;
  }
  .footer_link_icon {
    width: 32px;
    height: 32px;
  }
  .footer_link_text {
    border-bottom-width: 2px;
    font-size: 1.5rem;
  }
}

.footer_content {
  padding-top: 5rem;
  background: #000;
  color: #fff;
}
.footer_content a {
  color: #fff;
}
.footer_content a:hover {
  color: #FFF100;
}
@media screen and (max-width: 991px) {
  .footer_content {
    padding-top: 2rem;
  }
}

.footer_logo {
  display: block;
  margin-bottom: 1rem;
  max-width: 400px;
}
@media screen and (max-width: 991px) {
  .footer_logo {
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
}

.footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .footer_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .footer_row .footer_col_left,
  .footer_row .footer_col_right {
    width: 100%;
  }
}

.footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px 24px;
}
.footer_box_title {
  min-width: 80px;
  margin: 0;
  padding: 2px 12px;
  border: 1px solid #fff;
  font-weight: 500;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.footer_box:not(:last-child) {
  margin-bottom: 1rem;
}

.footer_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.footer_bnr_pic img {
  width: auto;
  height: 24px;
}
.footer_bnr_title {
  margin: 0;
  font-weight: 500;
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer_bnr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.5rem;
  }
  .footer_bnr_pic {
    width: 100px;
  }
  .footer_bnr_pic img {
    width: auto;
    height: auto;
  }
  .footer_bnr_title {
    font-size: 0.875rem;
  }
}

.footer_info_box_title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
}
.footer_info_box_text {
  margin: 0;
}
@media screen and (max-width: 991px) {
  .footer_info_box_title {
    font-size: 0.875rem;
  }
  .footer_info_box_text {
    font-size: 0.75rem;
  }
}

.footer_copyright {
  margin-top: 2rem;
  padding: 2rem 0;
  text-align: center;
}
.footer_copyright .copyright {
  margin: 0;
  font-size: 0.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 991px) {
  .footer_copyright {
    margin-top: 1rem;
    padding: 1rem 0;
  }
  .footer_copyright .copyright {
    font-size: 0.75rem;
  }
}

.btn {
  position: relative;
  display: block;
  padding: 16px 24px;
  width: 280px;
  max-width: 100%;
  border-width: 1px;
  border-style: solid;
  background-color: #FFF100;
  border-color: #FFF100;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #fff;
  border-color: #FFF100;
  color: #FFF100;
}

.pc {
  display: block;
}
@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .sp {
    display: block;
  }
}

.mincho {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
            transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.mt0 {
  margin-top: 0px;
}
@media screen and (max-width: 991px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt4 {
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .mt4 {
    margin-top: 2px;
  }
}

.mt8 {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  .mt8 {
    margin-top: 4px;
  }
}

.mt12 {
  margin-top: 12px;
}
@media screen and (max-width: 991px) {
  .mt12 {
    margin-top: 6px;
  }
}

.mt16 {
  margin-top: 16px;
}
@media screen and (max-width: 991px) {
  .mt16 {
    margin-top: 8px;
  }
}

.mt24 {
  margin-top: 24px;
}
@media screen and (max-width: 991px) {
  .mt24 {
    margin-top: 12px;
  }
}

.mt32 {
  margin-top: 32px;
}
@media screen and (max-width: 991px) {
  .mt32 {
    margin-top: 16px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 991px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt64 {
  margin-top: 64px;
}
@media screen and (max-width: 991px) {
  .mt64 {
    margin-top: 32px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  .mt80 {
    margin-top: 40px;
  }
}

.pt0 {
  padding-top: 0px;
}
@media screen and (max-width: 991px) {
  .pt0 {
    padding-top: 0px;
  }
}

.pt4 {
  padding-top: 4px;
}
@media screen and (max-width: 991px) {
  .pt4 {
    padding-top: 2px;
  }
}

.pt8 {
  padding-top: 8px;
}
@media screen and (max-width: 991px) {
  .pt8 {
    padding-top: 4px;
  }
}

.pt12 {
  padding-top: 12px;
}
@media screen and (max-width: 991px) {
  .pt12 {
    padding-top: 6px;
  }
}

.pt16 {
  padding-top: 16px;
}
@media screen and (max-width: 991px) {
  .pt16 {
    padding-top: 8px;
  }
}

.pt24 {
  padding-top: 24px;
}
@media screen and (max-width: 991px) {
  .pt24 {
    padding-top: 12px;
  }
}

.pt32 {
  padding-top: 32px;
}
@media screen and (max-width: 991px) {
  .pt32 {
    padding-top: 16px;
  }
}

.pt40 {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .pt40 {
    padding-top: 20px;
  }
}

.pt64 {
  padding-top: 64px;
}
@media screen and (max-width: 991px) {
  .pt64 {
    padding-top: 32px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .pt80 {
    padding-top: 40px;
  }
}

.mr0 {
  margin-right: 0px;
}
@media screen and (max-width: 991px) {
  .mr0 {
    margin-right: 0px;
  }
}

.mr4 {
  margin-right: 4px;
}
@media screen and (max-width: 991px) {
  .mr4 {
    margin-right: 2px;
  }
}

.mr8 {
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  .mr8 {
    margin-right: 4px;
  }
}

.mr12 {
  margin-right: 12px;
}
@media screen and (max-width: 991px) {
  .mr12 {
    margin-right: 6px;
  }
}

.mr16 {
  margin-right: 16px;
}
@media screen and (max-width: 991px) {
  .mr16 {
    margin-right: 8px;
  }
}

.mr24 {
  margin-right: 24px;
}
@media screen and (max-width: 991px) {
  .mr24 {
    margin-right: 12px;
  }
}

.mr32 {
  margin-right: 32px;
}
@media screen and (max-width: 991px) {
  .mr32 {
    margin-right: 16px;
  }
}

.mr40 {
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .mr40 {
    margin-right: 20px;
  }
}

.mr64 {
  margin-right: 64px;
}
@media screen and (max-width: 991px) {
  .mr64 {
    margin-right: 32px;
  }
}

.mr80 {
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .mr80 {
    margin-right: 40px;
  }
}

.pr0 {
  padding-right: 0px;
}
@media screen and (max-width: 991px) {
  .pr0 {
    padding-right: 0px;
  }
}

.pr4 {
  padding-right: 4px;
}
@media screen and (max-width: 991px) {
  .pr4 {
    padding-right: 2px;
  }
}

.pr8 {
  padding-right: 8px;
}
@media screen and (max-width: 991px) {
  .pr8 {
    padding-right: 4px;
  }
}

.pr12 {
  padding-right: 12px;
}
@media screen and (max-width: 991px) {
  .pr12 {
    padding-right: 6px;
  }
}

.pr16 {
  padding-right: 16px;
}
@media screen and (max-width: 991px) {
  .pr16 {
    padding-right: 8px;
  }
}

.pr24 {
  padding-right: 24px;
}
@media screen and (max-width: 991px) {
  .pr24 {
    padding-right: 12px;
  }
}

.pr32 {
  padding-right: 32px;
}
@media screen and (max-width: 991px) {
  .pr32 {
    padding-right: 16px;
  }
}

.pr40 {
  padding-right: 40px;
}
@media screen and (max-width: 991px) {
  .pr40 {
    padding-right: 20px;
  }
}

.pr64 {
  padding-right: 64px;
}
@media screen and (max-width: 991px) {
  .pr64 {
    padding-right: 32px;
  }
}

.pr80 {
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .pr80 {
    padding-right: 40px;
  }
}

.mb0 {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mb4 {
  margin-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .mb4 {
    margin-bottom: 2px;
  }
}

.mb8 {
  margin-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .mb8 {
    margin-bottom: 4px;
  }
}

.mb12 {
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .mb12 {
    margin-bottom: 6px;
  }
}

.mb16 {
  margin-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .mb16 {
    margin-bottom: 8px;
  }
}

.mb24 {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .mb24 {
    margin-bottom: 12px;
  }
}

.mb32 {
  margin-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .mb32 {
    margin-bottom: 16px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb64 {
  margin-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .mb64 {
    margin-bottom: 32px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.pb0 {
  padding-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .pb0 {
    padding-bottom: 0px;
  }
}

.pb4 {
  padding-bottom: 4px;
}
@media screen and (max-width: 991px) {
  .pb4 {
    padding-bottom: 2px;
  }
}

.pb8 {
  padding-bottom: 8px;
}
@media screen and (max-width: 991px) {
  .pb8 {
    padding-bottom: 4px;
  }
}

.pb12 {
  padding-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .pb12 {
    padding-bottom: 6px;
  }
}

.pb16 {
  padding-bottom: 16px;
}
@media screen and (max-width: 991px) {
  .pb16 {
    padding-bottom: 8px;
  }
}

.pb24 {
  padding-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .pb24 {
    padding-bottom: 12px;
  }
}

.pb32 {
  padding-bottom: 32px;
}
@media screen and (max-width: 991px) {
  .pb32 {
    padding-bottom: 16px;
  }
}

.pb40 {
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .pb40 {
    padding-bottom: 20px;
  }
}

.pb64 {
  padding-bottom: 64px;
}
@media screen and (max-width: 991px) {
  .pb64 {
    padding-bottom: 32px;
  }
}

.pb80 {
  padding-bottom: 80px;
}
@media screen and (max-width: 991px) {
  .pb80 {
    padding-bottom: 40px;
  }
}

.ml0 {
  margin-left: 0px;
}
@media screen and (max-width: 991px) {
  .ml0 {
    margin-left: 0px;
  }
}

.ml4 {
  margin-left: 4px;
}
@media screen and (max-width: 991px) {
  .ml4 {
    margin-left: 2px;
  }
}

.ml8 {
  margin-left: 8px;
}
@media screen and (max-width: 991px) {
  .ml8 {
    margin-left: 4px;
  }
}

.ml12 {
  margin-left: 12px;
}
@media screen and (max-width: 991px) {
  .ml12 {
    margin-left: 6px;
  }
}

.ml16 {
  margin-left: 16px;
}
@media screen and (max-width: 991px) {
  .ml16 {
    margin-left: 8px;
  }
}

.ml24 {
  margin-left: 24px;
}
@media screen and (max-width: 991px) {
  .ml24 {
    margin-left: 12px;
  }
}

.ml32 {
  margin-left: 32px;
}
@media screen and (max-width: 991px) {
  .ml32 {
    margin-left: 16px;
  }
}

.ml40 {
  margin-left: 40px;
}
@media screen and (max-width: 991px) {
  .ml40 {
    margin-left: 20px;
  }
}

.ml64 {
  margin-left: 64px;
}
@media screen and (max-width: 991px) {
  .ml64 {
    margin-left: 32px;
  }
}

.ml80 {
  margin-left: 80px;
}
@media screen and (max-width: 991px) {
  .ml80 {
    margin-left: 40px;
  }
}

.pl0 {
  padding-left: 0px;
}
@media screen and (max-width: 991px) {
  .pl0 {
    padding-left: 0px;
  }
}

.pl4 {
  padding-left: 4px;
}
@media screen and (max-width: 991px) {
  .pl4 {
    padding-left: 2px;
  }
}

.pl8 {
  padding-left: 8px;
}
@media screen and (max-width: 991px) {
  .pl8 {
    padding-left: 4px;
  }
}

.pl12 {
  padding-left: 12px;
}
@media screen and (max-width: 991px) {
  .pl12 {
    padding-left: 6px;
  }
}

.pl16 {
  padding-left: 16px;
}
@media screen and (max-width: 991px) {
  .pl16 {
    padding-left: 8px;
  }
}

.pl24 {
  padding-left: 24px;
}
@media screen and (max-width: 991px) {
  .pl24 {
    padding-left: 12px;
  }
}

.pl32 {
  padding-left: 32px;
}
@media screen and (max-width: 991px) {
  .pl32 {
    padding-left: 16px;
  }
}

.pl40 {
  padding-left: 40px;
}
@media screen and (max-width: 991px) {
  .pl40 {
    padding-left: 20px;
  }
}

.pl64 {
  padding-left: 64px;
}
@media screen and (max-width: 991px) {
  .pl64 {
    padding-left: 32px;
  }
}

.pl80 {
  padding-left: 80px;
}
@media screen and (max-width: 991px) {
  .pl80 {
    padding-left: 40px;
  }
}

.mv {
  position: relative;
  padding-bottom: 3rem;
  background: #FFF100;
  text-align: center;
}
.mv .mv_box {
  position: relative;
  margin: auto;
}
.mv:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 210px;
  background: url(../img/mv_illust.png) no-repeat center center/auto;
  content: "";
}
@media screen and (max-width: 991px) {
  .mv {
    padding-bottom: 0;
  }
  .mv .mv_box {
    max-width: 780px;
  }
  .mv:after {
    content: none;
  }
}

.mv_timer_wrapper {
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .mv_timer_wrapper {
    bottom: -10%;
    right: 0;
    left: auto;
  }
  .mv_timer_wrapper .container {
    padding-right: 10px;
  }
}

.mv_timer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 24px;
  margin-left: auto;
  max-width: 320px;
  height: 240px;
  padding: 1rem 1.5rem;
  border: 5px solid #000;
  border-radius: 16px;
  background: #FF6600;
  color: #fff;
  -webkit-animation: fadeIn 0.3s ease-out forwards;
          animation: fadeIn 0.3s ease-out forwards;
}
.mv_timer:before {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 12px;
  border: 3px solid #000;
  content: "";
  pointer-events: none;
}
.mv_timer_title {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.mv_timer_date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-top: 4px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.mv_timer_date .days {
  font-weight: 900;
  font-size: 5rem;
}
.mv_timer_date .unit {
  margin-top: 16px;
}
.mv_timer_time {
  margin-top: 12px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}
.mv_timer_time .hours, .mv_timer_time .minutes, .mv_timer_time .seconds {
  font-size: 2.25rem;
}
.mv_timer.event-started .mv_timer_title {
  font-size: 5rem;
  text-align: center;
}
.mv_timer.event-started_date, .mv_timer.event-started_time {
  display: none;
}
@media screen and (max-width: 991px) {
  .mv_timer {
    margin-right: 0;
    width: 45vw;
    height: 100%;
    aspect-ratio: 3/2;
    border-width: 3px;
    white-space: nowrap;
  }
  .mv_timer_title {
    font-size: 0.85rem;
  }
  .mv_timer_date {
    gap: 0;
    font-size: 1rem;
  }
  .mv_timer_date .days {
    font-size: 2.5rem;
  }
  .mv_timer_date .unit {
    margin-top: 8px;
    margin-left: 4px;
  }
  .mv_timer_time {
    margin-top: 8px;
    font-weight: 700;
    font-size: 0.85rem;
    line-height: 1;
  }
  .mv_timer_time .hours, .mv_timer_time .minutes, .mv_timer_time .seconds {
    font-size: 1.25rem;
  }
  .mv_timer:before {
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border-width: 2px;
  }
  .mv_timer.event-started .mv_timer_title {
    font-size: 2.5rem;
  }
}

.section {
  position: relative;
  padding: 8rem 0;
}
.section .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section {
    padding: 4rem 0;
  }
}

.section_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 2.5rem;
  padding: 0 2rem;
  border-right: 12px solid #FF6600;
  border-left: 12px solid #FF6600;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  text-align: center;
}
.section_title:has(br) {
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .section_title {
    padding: 0.5rem 1rem;
    border-right-width: 8px;
    border-left-width: 8px;
    font-size: 1.5rem;
    white-space: nowrap;
  }
  .section_title:has(br) {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4;
  }
}

@media screen and (max-width: 991px) {
  #intro {
    padding-top: 5rem;
  }
}

.intro_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.intro_about .intro_dl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.intro_about .pic {
  margin-top: -1.5rem;
  margin-right: auto;
  margin-left: auto;
  -ms-flex-preferred-size: 360px;
      flex-basis: 360px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .intro_about {
    display: block;
  }
  .intro_about .pic {
    margin-top: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 75%;
  }
}

.intro_catch {
  margin-top: 4rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .intro_catch {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}

.intro_dl {
  max-width: 900px;
}
.intro_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro_dl .inner:not(:last-child) {
  margin-bottom: 0.5rem;
}
.intro_dl dt {
  -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
  background: #FF6600;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
.intro_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.5rem;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .intro_dl .inner {
    padding: 0;
  }
  .intro_dl dt {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    font-size: 1rem;
  }
  .intro_dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0.5rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.intro-point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
}
.intro-point_list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .intro-point_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.intro-point_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 1.5rem;
  background: #FFF100;
  border-radius: 20px;
  border: 3px solid #221815;
  overflow: hidden;
  text-align: center;
}
.intro-point_box_pic {
  margin-top: auto;
  -ms-flex-preferred-size: 110px;
      flex-basis: 110px;
}
.intro-point_box_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.6;
}
.intro-point_box:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#221815 50%, transparent 51%), radial-gradient(#221815 50%, transparent 51%), radial-gradient(#221815 50%, transparent 51%), radial-gradient(#221815 50%, transparent 51%);
  background-repeat: no-repeat;
  background-size: 12px 12px, 12px 12px, 12px 12px, 12px 12px;
  background-position: top 10px left 10px, top 10px right 10px, bottom 10px left 10px, bottom 10px right 10px;
  content: "";
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .intro-point_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5rem;
  }
  .intro-point_box_pic {
    margin: auto;
    max-width: 60px;
  }
  .intro-point_box_text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-top: 0;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: left;
  }
}

#search {
  background: #FFF100;
}
@media screen and (max-width: 991px) {
  #search .section_title {
    letter-spacing: 0;
    text-indent: 0;
  }
}

.filter-search_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem 4rem;
}
.filter-search_dl .inner:not(:last-child) {
  margin-bottom: 1rem;
}
.filter-search_dl dt {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  font-weight: 700;
  font-size: 1.75rem;
  border-bottom: 4px solid #FF6600;
  padding-bottom: 0.5rem;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-align: center;
}
.filter-search_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .filter-search_dl .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .filter-search_dl .inner:not(:last-child) {
    margin-bottom: 2rem;
  }
  .filter-search_dl dt {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 1.5rem;
    text-align: center;
  }
  .filter-search_dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.filter-search_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  .filter-search_list {
    margin-top: 0;
  }
}

.filter-search_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem 2px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-search_label:before {
  content: "#";
}
.filter-search_label:has(input[type=checkbox]:checked) {
  background: #627A86;
  border-color: #000;
  color: #FFF100;
}
.filter-search_label input {
  display: none;
}
.filter-search_label:hover {
  border-color: #627A86;
}

.keyword-serch_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 2rem;
}
.keyword-serch_dl dt {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.keyword-serch_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.keyword-serch_dl input {
  width: 100%;
  padding: 1rem;
  background: #fff;
  border-radius: 16px;
  font-size: 1.5rem;
}
.keyword-serch_dl input::-webkit-input-placeholder {
  color: #DCDDDD;
}
.keyword-serch_dl input::-moz-placeholder {
  color: #DCDDDD;
}
.keyword-serch_dl input:-ms-input-placeholder {
  color: #DCDDDD;
}
.keyword-serch_dl input::-ms-input-placeholder {
  color: #DCDDDD;
}
.keyword-serch_dl input::placeholder {
  color: #DCDDDD;
}
.keyword-serch_dl .keyword-serch_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border-radius: 40px;
  padding: 0.5rem 1rem;
  border: 2px solid #000;
  background: #000 url(../img/icon_search_yellow.png) no-repeat right 20px center/40px auto;
  font-weight: 500;
  font-size: 2rem;
  color: #FFF100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.keyword-serch_dl .keyword-serch_btn:hover {
  background-color: #fff;
  background-image: url(../img/icon_search_black.png);
  color: #000;
}
@media screen and (max-width: 991px) {
  .keyword-serch_dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
  .keyword-serch_dl input {
    padding: 0.5rem;
    border-radius: 8px;
    font-size: 1rem;
  }
  .keyword-serch_dl .keyword-serch_btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    background-size: 24px auto;
  }
}

.place_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.place_row .place_col_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.place_row .place_col_right {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
@media screen and (max-width: 991px) {
  .place_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .place_row .place_col_left, .place_row .place_col_right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.place_box:not(:last-child) {
  margin-bottom: 2rem;
}
.place_box_title {
  max-width: 200px;
  margin-bottom: 1rem;
  border: 2px solid #FF6600;
  border-radius: 40px;
  padding: 0.25rem 1rem;
  font-weight: 700;
  font-size: 1.25rem;
  color: #FF6600;
  text-align: center;
}
.place_box_building {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.6;
}
.place_box_description {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .place_box_title {
    margin-bottom: 0.5rem;
    padding: 0.25rem 1rem;
    font-size: 1rem;
  }
  .place_box_building {
    font-size: 1.25rem;
  }
  .place_box-access .place_box_description {
    font-weight: 500;
    font-size: 1.25rem;
  }
  .place_box_description {
    font-size: 1rem;
  }
}

.gmap {
  height: 350px;
}

.external_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5rem;
  margin-top: 12px;
  padding: 4px 40px;
  border: 1px solid #000;
  background: #fff;
  font-size: 1rem;
  line-height: 1;
  color: #000;
  text-align: center;
}
.external_link:after {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_external_black.png) no-repeat center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}
.external_link:hover {
  background: #000;
  color: #fff;
}
.external_link:hover:after {
  background-image: url(../img/icon_external_white.png);
}
.external_link-map {
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.5rem;
  margin-top: 12px;
  padding: 4px 40px;
  border: 1px solid #000;
  background: #fff;
}
.external_link-map:before {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_right_black.png) no-repeat center/cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
}
.external_link-map:hover:before {
  background-image: url(../img/icon_right_white.png);
}
@media screen and (max-width: 991px) {
  .external_link-map {
    margin-left: 0;
  }
}

#schedule {
  padding: 4rem 0 12rem;
}
#schedule .container {
  position: relative;
}
#schedule .container:before {
  position: absolute;
  top: -64px;
  left: 0;
  z-index: -1;
  width: 60%;
  height: calc(100% + 128px);
  border-radius: 16px;
  background: #FFF100;
  content: "";
}
@media screen and (max-width: 991px) {
  #schedule {
    padding: 4rem 0;
  }
  #schedule .container {
    position: relative;
  }
  #schedule .container:before {
    top: -48px;
    width: 80%;
    height: calc(100% + 96px);
  }
}

.schedule_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.schedule_row .schedule_col_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0 4rem;
  text-align: center;
}
.schedule_row .schedule_col_right {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
}
@media screen and (max-width: 991px) {
  .schedule_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schedule_row .schedule_col_left, .schedule_row .schedule_col_right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.schedule_header {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 991px) {
  .schedule_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .schedule_header .section_title {
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .schedule_header .pic {
    margin-top: -32px;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

.schedule_list {
  margin-bottom: 2rem;
  font-weight: 500;
  font-size: 1.25rem;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .schedule_list {
    margin-bottom: 1rem;
    font-size: 0.875rem;
  }
}

.schedule_dl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 4rem;
  border: 1px solid #000;
  background: #fff;
  border-radius: 12px;
  font-size: 1.25rem;
}
.schedule_dl .inner:not(:last-child) {
  margin-bottom: 1rem;
}
.schedule_dl dt {
  padding-right: 2.5rem;
  margin-right: 2.5rem;
  border-right: 1px solid #000;
  font-weight: normal;
  text-align: center;
}
.schedule_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .schedule_dl .inner {
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
  }
  .schedule_dl dt {
    padding-right: 0.5rem;
    margin-right: 0.5rem;
  }
}

#qa {
  background: #F1F0E9;
}
@media screen and (max-width: 991px) {
  #qa {
    margin-top: 48px;
  }
}

.faq_box {
  border: 2px solid transparent;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq_box:not(:last-child) {
  margin-bottom: 1.5rem;
}
.faq_box_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 2rem;
  background: #FFF100;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq_box_q:before {
  display: block;
  min-width: 56px;
  height: 56px;
  background: url(../img/faq_q.png) no-repeat center/cover;
  content: "";
}
.faq_box_q_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  font-size: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq_box_q_title:after {
  display: block;
  margin-left: auto;
  min-width: 25px;
  height: 25px;
  background: url(../img/faq_icon_open.png) no-repeat center/cover;
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq_box_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 0 2rem;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq_box_a:before {
  display: block;
  min-width: 56px;
  height: 56px;
  background: url(../img/faq_a.png) no-repeat center/cover;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq_box_a_description {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq_box.opened .faq_box_q_title:after {
  background-image: url(../img/faq_icon_close.png);
}
.faq_box.opened .faq_box_a {
  max-height: 200px;
  padding: 2rem;
}
.faq_box.opened .faq_box_a:before {
  opacity: 1;
}
.faq_box.opened .faq_box_a_description {
  opacity: 1;
}
.faq_box:hover {
  border-color: #000;
}
@media screen and (max-width: 991px) {
  .faq_box:not(:last-child) {
    margin-bottom: 1rem;
  }
  .faq_box_q {
    padding: 0.5rem 1rem;
  }
  .faq_box_q:before {
    min-width: 32px;
    height: 32px;
  }
  .faq_box_q_title {
    gap: 1rem;
    font-size: 1.125rem;
  }
  .faq_box_q_title:after {
    margin-left: auto;
  }
  .faq_box_a {
    padding: 0 1rem;
  }
  .faq_box_a:before {
    min-width: 32px;
    height: 32px;
  }
  .faq_box_a_description {
    font-size: 1.125rem;
  }
  .faq_box.opened .faq_box_a {
    padding: 1rem;
  }
}

#company_search_main {
  background: #FFF100;
}

.company_search_result_header {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 991px) {
  .company_search_result_header {
    margin-bottom: 2rem;
  }
}

.company_search_result_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding-bottom: 1rem;
  border-bottom: 4px solid #FFF100;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
.company_search_result_title .number {
  margin-left: 1px;
  display: inline-block;
  font-weight: 700;
  font-size: 4rem;
}
.company_search_result_title .number .unit {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .company_search_result_title {
    padding: 0 1rem 0.5rem;
    font-size: 1.5rem;
  }
  .company_search_result_title .number {
    font-size: 3rem;
  }
  .company_search_result_title .number .unit {
    font-size: 1.5rem;
  }
}

.company_search_result_sort {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.company_search_result_sort_title {
  font-weight: 700;
}
.company_search_result_sort_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.company_search_result_sort_list button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1rem;
  background: #fff;
  border: 1px solid #627A86;
  border-radius: 40px;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.company_search_result_sort_list button:hover, .company_search_result_sort_list button.active {
  background: #627A86;
  border-color: #000;
  color: #FFF100;
}
.company_search_result_sort_list button:hover {
  border-color: #627A86;
}
@media screen and (max-width: 991px) {
  .company_search_result_sort {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.company_search_result_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.company_search_result_list li {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
}
@media screen and (min-width: 992px) and (max-width: 1280px) {
  .company_search_result_list li {
    -ms-flex-preferred-size: calc(33.3333333333% - 30px);
        flex-basis: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .company_search_result_list {
    gap: 15px;
  }
  .company_search_result_list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.company_search_result_box {
  display: block;
  border-radius: 8px;
  padding: 1rem;
  padding-bottom: 1.5rem;
  height: 100%;
  -webkit-box-shadow: 0 0 0 1px #627A86 inset;
          box-shadow: 0 0 0 1px #627A86 inset;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.company_search_result_box_pic {
  aspect-ratio: 16/9;
}
.company_search_result_box_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.company_search_result_box_title {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}
.company_search_result_box_title .kana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-size: 0.875rem;
}
.company_search_result_box:hover {
  -webkit-box-shadow: 0 0 0 2px #000 inset;
          box-shadow: 0 0 0 2px #000 inset;
  background: #FFFCCE;
}
@media screen and (max-width: 991px) {
  .company_search_result_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    padding: 1rem;
  }
  .company_search_result_box_pic {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    margin: 0;
    aspect-ratio: 1/1;
  }
  .company_search_result_box_title {
    margin-top: 0.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1rem;
  }
  .company_search_result_box_title .kana {
    height: auto;
  }
}

.company-movie_search_result_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.company-movie_search_result_list li {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
}
@media screen and (max-width: 991px) {
  .company-movie_search_result_list {
    gap: 15px;
  }
  .company-movie_search_result_list li {
    -ms-flex-preferred-size: calc(50% - 7.5px);
        flex-basis: calc(50% - 7.5px);
  }
}

.company-movie_search_result_box {
  display: block;
  border-radius: 8px;
  padding: 1rem;
  padding-bottom: 1.5rem;
  height: 100%;
  -webkit-box-shadow: 0 0 0 1px #627A86 inset;
          box-shadow: 0 0 0 1px #627A86 inset;
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.company-movie_search_result_box_pic {
  position: relative;
  aspect-ratio: 16/9;
  text-align: center;
}
.company-movie_search_result_box_pic:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon_play.png) no-repeat center/30px;
  z-index: 1;
  content: "";
  pointer-events: none;
}
.company-movie_search_result_box_pic img {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 202px;
  height: 117px;
  max-width: auto;
}
.company-movie_search_result_box_title {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
}
.company-movie_search_result_box_title .kana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 32px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-size: 0.875rem;
}
.company-movie_search_result_box:hover {
  -webkit-box-shadow: 0 0 0 2px #000 inset;
          box-shadow: 0 0 0 2px #000 inset;
  background: #FFFCCE;
}
@media screen and (max-width: 991px) {
  .company-movie_search_result_box {
    padding: 1rem;
  }
  .company-movie_search_result_box_pic {
    aspect-ratio: 9/16;
  }
  .company-movie_search_result_box_pic img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .company-movie_search_result_box_title {
    font-size: 1rem;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .modal {
    padding: 1rem;
  }
}

.company_information_box {
  position: relative;
  max-width: 900px;
  width: 100%;
  max-height: 90vh;
  margin: auto;
  padding: 4rem 0;
  background: #fff;
  overflow-y: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.company_information_box body.modal-opened {
  overflow: hidden;
}
.company_information_box_inner {
  position: relative;
  padding: 2rem 3rem;
}
.company_information_box_inner:not(:last-child) {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 991px) {
  .company_information_box {
    padding: 2rem 0;
  }
  .company_information_box_inner {
    padding: 1.5rem 15px;
  }
}

.close_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 64px;
  background: #D9D9D9;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.close_btn:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .close_btn {
    width: 48px;
    height: 48px;
  }
}

.company_video_box {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: auto;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  background: #FFF100;
}
.company_video_box body.modal-opened {
  overflow: hidden;
}
.company_video_box .youtube_wrapper {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .company_video_box {
    background: none;
  }
  .company_video_box .youtube_wrapper iframe {
    width: 100% !important;
  }
}

.company_information_label_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.company_information_label_list.category li {
  -ms-flex-preferred-size: calc(33.3333333333% - 1rem);
      flex-basis: calc(33.3333333333% - 1rem);
}
.company_information_label_list.tag li {
  -ms-flex-preferred-size: calc(20% - 1rem);
      flex-basis: calc(20% - 1rem);
}
@media screen and (max-width: 991px) {
  .company_information_label_list {
    gap: 0.5rem 1rem;
  }
  .company_information_label_list.category li, .company_information_label_list.tag li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
}

.company_information_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  font-weight: 500;
  color: #D9D9D9;
}
.company_information_label:before {
  content: "#";
}
.company_information_label.active {
  border-color: #000;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .company_information_label {
    padding: 0 0.5rem;
  }
}

.company_information_tooltip_box {
  position: relative;
  top: -1.5rem;
}
@media screen and (max-width: 991px) {
  .company_information_tooltip_box {
    top: 0;
    padding-top: 0.5rem;
  }
}

.company_information_tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 0.875rem;
  color: #627A86;
}
.company_information_tooltip .tooltip_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #D9D9D9;
  color: #627A86;
  font-size: 0.75rem;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company_information_tooltip .tooltip_icon:hover {
  background: #4D4D4D;
  color: #fff;
}

.company_information_tooltip_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 1.5rem;
  max-width: 560px;
  background: #4D4D4D;
  color: #fff;
  padding: 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
  position: absolute;
  top: calc(100% + 10px);
  right: -32px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.company_information_tooltip_box:has(.tooltip_icon:hover) .company_information_tooltip_list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.company_information_tooltip_list::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 32px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #4D4D4D;
  width: 0;
  height: 0;
  display: block;
  z-index: 11;
}
@media screen and (max-width: 991px) {
  .company_information_tooltip_list {
    gap: 0.5rem 1rem;
    right: 0;
    top: calc(100% + 5px);
  }
  .company_information_tooltip_list::before {
    top: -5px;
    right: 8px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #4D4D4D;
  }
}

.company_information_tooltip_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.company_information_tooltip_item dt {
  padding: 0 0.5rem;
  background: #fff;
  font-weight: normal;
  color: #000;
}
.company_information_tooltip_item dd:before {
  margin-right: 0.5rem;
  content: ":";
}
@media screen and (max-width: 991px) {
  .company_information_tooltip_item {
    font-size: 0.75rem;
  }
}

.company_information_box_title {
  font-weight: 900;
  font-size: 2.75rem;
  line-height: 1.5;
}
.company_information_box_title .kana {
  display: block;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .company_information_box_title {
    font-size: 2rem;
  }
}

.company_information_box_subtitle {
  margin-bottom: 4px;
  padding: 1rem;
  background: #FFFA9E;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .company_information_box_subtitle {
    padding: 0.5rem;
    font-size: 1.25rem;
  }
}

.company_information_box_info {
  font-size: 1.25rem;
  font-weight: 500;
}
.company_information_box_info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.company_information_box_info .inner:nth-child(odd) {
  background: #F1F0E9;
}
.company_information_box_info .inner:nth-child(even) {
  background: #fff;
}
.company_information_box_info dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  font-weight: 500;
}
.company_information_box_info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .company_information_box_info {
    font-size: 1rem;
  }
  .company_information_box_info .inner {
    padding: 1.5rem 1rem;
    gap: 0.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .company_information_box_info dt {
    -ms-flex-preferred-size: 120px;
        flex-basis: 120px;
  }
  .company_information_box_info dt .icon {
    width: 28px;
  }
  .company_information_box_info dd {
    padding-top: 2px;
    font-weight: normal;
  }
}

.company_information_box_description {
  margin-top: 2rem;
}
.company_information_box_description p {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .company_information_box_description {
    margin-top: 1rem;
  }
  .company_information_box_description p {
    font-size: 1rem;
    font-weight: normal;
  }
}

.company_information_box_pic {
  margin-top: 2rem;
  aspect-ratio: 16/9;
}
.company_information_box_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.company_information_box_video {
  margin-top: 2rem;
}
.company_information_box_video .youtube_wrapper {
  aspect-ratio: 16/9;
}
.company_information_box_video .youtube_wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .company_information_box_video .youtube_wrapper {
    aspect-ratio: 9/16;
  }
  .company_information_box_video .youtube_wrapper iframe {
    width: 100%;
    height: 100%;
  }
}

.company_information_box_address {
  margin-top: 3rem;
}
.company_information_box_address_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
.company_information_box_address_title:after {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #000;
  width: 100%;
  height: 2px;
  content: "";
}
.company_information_box_address p {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .company_information_box_address {
    margin-top: 2rem;
  }
  .company_information_box_address_title {
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
  }
  .company_information_box_address p {
    font-size: 1rem;
    font-weight: normal;
  }
}

.company_information_box_links {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.company_information_box_links li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.company_information_box_links a {
  display: block;
  padding: 0.5rem 2rem;
  background: #fff;
  border: 2px solid #000;
  border-radius: 40px;
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
  text-align: center;
}
.company_information_box_links a:hover {
  background: #000;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .company_information_box_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company_information_box_links a {
    font-size: 1.25rem;
  }
}