@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700;900&family=Sawarabi+Mincho&display=swap");
html {
  font-size: 100px;
  overflow-x: scroll;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 75px;
  }
}

body {
  max-width: 1440px;
  min-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%;
    max-width: 100%;
  }
}

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

a,
a img,
button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:hover,
a img:hover,
button:hover {
  opacity: 0.6;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

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

.sec_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sp_inner {
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.al-c-pc {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .al-c-pc {
    text-align: left;
  }
}

.mb-12 {
  margin-bottom: 0.12rem !important;
}

.mb-40 {
  margin-bottom: 0.4rem !important;
}

.mb-75 {
  margin-bottom: 0.75rem !important;
}

.mb-95 {
  margin-bottom: 0.95rem !important;
}

.bold {
  font-weight: bold;
}

.fs-18 {
  font-size: 0.18rem;
}

.fs-20 {
  font-size: 0.2rem;
}

.ex-link {
  text-decoration: none;
  color: #000000;
}

.ex-link:link, .ex-link:visited {
  text-decoration: none;
}

.ex-link:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-left: 0.08rem;
}

.ex-link span {
  border-bottom: solid 2px #0068b7;
}

.asta {
  text-indent: -1em;
  margin-left: 1em;
}

.asta::before {
  content: "※";
}

.subpage-top {
  padding-top: 80px;
}

.subpage-top .page-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subpage-top .page-icon svg {
  width: 120px;
  height: 120px;
  fill: #00b7ee;
}

.subpage-top .h1 {
  font-size: 0.4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.25rem;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .subpage-top {
    padding-top: calc(10.67vw + 65px);
  }
  .subpage-top .page-icon svg {
    width: 16vw;
    height: 16vw;
  }
  .subpage-top .h1 {
    font-size: 5.33vw;
    padding-top: 2.67vw;
    padding-bottom: 3.33vw;
    margin-bottom: 7.6vw;
  }
}

.h1 {
  color: #00b7ee;
  font-size: 0.24rem;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.1rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00b7ee), color-stop(0.05rem, #00b7ee), color-stop(0.05rem, transparent));
  background-image: linear-gradient(to top, #00b7ee, #00b7ee 0.05rem, transparent 0.05rem);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0.4rem 0.05rem;
  margin-bottom: 0.7rem;
  margin-left: auto;
  margin-right: auto;
}

.h2-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.33rem;
  margin-bottom: 0.33rem;
}

.h2-white span {
  background-color: #fff;
  color: #0068b7;
  display: inline-block;
  padding: 0.05rem 0.17rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: bold;
}

.h2-blue {
  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: 538px;
  height: 57px;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  background-color: #0068b7;
  margin-top: 0.48rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 767px) {
  .h2-blue {
    max-width: 71.73vw;
  }
}

.h3-blue-l {
  width: 100%;
  background-color: #0068b7;
  color: #fff;
  font-weight: bold;
  padding: 0.04rem 0.13rem;
  margin-top: 0.5rem;
  margin-bottom: 0.55rem;
}

.hr-blue-dot {
  border: none;
  height: 0.1rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#94cef9), color-stop(0.04rem, #94cef9), color-stop(0.04rem, transparent), color-stop(0.08rem, transparent));
  background-image: linear-gradient(to right, #94cef9, #94cef9 0.04rem, transparent 0.04rem, transparent 0.08rem);
  background-position: center;
  background-size: 0.08rem 0.1rem;
  margin: 0;
}

.list-dot > li {
  text-indent: -1em;
  margin-left: 1em;
}

.list-dot > li::before {
  content: "・";
}

.attention {
  border: 2px solid #f28608;
  padding: 10px;
  margin-bottom: 1em;
}

.attention h3 {
  text-align: center;
  color: #f28608;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 0.2rem;
  font-weight: bold;
}

.attention p {
  text-indent: -1em;
  line-height: 1.8;
  margin-left: 1em;
}

.attention2 {
  border: 3px solid #F00;
  background-color:#FF3;
  padding: 10px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.attention2 h3 {
  text-align: left;
  color: #f28608;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 0.2rem;
  font-weight: bold;
}

.attention2 p {
  text-indent: -1em;
  line-height: 1.8;
  margin-left: 1em;
  font-weight:bold;
}

.border-list li {
  border-bottom: 1px dashed #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.border-list li dt {
  padding: 0.1rem;
  line-height: 1.8;
  min-width: 5em;
}

.border-list li dd {
  line-height: 1.8;
  padding: 0.1rem;
}

.breadcrumb {
  margin: 0.4rem auto;
}

.breadcrumb p {
  text-align: left !important;
}

.breadcrumb i {
  margin: 0 0.1rem;
}

.en {
  margin-bottom: 60px;
}

.en .cookie {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #ffff;
  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;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.en .gdpr.is-appear {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0;
}

.en .gdpr .btn {
  margin-left: 20px;
  color: #fff;
  padding: 10px;
  background-color: #0068b7;
  border-radius: 5px;
}

.en .gdpr .btn a {
  color: #fff;
  text-decoration: none;
}

header {
  padding: 0.18rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  background-color: #fff;
  width: 100%;
  border-bottom: solid 5px #001c58;
}

header .header-logo {
  margin-right: 20px;
}

header .sw-lang {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  header {
    height: 65px;
    position: fixed;
    z-index: 1;
  }
  header .header-logo {
    width: 186px;
  }
  header .sw-lang {
    width: 75px;
    margin-left: auto;
  }
  header .hmb-btn {
    width: 30px;
    height: 3px;
    position: relative;
    margin-left: 20px;
  }
  header .hmb-btn span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #001c58;
    position: absolute;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  header .hmb-btn span:nth-child(1) {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  header .hmb-btn span:nth-child(3) {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  header .hmb-btn.close span:nth-child(1) {
    -webkit-transform: translateY(0px) rotateZ(45deg);
            transform: translateY(0px) rotateZ(45deg);
  }
  header .hmb-btn.close span:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  header .hmb-btn.close span:nth-child(3) {
    -webkit-transform: translateY(0px) rotateZ(-45deg);
            transform: translateY(0px) rotateZ(-45deg);
  }
}

footer {
  margin-top: 0.6rem;
  background-color: #001c58;
  color: #fff;
  padding: 0.38rem 0 0.2rem;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:link, footer a:visited {
  text-decoration: none;
}

footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .flex .logo {
  margin-right: 0.46rem;
}

footer .flex .info {
  margin-bottom: 0.38rem;
}

footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer-nav li {
  margin: 0 0.17rem;
}

footer .copy {
  padding-top: 0.2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
  }
  footer .flex .logo {
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  footer .flex .info {
    margin-bottom: 0.38rem;
  }
}

.gnav {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.gnav li {
  margin: 0 0.18rem;
}

.gnav a {
  text-decoration: none;
  color: #000000;
}

.gnav a:link, .gnav a:visited {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .gnav {
    position: absolute;
    width: 100%;
    height: calc(100vh - 40px);
    left: 0;
    top: 60px;
    padding: 6.67vw 5.3vw;
    display: -ms-grid;
    display: grid;
    grid-gap: 2.67vw;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 10.67vw (24.27vw)[3];
        grid-template-rows: 10.67vw repeat(3, 24.27vw);
    background-color: #fff;
    -webkit-transition: ease all 0.3s;
    transition: ease all 0.3s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .gnav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .gnav li {
    margin: 0;
    border: solid 2px #001c58;
    border-radius: 1.4vw;
    width: 100%;
    height: 100%;
    padding-top: 1vw;
    padding-bottom: 0.8vw;
  }
  .gnav li svg {
    width: 11.2vw;
    height: 11.2vw;
    fill: #000;
    margin-top: auto;
  }
  .gnav li img.hfc {
    width: 21.73vw;
    margin-top: auto;
  }
  .gnav li a {
    text-decoration: none;
    color: #001c58;
    width: 100%;
    height: 100%;
    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;
    font-size: 3.2vw;
    text-align: center;
  }
  .gnav li a:link, .gnav li a:visited {
    text-decoration: none;
  }
  .gnav li a span {
    margin-top: auto;
  }
  .gnav li.col-3 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
  }
}

.kv-top {
  position: relative;
}

@media screen and (max-width: 767px) {
  .kv-top {
    z-index: 0;
  }
}

.kv-top .kv-img {
  position: relative;
  overflow: hidden;
}

.kv-top img[class^="kv-bg-"] {
  position: absolute;
  opacity: 0;
  /* animation-iteration-count: infinite;
        animation-fill-mode: backwards; */
}

.kv-top img.kv-bg-01 {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-name: kv-init, kv-01;
          animation-name: kv-init, kv-01;
  -webkit-animation-duration: 16s;
          animation-duration: 16s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1, infinite;
          animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.kv-top img.kv-bg-02 {
  right: 0;
  top: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: kv-02 16s linear infinite backwards;
          animation: kv-02 16s linear infinite backwards;
}

.kv-top img.kv-bg-03 {
  left: 0;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: kv-03 16s linear infinite backwards;
          animation: kv-03 16s linear infinite backwards;
}

.kv-top img.kv-bg-04 {
  right: 0;
  top: 0;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-animation: kv-04 16s linear infinite backwards;
          animation: kv-04 16s linear infinite backwards;
}

@-webkit-keyframes kv-init {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kv-init {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes kv-01 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kv-01 {
  0% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  8% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  33% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes kv-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 0;
  }
}

@keyframes kv-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  58% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes kv-03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  58% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  83% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes kv-03 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  58% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  83% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes kv-04 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  8% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  75% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

@keyframes kv-04 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  8% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  75% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  83% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}

.kv-top .kv-title {
  position: relative;
  z-index: 9;
}

.kv-top .inner {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.kv-top .inner .label {
  font-size: 0.24rem;
  width: 2.2rem;
  height: 0.34rem;
  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;
  color: #0068b7;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.2rem;
}

.kv-top .inner .kv-btns {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kv-top .inner .kv-btns li {
  border-radius: 9px;
  background-color: #0068b7;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}

.kv-top .inner .kv-btns li svg {
  margin-right: 0.13rem;
  fill: #fff;
}

.kv-top .inner .kv-btns li.consultation svg {
  width: 0.5rem;
  height: 0.45rem;
}

.kv-top .inner .kv-btns li.location svg {
  width: 0.4rem;
  height: 0.44rem;
}

.kv-top .inner .kv-btns li.supporter svg {
  width: 0.4rem;
  height: 0.4rem;
}

.kv-top .inner .kv-btns li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.075rem 0 0.075rem 0.13rem;
  border-color: transparent transparent transparent #fff;
  margin-left: auto;
}

.kv-top .inner .kv-btns a {
  text-decoration: none;
  color: #fff;
}

.kv-top .inner .kv-btns a:link, .kv-top .inner .kv-btns a:visited {
  text-decoration: none;
}

.kv-top .inner .kv-btns .large {
  height: 75px;
  width: 100%;
  font-size: 0.2rem;
  padding: 0 0.15rem 0 0.5rem;
}

.kv-top .inner .kv-btns .small {
  width: 240px;
  height: 75px;
  padding: 0 0.15rem;
}

@media screen and (max-width: 767px) {
  .kv-top {
    padding-top: 65px;
  }
  .kv-top .inner {
    bottom: 6vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .kv-top .inner .label {
    font-size: 3.2vw;
    width: 29.33vw;
    height: 4.53vw;
    margin-bottom: 2.67vw;
  }
  .kv-top .inner .kv-btns {
    width: 66.67vw;
    max-width: 500px;
  }
  .kv-top .inner .kv-btns li {
    border-radius: 1.2vw;
  }
  .kv-top .inner .kv-btns li svg {
    margin-right: 1.73vw;
  }
  .kv-top .inner .kv-btns li.consultation svg {
    width: 6.67vw;
    height: 6vw;
  }
  .kv-top .inner .kv-btns li.location svg {
    width: 5.33vw;
    height: 5.87vw;
  }
  .kv-top .inner .kv-btns li.supporter svg {
    width: 5.33vw;
    height: 5.33vw;
  }
  .kv-top .inner .kv-btns li::after {
    border-width: 1vw 0 1vw 1.73vw;
  }
  .kv-top .inner .kv-btns .large {
    height: 13.33vw;
    width: 100%;
    font-size: 2.5vw;
    padding: 0 2vw 0 6.7vw;
  }
  .kv-top .inner .kv-btns .small {
    width: 48%;
    height: 10.67vw;
    padding: 0 2vw;
    font-size: 2.13vw;
  }
}

@media screen and (max-width: 449px) {
  .kv-top .inner .kv-btns {
    width: calc(66.67vw + 54.4px);
  }
}

@media screen and (min-width: 768px) {
  .top-page header {
    border-bottom: none;
  }
}

.top-page .sec-for-local {
  padding-top: 0.13rem;
  padding-bottom: 0.5rem;
  margin-top: 0.28rem;
  background-color: #0068b7;
  margin-bottom: 0.45rem;
}

.top-page .bg {
  background-color: rgba(89, 73, 63, 0.1);
}

.top-page .bg .cap {
  font-size: 0.14rem;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.news-list li {
  background-image: url(../img/common/border-dot.gif);
  background-repeat: repeat-x;
  background-position: center bottom;
  margin-bottom: 0.25rem;
  padding-bottom: 0.1rem;
}

.news-list li:last-child {
  margin-bottom: 0;
}

.news-list dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list dl dt date {
  margin-right: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-list dl dt date.new::after {
  content: "NEW";
  height: 0.2rem;
  width: 0.42rem;
  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;
  color: #fff;
  background-color: #f50006;
  margin-left: 0.1rem;
}

.news-list dl dd {
  width: 100%;
  padding-top: 0.1rem;
}

.news-list dl dd a {
  text-decoration: none;
  color: #000000;
}

.news-list dl dd a:link, .news-list dl dd a:visited {
  text-decoration: none;
}

*[class^="news-cat-"] {
  border: solid 1px;
  width: 1.2rem;
  height: 0.3rem;
  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;
  margin-left: 0.15rem;
}

.news-cat-info {
  border-color: #0068b7;
}

.news-cat-movie {
  border-color: #ff6c00;
}

.news-cat-event {
  border-color: #009966;
}

.news-cat-extra {
  border-color: #9b2222;
  font-size: 0.14rem;
}

.news-index-page .sec-news-list {
  margin-bottom: 1rem;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.5rem 0;
}

.btn-a {
  width: 1.8rem;
  height: 0.38rem;
  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: bold;
  border: solid 1px #0068b7;
  border-radius: 0.1rem;
  position: relative;
  text-decoration: none;
  color: #0068b7;
}

.btn-a:link, .btn-a:visited {
  text-decoration: none;
}

.btn-a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #0068b7;
  position: absolute;
  top: 50%;
  right: 0.09rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-b {
  width: 2rem;
  height: 0.6rem;
  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;
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  background-color: #0068b7;
  border-radius: 0.1rem;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.btn-c {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: solid 1px #0068b7;
  border-radius: 0.1rem;
  font-weight: bold;
  text-decoration: none;
  color: #0068b7;
  padding: 0.11rem 0.08rem 0.11rem 0.2rem;
}

.btn-c:link, .btn-c:visited {
  text-decoration: none;
}

.btn-c::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 0.11rem;
  display: block;
}

.btn-c::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #0068b7;
  margin-left: 0.15rem;
}

.btn-c.pdf::before {
  background-image: url(../img/common/icon-pdf.png);
  width: 0.25rem;
  height: 0.33rem;
}

.pagenation {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pagenation > * {
  margin-left: 0.05rem;
  margin-right: 0.05rem;
}

.pagenation a {
  text-decoration: none;
  color: #000000;
  padding: 0.04rem 0.08rem;
  border: solid 1px #0068b7;
  color: #0068b7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pagenation a:link, .pagenation a:visited {
  text-decoration: none;
}

.pagenation a.current {
  background-color: #0068b7;
  color: #fff;
  font-weight: bold;
}

.files {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.files li {
  margin-bottom: 0.15rem;
}

.files li a {
  text-decoration: none;
  color: #000000;
  padding: 0.15rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #0068b7;
  color: #fff;
}

.files li a:link, .files li a:visited {
  text-decoration: none;
}

.files li a span:first-child {
  font-size: 0.18rem;
  font-weight: bold;
}

.files li a span:first-child::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  margin-left: 0.1rem;
}

.bnr-list-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .bnr-list-a {
    -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;
  }
  .bnr-list-a li {
    margin-bottom: 6.67vw;
  }
  .bnr-list-a li:last-child {
    margin-bottom: 0;
  }
}

.bnr-list-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.05rem 0;
}

.bnr-list-b li {
  margin: 0.15rem 0.2rem;
}

@media screen and (max-width: 767px) {
  .bnr-list-b {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bnr-list-b li {
    width: 46%;
    margin-left: 0;
    margin-right: 0;
  }
}

.supporter-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.supporter-bnr li {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  margin-bottom: 0.2rem;
}

.serch-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 612px;
  margin-left: auto;
  margin-right: auto;
}

.serch-box input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.6rem;
  border: solid 1px #0068b7;
  border-radius: 0.1rem 0 0 0.1rem;
  padding-left: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.24rem;
}

.serch-box button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  height: 0.6rem;
  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;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  background-color: #0068b7;
  border-radius: 0 0.1rem 0.1rem 0;
  padding: 0 0.27rem;
  min-width: 78px;
}

.label-cb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.2rem;
}

.label-cb::before {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../img/form/icon-check-blank.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 0.05rem;
  margin-right: 0.05rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.label-cb.checked::before {
  background-image: url(../img/form/icon-check.png);
}

.label-cb.half-checked::before {
  background-image: url(../img/form/icon-halfcheck.png);
}

.nest-data-checklist input[type="checkbox"] {
  display: none;
}

.nest-data-checklist > li {
  margin-bottom: 0.22rem;
}

.nest-data-checklist > li:last-child {
  margin-bottom: 0;
}

.nest-data-checklist > li dl {
  border: solid 2px #eff8ff;
}

.nest-data-checklist > li dl dt {
  background-color: #eff8ff;
  font-size: 0.22rem;
  padding: 0.08rem 0.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.nest-data-checklist > li dl dt::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 0.2rem;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.nest-data-checklist > li dl dt.no-child::after {
  content: none;
}

.nest-data-checklist > li dl dd {
  padding-left: 0.35rem;
  display: none;
}

.nest-data-checklist > li dl.open {
  border-color: #94cef9;
}

.nest-data-checklist > li dl.open dt {
  background-color: transparent;
}

.nest-data-checklist > li dl.open dt::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.nest-data-checklist .lv-2 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

.nest-data-checklist .lv-2 li {
  margin-bottom: 0.1rem;
}

.nest-data-checklist .lv-2 li:last-child {
  margin-bottom: 0;
}

.kw-seach {
  padding-top: 0.4rem;
  margin-bottom: 1rem;
}

.en .kw-seach {
  padding-top: 0rem;
}

.cat-seach {
  padding-top: 0.5rem;
  margin-bottom: 1rem;
}

.cat-seach .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.2rem;
  margin-bottom: 1rem;
}

@media screen\0 {
  .cat-seach .grid .data-list:first-child {
    margin-right: 0.15rem;
  }
  .cat-seach .grid .data-list:last-child {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-left: 0.15rem;
  }
}

@media screen and (max-width: 767px) {
  .cat-seach .grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .cat-seach .grid .data-list:last-child {
    margin-top: 0.22rem;
  }
}

.selected-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.18rem;
  padding-top: 0.1rem;
}

@media screen and (max-width: 767px) {
  .selected-cat {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.selected-cat dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.02rem;
}

.selected-cat dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.selected-cat dd ul li {
  font-weight: bold;
  color: #0068b7;
  padding: 0.02rem 0.07rem;
  border: solid 1px #0068b7;
  border-radius: 0.05rem;
  margin-right: 0.13rem;
  margin-bottom: 0.1rem;
}

.input-max {
  width: 100%;
}

.input-l {
  width: 2.6rem;
  max-width: 100%;
}

.input-m {
  width: 1.2rem;
  max-width: 100%;
}

.input-s {
  width: 1rem;
  max-width: 100%;
}

.input-ss {
  width: 0.75rem;
  max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
  padding: 0.1rem;
  font-size: 0.2rem;
  background-color: rgba(0, 0, 0, 0.02);
  border: solid 2px #000;
}

textarea {
  min-height: 0.9rem;
}

input[type="file"] {
  margin-bottom: 0.05rem;
}

.form-function-btn {
  color: #f50006;
  font-weight: bold;
  font-size: 0.16rem;
  margin-left: 0.15rem;
  border: solid 1px #f50006;
  border-radius: 0.05rem;
  padding: 0.02rem 0.05rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-function-btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 0 2px 4px;
  border-color: transparent transparent transparent #f50006;
  margin-left: 0.05rem;
}

.form {
  font-size: 0.14rem;
}

.form > li {
  margin-bottom: 0.3rem;
}

.form > li:last-child {
  margin-bottom: 0;
}

.form .label-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.06rem;
}

.form .label-row .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  min-width: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.1rem;
}

.form .req .label::after {
  content: "必須";
  background-color: #f50006;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 0.02rem 0.05rem;
  border-radius: 0.05rem;
  margin-left: 0.1rem;
}

.form .input-row {
  margin-bottom: 0.1rem;
}

.form .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form .flex > *:first-child {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.12rem;
  margin-right: 0.1rem;
}

.form .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form .flex-wrap > * {
  margin-right: 0.1rem;
}

.li-req::after {
  content: "必須";
  background-color: #f50006;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0.02rem 0.05rem;
  border-radius: 0.05rem;
  margin-left: 0.1rem;
  font-size: 0.14rem;
  text-indent: 0;
}

.en .li-req::after {
  content: "*";
  background-color: #f50006;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0.02rem 0.05rem;
  border-radius: 0.05rem;
  margin-left: 0.1rem;
  font-size: 0.14rem;
  text-indent: 0;
}

.en .req .label::after {
  content: "*";
  font-size: 0.14rem;
  background-color: #f50006;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 0.02rem 0.05rem;
  border-radius: 0.05rem;
  margin-left: 0.1rem;
}

.en .en-days {
  margin-top: 0.1rem;
}

@media screen and (max-width: 767px) {
  .en .form .label-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .en .form .label-row .label {
    min-width: auto;
    max-width: 100%;
  }
}

.en .form .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.en .form .flex .radio-btn {
  margin-bottom: 0.1rem;
}

.location-index-page.en li {
  font-size: 0.16rem;
}

.location-index-page.en .label-cb {
  font-size: 0.16rem;
}

.sec-location-seach-result p {
  font-size: 0.18rem;
}

.sec-location-seach-result .result-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(260px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 0.2rem;
  margin-top: 0.8rem;
  margin-left: auto;
  margin-right: auto;
}

.sec-location-seach-result .result-list li {
  display: inline-block;
  max-width: 342px;
  margin-left: auto;
  margin-right: auto;
}

.sec-location-seach-result .result-list a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  font-size: 0.18rem;
}

.sec-location-seach-result .result-list a:link, .sec-location-seach-result .result-list a:visited {
  text-decoration: none;
}

@media screen\0 {
  .sec-location-seach-result .result-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec-location-seach-result .result-list li {
    width: 260px;
    min-height: 280px;
    margin: 0 7px 20px;
  }
  .sec-location-seach-result .result-list li img {
    width: 260px;
  }
  .sec-location-seach-result .result-list li dd {
    margin-bottom: auto;
  }
}

.works-index-page.en {
  font-size: 0.16rem;
}

@media screen and (max-width: 767px) {
  .works-index-page.en .works-list {
    font-size: 0.18rem;
  }
  .works-index-page.en .works-list .head {
    display: none;
  }
  .works-index-page.en .works-list .work dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.2rem;
  }
  .works-index-page.en .works-list .work dl > * {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .works-index-page.en .works-list .work dl > *::before {
    margin-right: 0.05rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 90px !important;
  }
  .works-index-page.en .works-list .work dl > *:nth-child(1) {
    width: 100%;
  }
  .works-index-page.en .works-list .work dl > *:nth-child(1)::before {
    content: "【Title】" !important;
  }
  .works-index-page.en .works-list .work dl > *:nth-child(2) {
    width: 100%;
  }
  .works-index-page.en .works-list .work dl > *:nth-child(2)::before {
    content: "【Director】" !important;
  }
  .works-index-page.en .works-list .work dl > *:nth-child(3) {
    width: 100%;
  }
  .works-index-page.en .works-list .work dl > *:nth-child(3)::before {
    content: "【Year】" !important;
  }
}

.works-index-page .sec-works {
  padding-top: 0.4rem;
  margin-bottom: 1rem;
}

.works-index-page .sec-works .works-list {
  font-size: 0.18rem;
}

.works-index-page .sec-works .works-list .head {
  background-color: #0068b7;
  color: #fff;
  font-weight: bold;
}

.works-index-page .sec-works .works-list .head,
.works-index-page .sec-works .works-list .work dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.works-index-page .sec-works .works-list .head > *,
.works-index-page .sec-works .works-list .work dl > * {
  padding: 0.2rem 0.1rem;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.works-index-page .sec-works .works-list .head > *:nth-child(1),
.works-index-page .sec-works .works-list .work dl > *:nth-child(1) {
  width: 700px;
}

.works-index-page .sec-works .works-list .head > *:nth-child(2),
.works-index-page .sec-works .works-list .work dl > *:nth-child(2) {
  width: 310px;
}

.works-index-page .sec-works .works-list .head > *:nth-child(3),
.works-index-page .sec-works .works-list .work dl > *:nth-child(3) {
  width: 80px;
}

.works-index-page .sec-works .works-list .work:nth-child(2n) {
  background-color: #eff8ff;
}

@media screen and (max-width: 767px) {
  .works-index-page .sec-works .works-list {
    font-size: 0.18rem;
  }
  .works-index-page .sec-works .works-list .head {
    display: none;
  }
  .works-index-page .sec-works .works-list .work dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0.2rem;
  }
  .works-index-page .sec-works .works-list .work dl > * {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .works-index-page .sec-works .works-list .work dl > *::before {
    margin-right: 0.05rem;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 72px;
  }
  .works-index-page .sec-works .works-list .work dl > *:nth-child(1) {
    width: 100%;
  }
  .works-index-page .sec-works .works-list .work dl > *:nth-child(1)::before {
    content: "【作品名】";
  }
  .works-index-page .sec-works .works-list .work dl > *:nth-child(2) {
    width: 100%;
  }
  .works-index-page .sec-works .works-list .work dl > *:nth-child(2)::before {
    content: "【監督】";
  }
  .works-index-page .sec-works .works-list .work dl > *:nth-child(3) {
    width: 100%;
  }
  .works-index-page .sec-works .works-list .work dl > *:nth-child(3)::before {
    content: "【公開年】";
  }
}

.sec-supporter-result {
  margin-bottom: 1rem;
}

.sec-supporter-result .supporter-result-list {
  margin-top: 0.7rem;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.sec-supporter-result .supporter-result-list .supporter-result {
  border: solid 2px #0068b7;
  padding: 0.12rem 0.14rem;
  margin-bottom: 0.4rem;
}

.sec-supporter-result .supporter-result-list .supporter-result:last-child {
  margin-bottom: 0;
}

.sec-supporter-result .supporter-result-list .supporter-result h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #0068b7;
}

.sec-supporter-result .supporter-result-list .supporter-result ul {
  margin-top: 0.1rem;
}

.sec-supporter-result .supporter-result-list .supporter-result ul li {
  font-size: 0.2rem;
  padding: 0.16rem;
  border-bottom: dotted 2px #0068b7;
}

.sec-supporter-result .supporter-result-list .supporter-result ul li:last-child {
  padding-bottom: 0.08rem;
  border-bottom: none;
}

.sec-supporter-result .supporter-result-list .supporter-result ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-supporter-result .supporter-result-list .supporter-result ul li dl dt {
  width: 0.7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.form-wrap {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.form-wrap .list-dot > li {
  margin-bottom: 0.12rem;
}

.form-wrap .agreement-box {
  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;
  padding: 0.12rem 0.28rem;
  border: solid 5px #0068b7;
  margin-top: 0.6rem;
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
}

.form-wrap .agreement-box p {
  color: #0068b7;
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.18rem;
}

.form-wrap .agreement-box .btn-c {
  margin-bottom: 0.1rem;
}

.request-index-wrap {
  max-width: 820px;
  margin: 0 auto 1rem;
}

.request-index-wrap .icon {
  display: inline-block;
}

.request-index-wrap p {
  margin-bottom: 1em;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6;
}

.request-index-wrap .attention {
  padding: 0.18rem;
  margin-top: 1em;
}

.request-index-wrap .attention .h3 {
  font-size: 0.24rem;
}

.request-index-wrap .attention p {
  text-indent: 0;
  margin-left: 0;
  line-height: 1.8;
}

.request-index-wrap .attention2 {
  padding: 0.18rem;
  margin-top: 1em;
}

.request-index-wrap .attention2 .h3 {
  font-size: 0.24rem;
}

.request-index-wrap .attention2 p {
  text-indent: 0;
  margin-left: 0;
  line-height: 1.8;
}

.request-index-wrap .brns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request-index-wrap .brns p {
  background-color: #0068b7;
  width: 100%;
  margin: 0.1rem;
  max-width: 2.6rem;
  font-size: 0.2rem;
  border-radius: 5px;
  padding: 0;
}

.request-index-wrap .brns p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1rem;
  text-decoration: none;
  color: #fff;
}

.request-index-wrap .brns p a img {
  margin-left: 1em;
  width: 100%;
  max-width: 25px;
}

.request-index-wrap .temp {
  background-color: #0068b7;
  border-radius: 10px;
  max-width: 5.4rem;
  margin: 0.6rem auto 0.9rem;
}

.request-index-wrap .temp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1.5em;
  text-decoration: none;
  color: #fff;
  font-size: 0.2rem;
  font-weight: bold;
}

.request-index-wrap .no-form p {
  text-indent: 0;
  margin-left: 0;
  margin-bottom: 0.1rem;
}

.request-index-wrap .no-form .h3 {
  color: #0068b7;
  font-weight: bold;
  font-size: 0.24rem;
}

.request-index-wrap .no-form .h4 {
  font-size: 0.2rem;
  border: 2px solid #0068b7;
  border-radius: 1em;
  text-indent: 0;
  margin-left: 0;
  margin-top: 0.1rem;
  margin-bottom: 0.2rem;
  display: inline-block;
  padding: 0 2em;
  color: #0068b7;
  font-weight: bold;
}

.request-index-wrap .no-form .red {
  color: #f50006;
}

.request-index-wrap .no-form .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request-index-wrap .no-form .btns a {
  font-size: 0.2rem;
  padding: 0.1rem;
  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;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #0068b7;
  width: 49%;
  border-radius: 5px;
}

.request-index-wrap .no-form .btns2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.request-index-wrap .no-form .btns2 a {
  font-size: 0.2rem;
  padding: 0.1rem;
  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: left;
  padding: 0.1rem;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #0068b7;
  width: 80%;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .request-index-wrap .no-form .btns a {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .request-index-wrap .no-form .btns a p br {
    display: block !important;
  }
  .request-index-wrap .no-form .btns a img {
    margin-left: 1em;
    width: 100%;
    max-width: 25px;
  }
  
  .request-index-wrap .no-form .btns2 a {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .request-index-wrap .no-form .btns2 a p br {
    display: block !important;
  }
  .request-index-wrap .no-form .btns2 a img {
    margin-left: 1em;
    width: 100%;
    max-width: 25px;
  }
}

.request-index-wrap .no-form .btns a p {
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
}

.request-index-wrap .no-form .btns a p br {
  display: none;
}

.request-index-wrap .no-form .btns a span {
  font-size: 0.16rem;
  padding: 0 1em;
}

.request-index-wrap .no-form .btns2 a p {
  margin-bottom: 0;
  padding-left:5px;
  line-height: 1;
  text-align: left;
}

.request-index-wrap .no-form .btns2 a p br {
  display: none;
}

.request-index-wrap .no-form .btns2 a span {
  font-size: 0.16rem;
  padding: 0 1em;
}

.sec-news {
  margin-bottom: 1rem;
}

.sec-news .news-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 820px 1fr;
      grid-template-columns: 820px 1fr;
  grid-column-gap: 0.2rem;
}

.sec-news .current-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.1rem;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

.sec-news .current-cat > *:first-child {
  margin-left: 0;
}

.sec-news .news-body-wrap {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

.sec-news .news-body-wrap .news-title {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}

.sec-news .news-body-wrap date {
  display: block;
  margin-bottom: 0.3rem;
  text-align: right;
}

.sec-news .news-body-wrap .news-body {
  font-size: 0.18rem;
}

.sec-news .files {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}

.sec-news aside {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}

.sec-news aside .cat-nav {
  padding: 0.14rem;
}

.sec-news aside .cat-nav dt {
  width: 1.2rem;
  height: 0.3rem;
  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;
  color: #fff;
  background-color: #00b7ee;
  font-size: 0.18rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.sec-news aside .cat-nav a {
  text-decoration: none;
  color: #000000;
  margin-left: 0;
  margin-bottom: 0.1rem;
}

.sec-news aside .cat-nav a:link, .sec-news aside .cat-nav a:visited {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .sec-news .news-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .sec-news .current-cat {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
  .sec-news .news-body-wrap {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    margin-bottom: 0.5rem;
  }
  .sec-news .files {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }
  .sec-news aside {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .sec-news aside .cat-nav {
    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;
  }
  .sec-news aside .cat-nav dt {
    width: 280px;
  }
  .sec-news aside .cat-nav dd ul {
    display: -ms-grid;
    display: grid;
    width: 280px;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-column-gap: 0.2rem;
  }
  .sec-news aside .cat-nav dd ul a {
    width: 100%;
  }
}

.want-video-creation-page .form-cat-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.2rem;
}

@media screen and (max-width: 767px) {
  .want-video-creation-page .form-cat-grid {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .want-video-creation-page .form-cat-grid .data-list:last-child {
    margin-top: 0.22rem;
  }
}

.want-index-page .sec {
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 0.3rem;
}

.want-index-page .sec .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .want-index-page .sec .cont {
    max-width: 100%;
    -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;
  }
  .want-index-page .sec .cont .photo img {
    margin: 0 auto;
  }
}

.want-index-page .sec .photo {
  width: 100%;
  margin-bottom: 0.2rem;
}

.want-index-page .sec .txt {
  margin-left: 1em;
  margin-bottom: 1em;
  display: inline;
  width: 100%;
}

.want-index-page .sec .txt h3 {
  font-size: 0.2rem;
  color: #0068b7;
  font-weight: bold;
}

.want-index-page .sec .txt p {
  line-height: 1.8;
}

.want-index-page .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.want-index-page .btn a {
  background-color: #0068b7;
  border-radius: 5px;
  padding: 1em;
  color: #fff;
  text-decoration: none;
  max-width: 350px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

@media screen and (max-width: 767px) {
  .want-index-page .btn a {
    max-width: 100%;
  }
}

.privacy-policy-wrap {
  margin-bottom: 1rem;
}

.privacy-policy-wrap .sec {
  margin-bottom: 2em;
}

.privacy-policy-wrap .sec h3 {
  margin-bottom: 1em;
}

.privacy-policy-wrap .sec .text p {
  text-indent: 1em;
  line-height: 1.8;
}

.privacy-policy-wrap .sec .text ul li {
  line-height: 1.8;
  margin-left: 1em;
}

.en .privacy-policy-wrap h3 {
  font-weight: bold;
}

.en .privacy-policy-wrap .text p {
  text-indent: 0em;
  line-height: 1.8;
}

.en .privacy-policy-wrap .text ul li {
  text-indent: -1em;
  line-height: 1.8;
  margin-left: 2em;
}

.en .privacy-policy-wrap .text ul li span {
  font-weight: bold;
}

.contact-wrap {
  max-width: 820px;
}

.contact-wrap p {
  text-align: center;
  margin-bottom: 0.9rem;
  line-height: 1.8;
  font-size: 0.17rem;
}

@media screen and (max-width: 767px) {
  .contact-wrap p {
    text-align: left;
  }
}

.contact-wrap h3 {
  color: #0068b7;
  font-weight: bold;
  font-size: 0.24rem;
  margin-bottom: 10px;
}

.contact-wrap ul {
  border: solid 2px #001c58;
  padding: 0rem 0.14rem;
  margin-bottom: 1rem;
}

.contact-wrap ul li {
  font-size: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #001c58;
  line-height: 1.8;
  padding: 20px 0;
}

.contact-wrap ul li:last-of-type {
  border-bottom: none;
}

.contact-wrap ul li dt {
  min-width: 5em;
  padding-left: 5px;
}

.en .contact-wrap ul li {
  font-size: 0.16rem;
}

.en .contact-wrap ul li dt {
  min-width: 6em;
  padding-left: 5px;
}

.link-wrap {
  margin: 0 auto;
  max-width: 800px;
}

.link-wrap .link-list {
  border-bottom: 2px dashed #ccc;
  padding: 0.2rem 0.1rem;
}

.link-wrap .link-list li.h3 {
  color: #0068b7;
  font-size: 0.24rem;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.link-wrap .link-list li a {
  line-height: 2;
  color: #000000;
  text-decoration: none;
}

.about_icon {
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 767px) {
  .about_icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 40%;
    margin: 0 auto  0.1rem;
  }
}

.about-wrap {
  line-height: 1.8;
}

.about-wrap .h3 {
  color: #0068b7;
  font-weight: bold;
  font-size: 0.24rem;
}

.about-wrap .cah {
  font-weight: bold;
  margin-bottom: 0.1rem;
}

@media screen and (max-width: 767px) {
  .about-wrap .cah {
    margin-top: 0.24rem;
  }
}

.about-wrap .sec {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .about-wrap .sec {
    margin-bottom: 0.8rem;
  }
}

.about-wrap .sec .imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about-wrap .sec .imgs div {
    width: 48%;
  }
  .about-wrap .sec .imgs div img {
    width: 100%;
    margin-top: 1em;
  }
}

.about-wrap .sec .imgs img {
  margin-top: 0.4rem;
}

.about-wrap .sec-ri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
  max-width: 90%;
}

@media screen and (max-width: 767px) {
  .about-wrap .sec-ri {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-wrap .sec-ri .cnt {
    width: 100% !important;
    margin-right: 0rem !important;
  }
  .about-wrap .sec-ri .txt {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }
}

.about-wrap .sec-ri .cnt {
  width: 50%;
  margin-right: 0.4rem;
}

.about-wrap .sec-ri .txt {
  margin-top: 2em;
}

.about-wrap .sec-ri .txt p {
  margin-left: 1em;
  text-indent: -1em;
}

.about-wrap .sec-lf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
  max-width: 90%;
}

@media screen and (max-width: 767px) {
  .about-wrap .sec-lf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 100%;
  }
  .about-wrap .sec-lf .list-wrap {
    width: 100% !important;
    margin-left: 0 !important;
  }
}

.about-wrap .sec-lf .list-wrap {
  width: 54%;
  margin-left: 0.2rem;
}

.about-wrap .sec-lf .list-wrap .border-list {
  margin-bottom: 0.2rem;
}

.sitemap-wrap {
  margin: 0 auto;
  max-width: 800px;
}

.sitemap-wrap .border-list li {
  padding: 10px 0;
}

.sitemap-wrap .border-list li:last-of-type {
  border-bottom: none;
}

.sitemap-wrap .border-list dt {
  min-width: 12em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .sitemap-wrap .border-list dt {
    min-width: 10em;
  }
}

.sitemap-wrap .border-list dd {
  line-height: 2;
}

.sitemap-wrap .border-list a {
  text-decoration: none;
  color: #000000;
}
/*# sourceMappingURL=style.css.map */