@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");

body {
  font-size: 16px;
  font-family: 'Noto Sans JP';
  max-width: 2500px;
  margin: 0 auto;
  color: #fff;
  word-wrap: break-word;
  font-weight: 300;
}

.lang_en_body {
  font-family: 'Roboto';
}

.pc_br {
  display: none;
}

.txt_caption {
  text-align: right;
  margin-right: 0;
}

.pc_col2 {
  padding-top: 10px;
  padding-bottom: 10px;
  display: table;
  width: 100%;
}

.pc_col2_item {
  display: table-cell;
  width: 50%;
}

.pc_col2_item img {
  display: inline;
  width: 100%;
}

.pc_col2_item:first-child {
  padding-right: 10px;
}

.pc_col2_item+.pc_col2_item {
  padding-left: 10px;
  text-align: right;
}

.pc_col3 {
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: -.4em;
  width: 100%;
}

.pc_col3_item {
  display: inline-block;
  letter-spacing: normal;
  width: 32%;
}

.pc_col3_item img {
  display: inline;
}

.pc_col3_item:first-child {
  margin-left: 1%;
  margin-right: 1%;
}

.pc_col3_item+.pc_col3_item {
  margin-right: 1%;
  text-align: right;
}

a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  cursor: pointer;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc-block {
    display: none;
  }

  .sp-block {
    display: block;
  }
}

/*nav*/

#menu-status {
  display: none;
}

.ghost-nav {
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
  position: fixed;
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
  top: 40px;
  left: 0;
  right: 0;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow-y: scroll;
  height: 95%;
  background-color: #141e3e;
}

.ghost-nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #141e3e;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.ghost-nav ul {
  position: relative;
  z-index: 5;
  width: 80%;
}

.ghost-nav ul li {
  font-size: 14px;
}

.ghost-nav ul li:first-child a {
  border-top: 0px;
}

.ghost-nav ul li:nth-last-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.ghost-nav ul li a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  padding: 8px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ghost-nav ul li a span:first-child {
  font-size: 11px;
}

.ghost-nav ul li a span:last-child {
  font-size: 15px;
}

.ghost-nav ul li:last-child {
  margin: 30px 0;
  display: block !important;
}

.ghost-nav ul li:last-child a {
  border: none;
  display: block;
}

.ghost-nav ul li:first-child {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.ghost-nav ul li:first-child img {
  max-width: 27px;
  margin-right: 10px;
}

.ghost-nav ul li:first-child div {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ghost-nav ul li:first-child div a {
  padding: 5px 20px;
  border: 1px solid #fff;
}

.ghost-nav ul li:first-child div a:first-child {
  color: #fff;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}

.ghost-nav ul li:first-child div a:last-child {
  background: #fff;
  color: #000;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}

.ghost-nav ul li:first-child .en-language a:first-child {
  background: #fff;
  color: #000;
}

.ghost-nav ul li:first-child .en-language a:last-child {
  background: none;
  color: #fff;
}

#menu-status:checked~.ghost-nav {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#menu-status:checked~.ghost-nav:before {
  opacity: 1;
}

/*video*/

.hidden-video-code {
  display: none;
}

.modal-overray {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  position: fixed;
}

.modal-overray::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-overray .modal-container-x {
  width: 80%;
  height: 80%;
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 910px;
  max-height: 512px;
}

.modal-overray .modal-container-x iframe {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.modal-overray .close-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 20;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.modal-overray .close-btn::before {
  display: block;
  content: "";
  width: 80%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 10%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.modal-overray .close-btn::after {
  display: block;
  content: "";
  width: 80%;
  height: 1px;
  background-color: #fff;
  top: 50%;
  left: 10%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.modal-overray .close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*bkt*/

.bkt {
  z-index: 6;
  cursor: pointer;
  opacity: 0;
  position: fixed;
  bottom: 50px;
  right: 4vw;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bkt svg {
  width: 35px;
  height: 35px;
}

.show {
  opacity: 1 !important;
}

.inner {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
  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;
}

.inner.bg_color {
  max-width: 960px;
  margin: auto;
  overflow: hidden;
  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;
  background: -moz-linear-gradient(left, #4f5565, transparent);
  background: -webkit-linear-gradient(left, #4f5565, transparent);
  background: linear-gradient(to right, rgba(26, 43, 85, 0.6), transparent);
}

.nowrap {
  white-space: nowrap;
}

.hasbg {
  background-position: center center;
  background-attachment: scroll;
  background-size: contain;
  background-repeat: no-repeat;
}

.hasbg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 94%;
  height: 93%;
}

.block {
  display: block;
}

.none {
  display: none !important;
}

.site-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 59px;
  padding: 0;
  background: #141E3E;
  -webkit-box-shadow: 0 0 10px #141e3e;
  box-shadow: 0 0 10px #141e3e;
  z-index: 7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  -moz-font-feature-settings: "palt"1;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
}

.site-header .inner {
  padding: 0 0 5px;
  overflow: inherit;
}

@media screen and (min-width: 850px) {
  .site-header {
    max-height: 59px;

  }

  .site-header .inner {
    max-height: 59px;
  }
}

@media screen and (max-width: 960px) {
  .site-header .inner {
    padding: 10px 0;
  }
}

.site-header .header-logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.site-header .header-logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 30px;
  height: 30px;
}

.site-header .header-logo img:hover {
  opacity: 0.6;
}

.site-header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 0 15px;
}

.site-header .header-nav a {
  display: block;
  color: #fff;
  margin: 0 10px;
  position: relative;
  font-size: 18px;
  font-family: 'Rift-Regular';
}

.site-header .header-nav .current-page {
  display: block;
  color: #ffdc2e;
  position: relative;
}

.site-header .header-nav.lang_en {
  font-family: 'Rift-Regular';
  padding: 11px 0 15px;
}

.site-header .header-nav a span.lang_en {
  font-size: 20px;
  position: relative;
}

.site-header .header-nav a:not(.current-page)::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #fff;
}

.site-header .header-nav a:not(.current-page):hover::after {
  width: 100%;
}

.current-page {
  cursor: default !important;
}

.site-header .header-nav li:last-child {
  display: none;
}

.site-header .header-nav li:first-child {
  display: none;
}

.site-header .header-nav li>a.lang_en {
  font-size: 28px;
}

.site-header .inner-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.site-header .language {
  position: relative;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 4px 0;
  text-align: right;
  font-family: 'Rift-Regular';
  margin-left: 10px;
}

.site-header .language-btn,
.site-header .language-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 20px;
  font-size: 16px;
}

.language-switch {
  display: none !important;
}

.language-switch.show {
  display: flex !important;
}

.site-header .language-btn img,
.site-header .language-switch img {
  max-height: 33px;
  margin-right: 1px;
  margin-top: 5px;
}

.site-header .language-btn span,
.site-header .language-switch span {
  display: block;
  margin: 0 8px;
  color: #fff;
  font-size: 26px;
  min-width: 26px;
}

.site-header .language-btn svg,
.site-header .language-switch svg {
  width: 20px;
  height: 20px;
  margin-top: 10px;
}

.site-header .language-switch {
  position: absolute;
  bottom: -36px;
  left: 17px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 0;
  opacity: 0;
  white-space: nowrap;
  margin: 0;
  padding: 21px 30px;
  background: #141e3e;
}

.site-header .phone-header {
  display: none;
}

.site-header .phone-header img {
  -webkit-transition: 0.1S;
  transition: 0.1S;
  cursor: pointer;
  width: 35px;
  height: 35px;
}

.site-hero {
  width: 100%;
  text-align: center;
}

.site-hero>img {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.site-hero .inner {
  display: block;
  padding: 150px 0 0 0;
}

.site-hero h1 img {
  max-width: 500px;
  margin: auto;
}

.btn-modal {
  cursor: pointer;
}
.btn-modal.btn-modal_txt {
  color: #0000EE !important;
}
.site-hero .lean-more,
.site-hero .btn-modal {
  margin: 66px 0;
  width: 420px;
  height: 60px;
  display: inline-block;
  padding: 7px;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 35px;
  background-position: center;
  background-size: cover;
  font-size: 30px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.site-hero .lean-more span,
.site-hero .btn-modal span {
  text-align: center;
  display: block;
  white-space: nowrap;
  z-index: 5;
}

.site-hero .lean-more span .icon-outside {
  width: 15px;
  height: 15px;
  display: inline;
  fill: #fff;
  margin-left: 15px;
}

.site-hero .lean-more span.lang_en,
.site-hero .btn-modal span.lang_en {
  text-align: center;
  display: block;
  white-space: nowrap;
  z-index: 5;
  margin: 5px 0;
}

.site-hero .lean-more img,
.site-hero .btn-modal img {
  z-index: -1;
  max-width: 60%;
}

.site-hero .lean-more:hover,
.site-hero .btn-modal:hover {
  opacity: 0.8;
}

.site-hero .news {
  font-size: 18px;
  z-index: 5;
  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;
  max-width: 100%;
  margin: auto;
}

.site-hero .news>div {
  width: calc(95% - 75px);
  margin: 0 4px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  background: white;
}

.site-hero .news .new-outside {
  width: 10px;
  height: 100%;
}

.site-hero .news .new-center {
  background: rgba(255, 255, 255, 0.6);
  color: #000;
  padding: 0 15px;
}

.site-hero .news .center-inner {
  padding: 10px 20px;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
}

.site-hero .news .center-inner h2 {
  margin: 0 0 20px 0;
  font-size: 30px;
}

.site-hero .news .center-inner>div {
  text-align: left;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 15px 0;
  font-size: 17px;
  font-weight: 400;
}

.site-hero .news .center-inner>div span {
  margin-right: 10px;
}

.s-font {
  font-size: 12px;
}

.site-hero .news .center-inner>div .news-time {
  white-space: nowrap;
  margin-right: 10px;
}

.site-hero .news .center-inner>div .news-time.adjustment {
  margin-left: 9.5px;
}

.site-hero .news .center-inner .icon-outside {
  width: 15px;
  height: 15px;
  display: inline;
  margin-left: 4px;
  margin-top: -2px;
}

.site-hero .news .center-inner a {
  margin: 5px 0 0 0;
  display: block;
  color: #000;
}

.site-hero .news div a .sub-title {
  display: contents;
  font-size: 80%;
}

.site-hero .news .center-inner a svg {
  width: 25px;
  height: 25px;
}

.site-font {
  padding: 35px 30px;
}

.site-font h2 {
  font-size: 40px;
  line-height: 1.5;
  white-space: nowrap;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
}

.site-font div {
  line-height: 1.4;
  margin: 15px 0 23px;
  font-size: 16px;
}

.site-font div.font_line {
  line-height: 1.9;
  margin: 15px 0 20px;
  font-size: 16px;
}

.site-font span {
  font-size: 14px;
  margin: 5px 0 10px;
}

.site-connecting {
  margin: 120px 0 50px 0;
  width: 100%;
}

.site-connecting .inner {
  padding: 10px 0;
  overflow: visible;
}

.site-connecting .inner-left {
  margin-right: -70px;
  z-index: 1;
  position: relative;
}

.site-connecting .inner-right {
  padding: 20px 30px;
  background: rgba(26, 43, 85, 0.6);
  text-align: center;
  z-index: 0;
}

.site-connecting .btn-modal {
  margin-top: 20px;
  text-align: center;
}

.site-connecting .btn-modal img {
  display: inline-block;
}

.site-connecting .inner-right h2 {
  font-family: "UniviaProRegular";
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
}

.site-connecting .inner-right h2.lang_ja {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
}

.site-connecting .inner-right div {
  margin: 20px 0;
  min-width: 20vw;
  line-height: 1.4;
}

.site-strato {
  width: 100%;
}

.site-strato .inner {
  overflow: inherit;
  padding: 10px 0;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.site-strato .inner-left {
  margin: 20px 0;
  background: rgba(81, 85, 96, 0.6);
  padding: 20px 30px;
  z-index: 2;
  text-align: left;
}

.site-strato .inner-left img {
  max-width: 310px;
  margin: auto;
}

.site-strato .inner-right {
  position: absolute;
  left: 1%;
  bottom: -37px;
  width: 138%;
  height: 87%;
}

.site-cover {
  margin: 40px 0;
  background: rgba(26, 43, 85, 0.6);
  width: 100%;
  position: relative;
}

.site-cover .inner-left {
  padding-bottom: 246px;
}

.site-cover .inner {
  overflow: inherit;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.site-cover .inner-right {
  position: absolute;
  left: 15%;
  bottom: -28px;
  width: 120%;
  height: 70%;
  min-height: 395px;
}

.site-cover .site-font {
  padding-left: 30px;
}

.site-specifications {
  width: 100%;
}

.site-specifications .inner>div {
  width: calc((100% - 30px) / 2);
}

.site-specifications .inner-right {
  background: rgba(26, 43, 85, 0.6);
  padding: 30px;
}

.site-specifications .inner-right .site-font div {
  font-family: "UniviaProRegular";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.8;
}

.site-specifications .inner-right .site-font div span {
  color: #ADD6DA;
}

.site-specifications .right-content {
  border: 1px solid #fff;
  padding: 35px;
}

.site-use {
  width: 100%;
  margin: 70px 0;
}

.site-use .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.site-use .inner>div {
  width: calc((100% - 30px) / 2);
}

.site-use .content1 {
  padding: 30px 20px;
  width: 100%;
  background: rgba(246, 246, 114, 0.6);
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 751px) {
  .site-use .content1 .wide .within {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) translate(-50%);
    transform: rotate(45deg) translate(-50%);
    background: rgba(29, 46, 93, 0.6);
    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;
    position: absolute;
    width: 60%;
    left: 42%;
    top: 45%;
  }

  .site-use .content1 .wide .within>div {
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding-bottom: 11px;
  }
}

.site-use .content1 .wide .within span {
  font-size: 55px;
  display: block;
}

.site-use .content1 .wide .within span:nth-child(1) {
  font-family: 'Rift-Regular';
}

.site-use .content1 .wide .within span:nth-child(2) {
  font-size: 16px;
}

.site-use .content2 {
  position: relative;
  margin: 10px 0;
  padding: 30px 20px;
  background: rgba(26, 43, 85, 0.6);
}

.site-use .content2 .site-font {
  position: relative;
  padding: 0 0 0 20px;
}

.site-use .content2 .site-font h2 {
  font-family: "UniviaProRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.3;
}

.site-use .content2 .site-font span {
  margin-left: 15px;
  font-weight: 100;
  line-height: 2;
  font-family: 'Noto Sans JP';
}

.site-use .content2 .site-font div {
  white-space: normal;
  min-height: 10.5em;
}

.site-use .content2 .site-font::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  background: #ede83a;
  height: 101%;
}

.site-use .content2 img {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.site-use .content2 .tagging {
  font-size: 12px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 5px;
}

.site-collaboration h2.lang_en {
  line-height: 1.2;
}

.site-collaboration h2.lang_ja {
  line-height: 1.1;
  margin-bottom: 12px;
}

.site-collaboration .site-font {
  padding: 0;
  text-align: center;
}

.site-collaboration .site-font span.lang_ja {
  font-size: 25px;
}

.site-collaboration .site-font span.lang_en {
  font-size: 30px;
}

.site-collaboration img {
  margin-top: 20px;
}

.site-server {
  margin: 70px 0 0;
}

.site-server .inner {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 200px;
}

.site-server .site-font>span {
  display: block;
  margin: 10px 0 20px;
}

.site-contact {
  width: 100%;
}

.site-contact .inner-left {
  background: rgba(26, 43, 85, 0.6);
  padding: 25px 25px;
}

.site-contact .inner-left img {
  display: block;
  max-height: 50px;
  margin: auto;
}

.site-contact .inner-left .content>div {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-contact .inner-left .content>div span:nth-child(1) {
  font-size: 16px;
  display: block;
  min-width: 120px;
  text-align: right;
  font-family: "UniviaProRegular";
  font-weight: normal;
  font-style: normal;
}

.site-contact .inner-left .content>div span:nth-child(2) {
  font-size: 14px;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: solid 2px #629bc9;
}

.site-contact .inner-left .content>div .icon {
  position: relative;
  margin-left: 20px;
}

.site-contact .inner-left .content>div .icon::before {
  content: "";
  display: block;
  position: absolute;
  left: -17px;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #58b183;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site-contact .inner-left .content>div .sdgs-button {
  display: block;
  width: 280px;
  height: 46px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 44px;
  transition: 0.3s;
}

.site-contact .inner-left .content>div .sdgs-button:hover {
  background: #fff;
  color: #141e3e;
  font-weight: 500;
}

.site-message {
  margin: 70px 0;
}

.site-message .inner {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.site-message .inner div.lang_en {
  font-family: "UniviaProRegular";
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  white-space: nowrap;
}

.site-message .inner div.lang_ja {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-style: normal;
  font-size: 26px;
  white-space: nowrap;
}

.site-footer {
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
  background: #141E3E;
  margin-top: 100px;
}

.site-footer word-wrap:break-word div:nth-child(2) {
  padding: 0 20px;
}

.contents-ttl {
  font-size: 40px;
  text-align: center;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  margin-bottom: 50px;
}

*+.contents-ttl {
  margin-top: 100px;
}

.contents-inner {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.page-ttl {
  font-size: 62px;
  white-space: nowrap;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  text-align: center;
  margin-bottom: 95px;
}

.lower-inner {
  padding-top: 125px;
}

.box-gradation {
  background-color: rgba(26, 43, 85, 0.6);
}

.modal-photo-collection {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #fff;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.modal-photo-collection-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal-photo-collection-main {
  width: 77%;
  position: relative;
}

.modal-photo-collection-main-item {
  width: 100%;
}

.modal-photo-collection-slider-contain {
  width: 23%;
  padding: 30px 0 30px 40px;
  box-sizing: border-box;
}

.slick-slide {
  margin: 8px 0;
  cursor: pointer;
}

.slick-arrow.slick-prev {
  position: absolute;
  left: 50%;
  margin-left: -17px;
  margin-top: -50px;
  text-indent: 100%;
  white-space: nowrap;
  width: 34px;
  height: 34px;
  overflow: hidden;
}

.slick-arrow.slick-next {
  position: absolute;
  left: 50%;
  margin-left: -17px;
  text-indent: 100%;
  white-space: nowrap;
  height: 34px;
  width: 34px;
  overflow: hidden;
  bottom: 20px;
}

.slick-arrow.slick-prev:before,
.slick-arrow.slick-next:before {
  margin-top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slick-arrow.slick-prev:before {
  left: 0;
}

.slick-arrow:hover.slick-prev:before,
.slick-arrow:hover.slick-next:before {
  animation: none;
  -webkit-animation: none;
  cursor: pointer;
}

.slick-arrow.slick-prev:before {
  content: '';
  display: block;
  border: 0;
  background: url(/img/icon-prev.png) no-repeat center top;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.slick-arrow.slick-next:before {
  content: '';
  display: block;
  background: url(/img/icon-next.png) no-repeat center top;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.tmp-modal {
  display: none;
}

.slick-slide img {
  width: 100%;
}

.slick-slide {
  border: solid 3px transparent !important;
}

.slick-slide.slick-center {
  border: solid 3px #787878 !important;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .page-ttl {
    font-size: 42px;
    margin-bottom: 27px;
  }

  .contents-ttl {
    font-size: 35px;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .page-lower {
    padding: 0 25px;
  }

  .lower-inner {
    padding-top: 70px;
  }

  .modal-photo-collection-inner {
    display: block;
  }

  .modal-photo-collection-main {
    width: 100%;
  }

  .modal-photo-collection-slider-contain {
    width: 100%;
    padding: 0 25px;
    margin-top: 20px;
  }

  .slick-arrow.slick-prev {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -11px;
    z-index: 10;
  }

  .slick-arrow.slick-prev::before {
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    position: relative;
  }

  .slick-slide {
    margin: 0 3px;
  }

  .slick-arrow.slick-next {
    width: 20px;
    height: 20px;
    position: absolute;
    right: -24px;
    left: auto;
    top: 50%;
    margin-top: -9px;
    z-index: 10;
    bottom: auto;
  }

  .slick-arrow.slick-next::before {
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    position: relative;
  }

  .modal-photo-collection {
    padding: 20px;
  }
}

/* HISTORY */

.box-history {
  padding: 35px 27px 102px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.ttl-year {
  font-size: 45px;
  white-space: nowrap;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 1;
  text-align: center;
}

.tbl-history-low+.ttl-year {
  margin-top: 10px;
}

.tbl-history-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  position: relative;
  padding-bottom: 48px;
}

.tbl-history-low::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  background-color: #b1b5bf;
  opacity: 0.6;
}

.tbl-history-low-right,
.tbl-history-low-left {
  width: 50%;
}

.tbl-history-low-left {
  padding-right: 40px;
  text-align: right;
}

.tbl-history-low-right {
  padding-left: 40px;
  text-align: left;
  margin-top: 55px;
}

.tbl-history-low-right+.tbl-history-low-left {
  margin-top: 197px;
}

.tbl-history-low-left+.tbl-history-low-right+.tbl-history-low-left {
  margin-top: 52px;
}

.tbl-history-txt {
  border-top: 2px solid;
  padding-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.tbl-history-note {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
  padding-right: 10px;
}

*+.tbl-history-txt {
  margin-top: 56px;
}

.line-yellow {
  border-color: #ede83a;
}

.line-yellow .tbl-history-txt-number {
  color: #ede83a;
}

.tbl-history-low-left .tbl-history-txt {
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}

.tbl-history-low-left .tbl-history-txt::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  top: -7px;
  right: -12px;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.tbl-history-low-right .tbl-history-txt::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 100px;
  width: 12px;
  height: 12px;
  top: -7px;
  left: -12px;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}

.tbl-history-txt.line-yellow::before {
  background-color: #ede83a;
}

.tbl-history-txt-number {
  font-size: 57px;
  white-space: nowrap;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 0.5;
}

.tbl-history-txt-detail {
  font-size: 15px;
  width: 80%;
}

.tbl-history-low-left .tbl-history-txt-number {
  padding-left: 20px;
  padding-right: 5px;
}

.tbl-history-low-right .tbl-history-txt-number {
  padding-right: 20px;
  padding-left: 5px;
}

.tbl-history-image {
  margin-top: 16px;
}

.tbl-history-low-left .tbl-history-image,
.tbl-history-low-left .tbl-history-movie {
  padding-right: 7px;
}

.tbl-history-low-right .tbl-history-image,
.tbl-history-low-right .tbl-history-movie {
  padding-left: 7px;
}

.tbl-history-image img {
  display: inline;
}

.tbl-history-movie {
  margin-top: 25px;
}

.tbl-history-movie img {
  display: inline;
}

.tbl-history-low-left.history-low-2019-04 {
  margin-top: 101px;
}

.tbl-history-low-right.history-low-2019-08 {
  margin-top: -9px;
}

.tbl-history-image-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tbl-history-low-left .tbl-history-image-col2 {
  padding-left: 10px;
}

.tbl-history-image-col {
  width: 50%;
  margin-top: 15px;
}

.tbl-history-image-col:nth-child(odd) {
  text-align: center;
  padding-right: 5px;
}

.tbl-history-image-col:nth-child(even) {
  text-align: center;
  padding-left: 5px;
}

.tbl-history-image-col img {
  display: inline;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .contents-history.page-lower {
    padding: 0 20px;
  }

  .box-history {
    padding: 25px 20px 35px;
  }

  .tbl-history-low {
    display: block;
  }

  .tbl-history-low img {
    width: 100%;
  }

  .ttl-year {
    font-size: 35px;
    margin-bottom: 10px;
    text-align: left;
  }

  .tbl-history-low+.ttl-year {
    margin-top: 5px;
  }

  .tbl-history-low-right,
  .tbl-history-low-left {
    width: 100%;
    padding-right: 11px;
    padding-left: 45px;
  }

  .tbl-history-low-right,
  .tbl-history-low-left {
    padding-right: 0;
    text-align: left;
  }

  .tbl-history-low::after {
    left: 25px;
    width: 2px;
    background-color: #fff;
  }

  .tbl-history-low-left .tbl-history-txt::before,
  .tbl-history-low-right .tbl-history-txt::before {
    width: 10px;
    height: 10px;
    left: -4px;
    top: -6px;
  }

  .tbl-history-txt-detail {
    font-size: 14px;
    width: calc(100% - 50px);
  }

  .tbl-history-note {
    padding-right: 0;
  }

  .tbl-history-low-right .tbl-history-txt-number,
  .tbl-history-low-left .tbl-history-txt-number {
    padding-right: 10px;
    padding-left: 5px;
    font-size: 33px;
  }

  .tbl-history-low-left .tbl-history-txt {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .tbl-history-low-left.history-low-2019-04,
  .tbl-history-low-right.history-low-2019-08,
  .tbl-history-low-right+.tbl-history-low-left,
  .tbl-history-low-right,
  *+.tbl-history-txt {
    margin-top: 60px !important;
  }

  .tbl-history-image {
    margin-top: 10px;
    padding-left: 0 !important;
  }

  .tbl-history-movie {
    margin-top: 14px;
  }

  .tbl-history-movie+.tbl-history-movie {
    margin-top: 14px;
  }

  .tbl-history-low-left.history-low-2019-04,
  .tbl-history-low-right.history-low-2019-08 {
    margin-top: 54px;
  }

  .tbl-history-low {
    margin-top: 15px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tbl-history-low>*:first-child {
    margin-top: 0 !important;
  }

  .tbl-history-image-col:nth-child(odd) {
    padding-right: 5px;
  }

  .tbl-history-image-col:nth-child(even) {
    padding-left: 5px;
  }
}

/* TECHNOLOGY */

.technology-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 960px;
  overflow: hidden;
}

.technology-col2-right {
  text-align: center;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.contents-technology img {
  display: inline-block;
}

.modal-img-item-zoom {
  display: none !important;
}

.img-technology-figure {
  padding-right: 15px;
}

.technology-col2-right .btn-modal {
  margin-top: 40px;
  display: inline-block;
}

.technology-spec {
  max-width: 463px;
  width: 50%;
  padding: 30px;
  box-sizing: border-box;
}

.technology-spec-inner {
  border: solid 1px #fff;
  padding: 13px 30px 48px;
}

.technology-spec-ttl {
  font-size: 35px;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 17px;
}

.technology-spec-tbl-row {
  display: table;
  margin-top: 6px;
  font-family: "UniviaProRegular";
}

.technology-spec-tbl-ttl,
.technology-spec-tbl-data {
  display: table-cell;
}

.technology-spec-tbl-ttl {
  color: #add6da;
  white-space: nowrap;
  font-size: 14px;
}

.technology-spec-tbl-data {
  padding-left: 5px;
}

.technology-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
}

.technology-info-box+.technology-info-box {
  margin-top: 47px;
}

.technology-info-box-left {
  width: 43%;
  text-align: center;
  background-color: rgb(0, 0, 0, 0.5);
  padding: 33px 20px 51px;
  box-sizing: border-box;
}

.technology-info-box-inner {
  display: inline-block;
}

.technology-airplane-ready {
  background: url(/img/bg-technology-airplane-ready.png) no-repeat center bottom;
  background-size: cover;
  padding: 20px 18px 20px;
}

.technology-payload {
  background: url(/img/bg-technology-payload.png) no-repeat center bottom;
  background-size: cover;
  padding: 20px 18px 20px;
}

.technology-info-ttl {
  font-size: 35px;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 22px;
  line-height: 1.1;
}

.technology-info-lead {
  font-size: 15px;
}

.technology-info-lead+.technology-info-lead {
  margin-top: 17px;
}

.technology-info-movie {
  margin-top: 30px;
}

.technology-info-movie img {
  max-width: 100%;
}

.technology-info-img {
  margin-top: 26px;
}

.technology-info-movie .btn-modal {
  display: inline-block;
}

.technology-info-more {
  margin-top: 27px;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .technology-col2 {
    display: block;
  }

  .technology-col2-right {
    width: 100%;
    background-color: rgba(26, 43, 85, 0.6);
    padding-bottom: 35px;
  }

  .technology-col2-right .btn-modal {
    margin-top: 31px;
    padding: 0 23px;
  }

  .img-technology-figure {
    padding-right: 0;
  }

  .technology-spec {
    width: 100%;
    max-width: 100%;
    padding: 36px 20px 30px;
  }

  .technology-spec-inner {
    padding: 19px 20px 35px;
  }

  .technology-spec-ttl {
    font-size: 33px;
    text-align: center;
    margin-bottom: 20px;
  }

  .technology-spec-tbl-row {
    font-size: 14px;
  }

  .technology-info-box {
    display: block;
  }

  .technology-info-box-left {
    width: 100%;
    background-color: transparent;
    padding-bottom: 34px;
  }

  .technology-airplane-ready {
    background: rgba(26, 43, 85, 0.6);
    margin-top: 60px;
    padding: 0;
  }

  .technology-payload {
    background: rgba(26, 43, 85, 0.6);
    padding: 0;
  }

  .technology-info-lead {
    font-size: 14px;
  }

  .technology-info-ttl {
    font-size: 33px;
  }

  .technology-info-img {
    margin-top: 20px;
    padding: 0 20px;
  }

  .technology-info-movie {
    margin-top: 20px;
    padding: 0 20px;
  }

  .technology-info-more {
    margin-top: 16px;
    padding-left: 5px;
    width: 77px;
  }

  .technology-info-box+.technology-info-box {
    margin-top: 58px;
  }
}

/* SERVICE */

.service-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.service-box+.service-box {
  margin-top: 49px;
}

.service-box-left {
  width: 54.5%;
  padding: 10px 23px 57px 60px;
}

.service-box-right {
  text-align: center;
}

.service-box-right img {
  display: inline;
}

.service-box-ttl {
  font-size: 40px;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 16px;
}

.img-service-huge-area {
  position: absolute;
  right: 0;
  bottom: 0;
}

.service-box-txt {
  font-size: 16px;
}

.service-box-txt+.service-box-txt {
  margin-top: 11px;
}

.service-box-movie {
  margin-top: 29px;
  position: relative;
  z-index: 5;
  padding-right: 35px;
  text-align: center;
}

.service-box-movie img {
  display: inline;
}

.service-box-spectrum .service-box-left {
  width: 53%;
  padding: 40px 9px 85px 60px;
}

.service-box-any {
  padding-bottom: 70px;
}

.service-box-any .service-box-right {
  padding: 120px 0 0;
}

.service-box-huge {
  margin-bottom: 60px;
}

.service-box-huge .contents-inner {
  padding-bottom: 180px;
}

.service-collaboration-box {
  background: -moz-linear-gradient(left, #4f5565, transparent);
  background: -webkit-linear-gradient(left, #4f5565, transparent);
  background: linear-gradient(to right, rgba(26, 43, 85, 0.6), transparent);
  padding: 51px 0 38px;
}

.service-collaboration-box img {
  max-width: initial;
}

.service-collaboration-box-ttl {
  font-size: 40px;
  white-space: nowrap;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 23px;
  text-align: center;
  line-height: 1;
}

.service-collaboration-box-min {
  font-size: 36px;
}

.service-collaboration-box-txt {
  text-align: center;
  font-size: 16px;
}

.service-collaboration-box-left {
  padding-left: 30px;
  width: 50%;
}

.service-collaboration-box-right {
  position: absolute;
  right: 0;
}

.service-collaboration-img {
  margin-top: 46px;
}

.service-use {
  width: 100%;
  margin: 40px 0 0;
}

.service-use .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-use .inner>div {
  width: calc((100% - 30px) / 2);
}

.service-use .content-potential-use {
  padding: 30px 20px;
  width: 100%;
  background: rgba(246, 246, 114, 0.6);
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 950px) and (min-width: 751px) {
  .service-collaboration-box-left {
    width: 50%;
    padding-left: 10px;
  }

  .service-collaboration-box img {
    max-width: 100%;
  }

  .service-collaboration-box-right {
    width: 50%;
  }
}

@media screen and (min-width: 751px) {
  .service-use .content-potential-use .wide .within {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) translate(-50%);
    transform: rotate(44deg) translate(-34%);
    background: rgba(29, 46, 93, 0.6);
    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;
    position: absolute;
    width: 67%;
    left: 33%;
    top: 34%;
  }

  .service-use .content-potential-use .wide .within>div {
    text-align: center;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    padding-bottom: 11px;
  }
}

.service-use .content-potential-use .wide .within span {
  font-size: 55px;
  display: block;
}

.service-use .content-potential-use .wide .within span:nth-child(1) {
  font-family: 'Rift-Regular';
}

.service-use .content-potential-use .wide .within span:nth-child(2) {
  font-size: 16px;
}

.service-use .content-gradation {
  position: relative;
  margin: 14px 0;
  padding: 30px 20px;
  background: rgba(26, 43, 85, 0.6);
}

.service-use .content-gradation .site-font {
  position: relative;
  padding: 0 0 14px 28px;
  margin-bottom: 17px;
}

.service-use .content-gradation .site-font h2 {
  font-family: "UniviaProRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 26px;
  line-height: 0.5;
}

.service-use .content-gradation .site-font span {
  margin-left: 15px;
  font-weight: 100;
  line-height: 2;
  font-family: 'Noto Sans JP';
}

.service-use .content-gradation .site-font div {
  white-space: normal;
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
}

.service-use .content-gradation .site-font::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  background: #ede83a;
  height: 101%;
}

.service-use .content-gradation img {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.service-use .content-gradation .tagging {
  font-size: 12px;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 5px;
}

@media screen and (max-width: 750px) {
  .service-box {
    display: block;
    padding: 24px 15px 35px;
    background-color: rgba(26, 43, 85, 0.6);
  }

  .service-box+.service-box {
    margin-top: 60px;
  }

  .service-box-huge .contents-inner {
    padding-bottom: 0;
  }

  .service-collaboration-box {
    background-color: rgba(26, 43, 85, 0.6);
  }

  .service-box-ttl,
  .service-collaboration-box-ttl {
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
  }

  .service-collaboration-box-min {
    font-size: 25px;
  }

  .service-box-txt,
  .service-collaboration-box-txt {
    font-size: 15px;
    text-align: center;
    line-height: 1.8;
  }

  .service-box-left,
  .service-box-spectrum .service-box-left,
  .service-collaboration-box-left {
    width: 100%;
    padding: 0;
  }

  .service-box-movie {
    padding: 0 25px;
    margin-top: 18px;
  }

  .service-box-spectrum .service-box-right {
    margin-top: 25px;
  }

  .img-service-huge-area {
    position: static;
    margin: 25px -15px 0;
  }

  .img-service-huge-area img,
  .service-collaboration-box img {
    width: 100%;
  }

  .service-use .inner,
  .service-use .inner>div {
    width: 100%;
    margin-top: 25px;
    padding: 15px 10px;
  }

  .service-use .inner,
  .service-use .inner>.content-potential-use {
    padding: 4px 0;
  }

  .service-box-any .service-box-right {
    padding-top: 25px;
  }

  .service-collaboration-img {
    margin: 25px -15px 0;
  }

  .service-use .inner .wide {
    background-image: url(/img/diamond.svg);
    background-size: 84vw 20vw;
    height: 100%;
    margin: 0 auto;
    width: 84vw;
  }

  .service-use .inner .wide .within {
    display: table;
    height: 20vw !important;
    transform: initial;
    width: 100%;
  }

  .service-use .inner .wide .within {
    display: table;
    height: 20vw !important;
    transform: initial;
    width: 100%;
  }

  .service-use .inner .wide .within div {
    display: table-cell;
    padding-bottom: 1.7vw;
    text-align: center;
    vertical-align: middle;
  }

  .service-use .wide .within span {
    font-size: 7vw !important;
    text-align: center;
  }

  .service-use .content-gradation .site-font h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .service-use .content-gradation .site-font {
    padding: 9px 0 3px 22px;
    margin-bottom: 13px;
  }

  .service-use .content-gradation .site-font div {
    font-size: 15px;
    line-height: 1.75;
  }

  .service-use .content-gradation .site-font::before {
    width: 9px;
  }

  .service-use .content-gradation .tagging {
    position: static;
    text-align-last: right;
  }
}

/* HAPS ALLIANCE */

.haps-alliance-vision {
  padding: 56px 60px 60px;
  margin-top: 61px;
}

.haps-alliance-vision-lead {
  font-size: 16px;
}

.haps-alliance-vision-col2 {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.haps-alliance-vision-right {
  text-align: right;
  padding-left: 50px;
}

.haps-alliance-vision-right img {
  display: inline;
}

.haps-alliance-vision-box {
  border: solid 1px #fff;
  padding: 10px 15px 27px;
  width: 393px;
  box-sizing: border-box;
  text-align: center;
}

.haps-alliance-vision-box-inner {
  display: inline-block;
  text-align: left;
}

.haps-alliance-vision-box-ttl {
  font-size: 40px;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  margin-bottom: 17px;
  padding-left: 10px;
}

.haps-alliance-vision-list-item {
  font-size: 16px;
  position: relative;
  padding-left: 38px;
}

.haps-alliance-vision-list-item::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  background-size: contain;
  width: 23px;
  height: 20px;
}

.icon-shake-hands:after {
  background: url(/img/icon-shake-hands.png) center top no-repeat;
  margin-top: -9px;
}

.icon-rocket:after {
  background: url(/img/icon-rocket.png) center top no-repeat;
  margin-top: -9.5px;
}

.icon-earth:after {
  background: url(/img/icon-earth.png) center top no-repeat;
  margin-top: -9.5px;
}

.icon-mic:after {
  background: url(/img/icon-mic.png) center top no-repeat;
  margin-top: -9.5px;
}

.haps-alliance-vision-list-item+.haps-alliance-vision-list-item {
  margin-top: 13px;
}

.haps-alliance-key-areas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 64px;
  width: 100%;
}

.haps-alliance-key-areas+.haps-alliance-key-areas {
  margin-top: 30px;
}

.haps-alliance-key-areas-box {
  width: 48.44%;
  box-sizing: border-box;
  padding: 27px 20px 28px;
}

.haps-alliance-key-areas-box:nth-child(odd) {
  margin-right: 1.56%;
}

.haps-alliance-key-areas-box:nth-child(even) {
  margin-left: 1.56%;
}

.haps-alliance-key-areas-box:nth-child(n+3) {
  margin-top: 33px;
}

.haps-alliance-key-areas-txt-box {
  border-left: 12px solid #add6da;
  padding: 0 0 7px 16px;
}

.haps-alliance-key-areas-ttl {
  font-family: "UniviaProRegular";
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 9px;
}

.haps-alliance-key-areas-list-item {
  position: relative;
  font-size: 16px;
  padding-left: 1rem;
}

.haps-alliance-key-areas-list-item::before {
  content: "・";
  position: absolute;
  left: -0.1rem;
  top: -5%;
}

.haps-alliance-key-areas-list-item+.haps-alliance-key-areas-list-item {
  margin-top: 5px;
}

.haps-alliance-key-areas-img {
  margin-top: 20px;
}

.btn-haps-alliance-link {
  margin-top: 45px;
  text-align: center;
}

.btn-haps-alliance-link a {
  font-size: 30px;
  color: #fff !important;
  max-width: 423px;
  display: inline-block;
  padding: 7px 37px 10px;
  background: url(/img/bg-btn-haps-alliance.png) no-repeat center bottom;
  background-size: contain;
  position: relative;
  width: 100%;
}

.btn-haps-alliance-link a::after {
  position: absolute;
  content: "";
  background: url(/img/icon-blank.png) no-repeat center bottom;
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  top: 50%;
  margin-top: -4px;
}

@media screen and (max-width: 750px) {
  .contents-haps-alliance .contents-ttl:first-child {
    font-size: 25px;
  }

  .contents-haps-alliance *+.contents-ttl {
    margin-top: 50px;
  }

  .haps-alliance-vision {
    margin-top: 10px;
    padding: 30px 20px 25px;
  }

  .haps-alliance-vision-lead {
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
    margin: 0 -20px;
    padding: 0 10px;
  }

  .haps-alliance-vision-col2 {
    display: block;
    margin-top: 25px;
  }

  .haps-alliance-vision-left {
    width: 100%;
  }

  .haps-alliance-vision-right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .haps-alliance-vision-right img {
    width: 100%;
  }

  .haps-alliance-vision-box {
    padding: 20px 20px 35px;
  }

  .haps-alliance-vision-box-ttl {
    font-size: 35px;
    padding-left: 0;
    text-align: center;
  }

  .haps-alliance-vision-list-item {
    font-size: 15px;
  }

  .haps-alliance-vision-list-item+.haps-alliance-vision-list-item {
    margin-top: 8px;
  }

  .btn-haps-alliance-link {
    margin-top: 21px;
    padding: 0 25px;
  }

  .btn-haps-alliance-link a {
    font-size: 20px;
    width: 100%;
    line-height: 1;
    padding: 11px 10px 15px;
    background-size: 100% 100%;
  }

  .btn-haps-alliance-link a::after {
    width: 13px;
    height: 13px;
    margin-top: -6px;
    margin-left: 5px;
  }

  .haps-alliance-key-areas {
    display: block;
  }

  .haps-alliance-key-areas-box {
    width: 100%;
  }

  .haps-alliance-key-areas-box:nth-child(odd) {
    margin-left: 0;
  }

  .haps-alliance-key-areas-box:nth-child(even) {
    margin-left: 0;
  }

  .haps-alliance-key-areas {
    margin-top: 34px;
  }

  .haps-alliance-key-areas-box {
    padding: 10px 10px;
  }

  .haps-alliance-key-areas-txt-box {
    padding: 8px 0 7px 9px;
    border-left: 9px solid #5c749b;
  }

  .haps-alliance-key-areas-ttl {
    font-size: 20px;
  }

  .haps-alliance-key-areas-list-item {
    font-size: 15px;
  }

  .haps-alliance-key-areas-img {
    margin-top: 11px;
  }

  .haps-alliance-key-areas-img img {
    width: 100%;
  }

  .haps-alliance-key-areas-box+.haps-alliance-key-areas-box {
    margin-top: 26px;
  }
}

/* MEDIA */

.contents-media .page-ttl {
  margin-bottom: 50px;
}

.contents-media-anchor {
  text-align: center;
  letter-spacing: -.4em;
}

.contents-media-anchor-item {
  display: inline-block;
  letter-spacing: normal;
}

.contents-media-anchor-item:nth-child(odd) {
  padding-right: 48px;
}

#anchor-movie+.contents-ttl {
  margin-top: 64px;
  margin-bottom: 63px;
}

.contents-media-anchor-item:nth-child(even) {
  padding-left: 48px;
}

.contents-media-anchor-item-link {
  white-space: nowrap;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
  font-size: 38px;
  position: relative;
  color: #fff !important;
}

.contents-media-anchor-item-link::before {
  content: "";
  background: url(/img/icon-anchor.png) no-repeat center top;
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 13px;
  background-size: contain;
}

.media-movie-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media-movie-main .media-thmb,
.media-movie-main .media-name {
  width: 50%;
}

.media-thmb {
  cursor: pointer;
}

.media-name {
  text-align: center;
  font-family: 'Rift-Regular';
  font-weight: normal;
  font-style: normal;
}

.media-name_movie {
  position: relative;
}

.media-name_movie::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.media-movie-main .media-name {
  font-size: 42px;
  line-height: 0.5;
  padding: 0 5px;
}

.media-movie-main .media-name_movie::before {
  background: url(/img/icon-play.png) no-repeat center bottom;
  background-size: contain;
  width: 46px;
  height: 46px;
  margin-right: 19px;
  vertical-align: middle;
}

.media-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 48px -7.5px 0;
}

.contents-ttl+.media-collection {
  margin-top: 66px;
}

.media-collection-item {
  width: 33.333%;
  padding: 0 7.5px;
}

.media-collection-item:nth-child(n+4) {
  margin-top: 30px;
}

.media-collection .media-name {
  font-size: 25px;
  margin-top: 8px;
  padding-left: 10px;
}

.media-collection .media-name_movie {
  margin-right: 5px;
  vertical-align: middle;
  text-align: left;
  padding-left: 45px;
}

.media-collection .media-name_movie::before {
  background: url(/img/icon-play.png) no-repeat center bottom;
  background-size: contain;
  width: 34px;
  height: 34px;
  margin-right: 12px;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.modal-photo-collection-slider-contain,
.js-modal-photo-collection-slider,
.slick-slider {
  height: 425px;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  .contents-media.page-lower {
    padding: 0 35px;
  }

  .contents-media .page-ttl {
    margin-bottom: 20px;
  }

  .contents-media-anchor {
    display: table;
    width: 100%;
  }

  .contents-media-anchor-item {
    width: 50%;
    box-sizing: border-box;
    display: table-cell;
  }

  .contents-media-anchor-item-link {
    font-size: 25px;
  }

  .contents-media-anchor-item-link::before {
    width: 23px;
    height: 23px;
    vertical-align: middle;
  }

  .contents-media-anchor-item:nth-child(odd) {
    text-align-last: right;
    padding-right: 17px;
  }

  #anchor-movie+.contents-ttl {
    margin-top: 49px;
    margin-bottom: 20px;
  }

  .media-movie-main .media-name {
    font-size: 20px;
    margin-top: 10px;
  }

  .media-collection {
    margin-top: 35px;
  }

  .media-collection .media-name_movie {
    padding-left: 28px;
  }

  .media-movie-main .media-name_movie::before {
    width: 33px;
    height: 33px;
    margin-right: 5px;
  }

  .media-collection .media-name {
    font-size: 15px;
    margin-top: 4px;
  }

  .media-collection .media-name_movie::before {
    width: 17px;
    height: 17px;
    margin-right: 5px;
    position: absolute;
    left: 7px;
    top: 3.5px;
  }

  .contents-media-anchor-item:nth-child(even) {
    text-align-last: left;
    padding-left: 17px;
  }

  .media-movie-main {
    display: block;
  }

  .media-movie-main .media-thmb,
  .media-movie-main .media-name {
    width: 100%;
  }

  .media-movie-main .media-thmb img {
    width: 100%;
  }

  .media-collection-item {
    width: 50%;
  }

  .media-collection-item:nth-child(n+3) {
    margin-top: 30px;
  }

  #anchor-photo+.contents-ttl {
    margin-top: 39px;
  }

  .contents-ttl+.media-collection {
    margin-top: 30px;
  }

  .modal-photo-collection-slider-contain,
  .js-modal-photo-collection-slider,
  .slick-slider {
    height: auto;
  }
}

/*News*/

.news-title {
  background: #3453a1;
  padding: 120px 0 70px 0;
}

.news-title .inner {
  display: block;
}

.news-title h2 {
  font-size: 22px;
}

.news-title span {
  font-size: 16px;
  font-weight: bold;
}

.news-hero {
  color: #000;
  margin: 50px 0;
}

.news-hero .inner {
  display: block;
  font-weight: 500;
}

.news-hero .content-title,
.news-hero .publish-info {
  text-align: right;
  font-size: 14px;
}

.news-hero .news-one .inner-title,
.news-hero h1 {
  margin: 20px 15px;
  font-size: 26px;
  position: relative;
  font-weight: bold;
}

.news-hero .news-one .inner-title::before,
.news-hero h1::before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #5871b2;
}

.news-hero h1 .sub-title,
.news-hero h2 .sub-title {
  font-size: 66%;
}

.news-hero .news-two {
  margin: 50px 0;
}

.news-hero .news-two .inner-title,
.news-hero h2 {
  margin: 50px 0;
  font-size: 26px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
}

.news-hero .news-two .inner-title::after,
.news-hero h2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5871b2;
}

.news-hero .inner-content,
.news-hero p,
.news-hero li,
.news-hero figure figcaption {
  font-size: 14px;
  letter-spacing: .05em;
}

.news-hero blockquote {
  border-left: 1px dotted #5871b2;
  padding-left: 1em;
}

.news-hero p+p,
.news-hero p+ul,
.news-hero ul+p,
.news-hero p+ol,
.news-hero ol+p,
.news-hero p+dl,
.news-hero dl+p,
.news-hero p+blockquote,
.news-hero blockquote+p,
.news-hero blockquote+blockquote,
.news-hero p+figure,
.news-hero figure+p {
  margin-top: 20px;
}

.news-hero figure img {
  margin: 0 auto;
  border: 1px solid gray;
  width: 80%;
}

.news-hero figure .no-border {
  border: 0;
}

.news-hero figure figcaption {
  margin-top: 10px;
  text-align: center;
}

.news-hero .inner-tag {
  margin: 30px 0;
  font-size: 12px;
}

.header-fixed .header-logo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1 !important;
  height: auto !important;
}

.site-header.header-fixed {
  background: #141E3E;
  -webkit-box-shadow: 0 0 10px #141e3e !important;
  box-shadow: 0 0 10px #141e3e !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 20;
}

/*News*/

.news_height,
.connecting_height,
.about_height {
  margin-top: -50px;
  padding-top: 50px;
}

.news-hero .local-disclaimer {
  margin-top: 4em;
}

.news-hero .local-disclaimer+.common-disclaimer {
  margin-top: 0;
}

.list-bullet-03>li,
.list-bullet-04>li,
dl.notice-list.list-bullet-04>li {
  position: relative;
  padding-left: 15px;
}

.list-bullet-03>li:before,
.list-bullet-04>li:before,
dl.notice-list.list-bullet-04>li:before {
  position: absolute;
  top: 0;
  left: 0;
}

[class*='list-']>li,
.notice-list.large>li,
.uni-link-list>li {
  font-size: 14px;
  line-height: 1.42857;
  margin: 9px 0 0;
}

[class*='list-']>li:first-child,
.notice-list.large>li:first-child,
.uni-link-list>li:first-child {
  margin-top: 0;
}

[class*='list-'].note>li,
.notice-list>li,
.link-list.note>li,
.uni-link-list.note>li {
  font-size: 12px;
  line-height: 1.5;
  margin: 4px 0 0;
}

[class*='list-'].note>li:first-child,
.notice-list>li:first-child,
.link-list.note>li:first-child,
.uni-link-list.note>li:first-child {
  margin-top: 0
}

.list-bullet-03 {
  margin: 0 0 20px;
}

.list-bullet-03>li {
  padding-left: 14px;
}

.list-bullet-03>li:before {
  content: '';
  display: block;
  top: 8px;
  left: 6px;
  background-image: url(/img/icon-bullet-note.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 2px;
  height: 2px;
  text-indent: -9999px;
  overflow: hidden;
}

.news-hero .tblb *+.list-bullet-03 {
  margin-top: 10px;
}

.news-hero .tblb .list-bullet-03,
.news-hero .tblb .list-bullet-03>li:last-child {
  margin-bottom: 0;
}

.tbla {
  box-sizing: border-box;
}

.tbla {
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  border-top: 1px solid #d8dadc;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.tbla th,
.tbla td {
  padding: 15px;
  border-top: none;
  border-right: 1px solid #d8dadc;
  border-bottom: 1px solid #d8dadc;
  border-left: none;
  font-size: 14px;
  line-height: 1.42857;
}

.tbla th:first-child,
.tbla td:first-child {
  border-left: none;
  border-right: 1px solid #d8dadc;
}

.tbla th:last-child,
.tbla td:last-child {
  border-left: 1px solid #d8dadc;
  border-right: none;
}

.tbla th:first-child:last-child,
.tbla td:first-child:last-child {
  border-left: none;
  border-right: none;
}

.tbla th> :last-child,
.tbla td> :last-child {
  margin-bottom: 0;
}

.tbla th {
  background-color: #f4f5f6;
  vertical-align: middle;
  font-weight: normal;
}

.tbla p {
  font-size: 14px;
  line-height: 1.42857;
  margin-bottom: 5px;
}

.tbla thead th {
  text-align: center;
}

.tbla thead td {
  background-color: #f4f5f6;
}

.tbla img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.tbla.img-border img {
  border: 1px solid #d8dadc;
}

.tbla.attention tbody th {
  background-color: #d7e3f5;
}

.tbla td.itemize {
  border-right: none;
}

.tbla td.itemize.num-unit {
  font-size: 85.71%;
}

.tbla td.itemize-btn {
  min-width: 50px;
}

.tbla.list-note {
  font-size: 14px;
}

.tbla ul.notice-list {
  font-size: 14px;
}

.tbla dl.notice-list dd>ul {
  font-size: 14px;
}

.tblb {
  margin-top: 0;
  margin-bottom: 1.6em;
  width: 100%;
  border: none;
  border-collapse: separate;
  border-top: 1px dotted #cdd0d2;
}

.tblb td,
.tblb th {
  padding: 15px 30px 15px 0;
  border: none;
  border-bottom: 1px dotted #cdd0d2;
  font-size: 14px;
  line-height: 1.42857;
  background: none;
  font-weight: normal;
}

.tblb td:last-child,
.tblb th:last-child {
  padding-right: 0;
}

.tblb td p:last-of-type,
.tblb th p:last-of-type {
  margin-bottom: 0;
}

.tblb th {
  padding-left: 0;
  vertical-align: top;
  text-align: left;
}

.tblb caption {
  margin: 0 0 8px 0;
  padding: 0;
  text-align: right !important;
  font-weight: normal;
  font-size: 85.71429%;
  line-height: 1.5;
}

.tblb ul.pseudo-first-child,
.tblb ul:first-child,
.tblb ol.pseudo-first-child,
.tblb ol:first-child,
.tblb ul.pseudo-first-child li.pseudo-first-child,
.tblb ul:first-child li:first-child,
.tblb ol.pseudo-first-child li.pseudo-first-child,
.tblb ol:first-child li:first-child {
  margin-top: 0;
}

.image-left.tblb,
.image-right.tblb {
  width: auto;
}

.tblb p {
  margin-top: 0.75em;
}

.tblb p:first-child {
  margin-top: 0;
}

.sup {
  vertical-align: text-top;
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  top: -0.5em;
}

/* dl.notice-list from modules.css */

dl.notice-list {
  margin: 0 0 20px;
  font-size: 85.71%
}

dl.notice-list dt {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style-type: none
}

dl.notice-list dd {
  padding-top: 7px
}

dl.notice-list ul {
  list-style-type: none;
  margin: 0 0 20px
}

dl.notice-list ul li {
  margin: 0 0 9px
}

dl.notice-list ul li span {
  white-space: nowrap;
  padding-right: .5em;
  display: table-cell
}

dl.notice-list ul li div {
  width: 100%;
  display: table-cell
}

dl.notice-list ul+ul {
  margin-top: 20px
}

dl.notice-list.large {
  font-size: 100%
}

#contents-body .notice-list:last-of-type {
  margin-bottom: 0
}

/* privacy */

.page-privacy p {
  margin: 10px auto;
}

.page-privacy ol {
  padding-left: 20px;
}

.inner-content .content-title {
  text-align: right;
  font-size: 14px;
}

/* link */

.foot {
  max-width: 900px;
  margin: 15px auto;
  width: 100%;
}

.foot .f-nav {
  width: 100%;
  margin-bottom: 20px;
}

.foot .f-nav ul {
  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;
}

.foot .f-nav ul li+li {
  border-left: 2px solid #7d7c78;
}

.foot .f-nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.1;
  padding: 0 15px;
  white-space: nowrap;
}

.foot .f-nav ul li a:hover {
  color: #fff;
}

.foot .f-nav ul li:last-child {
  border-right: 0px solid #fff;
}

@media screen and (max-width: 1024px) {
  .inner {
    margin: 0 20px;
  }

  .site-strato .inner-left,
  .site-connecting .inner-right {
    margin: 20px 0;
  }

  .site-header {
    font-size: 16px;
  }

  .site-use .content1 .wide .within span {
    font-size: 5.5vw;
  }

  .site-header .header-nav a,
  .site-header .header-nav .current-page {}
}

@media screen and (max-width: 960px) {
  .inner {
    width: 90%;
    margin: auto;
    padding: 10px 0;
  }

  .site-use .content1 .wide .within span {
    font-size: 5vw;
  }

  .site-use .content1 .wide .within span:nth-child(2) {
    font-size: 14px;
  }

  .site-contact .inner-left .content>div span:nth-child(1) {
    min-width: 100px;
  }

  .site-font h2 {
    white-space: inherit;
    line-height: 1.3;
  }

  .site-font div {
    white-space: inherit;
  }

  .site-header .header-nav a {
    margin: 0 5px;
    margin: 0 0.4vw;
    font-size: 17px;
    font-size: 1.89vw;
  }
}

@media screen and (max-width: 850px) {
  .site-header.header-fixed {
    border-bottom: 2px solid #5b6278;
    background: #141e3e !important;
  }

  .hasbg img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .site-hero .inner {
    padding: 20vw 0 0 0;
  }

  .phone-header {
    display: block !important;
  }

  .phone-header img:nth-child(1) {
    display: block;
  }

  .phone-header img:nth-child(2) {
    display: none;
  }

  .site-header {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .site-header .inner-right {
    display: none;
  }

  .site-header .header-logo img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    height: 0;
  }

  .none {
    display: none !important;
  }

  .site-font div.font_line {
    font-size: 15px;
  }

  .site-footer {
    padding: 10px;
    font-size: 12px;
    background: #141e3e !important;
  }

  .foot {
    margin: 0 auto 10px;
  }

  .foot .f-nav ul {
    display: block;
  }

  .foot .f-nav ul li {
    border-right: unset;
    margin: 10px 0;
  }

  .foot .f-nav ul li+li {
    border-left: 0;
  }

  .ghost-nav ul li:nth-last-child(2) {
    display: none;
  }
}

@media screen and (min-width: 850px) {
  .ghost-nav {
    display: none;
  }

  .site-hero .btn-modal {
    padding: 6px;
  }
}

@media screen and (max-width: 750px) {
  .site-font {
    max-width: 100%;
  }

  .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bkt {
    position: fixed;
    bottom: 20px;
  }

  .site-cover,
  .site-use {
    margin: 60px auto;
  }

  .site-server {
    margin: 60px auto 0 auto;
  }

  .site-message {
    margin: 60px auto 20px;
  }

  .site-header .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 10px 0;
  }

  .site-connecting .inner-left {
    margin: 0 0 -60px;
  }

  .site-connecting .inner-right {
    padding: 50px 20px;
    max-width: 100%;
    width: 100%;
  }

  .site-strato .inner {
    overflow: inherit;
  }

  .site-strato .inner-right {
    overflow: hidden;
    position: static;
    width: calc(100% + 10vw);
    margin: 0 -5vw;
  }

  .site-strato .inner-right {
    margin: 0 -5vw 0 -300px;
    width: auto;
  }

  .site-strato .inner-left {
    margin: 20px auto;
  }

  .site-strato .inner-left img {
    max-width: 100%;
  }

  .site-strato .inner-left {
    text-align: center;
  }

  .site-server .inner {
    background-image: url(/img/service-sp.jpg) !important;
    background-position: 50% 85%;
    padding-bottom: 60px;
  }

  .site-server .site-font {
    text-align: center;
  }

  .site-cover .site-font {
    padding: 30px 10px;
    text-align: center;
  }

  .site-cover .inner-right {
    position: static;
    width: 100%;
    min-height: unset;
  }

  .site-specifications .inner {
    background: rgba(26, 43, 85, 0.6);
    padding: 30px 0;
  }

  .site-specifications .inner>div {
    padding: 15px;
    width: 100%;
  }

  .site-specifications .inner>div:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .site-specifications .inner-right {
    background: none;
  }

  .site-use .inner>div {
    width: 100%;
  }

  .site-use .inner .content1 {
    height: 22vw !important;
    padding: 1vw 0;
  }

  .site-use .inner .content1 .wide {
    background-image: url(/img/diamond.svg);
    background-size: 84vw 20vw;
    height: 100%;
    margin: 0 auto;
    width: 84vw;
  }

  .site-use .inner .content1 .wide .within {
    display: table;
    height: 20vw !important;
    transform: initial;
    width: 100%;
  }

  .site-use .inner .content1 .wide .within div {
    display: table-cell;
    padding-bottom: 1.7vw;
    text-align: center;
    vertical-align: middle;
  }

  .site-use .content1 .wide .within span {
    font-size: 7vw;
  }

  .site-use .inner .content2 .site-font div {
    min-height: 0;
  }

  .site-use .inner .content2 .site-font::before {
    width: 5px;
  }

  .site-hero .lean-more,
  .site-hero .btn-modal {
    border: 1px solid #718c9d;
  }

  .site-message .inner div.lang_en,
  .site-message .inner div.lang_ja {
    white-space: inherit;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
  }

  .site-collaboration .site-font {
    padding: 40px 0;
    background: rgba(26, 43, 85, 0.6);
  }

  .site-collaboration .site-font div {
    padding: 0 15px;
  }

  .site-collaboration .inner>div:last-child {
    display: none;
  }

  .inner.bg_color {
    background: unset;
  }

  .site-contact .inner {
    background: rgba(26, 43, 85, 0.6);
  }

  .site-contact .inner-left {
    background: none;
    margin-bottom: 20px;
  }

  .tbla th,
  .tbla td {
    font-size: 13px;
  }

  .tblb td,
  .tblb th {
    font-size: 13px;
    padding-right: 10px;
  }

  .foot .f-nav {
    margin-bottom: 15px;
  }

  .foot .f-nav ul li {
    width: 100%;
  }

  .foot .f-nav ul li a {
    font-size: 12px;
  }

  .foot .f-nav ul li a span {
    display: block;
  }
}

@media screen and (max-width: 650px) {
  .site-hero h1 img {
    max-width: 350px;
  }

  .site-hero .news>div {
    margin: 0 3px;
  }

  .site-hero .news .new-outside {
    width: 8px;
  }

  .site-hero .news .center-inner>div {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .site-hero .news .center-inner a {
    margin: 5px 0 0;
  }

  .site-font {
    padding: 40px 15px;
  }

  .site-font h2 {
    font-size: 35px;
  }

  .site-font div {
    margin: 10px 0 20px;
    font-size: 15px;
  }

  .site-connecting .inner-right h2 {
    font-size: 26px;
  }

  .site-hero .news .center-inner>div .news-time.adjustment {
    margin-left: 0;
  }

  .pc_col2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
  }

  .pc_col2_item {
    display: block;
    width: auto;
  }

  .pc_col2_item:first-child {
    padding-right: 0;
    text-align: center;
  }

  .pc_col2_item+.pc_col2_item {
    padding-left: 0;
    text-align: center;
    margin-top: 10px;
  }

  .pc_col3_item {
    display: block;
    width: auto;
  }

  .pc_col3_item:first-child {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .pc_col3_item+.pc_col3_item {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    margin-top: 10px;
  }
}

@media screen and (max-width: 600px) {
  .news-hero .content-title {
    font-size: 13px;
  }

  .news-hero .news-one .inner-title,
  .news-hero .news-two .inner-title {
    font-size: 18px;
  }

  .news-hero p,
  .news-hero li,
  .news-hero figure figcaption,
  .news-hero .inner-content {
    font-size: 13px;
  }

  .news-hero figure img {
    width: 90%;
  }

  .site-hero .news {
    max-width: 100%;
  }

  .site-hero .news>div {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  .site-hero .news>div span.sub-title {
    white-space: normal;
  }

  .site-hero .news .center-inner {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  .modal-overray .modal-container-x {
    width: 90%;
    max-height: 350px;
  }

  .modal-overray .modal-container-x iframe {
    height: 350px;
  }

  .modal-overray .close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
  }
}

@media screen and (max-width: 510px) {
  .site-header {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .site-hero .lean-more,
  .site-hero .btn-modal {
    margin: 40px 0;
    width: 360px;
    height: 50px;
    padding: 0;
  }

  .site-connecting {
    margin: 60px 0 30px 0;
  }

  .site-contact .inner-left {
    padding: 30px 10px;
  }

  .site-contact .inner-left img {
    max-height: 40px;
  }

  .site-contact .inner-left .content>div span:nth-child(1) {
    min-width: 100px;
    font-size: 15px;
  }

  .site-contact .inner-left .content>div span {
    word-wrap: break-word;
  }

  .modal-overray .modal-container-x {
    width: 90%;
  }
}

@media screen and (max-width: 450px) {
  .site-hero h1 img {
    max-width: 250px;
  }

  .site-hero .lean-more {
    max-width: 80%;
    width: 80%;
  }

  .site-hero .btn-modal {
    max-width: 90%;
    width: 90%;
  }

  .site-specifications .inner .site-font>h2,
  .site-specifications .inner .site-font>span {
    display: block;
    text-align: center;
  }

  .pc_br {
    display: block;
  }

  .sp_br {
    display: none;
  }
}

.layout-img-left {
  text-align: right;
  max-width: 960px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.layout-img-right {
  text-align: left;
  max-width: 960px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.layout-img-box {
  display: inline-block;
  text-align: left;
  position: relative;
  z-index: 2;
  padding: 30px;
}

.layout-img-right-item {
  position: absolute;
  right: -50px;
  bottom: 0;
  z-index: 1;
}

.layout-img-left-item {
  position: absolute;
  left: -50px;
  bottom: 0;
  z-index: 1;
}

.site-technology {
  padding-top: 80px;
}

.site-service {
  padding-top: 80px;
}

.site-haps-alliance {
  padding-top: 80px;
}

.site-contact {
  padding-top: 80px;
}

.site-learn-more {
  margin-top: 30px;
  background: #0f1f49;
  width: 162px;
}

.site-learn-more a {
  display: block;
  padding: 18px;
}

@media screen and (max-width: 750px) {

  .layout-img-left,
  .layout-img-right {
    width: 90%;
    margin: auto;
  }

  .layout-img-box {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 30px;
    width: 100%;
    margin-top: -10%;
    padding-top: 14%;
  }

  .layout-img-right-item {
    position: relative;
    right: 0 !important;
    bottom: 0;
    z-index: 2;
  }

  .layout-img-left-item {
    position: relative;
    left: 0 !important;
    bottom: 0;
    z-index: 2;
  }

  .site-technology {
    padding-top: 50px;
  }

  .site-service {
    padding-top: 40px;
  }

  .site-haps-alliance {
    padding-top: 40px;
  }

  .site-contact {
    padding-top: 40px;
  }

  .site-learn-more {
    margin-top: 35px;
    width: 100%;
    text-align: center;
  }

  .site-learn-more img {
    display: inline;
    vertical-align: inherit
  }
}

.btn-circle {
  color: #fff;
  border: 1px solid;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 10px;
  width: 280px;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

/* width, padding and margin */

.w-0 {
  width: 0% !important
}

.w-5 {
  width: 5% !important
}

.w-10 {
  width: 10% !important
}

.w-15 {
  width: 15% !important
}

.w-20 {
  width: 20% !important
}

.w-25 {
  width: 25% !important
}

.w-30 {
  width: 30% !important
}

.w-35 {
  width: 35% !important
}

.w-40 {
  width: 40% !important
}

.w-45 {
  width: 45% !important
}

.w-50 {
  width: 50% !important
}

.w-55 {
  width: 55% !important
}

.w-60 {
  width: 60% !important
}

.w-65 {
  width: 65% !important
}

.w-70 {
  width: 70% !important
}

.w-75 {
  width: 75% !important
}

.w-80 {
  width: 80% !important
}

.w-85 {
  width: 85% !important
}

.w-90 {
  width: 90% !important
}

.w-95 {
  width: 95% !important
}

.w-100 {
  width: 100% !important
}

.p-top-0 {
  padding-top: 0px !important
}

.p-top-5 {
  padding-top: 5px !important
}

.p-top-10 {
  padding-top: 10px !important
}

.p-top-15 {
  padding-top: 15px !important
}

.p-top-20 {
  padding-top: 20px !important
}

.p-top-25 {
  padding-top: 25px !important
}

.p-top-30 {
  padding-top: 30px !important
}

.p-top-35 {
  padding-top: 35px !important
}

.p-top-40 {
  padding-top: 40px !important
}

.p-top-45 {
  padding-top: 45px !important
}

.p-top-50 {
  padding-top: 50px !important
}

.p-top-55 {
  padding-top: 55px !important
}

.p-top-60 {
  padding-top: 60px !important
}

.p-top-65 {
  padding-top: 65px !important
}

.p-top-70 {
  padding-top: 70px !important
}

.p-top-75 {
  padding-top: 75px !important
}

.p-top-80 {
  padding-top: 80px !important
}

.p-right-0 {
  padding-right: 0px !important
}

.p-right-5 {
  padding-right: 5px !important
}

.p-right-10 {
  padding-right: 10px !important
}

.p-right-15 {
  padding-right: 15px !important
}

.p-right-20 {
  padding-right: 20px !important
}

.p-right-25 {
  padding-right: 25px !important
}

.p-right-30 {
  padding-right: 30px !important
}

.p-right-35 {
  padding-right: 35px !important
}

.p-right-40 {
  padding-right: 40px !important
}

.p-right-45 {
  padding-right: 45px !important
}

.p-right-50 {
  padding-right: 50px !important
}

.p-right-55 {
  padding-right: 55px !important
}

.p-right-60 {
  padding-right: 60px !important
}

.p-right-65 {
  padding-right: 65px !important
}

.p-right-70 {
  padding-right: 70px !important
}

.p-right-75 {
  padding-right: 75px !important
}

.p-right-80 {
  padding-right: 80px !important
}

.p-bottom-0 {
  padding-bottom: 0px !important
}

.p-bottom-5 {
  padding-bottom: 5px !important
}

.p-bottom-10 {
  padding-bottom: 10px !important
}

.p-bottom-15 {
  padding-bottom: 15px !important
}

.p-bottom-20 {
  padding-bottom: 20px !important
}

.p-bottom-25 {
  padding-bottom: 25px !important
}

.p-bottom-30 {
  padding-bottom: 30px !important
}

.p-bottom-35 {
  padding-bottom: 35px !important
}

.p-bottom-40 {
  padding-bottom: 40px !important
}

.p-bottom-45 {
  padding-bottom: 45px !important
}

.p-bottom-50 {
  padding-bottom: 50px !important
}

.p-bottom-55 {
  padding-bottom: 55px !important
}

.p-bottom-60 {
  padding-bottom: 60px !important
}

.p-bottom-65 {
  padding-bottom: 65px !important
}

.p-bottom-70 {
  padding-bottom: 70px !important
}

.p-bottom-75 {
  padding-bottom: 75px !important
}

.p-bottom-80 {
  padding-bottom: 80px !important
}

.p-left-0 {
  padding-left: 0px !important
}

.p-left-5 {
  padding-left: 5px !important
}

.p-left-10 {
  padding-left: 10px !important
}

.p-left-15 {
  padding-left: 15px !important
}

.p-left-20 {
  padding-left: 20px !important
}

.p-left-25 {
  padding-left: 25px !important
}

.p-left-30 {
  padding-left: 30px !important
}

.p-left-35 {
  padding-left: 35px !important
}

.p-left-40 {
  padding-left: 40px !important
}

.p-left-45 {
  padding-left: 45px !important
}

.p-left-50 {
  padding-left: 50px !important
}

.p-left-55 {
  padding-left: 55px !important
}

.p-left-60 {
  padding-left: 60px !important
}

.p-left-65 {
  padding-left: 65px !important
}

.p-left-70 {
  padding-left: 70px !important
}

.p-left-75 {
  padding-left: 75px !important
}

.p-left-80 {
  padding-left: 80px !important
}

.m-top-0 {
  margin-top: 0px !important
}

.m-top-5 {
  margin-top: 5px !important
}

.m-top-10 {
  margin-top: 10px !important
}

.m-top-15 {
  margin-top: 15px !important
}

.m-top-20 {
  margin-top: 20px !important
}

.m-top-25 {
  margin-top: 25px !important
}

.m-top-30 {
  margin-top: 30px !important
}

.m-top-35 {
  margin-top: 35px !important
}

.m-top-40 {
  margin-top: 40px !important
}

.m-top-45 {
  margin-top: 45px !important
}

.m-top-50 {
  margin-top: 50px !important
}

.m-top-55 {
  margin-top: 55px !important
}

.m-top-60 {
  margin-top: 60px !important
}

.m-top-65 {
  margin-top: 65px !important
}

.m-top-70 {
  margin-top: 70px !important
}

.m-top-75 {
  margin-top: 75px !important
}

.m-top-80 {
  margin-top: 80px !important
}

.m-right-0 {
  margin-right: 0px !important
}

.m-right-5 {
  margin-right: 5px !important
}

.m-right-10 {
  margin-right: 10px !important
}

.m-right-15 {
  margin-right: 15px !important
}

.m-right-20 {
  margin-right: 20px !important
}

.m-right-25 {
  margin-right: 25px !important
}

.m-right-30 {
  margin-right: 30px !important
}

.m-right-35 {
  margin-right: 35px !important
}

.m-right-40 {
  margin-right: 40px !important
}

.m-right-45 {
  margin-right: 45px !important
}

.m-right-50 {
  margin-right: 50px !important
}

.m-right-55 {
  margin-right: 55px !important
}

.m-right-60 {
  margin-right: 60px !important
}

.m-right-65 {
  margin-right: 65px !important
}

.m-right-70 {
  margin-right: 70px !important
}

.m-right-75 {
  margin-right: 75px !important
}

.m-right-80 {
  margin-right: 80px !important
}

.m-bottom-0 {
  margin-bottom: 0px !important
}

.m-bottom-5 {
  margin-bottom: 5px !important
}

.m-bottom-10 {
  margin-bottom: 10px !important
}

.m-bottom-15 {
  margin-bottom: 15px !important
}

.m-bottom-20 {
  margin-bottom: 20px !important
}

.m-bottom-25 {
  margin-bottom: 25px !important
}

.m-bottom-30 {
  margin-bottom: 30px !important
}

.m-bottom-35 {
  margin-bottom: 35px !important
}

.m-bottom-40 {
  margin-bottom: 40px !important
}

.m-bottom-45 {
  margin-bottom: 45px !important
}

.m-bottom-50 {
  margin-bottom: 50px !important
}

.m-bottom-55 {
  margin-bottom: 55px !important
}

.m-bottom-60 {
  margin-bottom: 60px !important
}

.m-bottom-65 {
  margin-bottom: 65px !important
}

.m-bottom-70 {
  margin-bottom: 70px !important
}

.m-bottom-75 {
  margin-bottom: 75px !important
}

.m-bottom-80 {
  margin-bottom: 80px !important
}

.m-left-0 {
  margin-left: 0px !important
}

.m-left-5 {
  margin-left: 5px !important
}

.m-left-10 {
  margin-left: 10px !important
}

.m-left-15 {
  margin-left: 15px !important
}

.m-left-20 {
  margin-left: 20px !important
}

.m-left-25 {
  margin-left: 25px !important
}

.m-left-30 {
  margin-left: 30px !important
}

.m-left-35 {
  margin-left: 35px !important
}

.m-left-40 {
  margin-left: 40px !important
}

.m-left-45 {
  margin-left: 45px !important
}

.m-left-50 {
  margin-left: 50px !important
}

.m-left-55 {
  margin-left: 55px !important
}

.m-left-60 {
  margin-left: 60px !important
}

.m-left-65 {
  margin-left: 65px !important
}

.m-left-70 {
  margin-left: 70px !important
}

.m-left-75 {
  margin-left: 75px !important
}

.m-left-80 {
  margin-left: 80px !important
}

.ta_l {
  text-align: left;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.va-m {
  vertical-align: middle;
}

.block_center {
  margin-left: auto;
  margin-right: auto;
}

/* en font */

.lang_en_body .technology-spec-inner {
  padding: 13px 30px 30px;
}

.lang_en_body .technology-spec-tbl-row {
  font-size: 14px;
  line-height: 1.8;
}

.lang_en_body .haps-alliance-vision-box-ttl {
  padding-left: 16px;
}

.lang_en_body .haps-alliance-vision-list-item {
  padding-left: 35px;
}

.lang_en_body .layout-img-left-item {
  left: -150px;
}

.lang_en_body .layout-img-right-item {
  right: -100px;
}

@media screen and (max-width: 750px) {
  .lang_en_body .technology-spec-inner {
    padding: 19px 20px 35px;
  }

  .lang_en_body .technology-spec-tbl-row {
    font-size: 14px;
    line-height: normal;
  }

  .lang_en_body .haps-alliance-vision-box-ttl {
    padding-left: 0;
  }

  .lang_en_body .haps-alliance-vision-list-item {
    padding-left: 38px;
  }

  .lang_en_body .layout-img-right-item {
    right: 0;
  }

  .lang_en_body .layout-img-left-item {
    left: 0;
  }
}