/* Normalize
--------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html, body, div,
header, footer, main, article, section, aside, nav, figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.75;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-break: strict;
}

body {
  overflow-x: hidden;
  background: #fff;
  color: #111;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  text-align: inherit;
  text-decoration: inherit;
}
@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    text-decoration: inherit;
  }
}

abbr,
cite {
  font-style: inherit;
  text-decoration: inherit;
}

blockquote {
  margin: 1.5em 0;
  padding: 1em;
  border-style: solid;
  border-width: 1px 0;
}

del {
  opacity: 0.8;
}

em {
  font-style: inherit;
  font-weight: bolder;
}

figcaption {
  font-weight: 700;
}

img,
iframe {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
}

img {
  height: auto;
}

p {
  margin: 1em 0;
}
header p, footer p {
  margin: 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

ul {
  margin: 1em 0;
  padding-left: 1.5em;
}

ol {
  margin: 1em 0;
  padding-left: 2em;
}

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

dl {
  margin: 1em 0;
}

dt {
  margin: 0;
  font-weight: 700;
}

dd {
  margin: 0 0 0 40px;
}
dd + dt {
  margin-top: 1em;
}

article,
section {
  margin: 3em auto;
}
@media print, screen and (min-width: 768px) {
  article,
  section {
    margin: 60px auto;
  }
}
article section,
section section {
  margin: 1em auto;
}
@media print, screen and (min-width: 768px) {
  article section,
  section section {
    margin: 40px auto;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

caption {
  text-align: center;
}

th,
td {
  vertical-align: baseline;
  padding: 6px;
  border: 1px solid #666;
  text-align: left;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

button,
input,
textarea,
select {
  max-width: 100%;
  vertical-align: middle;
  line-height: 1.4;
  font-family: inherit;
  font-size: 1em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

button,
input[type=submit],
input[type=button],
input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=search],
input[type=number],
input[type=date],
input[type=password],
textarea,
select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  background: #ff9;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
}

button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
}

input[disabled] {
  opacity: 0.3;
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
}

/* Heading
--------------------------------*/
h2, h3, h4, h5, h6 {
  font-weight: 700;
}

/* Remove Margin
--------------------------------*/
.paragraph:first-child, p:first-child, article:first-child,
section:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

.paragraph:last-child, p:last-child, article:last-child,
section:last-child {
  margin-bottom: 0;
}

/* Site Width
--------------------------------*/
.site {
  position: relative;
  margin: auto;
}

.common-content, .site-content, .site-footer-content, .site-header-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}
@media print, screen and (min-width: 960px) {
  .common-content, .site-content, .site-footer-content, .site-header-content {
    padding-right: 0;
    padding-left: 0;
  }
}

/* Common
--------------------------------*/
.common-content:after, .site-content:after {
  display: block;
  clear: both;
  content: "";
}

.btn {
  display: inline-block;
  max-width: 100%;
  line-height: 1.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.image,
.graph,
.link,
.tagline {
  text-align: center;
}

.tagline {
  margin: 0 auto 1.5rem;
  font-weight: 700;
}

.lede {
  margin: 1.5rem auto;
}

.paragraph {
  margin: 1em 0;
}
.paragraph > p {
  margin-top: 0;
  margin-bottom: 0;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.pc-area {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pc-area {
    display: inherit;
  }
}

.sp-area {
  display: inherit;
}
@media print, screen and (min-width: 768px) {
  .sp-area {
    display: none;
  }
}

/* Header
--------------------------------*/
.site-header {
  background-image: url(images/mainimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.site-header--top {
  height: 100vh;
  overflow: hidden;
}
.site-header--page {
  padding: 1.8em 0 0.5em 0;
  background-image: url(images/common-head_sp.jpg);
}
@media print, screen and (min-width: 768px) {
  .site-header--page {
    padding: 22px 0 70px;
    background-image: url(images/common-head.jpg);
  }
}
.site-header--youtube {
  background-image: url(images/common-head_youtube.jpg);
}
@media print, screen and (min-width: 768px) {
  .site-header--youtube {
    background-image: url(images/common-head_youtube.jpg);
  }
}
.site-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 200;
}

.header-logo {
  width: 30%;
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    width: inherit;
  }
}
.header-logo--page {
  margin: 1.45em 0;
}

.header-nav {
  width: 70%;
  font-size: 0.75em;
}
@media print, screen and (min-width: 768px) {
  .header-nav {
    width: inherit;
    font-size: 1em;
  }
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-nav li {
  margin-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .header-nav li {
    margin-left: 2em;
  }
}
.header-nav a {
  color: #fff;
  text-decoration: none;
}
.header-nav a:hover {
  text-decoration: underline;
}

.top-header {
  margin: -100px 3.125vw 0;
  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;
  text-align: center;
  color: #fff;
  height: 100%;
  position: relative;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .top-header {
    margin: -100px auto 0;
  }
}
.top-header--title {
  font-family: "Lato", sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1em;
}
@media print, screen and (min-width: 768px) {
  .top-header--title {
    font-size: 5em;
  }
}
.top-header--text {
  margin: 2em 3.125vw;
  font-size: 0.875em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .top-header--text {
    margin: 2em 0;
    font-size: 1em;
    text-align: center;
  }
}
.top-header--text > span {
  display: contents;
}
@media print, screen and (min-width: 768px) {
  .top-header--text > span {
    display: block;
  }
}

.top-header--movie {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.top-header--movie-shabow {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
.top-header--movie video {
  position: absolute;
  z-index: 0;
}

@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  .top-header--movie-shabow {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  video {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-aspect-ratio: 16/9) {
  .top-header--movie-shabow {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  video {
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/* Footer
--------------------------------*/
.site-footer {
  padding: 40px 3.125vw 0;
  text-align: center;
  background-color: #e5e5e5;
  font-size: 0.75em;
}
@media print, screen and (min-width: 768px) {
  .site-footer {
    padding: 3em 0 0;
  }
}
.site-footer--logo {
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .site-footer--logo {
    margin-bottom: 20px;
  }
}
.site-footer--logo span {
  display: block;
}

.organization > span {
  display: block;
}

.copyright {
  padding: 2em 0 2.2em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .copyright {
    padding: 20px 0 30px;
  }
}

.site-footer-map {
  width: 100%;
  height: 300px;
}
@media print, screen and (min-width: 768px) {
  .site-footer-map {
    height: 380px;
  }
}

/* Site Content
--------------------------------*/
.top-title {
  margin: 2em auto;
  font-family: "Lato", sans-serif;
  font-size: 0.75em;
  text-align: center;
  font-weight: 100;
}
.top-title[data-en]::before {
  display: block;
  font-size: 24px;
  content: attr(data-en);
  line-height: 1em;
  letter-spacing: 0em;
}
@media print, screen and (min-width: 768px) {
  .top-title[data-en]::before {
    font-size: 48px;
  }
}

.page-title {
  margin: 3em auto;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  text-align: center;
  font-weight: 300;
  color: #fff;
}
.page-title[data-en]::before {
  display: block;
  font-size: 24px;
  content: attr(data-en);
  line-height: 1em;
  letter-spacing: 0em;
}
@media print, screen and (min-width: 768px) {
  .page-title[data-en]::before {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-size: 48px;
  }
}
.page-title--youtube[data-en]::before {
  font-weight: normal;
}

.top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 768px) {
  .top-content--about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top-content--business {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.top-content--data {
  width: 100%;
  padding: 2em 3.125vw 2.5em;
}
@media print, screen and (min-width: 768px) {
  .top-content--data {
    width: 50%;
    padding: 100px 0 130px;
  }
}
.top-content--img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media print, screen and (min-width: 768px) {
  .top-content--img {
    width: 50%;
  }
}
.top-content--head {
  font-size: 1em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .top-content--head {
    font-size: 1.25em;
  }
}
.top-content--head strong {
  color: #0068B5;
}
.top-content--head span {
  display: block;
  margin: 0 auto;
  font-weight: bold;
}
.top-content--text {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .top-content--text {
    text-align: center;
  }
}

.top-content--about {
  background-color: #e6f7fa;
}
.top-content--about .top-content--img {
  min-height: 150px;
  background-image: url(images/top_about_back.jpg);
}

.top-content--business .top-content--img {
  min-height: 150px;
  background-image: url(images/top_business_back.jpg);
}

.imglist--list {
  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;
}
.imglist--item {
  margin: 10px;
}

.top-content--btn {
  display: block;
  width: auto;
  margin: 3em auto 0;
  padding: 5px;
  text-align: center;
  border: solid 1px #0068B5;
  color: #0068B5;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .top-content--btn {
    width: 340px;
    margin: 40px auto 0;
  }
}
.top-content--btn:hover {
  background-color: #0068B5;
  color: #fff;
}

.top-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 768px) {
  .top-banner {
    margin: 40px auto 0;
  }
}
.top-banner__item {
  margin: 0 0.5em;
}
.top-banner__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-banner__link:hover {
  opacity: 0.6;
}

/* page
==============================*/
.common-content {
  padding: 3em 3.125vw 1em;
}
@media print, screen and (min-width: 768px) {
  .common-content {
    padding: 80px 0 60px;
  }
}

.common-title {
  margin: 0 auto 1em;
  padding-top: 2em;
  color: #2967af;
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .common-title {
    margin-bottom: 40px;
  }
}
.common-title::before {
  content: "";
  height: 1px;
  width: 90%;
  top: 0;
  left: 0;
  right: 0;
  margin: 1.75em auto auto;
  background-color: #2967af;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .common-title::before {
    width: 454px;
  }
}
.common-title[data-en]::after {
  display: block;
  top: 0;
  right: 0;
  left: 0;
  margin: 0em auto auto;
  font-size: 18px;
  content: attr(data-en);
  line-height: 1em;
  letter-spacing: 0em;
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .common-title[data-en]::after {
    margin: -0.5em auto auto;
    font-size: 36px;
  }
}

.common-img.center {
  text-align: center;
}
.common-img.center a:hover {
  opacity: 0.6;
}

.company-greeting--head {
  margin-top: 2em;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
@media print, screen and (min-width: 768px) {
  .company-greeting--head {
    margin-top: 40px;
  }
}
.company-greeting--text {
  margin-bottom: 2em;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
@media print, screen and (min-width: 768px) {
  .company-greeting--text {
    margin-bottom: 80px;
  }
}
.company-greeting--name {
  text-align: center;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}
.company-greeting--name span {
  display: block;
}

.company-profile--list {
  list-style-type: none;
  padding: 0 0 1em;
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .company-profile--list {
    padding: 0 0 20px;
  }
}
.company-profile--list li {
  text-align: center;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .company-profile--list li {
    margin-bottom: 30px;
  }
}
.company-profile--list span {
  display: block;
}

.company-history-head {
  font-size: 0.875em;
  margin: 1em auto 2em;
}
@media print, screen and (min-width: 768px) {
  .company-history-head {
    width: 580px;
    margin: 0 auto 40px;
  }
}
.company-history-content {
  width: auto;
  margin: 0 auto;
  border: solid 1px #707070;
  padding: 1em 3.125vw;
  font-size: 0.875em;
}
@media print, screen and (min-width: 768px) {
  .company-history-content {
    width: 580px;
    margin: 0 auto;
    padding: 17px 20px;
  }
}
.company-history-content ul {
  margin-top: 40px;
  padding: 0;
  list-style-type: none;
}
.company-history-content li {
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 768px) {
  .company-history-content li {
    margin-bottom: 15px;
  }
}

.business-prm--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2em 0;
}
.business-prm--item {
  width: 100%;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .business-prm--item {
    width: 32.2580645161%;
    margin-bottom: 0;
  }
}
.business-prm--item h3 {
  margin: 0;
}
.business-prm--item p {
  font-size: 0.875em;
}

.sub-title {
  font-size: 1.125em;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .sub-title {
    font-size: 1.5em;
  }
}
.sub-title::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: rgb(95, 94, 94);
  background: -webkit-gradient(linear, left top, right top, from(rgb(95, 94, 94)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgb(95, 94, 94) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5f5e5e", endColorstr="#ffffff",GradientType=1 );
}

.print-midashi {
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  color: #F39800;
}
@media print, screen and (min-width: 768px) {
  .print-midashi {
    font-size: 1.75em;
  }
}

.top-contact {
  padding: 60px 0 80px;
}
.top-contact__area {
  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;
}
.top-contact__link {
  max-width: 1024px;
  width: 300px;
  margin: 0 10px 10px;
  font-family: "Lato", sans-serif;
  text-align: center;
}
.top-contact__link a {
  display: block;
  width: 100%;
  padding: 10px;
  border: solid 1px #0068B5;
  font-weight: bold;
  text-decoration: none;
  color: #0068B5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top-contact__link a:hover {
  background-color: #0068b5;
  color: #fff;
}

.movie-about,
.movie-handbill,
.common-contact {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .movie-about,
  .movie-handbill,
  .common-contact {
    margin-bottom: 120px;
  }
}

.movie-about__head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.movie-about__text {
  margin-bottom: 40px;
}

.movie-handbill__head {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.movie-handbill__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.movie-handbill__item {
  display: block;
  width: 100%;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .movie-handbill__item {
    width: 49%;
    margin-right: 2%;
  }
  .movie-handbill__item:nth-child(2n) {
    margin-right: 0;
  }
}
.movie-handbill__item p {
  margin: 0;
}
.movie-handbill__notitle {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .movie-handbill__notitle {
    margin-top: 1.72em;
  }
}

.youtube-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.movie-flex__text {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .movie-flex__text {
    width: calc(100% - 320px);
    padding-right: 10px;
  }
}
.movie-flex__img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .movie-flex__img {
    width: 320px;
  }
}

/* Page
--------------------------------*/
/* Media Queries
--------------------------------*/
@media print {
  body {
    min-width: 1024px;
  }
  h1, h2, h3, h4, h5, h6,
  figcaption {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
  figure {
    page-break-inside: avoid;
  }
}