@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
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;
}

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
  .wow {
    visibility: visible !important;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #231815;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7143;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

.is-body {
  overflow-y: hidden;
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #231815;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1300px;
  overflow: hidden;
}

.wrapper {
  width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.sm {
  display: none !important;
}

.trans {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.trans:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* PARTS
 * ----------------------------------------------- */
header .header-inner {
  background: #192d73;
  padding: 14px 0;
  position: relative;
  z-index: 100;
  transition: background 0.26s ease, padding 0.26s ease;
}
header .header-inner.is-transform {
  transform: translateX(0) !important;
}
header .wrapper {
  width: 1280px;
}
header.is-home, header.is-devices {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1300px;
  z-index: 100;
}
header.is-home .header-inner, header.is-devices .header-inner {
  background: none;
}
header:not(.is-home) .header-content {
  justify-content: space-around;
}
header:not(.is-home) .navigation-list {
  margin-right: 0;
}
header .header-inner.is-active {
  background: #192d73;
}
header.is-home .header-inner {
  padding: 26px 0;
}
header.is-home .button-menu span {
  background: #192d73;
}
header.is-home .header-content {
  justify-content: flex-end;
}
header.is-home .header-middle {
  display: none;
  transition: display 0.26s ease;
}
header.is-home .header-middle .logo {
  justify-content: flex-start;
}
header.is-home .logo {
  margin-right: 25px;
  position: relative;
  z-index: 2;
  transition: display 0.26s ease;
}
header.is-home .logo a {
  display: block;
}
header.is-active .header-inner {
  background: #192d73;
  padding: 14px 0;
}
header.is-active .header-middle {
  display: flex;
}
header.is-active .header-middle .logo {
  margin-right: 73px;
  display: block !important;
}
header.is-active .logo {
  display: none;
}
header .logo {
  margin-right: 73px;
}
header .header-content,
header .header-middle,
header .navigation-list {
  display: flex;
  align-items: center;
}
header .header-navigation {
  min-width: 650px;
  display: flex;
  justify-content: flex-end;
}
header .navigation-list {
  font-weight: bold;
  margin-left: -25px;
  font-size: 18px;
}
header .navigation-list li {
  margin: 0 22px;
}
header .navigation-list li:hover .navigation-link::after {
  width: 100%;
}
header .navigation-list > li {
  padding: 30px 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list > li {
    padding: 35px 0 25px;
  }
}
header .navigation-list a {
  color: #fff;
}
header .navigation-list .navigation-link {
  position: relative;
  color: #fff;
  cursor: pointer;
  display: block;
}
header .navigation-list .navigation-link::after {
  background: #0094d7;
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  transition: width 0.3s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list .navigation-link::after {
    bottom: -6px;
  }
}
header .navigation-list .link-contact {
  border: 1px solid #fff;
  padding: 8px 25px;
  border-radius: 20px;
  font-size: 16px;
  transition: background 0.3s ease, border 0.3s ease;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .navigation-list .link-contact {
    padding: 10px 19px 2px;
  }
}
header .navigation-list .link-contact::after {
  display: none;
}
header .navigation-list .link-contact:hover {
  background: #0094d7;
  border: 1px solid #0094d7;
}
header .header-navigation .dropdown-menu {
  background: #cdd6dd;
  padding: 5px 0;
  position: absolute;
  bottom: -19px;
  left: 0;
  width: 100%;
  overflow-x: hidden;
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-navigation .dropdown-menu {
    padding: 14px 0 6px;
    bottom: -29px;
  }
}
header .header-navigation .dropdown-menu .sub-menu-list a {
  color: #000;
}
header .header-navigation .dropdown-menu.solution {
  top: 86%;
  bottom: auto;
  padding: 23px 0 27px;
}
header .header-navigation .sub-menu-list {
  display: flex;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.05em;
  margin: 0 -28px;
  padding-left: calc(50% - 241px);
}
header .header-navigation .sub-menu-list > li {
  margin: 0 28px;
}
header .header-navigation .sub-menu-list a {
  display: block;
  transition: color 0.3s ease;
}
header .header-navigation .sub-menu-list a:hover {
  color: #0094d7;
}
header .header-navigation .sub-menu-list.is-multi {
  flex-wrap: wrap;
  width: 1050px;
  margin-left: calc(50% - 465px);
  padding: 0 !important;
  letter-spacing: -0.02em;
}
header .header-navigation .sub-menu-list.is-multi > li {
  width: 350px;
  margin: 0 0 5px;
}
header .header-navigation .sub-menu-list.is-multi .mega-sub-link {
  padding-left: 15px;
  display: inline-block;
  position: relative;
}
header .header-navigation .sub-menu-list.is-multi .mega-sub-link::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  top: 6px;
  left: 0;
  background: #000;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .header-navigation .sub-menu-list.is-multi .mega-sub-link::before {
    top: 4px;
  }
}
header .header-navigation .is-product .sub-menu-list {
  padding-left: calc(50% - 386px);
}
header .mega-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.98);
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: auto;
  display: none;
  z-index: 3;
}
header .mega-menu-wrapper {
  min-width: 1300px;
}
header .mega-menu-inner {
  width: 780px;
  margin: 0 auto;
  overflow-y: auto;
  display: flex;
}
header .mega-list {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 200px;
}
header .mega-list.is-large {
  width: 63%;
}
header .mega-list.is-small {
  width: 37%;
  margin-top: 259px;
}
header .mega-list > li {
  margin-bottom: 33px;
}
header .mega-list a,
header .mega-list span {
  color: #fff;
}
header .mega-list a {
  cursor: pointer;
}
header .mega-list .mega-link,
header .mega-list .mega-sub-link {
  position: relative;
  display: block;
}
header .mega-list .mega-link::before,
header .mega-list .mega-sub-link::before {
  position: absolute;
  top: 1px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}
header .mega-list .drop-menu {
  margin-top: 29px;
}
header .mega-list .mega-sub-link {
  padding-left: 79px;
}
header .mega-list .mega-sub-link::before {
  content: ">>";
  left: 0;
  top: -1px;
}
header .mega-list .mega-link {
  max-width: 285px;
}
header .mega-list .mega-link::before {
  content: ">";
  right: 0;
}
header .sub-menu-list {
  margin-left: 25px;
  margin-bottom: -6px;
}
header .sub-menu-list > li {
  margin-bottom: 30px;
}
header .button-menu {
  width: 42px;
  height: 32px;
  position: relative;
  cursor: pointer;
  z-index: 100;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  header .button-menu {
    top: 2px;
  }
}
header .button-menu span {
  display: block;
  position: absolute;
  background: #fff;
  height: 2px;
  width: 100%;
  transition: all 0.75s;
}
header .button-menu span:nth-child(1) {
  top: 0;
}
header .button-menu span:nth-child(2) {
  top: 15px;
}
header .button-menu span:nth-child(3) {
  top: 30px;
}
header .header-language {
  margin-right: 20px;
}
header .language-list {
  margin: 0 -8px;
  display: flex;
}
header .language-list > li {
  margin: 0 8px;
}
header .language-link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.26s;
}
header .language-link.is-current, header .language-link:hover {
  background-color: #000;
}
header .button-menu.is-active span {
  background: #fff;
}
header .button-menu.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
header .button-menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
header .button-menu.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}

.menu-link-ipad {
  position: absolute;
  z-index: 2;
  display: none;
  width: 150px;
  height: 40px;
  top: 39px;
}
.menu-link-ipad.is-devices {
  left: calc(50% - 123px);
}
.menu-link-ipad.is-product {
  left: calc(50% + 230px);
}
.menu-link-ipad.is-solution {
  left: calc(50% + 65px);
}

.is-ipad .has-sub.is-active .menu-link-ipad {
  display: none;
}

.is-ipad .menu-link-ipad {
  display: block;
}

.is-ipad .has-sub:not(.is-active) .navigation-link::after {
  width: 0;
}

.cc-deny {
  display: none;
}

.cc-window .cc-message:after {
  content: "をご確認ください。" !important;
}

footer {
  background: #fff;
}
footer .footer-container {
  padding: 32px 0 42px;
  display: flex;
  justify-content: space-between;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-container {
    padding: 34px 0 40px;
  }
}
footer .footer-logo {
  width: 121px;
  display: block;
  margin-right: 10px;
}
footer .footer-content,
footer .footer-link-list {
  display: flex;
  align-items: center;
}
footer .copyright {
  font-size: 12px;
  line-height: 2.33;
  position: relative;
  top: 4px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .copyright {
    top: 2px;
  }
}
footer .footer-link-list {
  font-size: 12px;
  line-height: 1.9;
  position: relative;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list {
    top: -1px;
  }
}
footer .footer-link-list li {
  position: relative;
  padding: 0 20px;
}
footer .footer-link-list li::before, footer .footer-link-list li:last-child::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list li::before, footer .footer-link-list li:last-child::after {
    top: -3px;
  }
}
footer .footer-link-list li::before {
  left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .footer-link-list li::before {
    left: 1px;
  }
}
footer .footer-link-list li:last-child::after {
  right: 0;
}
footer .footer-link-list a {
  color: #000;
  display: block;
}

/* MODULES
 * ----------------------------------------------- */
.page-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2667;
  color: #004bb1;
  padding-left: 38px;
  position: relative;
}
.page-title::before {
  position: absolute;
  content: "";
  background: #004bb1;
  top: -6px;
  left: 0;
  width: 10px;
  height: calc(100% + 12px);
}

.block-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding-left: 20px;
  padding-bottom: 2px;
  line-height: 2.1;
  border-bottom: 1px solid #004bb1;
  position: relative;
}
.block-title::before {
  content: "";
  position: absolute;
  background: #004bb1;
  width: 14px;
  height: 14px;
  left: 0;
  top: 11px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .block-title::before {
    top: 8px;
  }
}

.common-circle-title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.01em;
  line-height: 1.3125;
  margin-bottom: 17px;
}
.common-circle-title span {
  color: #004bb1;
}

.section-common-contact {
  background: #192d73;
  padding: 52px 0 55px;
}
.section-common-contact .contact-title,
.section-common-contact .contact-text,
.section-common-contact .contact-caption {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.section-common-contact .contact-title {
  font-size: 28px;
  line-height: 1.38;
  margin-bottom: 4px;
}
.section-common-contact .contact-text {
  font-size: 18px;
  margin-bottom: 24px;
}
.section-common-contact .contact-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 2px;
}
.section-common-contact .contact-list li {
  width: 25%;
  padding: 0 10px;
}
.section-common-contact .contact-list li.is-data, .section-common-contact .contact-list li.is-reservation {
  display: none;
}
.section-common-contact .contact-list a {
  display: block;
}
.section-common-contact .contact-list .contact-image img {
  display: block;
  width: 104px;
  margin: 0 auto;
}
.section-common-contact .contact-list .contact-caption {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 12px;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-common-contact .contact-list .contact-caption::after {
    content: "";
    min-height: inherit;
    font-size: 0;
  }
}
.section-common-contact .contact-list .is-contact-us .contact-caption {
  margin-top: 20px;
}

/* PAGE
 * ----------------------------------------------- */
.skip-video {
  width: 240px;
  height: 95px;
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 49px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  display: none;
}

.keyvisual-image {
  position: relative;
}
.keyvisual-image img {
  width: 100%;
}
.keyvisual-image .hover-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
}

.keyvisual-link {
  display: block;
  position: absolute;
}
.keyvisual-link.is-information {
  width: 21.6%;
  height: 37.5%;
  top: 0;
  left: 0;
  margin-top: 5.83%;
}
.keyvisual-link.is-information:hover ~ .information {
  opacity: 1;
}
.keyvisual-link.is-tv {
  width: 13.75%;
  height: 20%;
  top: 0;
  margin-top: 19%;
  left: 0;
  margin-left: 22.3%;
}
.keyvisual-link.is-tv:hover ~ .tv {
  opacity: 1;
}
.keyvisual-link.is-car {
  width: 17%;
  height: 20%;
  top: 0;
  margin-top: 27%;
  left: 0;
  margin-left: 5%;
}
.keyvisual-link.is-car:hover ~ .car {
  opacity: 1;
}
.keyvisual-link.is-tablet {
  width: 15%;
  height: 33%;
  top: 0;
  margin-top: 30%;
  left: 0;
  margin-left: 33%;
}
.keyvisual-link.is-tablet:hover ~ .notepad {
  opacity: 1;
}
.keyvisual-link.is-smartphone {
  width: 15%;
  height: 28%;
  top: 0;
  margin-top: 35%;
  right: 0;
  margin-right: 29.5%;
}
.keyvisual-link.is-smartphone:hover ~ .smartphone {
  opacity: 1;
}
.keyvisual-link.is-product {
  width: 15%;
  height: 50%;
  top: 0;
  margin-top: 12%;
  right: 0;
  margin-right: 5%;
}
.keyvisual-link.is-product:hover ~ .product {
  opacity: 1;
}
.keyvisual-link.is-seminar {
  width: 15%;
  height: 32%;
  top: 0;
  margin-top: 11%;
  right: 0;
  margin-right: 25%;
}
.keyvisual-link.is-seminar:hover ~ .seminar {
  opacity: 1;
}

.section-top-devices {
  background: url(../img/top/devices_bg.jpg) no-repeat center center/cover;
  background-attachment: fixed;
}
.section-top-devices .offer-wrapper {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
}
.section-top-devices .offer-title,
.section-top-devices .offer-text {
  color: #192d73;
  text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 5px #fff, 0px 0px 4px #fff, 0px 0px 3px #fff;
}
.section-top-devices .offer-title {
  text-align: center;
  font-size: 55px;
  line-height: 1.45;
  font-weight: bold;
  margin-bottom: 56px;
}
.section-top-devices .offer-text {
  font-size: 30px;
  line-height: 1.66;
  text-align: justify;
  font-weight: 600;
}
.section-top-devices .common-section-title,
.section-top-devices .section-text {
  font-weight: bold;
  line-height: 1.75;
}
.section-top-devices .common-section-title {
  font-size: 70px;
  font-family: Arial, sans-serif;
  margin-bottom: -21px;
}
.section-top-devices .section-text {
  font-size: 22px;
  margin-bottom: 18px;
}
.section-top-devices .devices-list li {
  position: relative;
  padding: 43px 0 60px;
}
.section-top-devices .devices-list li .bg-overlay {
  position: absolute;
  height: 100%;
  top: 0;
  width: 0;
  transition: width ease 0.5s;
}
.section-top-devices .devices-list li:nth-child(odd) .bg-overlay {
  background: rgba(255, 255, 255, 0.8);
  left: 0;
  right: calc(50% - 540px);
}
.section-top-devices .devices-list li:nth-child(odd) .common-section-title,
.section-top-devices .devices-list li:nth-child(odd) .section-text {
  color: #192d73;
}
.section-top-devices .devices-list li:nth-child(odd) .animation-text-wrapper::before {
  background: #192d73;
}
.section-top-devices .devices-list li:nth-child(even) .bg-overlay {
  background: rgba(205, 214, 221, 0.8);
  right: 0;
  left: calc(50% - 540px);
}
.section-top-devices .devices-list li:nth-child(even) .animation-text-wrapper::before {
  background: #000;
}
.section-top-devices .devices-inner {
  width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.animation-text-wrapper {
  position: relative;
  display: inline-block !important;
  opacity: 0;
}
.animation-text-wrapper::before {
  display: none;
}
.animation-text-wrapper.start-animation {
  opacity: 1;
}
.animation-text-wrapper.start-animation .text-character {
  transform: rotate(0);
  opacity: 1;
  transition: opacity 1s ease, transform 1s ease;
}

.animation-image {
  position: relative;
  overflow: hidden;
  transition: all 0.6s;
  width: auto;
}
.animation-image:not(.start-animation) {
  width: 0 !important;
}
.animation-image.start-animation {
  width: auto;
}
.animation-image.start-animation .image-preload {
  transform: none;
  transition: all 0.45s;
  transition-delay: 0.5s;
}
.animation-image .image-preload {
  display: block;
  max-width: none;
  transform: scale(0.9, 0.9);
}

.image-preload {
  width: 820px;
  height: 480px;
}
.image-preload.is-first {
  background: url("../img/top/smartphone_img.jpg") center/cover no-repeat;
}
.image-preload.is-second {
  background: url("../img/top/tablet_img.jpg") center/cover no-repeat;
}
.image-preload.is-third {
  background: url("../img/top/car_img.jpg") center/cover no-repeat;
}
.image-preload.is-fourth {
  background: url("../img/top/tv_img.jpg") center/cover no-repeat;
}

.text-character {
  min-width: 0.29em;
  display: inline-block;
  vertical-align: bottom;
  text-align: left;
  opacity: 0;
  transform: rotate(10deg);
}

.section-title {
  text-align: center;
  font-weight: bold;
  font-family: Arial, sans-serif;
  margin-bottom: 15px;
  color: #192d73;
  font-size: 50px;
}
.section-title .animation-text-wrapper::before {
  background: #192d73;
}

.section-top-news {
  padding: 50px 0 88px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .section-top-news {
    background: #fff;
  }
}
.section-top-news .wrapper {
  position: relative;
  z-index: 2;
}

.news-banner {
  background: #004bb1;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.58;
  padding: 0 72px 0 18px;
  position: relative;
  margin-bottom: 9px;
}
.news-banner:before, .news-banner::after {
  content: "";
  position: absolute;
}
.news-banner::before {
  background: #fff;
  left: 8px;
  top: 0;
  width: 3px;
  height: 100%;
}
.news-banner::after {
  border-style: solid;
  border-color: #bbdcf4 #bbdcf4 transparent transparent;
  border-width: 9px 8px;
  width: 16px;
  height: 16px;
  top: calc(100% - 1px);
  left: 0;
  z-index: -1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-banner {
    line-height: 1;
    padding: 9px 72px 3px 18px;
  }
}

.news-list {
  margin-bottom: 20px;
}
.news-list li {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #cdd6dd;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-list li {
    padding: 33px 0 27px;
  }
}
.news-list .news-information {
  width: 120px;
  margin-right: 60px;
}
.news-list .news-title {
  width: calc(100% - 180px);
  word-break: break-word;
  font-size: 16px;
  line-height: 1.25;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-list .news-title {
    word-break: break-all;
  }
}
.news-list .tag {
  width: 120px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
  margin-bottom: 1px;
  line-height: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-list .tag {
    padding: 6px 0 2px;
    margin-bottom: 3px;
  }
}
.news-list .tag.is-blue {
  background: #409ad6;
}
.news-list .tag.is-red {
  background: #e5004f;
}
.news-list .tag.is-yellow {
  background: #fac03d;
}
.news-list .news-time {
  text-align: center;
  display: block;
}

.link-more {
  text-align: right;
  font-size: 16px;
  color: #004bb1;
  display: block;
  margin-bottom: 146px;
}

.link-tatsuta {
  width: 480px;
  margin: 0 auto;
  display: block;
  border-radius: 13px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* OPENING VIDEO
 * ----------------------------------------------- */
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-hidden .container {
  opacity: 0;
}

.opening-video-wrapper {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.opening-video-wrapper video {
  display: block;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: 10;
  pointer-events: none;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*# sourceMappingURL=top.css.map */
