@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Oswald:400,600");
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans JP Bold';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

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

* {
  box-sizing: border-box;
}

.parallax {
  opacity: 0;
}

html,
body,
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  line-height: 1.79;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
button {
  -webkit-appearance: none;
}

input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, input::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
  opacity: 1;
}

input[type="submit"] {
  -webkit-appearance: none;
}

button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}

select {
  border-radius: 0;
}
select:focus {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

sub {
  vertical-align: sub;
  font-size: 10px;
}

html,
body,
input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
}

body {
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

#stage {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100vw;
  min-height: 100vh;
  min-width: 320px;
}
img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

a,
.btn {
  color: #333;
  text-decoration: none;
}
a:before, a:after,
.btn:before,
.btn:after {
  transition: all .25s ease-in;
  -ms-transition: all .25s ease-in;
  /* ie */
}

a[href^="tel:"]:hover {
  opacity: 1;
  cursor: context-menu;
}

.wow {
  visibility: hidden;
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}
.header #logo {
  position: absolute;
  z-index: 111;
}
.header__nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #c8161d;
  overflow: hidden;
  padding-top: 65px;
  transition: all .25s ease-in;
}

.header__nav_scroll {
  position:absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #c8161d;
  overflow: hidden;
  padding-top: 65px;
  transition: all .25s ease-in;
}

.header__nav__spbtn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  text-align: right;
}
.header__nav__global {
  padding-top: 65px;
  padding: 15px 0;
}
.header__nav__global a {
  display: block;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 2.08;
}
.header__nav__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}
.header__nav__sns__icon {
  width: 45px;
}

.contents {
  padding-top: 65px;
}

.mfp-iframe-holder .mfp-close {
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: 999em;
  overflow: hidden;
  outline: none;
  background: url(../images/btn_modal.png) 0 0/cover no-repeat;
  opacity: 1;
  right: 16px;
  padding: 0;
}

.footer {
  background-color: #222;
  padding: 40px 4% 25px;
}
.footer__logo {
  width: 108px;
  margin: 0 auto 19px;
}
.footer__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 20px;
}
.footer__sns__icon {
  width: 39px;
}
.footer .copyright {
  font-size: 13px;
  color: #919191;
  text-align: center;
}

@keyframes arrowMov {
  0% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(-5px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes headerfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    height: 219px;
  }
}
@keyframes headerfadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  1% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes SlideInDel {
  0% {
    display: block;
    transform: translateX(-100%);
  }
  1% {
    display: block;
    transform: translateX(-100%);
  }
  99% {
    display: block;
    transform: translateY(0%);
  }
  100% {
    display: none;
    transform: translateY(0%);
  }
}
@keyframes SlideOut {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.viewmore a {
  background-color: #000;
  color: #fff;
  display: block;
  font-family: Oswald, sans-serif;
  text-align: center;
  font-size: 17px;
  height: 69px;
  line-height: 69px;
}

.headline {
  font-family: Oswald, sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.heading {
  font-family: Oswald, 'Noto Sans JP Bold', sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
}

.subhead {
  font-size: 18px;
}

.tablelayout {
  border-top: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*
.tablelayout dt, .tablelayout dd {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.tablelayout dt {
  width: 28%;
}
.tablelayout dd {
  width: 72%;
}
*/

.tablelayout dt, .tablelayout dd {
  padding: 12px 0;
  border-bottom: 1px solid #ccc;
}
.tablelayout dt {
  width: 26%;
}
.tablelayout dd {
  width: 68%;
}

.lists__square li {
  margin-left: .9em;
  text-indent: -.9em;
  line-height: 1.5;
}
.lists__square li:not(:last-of-type) {
  margin-bottom: 5px;
}
.lists__square li::before {
  content: "";
  width: .5em;
  height: .5em;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
.lists__square.red li::before {
  background: #c8161d;
}

.whiteboard {
  background-color: #fefcfe;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.table {
	position: fixed;
	width:50%;
	top: 50%;
	left: 25%;
	z-index: 999;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
/*  top: 50%;
  left: 50%;
  z-index: 999;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);*/
}

.va_logo {
/* width: 123px; */
width:0px;
  margin: auto;
  z-index: 99;
opacity:0;
}

.va_logo2 {
/*width: 103px;*/
width:0px;
  margin: auto;
  z-index: 99;
  padding-top: 0px;
opacity:0;
}

.st0 {
  fill: none;
  stroke: #a51b20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.finish .st0 {
  fill: #a51b20;
  stroke: #a51b20;
  animation: fadein 1s linear 0s forwards;
}
.op0 .st0 {
  animation: fadeout .5s linear 0s forwards;
}

.st1 {
  fill: none;
  stroke: #e60012;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.finish .st1 {
  fill: #e60012;
  stroke: #e60012;
  animation: fadein 1s linear 0s forwards;
}
.op0 .st1 {
  animation: fadeout .5s linear 0s forwards;
}

.st2 {
  fill: none;
  stroke: #000000;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}
.finish .st2 {
  fill: #000000;
  stroke: #000000;
  animation: fadein 1s linear 0s forwards;
}
.op0 .st2 {
  animation: fadeout .5s linear 0s forwards;
}

@keyframes fadein {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein_color {
  99% {
    fill: #fff;
    stroke: #fff;
  }
  100% {
    fill: none;
    stroke: none;
  }
}
body#home .mv {
  padding-top: 137.33%;
  position: relative;
  background-color: #000;
}
body#home .mv video {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}
body#home .about {
  padding: 50px 4%;
}
body#home .about__lead {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'Noto Sans JP Bold';
  margin-bottom: 20px;
}
body#home .about__txt {
  color: #fff;
  text-align: center;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 32px;
}
body#home .service__link {
  padding: 0 4.93%;
  background-color: #f9f9f9;
}
body#home .service__link__item {
  position: relative;
  top: -50px;
  overflow: hidden;
}
body#home .service__link__item:not(:last-of-type) {
  margin-bottom: 25px;
}
body#home .service__link__item .wrapper {
  background-color: #fff;
  display: block;
}
body#home .service__link__item a.wrapper .service__link__item__pic {
  position: relative;
}
body#home .service__link__item a.wrapper.movie .service__link__item__pic::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../images/icon_play.png) 0 0/100% auto no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 4;
}
body#home .service__link__item.is-animate::before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}
body#home .service__link__item.is-animate .wrapper {
  -ms-transform: translateX(-100%);
      transform: translateX(-100%);
}
body#home .service__link__item.is-animate.animated::before {
  animation: SlideInDel 0.5s cubic-bezier(0, 0.24, 1, 0.74) 0s 1 normal forwards;
}
body#home .service__link__item.is-animate.animated .wrapper {
  animation: SlideIn .25s ease-in-out .45s 1 normal forwards;
}
body#home .service__link__item__pic {
  position: relative;
  overflow: hidden;
}
body#home .service__link__item .texture {
  position: relative;
}
body#home .service__link__item .texture::after {
  content: "";
  background: url(../images/texture.png) 0 0 repeat;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
body#home .service__link__item__lbl {
  padding: 15px 25px 0;
  font-size: 18px;
  font-family: 'Noto Sans JP Bold';
  text-align: center;
  margin-bottom: 7px;
}
body#home .service__link__item__lbl.inlbl {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 100%;
  color: #fff;
  z-index: 3;
}
body#home .service__link__item__txt {
  padding: 0 25px 30px;
  letter-spacing: .1em;
  text-align: center;
}
body#home .news {
  padding: 50px 4%;
  background-color: #fff;
}
body#home .news__lists {
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
}
body#home .news__lists__item {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 15px 0;
}
body#home .news__lists__item__time {
  display: block;
}
body#home .news__lists__item__lbl {
  font-family: 'Noto Sans JP Bold';
}

body#home .company {
  background: url(../images/img_bg_company_sp.png) left top/40px 40px repeat;
  padding: 50px 0 0;
}
body#home .company__message {
  padding: 0 4% 25px;
}
body#home .company__message__pic {
  background: url(../images/img_company_photo2_sp.jpg) left top/100% auto no-repeat;
  padding-top: 95.65%;
  position: relative;
  margin-bottom: 15px;
}
body#home .company__message__pic__lbl {
  position: absolute;
  top: 0;
  left: 4.35%;
  width: 33.91%;
  text-align: center;
  background-color: #c8161d;
  color: #fff;
  font-size: 10px;
  height: 29px;
  line-height: 29px;
}
body#home .company__message__pic__lade {
  position: absolute;
  top: 22.12%;
  left: 4.35%;
  font-size: 19px;
  font-family: 'Noto Sans JP Bold';
  line-height: 1.6;
}
body#home .company__message__pic__introduction {
  position: absolute;
  left: 4.35%;
  top: 65.15%;
  font-size: 11px;
  line-height: 2.13;
}
body#home .company__message__text {
  font-size: 14px;
  line-height: 2;
}
body#home .company__message__text p {
  margin-bottom: 1.5em;
}
body#home .company__column {
  background-color: #fff;
}
body#home .company__outline, body#home .company__history {
  background-color: #fff;
  padding: 30px 4%;
}
body#home .company__history {
  padding-bottom: 50px;
}
body#home .company__history .tablelayout {
  margin-bottom: 40px;
}
body#home .access {
  background-color: #f9f9f9;
  padding: 50px 0 0;
}
body#home .access__tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-bottom: 13px;
}
body#home .access__tab a {
  text-align: center;
  padding: 7px 0;
  font-family: 'Noto Sans JP Bold';
  transition: all .25s ease-in;
  border-bottom: 1px solid #fff;
}
body#home .access__tab a.current {
  color: #c8161d;
  border-bottom: 1px solid #c8161d;
}
body#home .access .officeinfo:not(.current) {
  display: none;
}
body#home .access .officeinfo__map {
  padding-top: 100%;
  position: relative;
}
body#home .access .officeinfo__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
body#home .access .officeinfo__data {
  padding: 20px 4% 35px;
}
body#home .access .officeinfo__data__lbl {
  font-size: 18px;
  font-family: 'Noto Sans JP Bold';
  line-height: 2.14;
}
body#home .access .officeinfo__data__add {
  line-height: 2.14;
  margin-bottom: 10px;
}
body#home .access .officeinfo__data__access li {
  margin-bottom: 0;
  line-height: 2.14;
}
body#home .sample {
  background-color: #fff;
  padding: 50px 4%;
}
body#home .sample__block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body#home .sample__block__item {
  width: 47.83%;
  position: relative;
  margin-bottom: 10px;
}
body#home .sample__block__item:nth-of-type(2n) {
  margin-left: auto;
}
body#home .sample__block__item::before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../images/icon_play.png) 0 0/100% auto no-repeat;
  position: absolute;
  left: 50%;
  top: 33.2%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 4;
}
body#home .sample__block__item figcaption {
  font-family: Oswald, sans-serif;
  padding: 5px 0 10px;
  background-color: #fff;
  position: relative;
}
body#home .conrec {
  background: url(../images/img_bg_contact_sp_01.png) 0 0/cover no-repeat;
  padding: 52px 7.2%;
}
body#home .conrec__item {
  border: 1px solid #fff;
  padding: 35px 0;
  display: block;
  color: #fff;
}
body#home .conrec__item.contact {
  margin-bottom: 25px;
}
body#home .conrec__lbl__en {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  margin-bottom: 3px;
}
body#home .conrec__lbl__jp {
  font-family: "Noto Sans JP Bold";
  font-size: 8px;
  text-align: center;
  margin-bottom: 13px;
}
body#home .conrec__description {
  font-size: 12px;
  text-align: center;
}

.white-popup-block {
  width: 90%;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
  padding: 30px;
  position: relative;
}
.white-popup-block .mfp-close {
  top: 0;
  width: 40px;
  height: 40px;
  text-indent: 999em;
  overflow: hidden;
  outline: none;
  background: url(../images/btn_modal.png) 0 0/cover no-repeat;
  opacity: 1;
  right: 0;
  padding: 0;
}

body#news .contents {
  padding: 20px 4% 50px;
}
body#news .contents .news__lists {
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
}
body#news .contents .news__lists__item {
  border-bottom: 1px solid #ccc;
  display: block;
  padding: 15px 0;
}
body#news .contents .news__lists__item__time {
  display: block;
}
body#news .contents .news__lists__item__lbl {
  font-family: 'Noto Sans JP Bold';
}

body#history .contents {
  padding: 20px 4% 50px;
}

@media (min-width: 768px) {
  html,
  body,
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select {
    line-height: 2;
  }
  html,
  body,
  input:not([type="checkbox"]):not([type="radio"]),
  textarea,
  select {
    font-size: 14px;
  }
  #stage {
    width: auto;
    min-width: 1200px;
  }
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
  a,
  .btn {
    transition: all .25s ease-in;
    -ms-transition: all .25s ease-in;
    /* ie */
  }
  a img,
  .btn img {
    transition: transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1);
    border: none;
  }
  a:hover,
  .btn:hover {
    opacity: .7;
    cursor: pointer;
  }
  a.notrans img,
  .btn.notrans img {
    transition: none;
  }
  .header {
    display: -ms-flexbox;
    display: flex;
    min-width: 1200px;
  }
  .header #logo {
    position: static;
  }
  .header #logo a {
    display: block;
    padding: 33px 40px;
  }
  .header #logo a img {
    max-width: initial;
  }
  .header__nav {
    position: static;
    background: none;
    height: auto;
    padding: 0;
    margin-left: auto;
    width: auto;
  }
  .header__nav__spbtn {
    display: none;
  }
  .header__nav__global {
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
  }
  .header__nav__global a {
    color: #000;
    padding: 0 10px;
    line-height: 100px;
    font-size: 20px;
    font-weight: 400;
    position: relative;
  }
  .header__nav__global a::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 5px;
    background-color: #fff;
  }
  .header__nav__global a:hover, .header__nav__global a.current {
    opacity: 1;
    color: #c8161d;
  }
  .header__nav__global a:hover::after, .header__nav__global a.current::after {
    background-color: #c8161d;
  }
  .hide {
    display: none;
  }
  .contents {
    padding-top: 99px;
  }
  .mfp-iframe-holder .mfp-close {
    width: 60px;
    height: 60px;
  }
  .footer .column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    width: 1100px;
    margin: 0 auto 38px;
  }
  .footer .column__right {
    width: 870px;
    margin-left: auto;
  }
  .footer__nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 50px;
  }
  .footer__nav__block a {
    margin-right: 15px;
    color: #fff;
    font-family: Oswald, sans-serif;
  }
  .footer__nav__block a:hover {
    color: #ccc;
    opacity: 1;
  }
  .footer__office {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__office__item {
    width: 365px;
    line-height: 1.86;
  }
  .footer__logo {
    width: 147px;
    margin: 0;
  }
  .footer__sns {
    margin-bottom: 0;
  }
  .viewmore {
    width: 290px;
    margin: 0 auto;
  }
  .viewmore a {
    height: 58px;
    line-height: 58px;
  }
  .viewmore a:hover {
    opacity: 1;
    background-color: #c8161d;
  }
  .headline {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .heading {
    font-size: 20px;
  }
  .tablelayout dt, .tablelayout dd {
    padding: 15px 0;
  }
  .tablelayout dt {
    width: 20%;
  }
  .tablelayout dd {
    width: 78%;
  }
  .va_logo {
     /*width: 246px;*/ 
	  width:0px;
	  opacity:0;
	}
  .va_logo2 {
     /*width: 206px;*/
	  width:0px;
	  opacity:0;
  }

	
.fadeout {
  animation : fadeOut 1s;
  animation-fill-mode: both;
}

#valogo_anime_2{
width:100%;
height:100%;
}
	
	
  body#home .mv {
    padding-top: 44.44%;
  }
  body#home .about {
    background: url(../images/img_bg_service_pc_01.png) left top/cover fixed no-repeat;
    padding-top: 120px;
    padding-bottom: 100px;
  }
  body#home .about__lead {
    font-size: 30px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 25px;
  }
  body#home .about__txt {
    font-size: 15px;
    line-height: 2;
  }
  body#home .service__link {
    padding: 0 calc(50% - 550px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#home .service__link__item {
    width: 350px;
    margin-bottom: 25px;
    top: -100px;
  }
  body#home .service__link__item:not(:nth-of-type(3n+1)) {
    margin-left: 24px;
  }
  body#home .service__link__item a.wrapper.movie .service__link__item__pic::before {
    width: 58px;
    height: 58px;
  }
  body#home .service__link__item a.wrapper:hover {
    opacity: 1;
  }
  body#home .service__link__item a.wrapper:hover .service__link__item__pic img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
  body#home .news {
    width: 1100px;
    padding: 100px 0;
    margin: 0 auto;
  }
  body#home .news__lists__item__time {
    font-size: 15px;
    position: relative;
  }
  body#home .news__lists__item__lbl {
    font-size: 16px;
    position: relative;
  }
  body#home .company {
    background: url(../images/img_bg_company_pc.png) left top repeat;
  }
  body#home .company__message {
    padding: 0 0 60px;
  }
  body#home .company__message__pic {
    background: url(../images/img_company_photo2_pc.jpg) left top no-repeat;
    width: 1100px;
    height: 400px;
    padding-top: 0;
    margin: 0 auto 40px;
  }
  body#home .company__message__pic__lbl {
    width: 180px;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    left: 80px;
  }
  body#home .company__message__pic__lade {
    top: 120px;
    left: 80px;
    font-size: 30px;
    line-height: 1.6;
  }
  body#home .company__message__pic__introduction {
    top: 235px;
    left: 80px;
    font-size: 15px;
    line-height: 2.13;
  }
  body#home .company__message__text {
    width: 1100px;
    margin: 0 auto;
  }
  body#home .company__column {
    padding-left: calc(50% - 550px);
    padding-right: calc(50% - 550px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body#home .company__outline, body#home .company__history {
    padding: 45px 0;
    width: 530px;
  }
  body#home .access__tab {
    width: 680px;
    margin: 0 auto;
  }
  body#home .access__tab a:hover {
    color: #c8161d;
    border-bottom: 1px solid #c8161d;
  }
  body#home .access .officeinfo__map {
    width: 100%;
    height: 500px;
    padding-top: 0;
  }
  body#home .access .officeinfo__data {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body#home .access .officeinfo__data__lbl {
    width: 100%;
    font-size: 20px;
  }
  body#home .access .officeinfo__data__add {
    width: 550px;
    font-size: 15px;
  }
  body#home .access .officeinfo__data__access li {
    font-size: 15px;
  }
  body#home .sample {
    padding: 90px 0 80px;
  }
  body#home .sample__block {
    width: 1100px;
    margin: 0 auto;
  }
  body#home .sample__block__item::before {
    width: 58px;
    height: 58px;
  }
  body#home .sample__block__item figcaption {
    font-size: 18px;
  }
  body#home .sample__block__item {
    width: 510px;
    margin-bottom: 25px;
  }
  body#home .sample__block__item figure {
    overflow: hidden;
  }
  body#home .sample__block__item img {
    transition: all 0.7s cubic-bezier(0.5, 0, 0.5, 1);
  }
  body#home .sample__block__item:hover {
    opacity: 1;
  }
  body#home .sample__block__item:hover img {
    -ms-transform: scale(1.1);
        transform: scale(1.1);
  }
  body#home .conrec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    background: url(../images/img_bg_contact_pc_01.png) 0 0/cover no-repeat;
    padding: 105px 0;
  }
  body#home .conrec__item {
    width: 530px;
    border-width: 2px;
  }
  body#home .conrec__item.contact {
    margin-bottom: 0;
    margin-right: 40px;
  }
  body#home .conrec__item:hover {
    background-color: rgba(200, 22, 29, 0.6);
    opacity: 1;
  }
  body#home .conrec__lbl__en {
    font-size: 36px;
  }
  body#home .conrec__lbl__jp {
    font-size: 14px;
  }
  body#home .conrec__description {
    font-size: 15px;
  }
  .white-popup-block {
    width: 500px;
    padding: 50px 90px;
  }
  .white-popup-block .mfp-close {
    width: 80px;
    height: 80px;
  }
  body#news .contents {
    padding: 20px 50px 50px;
  }
  body#news .contents .news__lists__item__time {
    font-size: 15px;
    position: relative;
  }
  body#news .contents .news__lists__item__lbl {
    font-size: 16px;
    position: relative;
  }
  body#history .contents {
    padding: 20px 50px 50px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
  .header #logo img, .header__nav__spbtn img {
    height: 65px;
  }
  .header__nav.open {
    height: 100%;
  }
  .header__nav.open .header__nac__global {
    display: block;
  }
  body#home::before {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  body#home .news__lists a.news__lists__item {
    overflow: hidden;
    position: relative;
  }
  body#home .news__lists a.news__lists__item::before {
    content: "";
    width: 1200px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    background-color: #f5f5f5;
    -ms-transform: translateX(-100%) skewX(-15deg);
        transform: translateX(-100%) skewX(-15deg);
    transition: all .25s ease-in;
  }
  body#home .news__lists a.news__lists__item:hover {
    opacity: 1;
  }
  body#home .news__lists a.news__lists__item:hover::before {
    -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
  }
  body#news .contents .news__lists a.news__lists__item {
    overflow: hidden;
    position: relative;
  }
  body#news .contents .news__lists a.news__lists__item::before {
    content: "";
    width: 1200px;
    height: 100%;
    position: absolute;
    left: -15px;
    top: 0;
    background-color: #f5f5f5;
    -ms-transform: translateX(-100%) skewX(-15deg);
        transform: translateX(-100%) skewX(-15deg);
    transition: all .25s ease-in;
  }
  body#news .contents .news__lists a.news__lists__item:hover {
    opacity: 1;
  }
  body#news .contents .news__lists a.news__lists__item:hover::before {
    -ms-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg);
  }
}

.pan_list{
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
}

.blog_wrapper{
	width:1140px;
	margin:auto;
	display:block;
	padding-bottom:50px;
}

.blog_left_box{
	width:800px;
	max-width:800px;
	display:inline-block;
	padding-right:40px;
	vertical-align:top;
}

.blog_right_box{
	width:300px;
	display:inline-block;
	vertical-align:top;
	padding-top:66px;
}

.blog_topics_data{
	padding-top:10px;
	padding-bottom:10px;
	font-size:14px;
}

.blog_topics_title_text{
	font-size:28px;
	font-weight:bold;
	padding-bottom:10px;
	color:red;
}

.blog_box{
	font-size:16px;
	line-height:30px;
}

.blog_right_bg{
	background-color:#fef4ea;
	padding-left:16px;
	padding-right:16px;
	padding-top:0px;
	padding-bottom:20px;
	margin-bottom:20px;
}

.blog_right_title_style1{
	font-size:18px;
	font-weight:bold;
}

.blog_right_border{
	color:#f39235;
	font-size:24px;
}

.blog_right_title_style2{
	font-size:12px;
}

.blog_right_title_style3{
	font-size:20px;
}

.blog_right_twitter{
	padding-top:8px;
	padding-bottom:8px;
}

.blog_archive_title{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:dotted 1px #000;
}

.sns_box{
	width:70%;
	margin:auto;
	padding-bottom:4%;
}

.sns_left_box{
	width:48%;
	padding-right:2%;
	display:inline-block;
}
.sns_right_box{
	width:48%;
	padding-left:2%;
	display:inline-block;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.blog_title_box{
	display:table;
}
.blog_title_left{
	display:table-cell; width:30%; vertical-align:middle;
}
.blog_title_right{
	display:table-cell; vertical-align:middle; line-height:20px;
}

@media screen and (max-width: 699px){
.blog_wrapper{
	width:90%;
	margin:auto;
	display:block;
	padding-bottom:50px;
}
.blog_left_box{
	width:100%;
	display:block;
	padding-right:0%;
	vertical-align:top;
}

.blog_right_box{
	width:100%;
	display:block;
	vertical-align:top;
	padding-top:30px;
}
	
.sns_box{
	width:90%;
	margin:auto;
	padding-bottom:4%;
}

.sns_left_box{
	width:100%;
	padding-right:0%;
	display:block;
	padding-bottom:2%;
}
.sns_right_box{
	width:100%;
	padding-left:0%;
	display:block;
}

#stage {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  min-width: 100%;
}	

.blog_title_box{
	display:table;
}
.blog_title_left{
	display:block; width:60%; vertical-align:middle; margin:auto;
}
.blog_title_right{
	display:block; vertical-align:top;
}

.table {
	position: fixed;
	width:80%;
	top: 50%;
	left: 10%;
	z-index: 999;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

}

.top_news_wrapper{
	width:100%;
	height:auto;
	background-color:white;
	padding-top:2%;
	padding-bottom:2%;
}

.top_news_box{
	color:black;
	width:80%;
	margin:auto;
	padding:2%;
	border:red 1px solid;
	text-align:center;
	font-size:14px;
	line-height:24px;
}

.policy_wrapper{
	width:80%;
	margin:auto;
}

.policy_title{
	font-size:32px;
	font-weight:bold;
	line-height:1.4;
	text-align:center;
	padding-bottom:30px;
}

.policy_data{
	font-size:14px;
	text-align:right;
	padding-top:30px;
	padding-bottom:30px;
}

.policy_box{
	width:70%;
	margin:auto;
}

.policy_text_style1{
	font-size:18px;
	border-top:1px solid #333;
	padding-top:40px;
	padding-bottom:80px;
	word-wrap: break-word;
}

.blog_title_style1{
	padding: 1rem 1.4rem;
	border-left: 5px solid #000;
	background: #f4f4f4;
	font-size:1.2em;
	font-weight:bold;
}

.blog_title_style2{
	padding: 0.4rem 1.4rem;
	margin:0.8rem 0 0.4rem;
	border-left: 5px solid #000;
	font-size:1em;
	font-weight:bold;
}

.top_skip_bt{
	position:fixed;
	z-index:9999;
	right:4%;
	top:2%;
	cursor: pointer;
	background-color:white;
}

.top_fade_out{
	opacity:0!important;
	transition-duration: 1s;
	pointer-events: none;
}

.twitter_share_bt{
	margin:10px 0 20px;
}

.twitter_share_bt span{
	color:white;
	font-weight:bold;
	background-color:#1b95e0;
	padding:6px 12px 8px;
	border-radius:10px;
}

@media screen and (max-width: 699px){
	.policy_box{
		width:100%;
		margin:auto;
	}
	.mfp-iframe-scaler{
		padding-top:100%!important;
	}
	
}
.guideline_title_style1 {
	position: relative;
	line-height: 1.4;
	padding:0.25em 0.5em;
	text-align:center;
	font-size:2.6em;
}

.guideline_title_style1_small{
	font-size:0.5em;
	text-align:right;
}

.guideline_text_style1{
	
}

.guideline_text_style2{
	font-size:1.2em;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:8px;
	border-bottom:1px solid #ccc;
}

.guideline_text_red{
	color:#df0214;
	font-weight:bold;
}

.guideline_text_blue{
	color:#004b9b;
	font-weight:bold;
}

.guideline_text_blue_marker span{
	background-color:#F8FFBF;
	color:black;
}

.guideline_title_style2{
	font-size:1.8em;
	font-weight:bold;
	border-left:6px solid #e85a70;
	border-bottom:1px solid #e85a70;
	padding-left:10px;
	padding-bottom:5px;
	color:#e85a70;
}

.guideline_table_style1{
	padding:5px 10px;
	line-height:1.8em;
}

.guideline_text_style_small{
	font-size:0.8em;
}

@media screen and (max-width: 699px){
	
	.guideline_title_style1 {
		position: relative;
		line-height: 1.4;
		padding:0.25em 0.5em;
		text-align:center;
		font-size:1.6em;
	}
	
}

