@charset "UTF-8";
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.5s;
  color: #360e07;
}

a:hover {
  opacity: 0.75;
}

a.noLink {
  pointer-events: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

input {
  box-sizing: border-box;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="radio"] {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

img {
  max-width: 100%;
}

/*
a:hover, button:hover, .card:hover, .movie-card:hover, .company-card:hover {
        background: unset !important;
    }
*/
@media (min-width: 821px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
@media screen and (max-width: 768px) {
  img[src$="_pc.jpg"], img[src$="_pc.png"] {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"] {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}
html {
  overflow-x: hidden;
}

html {
  font-size: 0.714285714vw;
  /* 1400pxで10px */
  overflow-x: hidden;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}
body {
  margin: 0;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  overflow: hidden;
}
body.entryPage {
  background: #0068c7;
}

.header {
  height: 8rem;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .header {
    height: 12rem;
  }
}

@media screen and (max-width: 768px) {
  .nav {
    display: block;
    padding-top: 9rem;
  }
}

nav {
  width: 55rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  nav {
    width: 100%;
    height: auto;
  }
}
nav ul.nav-list {
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 768px) {
  nav ul.nav-list {
    display: block;
    height: auto;
    text-align: center;
  }
}
nav ul.nav-list li {
  width: 11rem;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  nav ul.nav-list li {
    width: 100%;
    display: block;
    margin-bottom: 5rem;
  }
}
nav ul.nav-list li > a {
  width: 100%;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  nav ul.nav-list li > a {
    font-size: 4rem;
    font-weight: 700;
    color: #194696;
    height: auto;
    border-left: none;
  }
}
nav ul.nav-list li:last-of-type a {
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  nav ul.nav-list li:last-of-type a {
    border-right: none;
  }
}
nav ul.nav-list li .subMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  nav ul.nav-list li .subMenu {
    margin-top: 5.4rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  nav ul.nav-list li .subMenu a {
    display: block;
    font-size: 3rem;
    font-weight: 700;
    margin-top: 4rem;
  }
}
@media (hover: hover) {
  nav ul.nav-list li:hover .subMenu {
    display: flex;
    width: 64rem;
    height: 5rem;
    position: absolute;
    bottom: -3.5rem;
    left: -1rem;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2.5rem;
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  nav ul.nav-list li:hover .subMenu {
    display: block;
    margin-top: 5.4rem;
    margin-bottom: 15rem;
    width: 100%;
    height: auto;
    position: static;
    padding: 0;
    background: none;
    border-radius: 0;
  }
}
@media (hover: hover) {
  nav ul.nav-list li:hover .subMenu a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
    padding: 0 2.7rem;
    display: flex;
    align-items: center;
    height: 2.3rem;
    border-right: 1px solid #000;
  }
}
@media screen and (hover: hover) and (max-width: 768px) {
  nav ul.nav-list li:hover .subMenu a {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    margin-top: 4.5rem;
    padding: 0 0;
    height: auto;
    border-right: none;
  }
}
@media (hover: hover) {
  nav ul.nav-list li:hover .subMenu a:last-of-type {
    border-right: none;
  }
}

.spSubMenu {
  display: block;
  margin-top: 5.4rem;
  margin-bottom: 15rem;
  width: 100%;
  height: auto;
  position: static;
  padding: 0;
  background: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .spSubMenu {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .spSubMenu a {
    display: block;
    font-size: 3.5rem;
    font-weight: 700;
    margin-top: 4.5rem;
    position: relative;
    z-index: 50;
  }
}

a.home-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 19.56rem;
  height: 6rem;
  background: url(/images/common/logo.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  a.home-link {
    width: 26.84rem;
    height: 8rem;
    background-size: 26.84rem;
  }
}

.header-inner {
  width: 140rem;
  margin: auto;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .header-inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 2rem 2rem;
  }
}
.header-inner p.btnReserve {
  width: 26rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .header-inner p.btnReserve {
    position: absolute;
    top: 2rem;
    left: 34.4rem;
    width: 28rem;
    height: 8rem;
  }
}
.header-inner p.btnReserve a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  background: #FF0000;
  border-radius: 3rem;
}
@media screen and (max-width: 768px) {
  .header-inner p.btnReserve a {
    background: #FE0046;
    border-radius: 4rem;
  }
}

.mv {
  width: 100%;
  margin-top: 8rem;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .mv {
    width: 1400px;
    margin: 80px auto auto;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 12rem;
    height: 121rem;
  }
}
.mv figure {
  width: 100%;
}
.mv .btnDL {
  width: 19.6rem;
  height: 8rem;
  position: absolute;
  bottom: 12.4rem;
  right: 12.4rem;
}
@media screen and (max-width: 768px) {
  .mv .btnDL {
    height: 9.6rem;
    bottom: 24rem;
    right: 3.5rem;
  }
}
.mv .btnDL a {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F7EA8C;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
  border-radius: 2.3rem;
  text-align: center;
}
.mv .btnDL a span {
  font-size: 2rem;
  font-weight: 900;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  .mv .btnDL a {
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  }
}
.mv dl.recentNews {
  width: 120rem;
  height: 7rem;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 3.5rem;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv dl.recentNews {
    bottom: 0;
    left: 0;
    transform: translateX(0);
    height: 13.3rem;
    border-radius: 0;
  }
}
.mv dl.recentNews dt {
  width: 14.8rem;
  height: 100%;
  background: #1E2D62;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv dl.recentNews dt {
    width: 9.8rem;
    font-size: 3rem;
  }
}
.mv dl.recentNews dd {
  width: calc(100% - 14.8rem);
  height: 100%;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  color: #000;
  padding: 0 3rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .mv dl.recentNews dd {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 3rem 2.6rem;
    gap: 1.5rem;
    background: #F8F8F8;
  }
}
.mv dl.recentNews dd span.postDate {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv dl.recentNews dd span.postDate {
    font-size: 2.5rem;
  }
}
.mv dl.recentNews dd span.postCat {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  height: 3.3rem;
  padding: 0 1.2rem;
  border-radius: 1.65rem;
  background: #9B9B9B;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .mv dl.recentNews dd span.postCat {
    font-size: 2rem;
  }
}
.mv dl.recentNews dd span.postTtl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mv dl.recentNews dd span.postTtl {
    font-size: 2.4rem;
    width: 100%;
    display: block;
  }
}
.mv dl.recentNews dd span.postTtl a {
  text-decoration: underline;
}

section.about {
  width: 100%;
  padding-bottom: 5rem;
  margin-top: -8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  section.about {
    margin-top: -12rem;
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}
section.about.arekore {
  margin-top: 0;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  section.about.arekore {
    margin-top: -12rem;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  section.about.arekore .inner {
    padding-top: 5rem;
  }
}
section.about.withgacha {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  section.about.withgacha {
    margin-bottom: 8rem;
  }
}
section.about .inner {
  width: 115rem;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.about .inner {
    width: 100%;
  }
}
section.about .inner h2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin: auto auto 3rem;
  display: inline-block;
  padding-bottom: 1.2rem;
  border-bottom: 0.3rem solid #FF0023;
}
@media screen and (max-width: 768px) {
  section.about .inner h2 {
    font-size: 3.5rem;
    line-height: 5.6rem;
    display: block;
    padding: 0 2rem;
    text-align: center;
    font-feature-settings: "palt";
    width: 66.4rem;
    letter-spacing: -0.3rem;
  }
}
section.about .inner h2 span {
  font-weight: 700;
  color: #1E2D62;
}
section.about .inner p.lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.about .inner p.lead {
    margin-top: 4.4rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}
section.about .inner p.lead span {
  font-weight: 700;
  color: #1E2D62;
}
section.about .inner .feature {
  width: 90rem;
  height: 14rem;
  background: #1E2D62;
  border-radius: 7rem;
  margin: 3rem auto 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.about .inner .feature {
    width: 100%;
    height: 23.3rem;
    margin: 4rem auto 6rem;
    border-radius: 0;
    background: url("../images/common/bg_feature_sp.png") no-repeat;
    background-size: 100%;
  }
}
section.about .inner .feature::after {
  content: '';
  width: 100%;
  height: 17.2rem;
  background: url("../images/common/bg_feature.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  section.about .inner .feature::after {
    display: none;
  }
}
section.about .inner .feature p.lead {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.about .inner .feature p.lead {
    font-size: 3rem;
    line-height: 4.5rem;
    margin-top: 0;
  }
}
section.about .inner .feature p.lead span {
  color: #FFFF00;
}
section.about .inner .recomend {
  width: 100%;
  margin: 4rem auto 0 auto;
}
section.about .inner .recomend h3 {
  width: 100%;
  height: 8rem;
  margin: auto auto 9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.5rem;
  font-weight: 500;
  color: #fff;
  background: #1E2D62;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  section.about .inner .recomend h3 {
    width: 62rem;
    height: 13.2rem;
    border-radius: 3rem;
    flex-wrap: wrap;
    padding: 2.2rem 0;
    margin: auto auto 4rem;
  }
}
section.about .inner .recomend h3 span {
  color: #FFFF00;
}
section.about .inner .recomend ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 6.7rem;
}
@media screen and (max-width: 768px) {
  section.about .inner .recomend ul {
    width: 62rem;
    margin: auto;
    row-gap: 3rem;
  }
}
section.about .inner .recomend ul li {
  width: 36rem;
  background: #F4F3F6;
  border-radius: 2rem;
  padding: 5.4rem 2rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  section.about .inner .recomend ul li {
    width: 62rem;
    border-radius: 3rem;
    padding: 4rem 8.5rem;
    align-items: flex-start;
  }
}
section.about .inner .recomend ul li figure {
  width: 9rem;
  height: 8.774rem;
  position: absolute;
  top: -5.4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section.about .inner .recomend ul li figure {
    width: 9rem;
    top: -2.1rem;
    left: -2.9rem;
    transform: translateX(0);
  }
}
section.about .inner .recomend ul li h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #1E2D62;
  font-feature-settings: "palt";
  text-align: center;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  section.about .inner .recomend ul li h4 {
    font-size: 3rem;
    line-height: 4rem;
    text-align: left;
  }
}
section.about .inner .recomend ul li h4 span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  section.about .inner .recomend ul li h4 span {
    font-size: 2.8rem;
  }
}
section.about .inner .recomend ul li p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  section.about .inner .recomend ul li p {
    font-size: 2.4rem;
    line-height: 3.2rem;
    text-align: left;
  }
}
section.about .inner .recomend ul li p span.yoyaku {
  color: #FF0023;
}
section.about .inner .gyoukai {
  width: 100%;
  margin: auto;
}
section.about .inner .gyoukai h3 {
  width: 40.85rem;
  margin: auto auto 3.5rem;
  margin-top: -8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  section.about .inner .gyoukai h3 {
    width: 56rem;
    margin: auto auto 4.4rem;
    margin-top: -12rem;
    padding-top: 12rem;
  }
}
section.about .inner .gyoukai p.lead {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.about .inner .gyoukai p.lead {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
section.about .inner .gyoukai ul.genre {
  width: 103.8rem;
  margin: 4.5rem auto 4.8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.8rem;
}
@media screen and (max-width: 768px) {
  section.about .inner .gyoukai ul.genre {
    width: 66rem;
    gap: 2rem;
    row-gap: 2.9rem;
    margin: 4.5rem auto 8.5rem;
  }
}
section.about .inner .gyoukai ul.genre li {
  width: 14rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.about .inner .gyoukai ul.genre li {
    width: 15rem;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.about .inner .gyoukai ul.genre li:nth-of-type(1), section.about .inner .gyoukai ul.genre li:nth-of-type(8), section.about .inner .gyoukai ul.genre li:nth-of-type(15) {
    margin-left: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  section.about .inner .gyoukai ul.genre li:nth-of-type(3), section.about .inner .gyoukai ul.genre li:nth-of-type(10), section.about .inner .gyoukai ul.genre li:nth-of-type(17) {
    margin-right: 8.4rem;
  }
}
@media screen and (max-width: 768px) {
  section.about .inner .gyoukai ul.genre li:nth-of-type(17) {
    letter-spacing: -0.3rem;
  }
}
@media screen and (max-width: 768px) {
  section.about .inner .gyoukai ul.genre li:nth-of-type(7), section.about .inner .gyoukai ul.genre li:nth-of-type(11), section.about .inner .gyoukai ul.genre li:nth-of-type(12) {
    letter-spacing: -0.4rem;
    font-feature-settings: "palt";
  }
}
section.about .inner .gyoukai ul.genre li img {
  margin-bottom: 1rem;
}
section.about .inner .gyoukai p.btn01 {
  width: 36rem;
  height: 8.6rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.about .inner .gyoukai p.btn01 {
    width: 58rem;
  }
}

.container {
  width: 126rem;
  max-width: 100%;
  padding: 0 0 0 0;
  padding-bottom: 8.3rem;
  margin-top: -8rem;
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    margin-top: -4rem;
  }
}
.container.movie {
  width: 110rem;
  margin-top: -4rem;
  padding-top: 4rem;
}
.container h1.page-title {
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .container h1.page-title {
    font-size: 4rem;
  }
}
.container h1.page-title span {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .container h1.page-title span {
    font-size: 2.4rem;
    margin-top: 1rem;
  }
}

.carousel-wrapper {
  position: relative;
  width: 100%;
  padding: 0 8rem;
}
@media screen and (max-width: 768px) {
  .carousel-wrapper {
    width: 93vw;
    margin: auto;
    padding: 0 4.8rem;
  }
}

.swiper-wrapper {
  position: static;
}

.swiper {
  position: static;
}

.company-page #company-container {
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .company-page #company-container {
    width: 65rem !important;
    margin: auto;
  }
}

.company-card {
  border-radius: 0;
  width: 34rem;
  padding: 0;
}

.industry-icon-container {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .industry-icon-container {
    width: 11rem;
    height: 11rem;
    top: 1.8rem;
    left: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .card-image-wrapper {
    height: 40.9rem;
  }
}

.industry-icon-container img {
  width: 100%;
  HEIGHT: auto;
}

.card-content {
  padding: 0;
  background: none;
}

.company-header {
  width: 88%;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  margin: 2rem auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-header {
    margin: 0 auto 0;
    padding: 2.7rem 0;
  }
}
.company-header .favorite-btn {
  position: absolute;
  top: -1rem;
  right: -1rem;
}
@media screen and (max-width: 768px) {
  .company-header .favorite-btn {
    top: 1.4rem;
    right: -1.7rem;
  }
}

.company-name {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
@media screen and (max-width: 768px) {
  .company-name {
    font-size: 3rem;
  }
}

.company-details {
  margin: 2rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .company-details {
    width: 88%;
    margin: 2rem auto 0;
    padding-bottom: 1rem;
  }
}

.company-details p {
  margin: 0 0 1.6rem 0;
  font-size: 1.4rem;
  color: #000;
}
@media screen and (max-width: 768px) {
  .company-details p {
    font-size: 2.4rem;
  }
}

.company-details p.company-address {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media screen and (max-width: 768px) {
  .company-details p.company-address {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}

.company-links {
  padding: 1.5rem 2rem;
  border-top: none;
  margin-top: auto;
  background: #E1E1E1;
}
@media screen and (max-width: 768px) {
  .company-links {
    padding: 4rem 2.5rem;
    row-gap: 3rem;
  }
}

.company-links a.link-button, .company-links a.link-button, .company-links a.link-button:hover, .company-links a.link-button:focus, .company-links a.link-button:visited, .company-links a.link-button:link {
  text-align: center;
  padding: 0;
  border-radius: 5px;
  border: none;
  background: #194696;
  text-decoration: none;
  color: #fff;
  transition: 0.3s;
  box-sizing: border-box;
  width: 31rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .company-links a.link-button, .company-links a.link-button, .company-links a.link-button:hover, .company-links a.link-button:focus, .company-links a.link-button:visited, .company-links a.link-button:link {
    width: 100%;
    height: 8rem;
    border-radius: 4rem;
    font-size: 3rem;
  }
}

@media (hover: none) and (pointer: coarse) {
  body.company-page .company-card .company-links a:hover {
    background: unset;
  }
}
.company-links a.link-button:nth-of-type(2), .company-links a.link-button:nth-of-type(3) {
  background: url("../images/common/arrow_right.png") no-repeat center right 1.5rem #fff !important;
  background-size: 0.8rem !important;
  color: #000;
}

.company-links a.link-button:nth-of-type(2):hover, .company-links a.link-button:nth-of-type(3):hover {
  background: url("../images/common/arrow_right.png") no-repeat center right 1.5rem #fff !important;
  background-size: 0.8rem !important;
  color: #000;
}

.company-links a:hover.link-button:nth-of-type(2), .company-links a:hover.link-button:nth-of-type(3) {
  background: url("../images/common/arrow_right.png") no-repeat center right 1.5rem #fff !important;
  background-size: 0.8rem !important;
}

.company-links a:vsited.link-button:nth-of-type(2), .company-links a:vsited.link-button:nth-of-type(3) {
  background: url("../images/common/arrow_right.png") no-repeat center right 1.5rem #fff;
  background-size: 0.8rem;
}

.index-page .swiper-button-prev {
  left: 0;
  background: url("../images/common/arrow_prev.png") no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .index-page .swiper-button-prev {
    background: url("../images/common/arrow_prev_sp.png") no-repeat;
    background-size: 3rem;
    width: 3rem;
    height: 7.453rem;
  }
}
.index-page .swiper-button-prev::after {
  display: none;
}

.index-page .swiper-button-next {
  right: 0;
  background: url("../images/common/arrow_next.png") no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 4rem;
}
@media screen and (max-width: 768px) {
  .index-page .swiper-button-next {
    background: url("../images/common/arrow_next_sp.png") no-repeat;
    background-size: 3rem;
    width: 3rem;
    height: 7.453rem;
  }
}
.index-page .swiper-button-next::after {
  display: none;
}

.dates {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  width: auto;
  height: 4rem;
  border-radius: 2rem;
  background: #194696;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .dates {
    font-size: 3.5rem;
    height: 6.8rem;
  }
}

.movie-card-item {
  border-radius: 0;
}

.movie-card-date {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  width: auto;
  height: 4rem;
  border-radius: 2rem;
  background: #194696;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .movie-card-date {
    font-size: 3.5rem;
    height: 6.8rem;
  }
}
@media screen and (max-width: 768px) {
  .movie-card-date span {
    font-size: 3.5rem;
  }
}

ul.btns {
  width: 110rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  ul.btns {
    width: 58rem;
    flex-direction: column;
    gap: 3rem;
    margin-top: 6.6rem;
  }
}
ul.btns li {
  width: 34rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ul.btns li {
    width: 100%;
  }
}
ul.btns li a.construction {
  pointer-events: none;
}
ul.btns li span {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  margin: 1.5rem auto auto;
}
@media screen and (max-width: 768px) {
  ul.btns li span {
    font-size: 3rem;
    line-height: 4.5rem;
    margin: 3rem auto auto;
  }
}

section.movie {
  width: 100%;
  background: #EBF5FA;
  padding: 4rem 0 1rem;
}
@media screen and (max-width: 768px) {
  section.movie {
    padding: 5.2rem 0 0;
  }
}
section.movie .inner {
  width: 110rem;
  margin: 0 auto 10rem auto;
}
@media screen and (max-width: 768px) {
  section.movie .inner {
    width: 100%;
  }
}
section.movie .inner h2 {
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  margin-top: -8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  section.movie .inner h2 {
    font-size: 4rem;
    margin-top: -12rem;
    padding-top: 12rem;
  }
}
section.movie .inner p.lead {
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.movie .inner p.lead {
    width: 65rem;
    margin: auto auto 2rem;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
section.movie .inner ul {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.movie .inner ul {
    width: 65rem;
    flex-direction: column;
    gap: 5.8rem;
    margin: 4rem auto auto;
    padding-bottom: 5rem;
  }
}
section.movie .inner ul li {
  width: 52rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.movie .inner ul li {
    width: 100%;
  }
}

.modal {
  display: none;
  /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: #fff;
  padding: 0;
  border-radius: 10px;
  width: 100rem;
  aspect-ratio: 16 / 9;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-content {
    width: 90vw;
    margin: auto;
  }
}
.modal-content iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.close {
  position: absolute;
  top: -4rem;
  right: 0;
  cursor: pointer;
  font-size: 24px;
  z-index: 5;
  width: 2.4rem;
  height: 2.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .close {
    top: -5rem;
  }
}

section.schedule {
  width: 100%;
  padding-top: 2.9rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  section.schedule {
    padding-top: 6.2rem;
  }
}
section.schedule .inner {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.schedule .inner {
    width: 66rem;
  }
}
section.schedule .inner h2 {
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  margin-top: -8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  section.schedule .inner h2 {
    font-size: 4rem;
    margin-bottom: 3.8rem;
    margin-top: -16rem;
    padding-top: 12rem;
  }
}
section.schedule .inner figure {
  width: 100%;
}

section.outline {
  width: 100%;
  padding-bottom: 5rem;
  margin-top: -4rem;
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.outline {
    padding-top: 0;
  }
}
section.outline::before {
  content: '';
  width: 100%;
  height: 10rem;
  position: absolute;
  top: 0;
  left: 0;
}
section.outline .inner {
  width: 110rem;
  margin: auto;
  padding-top: 2.9rem;
}
@media screen and (max-width: 768px) {
  section.outline .inner {
    width: 65rem;
    padding-top: 0;
  }
}
section.outline .inner h2 {
  font-size: 2.9rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  section.outline .inner h2 {
    font-size: 4rem;
    margin-bottom: 4.5rem;
  }
}
section.outline .inner dl {
  width: 100%;
  display: flex;
  border-top: 1px solid #000;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  section.outline .inner dl {
    flex-direction: column;
    gap: 1.5rem;
    padding: 4rem 0;
  }
}
section.outline .inner dl:last-of-type {
  border-bottom: 1px solid #000;
}
section.outline .inner dl.accessDL {
  background: #FFFAEA;
}
section.outline .inner dl dt {
  width: 19rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.outline .inner dl dt {
    font-size: 3rem;
    width: 100%;
  }
}
section.outline .inner dl dd {
  width: calc(100% - 19rem);
  padding: 0 3rem 0 6.4rem;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  section.outline .inner dl dd {
    font-size: 2.5rem;
    line-height: 3rem;
    width: 100%;
    padding: 0 3rem;
  }
}
section.outline .inner dl dd.alignC {
  text-align: center;
}
section.outline .inner dl dd strong {
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  section.outline .inner dl dd strong {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.4rem;
  }
}
section.outline .inner dl dd .lrBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  section.outline .inner dl dd .lrBox {
    flex-direction: column;
    row-gap: 2.4rem;
  }
}
section.outline .inner dl dd p.tomap {
  margin-top: 2.5rem;
}
section.outline .inner dl dd p.tomap a {
  color: #194696;
  text-decoration: underline;
}

section.flow {
  width: 100%;
  padding-bottom: 6rem;
  background: #EBEBEB;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  section.flow {
    padding-bottom: 6.8rem;
    margin-top: -12rem;
  }
}
section.flow .inner {
  width: 97rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.flow .inner {
    width: 65rem;
  }
}
section.flow .inner h2 {
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.flow .inner h2 {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
}
section.flow .inner .flowdeg {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  section.flow .inner .flowdeg {
    gap: 2rem;
  }
}
section.flow .inner .flowdeg dl {
  width: 100%;
  background: #fff;
  border-radius: 3rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 2.1rem 3.6rem;
  row-gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  section.flow .inner .flowdeg dl {
    row-gap: 1rem;
  }
}
section.flow .inner .flowdeg dl dt {
  width: 100%;
  height: 4.06rem;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.5rem;
  font-weight: 700;
}
section.flow .inner .flowdeg dl dt img {
  width: 4.06rem;
  height: auto;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  section.flow .inner .flowdeg dl dt img {
    width: 4.953rem;
  }
}
@media screen and (max-width: 768px) {
  section.flow .inner .flowdeg dl dt {
    height: 4.953rem;
  }
}
section.flow .inner .flowdeg dl dd {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.flow .inner .flowdeg dl dd {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}
section.flow .inner .flowdeg dl dd h3 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  section.flow .inner .flowdeg dl dd h3 {
    margin-bottom: 2.4rem;
  }
}
section.flow .inner .flowdeg dl dd span {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  section.flow .inner .flowdeg dl dd span {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
section.flow .inner .attentionBox {
  margin: 2.8rem auto 4.8rem;
  padding-left: 5.6rem;
  display: flex;
  justify-content: flex-start;
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  section.flow .inner .attentionBox {
    padding-left: 0;
    margin: 4.4rem auto 4.8rem;
  }
}
section.flow .inner .attentionBox h4 {
  font-size: 1.6rem;
  color: #fff;
  background: #194696;
  width: 9rem;
  height: 3.5rem;
  border-radius: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.flow .inner .attentionBox p {
  font-size: 1.2rem;
  line-height: 1.7rem;
}
@media screen and (max-width: 768px) {
  section.flow .inner .attentionBox p {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 768px) {
  section.flow .inner .attentionBox p img {
    float: left;
    width: 12rem;
    margin-right: 0.4rem;
  }
}
section.flow .inner p.btn_reserve {
  width: 33rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.flow .inner p.btn_reserve {
    width: 58rem;
  }
}

section.news {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  section.news {
    padding-bottom: 0;
  }
}
section.news .inner {
  width: 86.4rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.news .inner {
    width: 65rem;
  }
}
section.news .inner h2 {
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 4.5rem;
  text-align: center;
  margin-top: -8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  section.news .inner h2 {
    font-size: 4rem;
  }
}
section.news .inner p.btn_ichiran {
  width: 33rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.news .inner p.btn_ichiran {
    width: 58rem;
    margin: 5rem auto auto;
    padding-bottom: 5rem;
  }
}
section.news .inner .newsBox {
  margin-bottom: 3.8rem;
}

.newsBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.3rem;
}
@media screen and (max-width: 768px) {
  .newsBox {
    gap: 4.6rem;
    margin-bottom: 5rem;
  }
}
.newsBox dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .newsBox dl {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.newsBox dl dt {
  width: 28.9rem;
  height: 3.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5.5rem;
}
@media screen and (max-width: 768px) {
  .newsBox dl dt {
    width: 100%;
    height: 4.2rem;
    gap: 2.6rem;
  }
}
.newsBox dl dt span.postDate {
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .newsBox dl dt span.postDate {
    font-size: 2.5rem;
  }
}
.newsBox dl dt span.postCat {
  font-size: 1.5rem;
  color: #fff;
  background: #9B9B9B;
  width: 11.5rem;
  height: 100%;
  border-radius: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .newsBox dl dt span.postCat {
    font-size: 2rem;
    width: 14.6rem;
    height: 4.2rem;
    border-radius: 2.1rem;
  }
}
.newsBox dl dd {
  width: calc(100% - 28.9rem);
  font-size: 1.8rem;
  line-height: 2.3rem;
}
@media screen and (max-width: 768px) {
  .newsBox dl dd {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.newsBox dl dd a {
  font-size: 1.8rem;
  line-height: 2.3rem;
  text-decoration: underline;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .newsBox dl dd a {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}

section.faq {
  width: 100%;
  padding-bottom: 6rem;
  background: #EBEBEB;
}
section.faq .inner {
  width: 110rem;
  margin: auto auto auto;
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  section.faq .inner {
    width: 100%;
  }
}
section.faq .inner h2 {
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 4.5rem;
  text-align: center;
  margin-top: -12rem;
  padding-top: 12rem;
}
@media screen and (max-width: 768px) {
  section.faq .inner h2 {
    font-size: 4rem;
    margin-top: -17rem;
    padding-top: 17rem;
  }
}
section.faq .inner .faqBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media screen and (max-width: 768px) {
  section.faq .inner .faqBox {
    width: 63rem;
    margin: auto;
  }
}
section.faq .inner .faqBox dl {
  width: 100%;
  display: flex;
  flex-flow: column;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  section.faq .inner .faqBox dl {
    font-size: 2.5rem;
    line-height: 3.6rem;
  }
}
section.faq .inner .faqBox dl dt {
  width: 100%;
  height: 6rem;
  background: url(../images/common/bg_q.png) no-repeat center left 2.7rem;
  background-size: 4rem;
  padding-left: 11.4rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.faq .inner .faqBox dl dt {
    padding: 3.4rem 6rem 3.8rem 10rem;
    background: url(../images/common/bg_q.png) no-repeat top 2rem left 2rem;
    background-size: 6rem;
    height: auto;
  }
}
section.faq .inner .faqBox dl dt::after {
  content: '+';
  font-size: 1.8rem;
  width: 1.8rem;
  height: 2.6rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  section.faq .inner .faqBox dl dt::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 2.5rem;
    font-size: 3.5rem;
    top: 3.5rem;
    transform: translateY(0);
  }
}
section.faq .inner .faqBox dl dt.open::after {
  content: '-';
  font-size: 1.9rem;
  width: 1.7rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  section.faq .inner .faqBox dl dt.open::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 2.5rem;
    font-size: 3.5rem;
    top: 3.5rem;
    transform: translateY(0);
  }
}
section.faq .inner .faqBox dl dd {
  width: 100%;
  background: url(../images/common/bg_a.png) no-repeat center left 2.7rem #FFFAEB;
  background-size: 4rem;
  padding: 1.8rem 4rem 1.8rem  11.4rem;
  display: none;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  section.faq .inner .faqBox dl dd {
    padding: 3.4rem 6rem 3.6rem 10rem;
    background: url(../images/common/bg_a.png) no-repeat top 2rem left 2rem #FFFAEB;
    background-size: 6rem;
    height: auto;
  }
}
section.faq .inner .faqBox dl dd.open {
  display: flex;
  align-items: center;
}
section.faq .inner p.btnMore {
  width: 33rem;
  height: 8rem;
  margin: 2.5rem auto auto;
  cursor: pointer;
  background: url("../images/common/btn_more.png") no-repeat;
  background-size: 100%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.faq .inner p.btnMore {
    width: 58rem;
    height: 10rem;
    margin: 4rem auto auto;
    background: url("../images/common/btn_more_sp.png") no-repeat;
    background-size: 100%;
  }
}
section.faq .inner p.btnMore.open {
  background: url("../images/common/btn_close.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  section.faq .inner p.btnMore.open {
    background: url("../images/common/btn_close_sp.png") no-repeat;
    background-size: 100%;
  }
}

.moreCont {
  display: none;
}
.moreCont.open {
  display: block;
}

section.contact {
  width: 100%;
  padding-bottom: 6rem;
  background: #fff;
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  section.contact {
    padding-bottom: 8.4rem;
  }
}
section.contact .inner {
  width: 110rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.contact .inner {
    width: 100%;
  }
}
section.contact .inner h2 {
  font-size: 2.9rem;
  font-weight: 700;
  margin-bottom: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.contact .inner h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
  }
}
section.contact .inner h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 2.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.contact .inner h3 {
    font-size: 2.5rem;
  }
}
section.contact .inner p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.9rem;
  margin-bottom: 2.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.contact .inner p {
    font-size: 1.6rem;
  }
}
section.contact .inner p.btn_inquiry {
  width: 33rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  section.contact .inner p.btn_inquiry {
    width: 58rem;
  }
}

footer {
  width: 114rem;
  margin: auto;
  border-top: 1px solid #000;
  padding-top: 5rem !important;
  padding-bottom: 7.6rem !important;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  footer {
    width: 63rem;
    box-shadow: none;
    padding-top: 5.7rem !important;
    padding-bottom: 9.6rem !important;
  }
}
footer ul {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer ul {
    flex-direction: column;
    gap: 4.2rem;
  }
}
footer ul li.logo_tokyo {
  width: 27.69rem;
}
@media screen and (max-width: 768px) {
  footer ul li.logo_tokyo {
    width: 37rem;
  }
}
footer ul li.logo_zaidan {
  width: 36.92rem;
}
@media screen and (max-width: 768px) {
  footer ul li.logo_zaidan {
    width: 46rem;
  }
}
footer ul li.logo_gyoukai {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  footer ul li.logo_gyoukai {
    width: 46rem;
  }
}

#menu-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #menu-panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding: 0 0 0;
    background: #fff;
    display: block;
    border-radius: 0;
  }
}

#menu-panel.open {
  opacity: 1;
  visibility: visible;
  z-index: 20;
}

#menu-panel > ul {
  margin: auto;
  display: flex;
  align-items: center;
}

#menu-panel > ul > li {
  border-bottom: 2rem solid #fff;
  margin-bottom: 0;
}
#menu-panel > ul > li:last-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  #menu-panel > ul > li:last-of-type {
    border-bottom: 2rem solid #fff;
  }
}

#menu-panel > ul > li > a {
  font-size: 2.56rem;
  padding: 5.4rem 0.9rem;
  display: block;
  color: #fff;
}

#menu-panel > ul li ul.secondDeg {
  margin-top: 0;
  padding-bottom: 1rem;
}

#menu-panel > ul li ul.secondDeg li {
  border-bottom: none;
  margin-bottom: 2.1rem;
}

#menu-panel > ul li ul.secondDeg li a {
  font-size: 2.4rem;
  padding: 1rem 0;
  display: block;
  color: #fff;
}

#menu-panel > ul:nth-of-type(3) {
  width: 67rem;
  display: grid;
  /* width: fit-content; */
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
  margin-top: 3rem;
}

#menu-panel > ul:nth-of-type(3) li {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .spMenuHead {
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 3;
  }
}

@media screen and (max-width: 768px) {
  #menu-close {
    width: 3rem;
    height: 3rem;
    display: block;
    position: relative;
    float: right;
    margin-top: 3rem;
    margin-right: 5rem;
  }
}

@media screen and (max-width: 768px) {
  #menu-close span {
    height: 0.2rem;
    width: 4rem;
    background: #000;
  }
}

@media screen and (max-width: 768px) {
  #menu-close span:first-child {
    position: absolute;
    top: 2.88rem;
    left: auto;
    transform: rotate(45deg);
  }
}

#menu-close span:nth-child(2) {
  display: none;
}

@media screen and (max-width: 768px) {
  #menu-close span:nth-child(3) {
    position: absolute;
    top: 2.88rem;
    left: auto;
    transform: rotate(-45deg);
  }
}

.menu-open {
  position: absolute;
  top: 0;
  right: 0;
  width: 8.474rem;
  height: 6rem;
  background: #fda12d;
  cursor: pointer;
  border-radius: 2.6rem;
}
@media screen and (max-width: 768px) {
  .menu-open {
    width: 4rem;
    height: 2.9rem;
    background: none;
    position: relative;
  }
}
.menu-open span {
  background: #000;
  width: 4rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
}
.menu-open span:nth-of-type(2) {
  top: 1.2rem;
}
.menu-open span:nth-of-type(3) {
  top: 2.4rem;
}

@media screen and (max-width: 768px) {
  .nav-items a.active {
    color: #194696;
  }
}

@media screen and (max-width: 768px) {
  p.btnInquiry {
    width: 58rem;
    margin: 8rem auto auto;
  }
}

main.main-content {
  width: 110rem;
  margin: auto;
  padding: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  main.main-content {
    width: 100%;
  }
}

.search-sort-container {
  margin-bottom: 2.3rem;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .search-sort-container {
    width: 65.3rem;
    margin: auto auto 3rem;
  }
}
.search-sort-container p.attention {
  font-size: 1.5rem;
  margin-left: 45rem;
}
@media screen and (max-width: 768px) {
  .search-sort-container p.attention {
    font-size: 2rem;
    margin-left: 0;
  }
}

.search-container {
  width: 44.5rem;
  gap: 0;
  justify-content: flex-start;
  flex-grow: 0;
}
@media screen and (max-width: 768px) {
  .search-container {
    width: 100%;
  }
}
.search-container #search-input {
  width: 26rem;
  height: 4.6rem;
  border-radius: 1rem 0 0 1rem;
  border: 1px solid #707070;
  border-right: none;
  box-sizing: border-box;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .search-container #search-input {
    width: 40rem;
    height: 7rem;
    border-radius: 1.5rem 0 0 1.5rem;
    font-size: 2.5rem;
  }
}
.search-container button.search-btn, .search-container button.search-btn:hover, .search-container button.search-btn:focus {
  width: 8rem;
  height: 4.6rem;
  border-radius: 0 1rem 1rem 0;
  background: #194696;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #194696;
  border-left: none;
  box-sizing: border-box;
  margin-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .search-container button.search-btn, .search-container button.search-btn:hover, .search-container button.search-btn:focus {
    width: 12rem;
    height: 7rem;
    border-radius: 0 1.5rem 1.5rem 0;
    font-size: 2.5rem;
  }
}
.search-container button.reset-btn {
  width: 9rem;
  height: 4.6rem;
  background: #C8C8C8;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0;
}
@media screen and (max-width: 768px) {
  .search-container button.reset-btn {
    width: 12rem;
    height: 7rem;
    border-radius: 1.5rem;
    font-size: 2.5rem;
    letter-spacing: -0.1rem;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .custom-select-wrapper {
    width: 32rem;
  }
}

.filter-sort-container {
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .filter-sort-container {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.filter-sort-container button.custom-select-btn {
  width: 20rem;
  height: 4.6rem;
  border: 1px solid #707070;
  border-radius: 1rem;
  color: #969696;
  background: url("../images/common/arrow_blow.png") no-repeat center right 1.9rem;
  background-size: 1rem;
  padding: 0.8rem 1.2rem;
  min-width: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .filter-sort-container button.custom-select-btn {
    width: 31.5rem;
    height: 6rem;
    font-size: 2rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
  }
}
.filter-sort-container button.favorites-btn {
  width: 18rem;
  height: 4.6rem;
  border: 1px solid #707070;
  border-radius: 1rem;
  color: #969696;
  text-align: left;
  background: url("../images/common/ico_heart.png") no-repeat center right 1.9rem;
  background-size: 2rem;
  padding: 0.8rem 1.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .filter-sort-container button.favorites-btn {
    width: 25rem;
    height: 6rem;
    font-size: 2rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    padding-left: 4rem;
    background: url("../images/common/ico_heart.png") no-repeat top 2.2rem right 4rem;
    background-size: 2rem;
  }
}

.mvOther {
  width: 100%;
  height: auto;
  position: relative;
  margin: 8rem auto 8rem;
}
@media screen and (max-width: 768px) {
  .mvOther {
    width: 100%;
    height: 16rem;
    margin: 12rem auto 5rem;
  }
}
.mvOther h1 {
  position: absolute;
  top: 6.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mvOther h1 {
    top: 4.7rem;
  }
}
.mvOther h1 span {
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .mvOther h1 span {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

.pagination-container {
  margin-top: 6rem;
  gap: 1.2rem;
}

.page-arrow {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
}

button.page-button {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  font-size: 2.5rem;
  color: #AAAAAA;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  button.page-button {
    width: 6.5rem;
    height: 6.5rem;
    padding: 0 0 0 0;
  }
}
button.page-button.active {
  color: #000;
  background: #fff;
}

button.page-arrow {
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0.5rem 0;
}
@media screen and (max-width: 768px) {
  button.page-arrow {
    width: 6.5rem;
    height: 6.5rem;
    font-size: 5rem;
  }
}

.company-page ul.btns, .movie-page ul.btns {
  width: 75rem;
  margin: 8rem auto 15rem;
}
@media screen and (max-width: 768px) {
  .company-page ul.btns, .movie-page ul.btns {
    width: 58rem;
  }
}

p.btn_totop {
  width: 33rem;
  margin: auto auto 6rem;
}
@media screen and (max-width: 768px) {
  p.btn_totop {
    width: 58rem;
  }
}

.movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 4rem;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .movie-list {
    width: 65rem !important;
    margin: auto;
  }
}
.movie-list a {
  width: 34rem;
  background-color: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .movie-list a {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .movie-image-container {
    width: 65rem;
    margin: auto;
    row-gap: 5rem;
  }
}
.movie-image-container a {
  width: 100%;
}

h2.movie-card-title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  h2.movie-card-title {
    font-size: 3.8rem;
  }
}

section.newsListBox {
  width: 100%;
  background: #FAFAFA;
  margin-bottom: 6.5rem;
}
section.newsListBox .inner {
  width: 86.4rem;
  margin: auto;
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  section.newsListBox .inner {
    width: 59rem;
  }
}

.news-page .mvOther {
  margin-bottom: 0;
}

.news-page .newsBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .news-page .newsBox {
    gap: 4.7rem;
  }
}

.news-page .newsBox dl dt {
  width: 26rem;
  height: 3.3rem;
  padding-right: 2.6rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .news-page .newsBox dl dt {
    width: 100%;
  }
}

.news-page .newsBox dl dd {
  width: calc(100% - 26rem);
}
@media screen and (max-width: 768px) {
  .news-page .newsBox dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news-page .mvOther h1 {
    top: 6.5rem;
  }
}

.industries {
  width: 110rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 4rem;
  padding-bottom: 10.6rem;
}
@media screen and (max-width: 768px) {
  .industries {
    width: 65rem;
    row-gap: 2.7rem;
  }
}
.industries p.attention {
  font-size: 2rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 53rem;
}
@media screen and (max-width: 768px) {
  .industries p.attention {
    width: 100%;
    padding-top: 5rem;
  }
}
.industries p.attention img {
  width: 35.5rem;
}
@media screen and (max-width: 768px) {
  .industries p.attention img {
    width: 48.9rem;
  }
}

.indust {
  width: 53rem;
  border-radius: 2rem;
  border: 1px solid #969696;
  padding: 6rem 3rem 2.6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .indust {
    width: 100%;
    padding: 7rem 3rem 2.6rem;
  }
}
.indust h2 {
  width: 100%;
  height: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.3rem;
  margin-bottom: 0.9rem;
  margin-top: -14rem;
  padding-top: 14rem;
}
@media screen and (max-width: 768px) {
  .indust h2 {
    height: 10rem;
    margin-bottom: 1.7rem;
    margin-top: -20rem;
    padding-top: 20rem;
  }
}
.indust h2 figure {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .indust h2 figure {
    width: 10rem;
  }
}
.indust h2 span {
  width: 37rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .indust h2 span {
    width: 46rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}
.indust p.lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5rem;
  overflow-wrap: break-word;
  margin-bottom: 1.5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .indust p.lead {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
    margin-top: 7rem;
  }
}
.indust ul.btns {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.2rem;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  .indust ul.btns {
    gap: 0;
    row-gap: 1rem;
    margin-top: 2rem;
  }
}
.indust ul.btns li {
  width: 23rem;
  height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .indust ul.btns li {
    width: 29rem;
    height: 6rem;
  }
}
.indust ul.btns li a {
  width: 100%;
  height: 100%;
  border-radius: 1.75rem;
  background: url("../images/common/arrow_black.png") no-repeat center right 2rem #E2E7F0;
  background-size: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .indust ul.btns li a {
    border-radius: 3rem;
    background: url("../images/common/arrow_black.png") no-repeat center right 2rem #E2E7F0;
    background-size: 0.982rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .indust ul.btns li a:hover, .indust ul.btns li a:focus, .indust ul.btns li a:active {
    border-radius: 3rem;
    background: url("../images/common/arrow_black.png") no-repeat center right 2rem #E2E7F0 !important;
    background-size: 0.982rem !important;
    font-size: 2rem;
  }
}
.indust ul.btns li a.pdf {
  background: url("../images/common/arrow_white.png") no-repeat center right 2rem #194696;
  background-size: 0.8rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .indust ul.btns li a.pdf {
    background: url("../images/common/arrow_white.png") no-repeat center right 2rem #194696;
    background-size: 0.982rem;
  }
}

figure.gacha {
  width: 85.4rem;
  margin: 1.2rem auto 4.7rem;
}
@media screen and (max-width: 768px) {
  figure.gacha {
    width: 63.7rem;
    margin: 2rem auto 6rem;
  }
}

@media screen and (max-width: 768px) {
  #video-modal .modal-content {
    margin: 15% auto;
  }
}

.close-button {
  top: -6rem;
  right: 0;
}

p.no-results {
  font-size: 1.8rem;
  margin: 1rem auto auto;
}

.company-page #company-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 4rem;
}

ul.innerLInk {
  width: 100%;
  margin: -5rem auto 6rem;
  padding: 3.6rem 0;
  background: #1E2D62;
  display: flex;
  justify-content: center;
  gap: 0.7rem;
}
@media screen and (min-width: 1400px) {
  ul.innerLInk {
    width: 1400px;
  }
}
@media screen and (max-width: 768px) {
  ul.innerLInk {
    width: 100%;
    flex-wrap: wrap;
    row-gap: 0.7rem;
    padding: 0.7rem;
  }
}
ul.innerLInk li {
  width: 13.2rem;
  height: 8.25rem;
}
@media screen and (max-width: 768px) {
  ul.innerLInk li {
    flex-wrap: wrap;
    width: 17.8rem;
    height: 11rem;
  }
}
ul.innerLInk li a {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  background: url("../images/common/arrow_bellow.png") no-repeat center bottom 1.2rem #FFFF00;
  background-size: 1.3rem;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.5rem;
  color: #000000;
  padding: 1rem 0 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  ul.innerLInk li a {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}

figure.date {
  width: 110rem;
  margin: 8.8rem auto 7.9rem;
}
@media screen and (max-width: 768px) {
  figure.date {
    width: 66rem;
    margin: -12rem auto 13.5rem;
  }
}

figure.headline {
  width: 65rem;
  margin: auto auto 5rem;
}
@media screen and (max-width: 768px) {
  figure.headline {
    width: 65rem;
    margin: auto auto 5rem;
  }
}
