@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,700");
@import url("https://use.typekit.net/rys3lnb.css");
.sp-only {
  display: inherit;
}

@media (min-width: 786px) {
  .sp-only {
    display: none !important;
  }
}

.pc-only {
  display: inherit;
}

@media (max-width: 786px) {
  .pc-only {
    display: none !important;
  }
}

.mx-only {
  display: inherit;
}

@media (min-width: 786px) {
  .mx-only {
    display: none !important;
  }
}

@media (max-width: 786px) {
  .mx-only {
    display: none !important;
  }
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre,
iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select, textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

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

img,
embed, object, audio, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td, th {
  padding: 0;
  text-align: left;
}

main {
  display: block;
}

address {
  font-style: normal;
}

/*! project specific definitions */
html {
  position: relative;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
  margin: 0;
  color: #fff;
}

.l-wrapper {
  width: 100vw;
  height: auto;
}

.l-header {
  position: relative;
  top: 0;
  left: 0;
}

.c-mv {
  position: relative;
  top: 0;
  left: 0;
  margin-top: -85px;
  width: 100%;
  height: 100%;
}

@media (max-width: 786px) {
  .c-mv {
    margin-top: -60px;
  }
}

.c-mv img {
  width: 100vw;
  min-width: 100vw;
  height: auto;
}

.c-mv iframe {
  pointer-events: none;
  margin-top: -5%;
  width: 100vw;
  height: calc((100vw / 16) * 9);
}

.c-mv--sub {
  max-height: 350px;
  overflow: hidden;
}

.c-mv--sub img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

.c-mv--title {
  top: 20%;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
}

.c-mv--title span {
  line-height: 1;
  display: block;
}

.c-mv--title .main-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 100;
}

.c-mv--title .sub-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2vw;
  margin-bottom: 0.5vw;
}

.c-mv--title .sub-title::before {
  content: "";
  display: inline-block;
  vertical-align: 0.25em;
  margin-left: 5px;
  margin-right: 10px;
  height: 2px;
  width: 10px;
  background: #fff;
}

@media (max-width: 786px) {
  .c-mv--title {
    top: 50%;
  }
  .c-mv--title .main-title {
    font-size: 7.5vw;
  }
  .c-mv--title .sub-title::before {
    vertical-align: 0.2em;
    margin-right: 5px;
    height: 2px;
    width: 5px;
  }
}

.c-mv-copy-top {
  position: absolute;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho",  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6vw;
  letter-spacing: 0.1em;
  top: 60%;
  left: 180px;
}

.l-main {
  margin-top: -200px;
}

.l-grid {
  display: block;
  z-index: -20;
  position: fixed;
  height: 100%;
  top: 0;
  width: 1px;
  background: rgba(90, 90, 90, 0.3);
}

.l-grid01 {
  left: 180px;
}

@media (min-width: 1680px) {
  .l-grid01 {
    left: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 786px) {
  .l-grid01 {
    left: 15px;
  }
}

.l-grid02 {
  left: calc((50% - 180px) * 0.5 + 180px);
}

@media (min-width: 1680px) {
  .l-grid02 {
    left: calc((100vw - 1320px) / 2 + 330px);
  }
}

@media (max-width: 786px) {
  .l-grid02 {
    left: calc((100vw - 30px) / 4);
  }
}

.l-grid03 {
  left: 50%;
}

.l-grid04 {
  right: calc((50% - 180px) * 0.5 + 180px);
}

@media (min-width: 1680px) {
  .l-grid04 {
    right: calc((100vw - 1320px) / 2 + 330px);
  }
}

@media (max-width: 786px) {
  .l-grid04 {
    right: calc((100vw - 30px) / 4);
  }
}

.l-grid05 {
  right: 180px;
}

@media (min-width: 1680px) {
  .l-grid05 {
    right: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 786px) {
  .l-grid05 {
    right: 15px;
  }
}

.l-footer {
  padding-top: 0;
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
  margin-top: -350px;
}

.l-footer > .footer_bg {
  z-index: -100;
  width: 100%;
  height: 100%;
}

@media (max-width: 786px) {
  .l-footer {
    margin-top: -100px;
  }
}

.c-logo--top {
  z-index: 1000;
  width: 180px;
  height: 100px;
  background: rgba(255, 255, 255, 0.75);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-top: -20px;
}

.c-logo--top img {
  margin-left: 50px;
  margin-top: 6px;
  height: 85px;
}

@media (min-width: 1680px) {
  .c-logo--top {
    width: calc((100vw - 1320px) / 2);
  }
  .c-logo--top img {
    margin-left: calc(calc((100vw - 1320px) / 2) - 130px);
  }
}

@media (max-width: 786px) {
  .c-logo--top {
    position: relative;
    background: rgba(255, 255, 255, 0);
    top: 65px;
    margin-left: 10px;
    height: 100px;
    margin-top: -50px;
  }
  .c-logo--top img {
    margin-left: 20px;
    height: 65px;
  }
}

.c-gnav {
  font-family: brandon-grotesque, sans-serif;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 50px;
  margin-left: 180px;
  font-size: 15px;
  background-color: #171717;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1680px) {
  .c-gnav {
    margin-left: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 786px) {
  .c-gnav {
    position: fixed;
    top: calc(100vh - 10px);
    right: 0;
    height: 60px;
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .c-gnav {
    font-size: 1.5vw;
  }
}

@media (max-width: 786px) {
  .c-gnav {
    background-color: rgba(0, 0, 0, 0);
  }
}

.c-gnav--col-left {
  height: 100px;
  margin-left: 50px;
  display: inline-block;
  flex: 2;
  display: flex;
  justify-content: space-around;
  padding-left: 2%;
  max-width: 600px;
}

.c-gnav--col-left > .col-items {
  text-align: center;
  height: 100px;
  margin: auto 0;
  margin-top: 6px;
  display: flex;
  align-items: center;
}

.c-gnav--col-left > .col-items a {
  color: #fff;
  text-decoration: none;
  height: 100px;
  flex-basis: 180px;
  display: flex;
  align-items: center;
}

.c-gnav--col-left > .col-items a > span {
  width: 100%;
  display: block;
}

.c-gnav--col-left a:hover {
  background: no-repeat url("/assets/img/menu_hover.svg");
  background-position: 50% 50%;
}

@media (max-width: 786px) {
  .c-gnav--col-left {
    display: none;
  }
}

.c-gnav--col-right {
  flex: 1;
  vertical-align: middle;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 360px;
}

@media (max-width: 786px) {
  .c-gnav--col-right {
    align-items: flex-start;
  }
}

.c-gnav--col-right > .col-items {
  align-items: center;
  display: flex;
  flex-flow: wrap;
}

.c-gnav--col-right > .col-items > li {
  text-align: center;
  justify-content: center;
  flex-basis: 180px;
  margin-top: 3px;
}

.c-gnav--col-right > .col-items--language {
  height: 60px;
  flex-basis: 150px;
  justify-content: flex;
  display: flex;
  color: #555;
}

.c-gnav--col-right > .col-items--language a {
  color: #555;
  text-decoration: none;
}

.c-gnav--col-right > .col-items--language ul {
  text-align: right;
  line-height: 1.75em;
}

.c-gnav--col-right > .col-items--language .active {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

@media (max-width: 786px) {
  .c-gnav--col-right > .col-items--language {
    display: none;
  }
}

.c-gnav--col-right > .col-items--contact {
  height: 100px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 180px;
  min-width: 180px;
  background: linear-gradient(180deg, #162e73, #112352);
}

.c-gnav--col-right > .col-items--contact a {
  color: #fff;
  text-decoration: none;
  height: 100px;
  flex-basis: 180px;
  display: flex;
  align-items: center;
}

.c-gnav--col-right > .col-items--contact a > span {
  width: 100%;
  display: block;
  margin-top: 10px;
}

@media (max-width: 786px) {
  .c-gnav--col-right > .col-items--contact a > span {
    font-size: 1.5em;
  }
}

@media (min-width: 1680px) {
  .c-gnav--col-right > .col-items--contact {
    width: calc((100vw - 1320px) / 2);
    min-width: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 786px) {
  .c-gnav--col-right > .col-items--contact {
    height: 60px;
    width: 33%;
    min-width: 33%;
  }
  .c-gnav--col-right > .col-items--contact a {
    height: 60px;
    font-size: 8.5px;
  }
}

.c-pagetop-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 50vh;
  margin-left: calc(100vw - 100px + 12px);
  margin-top: 20px;
  z-index: 1000;
}

.c-pagetop-btn span::before {
  content: url("/assets/img/pagetop-btn.svg");
}

@media (max-width: 786px) {
  .c-pagetop-btn {
    display: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.c-gnav--sp {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

@media (max-width: 786px) {
  .c-gnav--sp {
    display: block;
  }
}

.c-gnav--sp--btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  z-index: 12000;
  top: 35px;
  right: 20px;
}

.c-gnav--sp .sp-menu {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  font-size: 0.9em;
  -webkit-animation: fadeOut 0.2s ease 0s 0 normal;
          animation: fadeOut 0.2s ease 0s 0 normal;
}

.c-gnav--sp .sp-menu--open {
  -webkit-animation: fadeIn 0.2s ease 0s 1 normal;
          animation: fadeIn 0.2s ease 0s 1 normal;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}

.c-gnav--sp .sp-menu--open a {
  color: #fff;
  text-decoration: none;
}

.c-gnav--sp .sp-menu-items {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: visible;
  height: 60px;
}

.c-gnav--sp .sp-menu-items a {
  display: block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.c-gnav--sp .sp-menu-items:hover {
  background: no-repeat url("/assets/img/menu_hover.svg");
  background-position: 50% 50%;
}

.c-gnav--sp .sp-menu-items--language {

}

.c-gnav--sp .sp-menu-items--language > ul {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  color: #555;
}

.c-gnav--sp .sp-menu-items--language > ul a {
  color: #555;
  text-decoration: none;
}

.c-gnav--sp .sp-menu-items--language > ul .active {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.c-gnav--sp .sp-menu-items--contact {
  margin-top: 50px;
  border: 1px solid #fff;
  margin-bottom: 30px;
  height: 3em;
}

.c-gnav--sp .sp-menu-trigger {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 30px;
  height: 24px;
}

.c-gnav--sp .sp-menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.c-gnav--sp .sp-menu-trigger span:nth-of-type(1) {
  top: 0;
}

.c-gnav--sp .sp-menu-trigger span:nth-of-type(2) {
  top: 11px;
}

.c-gnav--sp .sp-menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.c-gnav--sp .sp-menu-trigger.open span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
}

.c-gnav--sp .sp-menu-trigger.open span:nth-of-type(2) {
  opacity: 0;
}

.c-gnav--sp .sp-menu-trigger.open span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}

.c-hd2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 54px;
  line-height: 1.0em;
  color: #fff;
  position: relative;
}

@media (max-width: 786px) {
  .c-hd2 {
    font-size: 35px;
    margin-top: 50px;
    margin-bottom: 35px;
  }
}

.c-hd2--p1 {
  margin-top: 150px;
  margin-left: 180px;
}

@media (min-width: 1680px) {
  .c-hd2--p1 {
    margin-left: calc((100vw - 1320px) / 2);
  }
}

.c-hd2--p1 > .mark {
  z-index: 10;
  display: block;
  position: absolute;
  margin-top: -40px;
  margin-left: -160px;
  width: 113.136px;
  height: 226.272px;
  overflow: hidden;
  margin-top: -30px;
  margin-left: calc(-1 * 180px);
}

.c-hd2--p1 > .mark::before {
  content: "";
  display: block;
  margin-top: -40px;
  margin-left: 0px;
  background: white;
  transform: rotate(45deg);
  width: 80px;
  height: 339.408px;
}

.c-hd2--p1 > .mark--gray {
  z-index: -100;
}

.c-hd2--p1 > .mark--gray::before {
  background: #595959;
}

.c-hd2--p1 > .mark--blue::before {
  background: #0693f6;
}

@media (max-width: 786px) {
  .c-hd2--p1 {
    margin-top: 272px;
    margin-left: 10px;
    height: 45px;
  }
  .c-hd2--p1 > .mark {
    z-index: -10;
    display: block;
    position: absolute;
    margin-top: -30px;
    margin-left: -120px;
    width: 84.852px;
    height: 169.704px;
    overflow: hidden;
    margin-top: -150px;
    margin-left: -30px;
  }
  .c-hd2--p1 > .mark::before {
    content: "";
    display: block;
    margin-top: -30px;
    margin-left: 0px;
    background: white;
    transform: rotate(45deg);
    width: 60px;
    height: 254.556px;
  }
  .c-hd2--p1 > .mark--gray {
    z-index: -100;
  }
  .c-hd2--p1 > .mark--gray::before {
    background: #595959;
  }
  .c-hd2--p1 > .mark--blue::before {
    background: #0693f6;
  }
}

.c-hd2--p2 {
  z-index: -10;
  margin-top: 135px;
  margin-left: 180px;
}

@media (min-width: 1680px) {
  .c-hd2--p2 {
    margin-left: calc((100vw - 1320px) / 2);
  }
}

.c-hd2--p2 > .mark {
  display: block;
  position: absolute;
  margin-top: -45px;
  margin-left: -180px;
  width: 127.278px;
  height: 254.556px;
  overflow: hidden;
  margin-top: -250px;
  margin-left: -50px;
}

.c-hd2--p2 > .mark::before {
  content: "";
  display: block;
  margin-top: -45px;
  margin-left: 0px;
  background: #0693f6;
  transform: rotate(45deg);
  width: 90px;
  height: 381.834px;
}

.c-hd2--p2 > .mark--gray {
  z-index: -100;
}

.c-hd2--p2 > .mark--gray::before {
  background: #595959;
}

@media (max-width: 786px) {
  .c-hd2--p2 {
    margin-top: 110px;
    margin-left: 10px;
  }
  .c-hd2--p2 > .mark {
    display: block;
    position: absolute;
    margin-top: -30px;
    margin-left: -120px;
    width: 84.852px;
    height: 169.704px;
    overflow: hidden;
    margin-top: -150px;
    margin-left: -30px;
  }
  .c-hd2--p2 > .mark::before {
    content: "";
    display: block;
    margin-top: -30px;
    margin-left: 0px;
    background: #0693f6;
    transform: rotate(45deg);
    width: 60px;
    height: 254.556px;
  }
  .c-hd2--p2 > .mark--gray {
    z-index: -100;
  }
  .c-hd2--p2 > .mark--gray::before {
    background: #595959;
  }
}

.c-hd2-p3 {
  z-index: -10;
  margin-top: 120px;
  margin-left: 54%;
}

.c-hd2-p3 .mark {
  display: block;
  position: absolute;
  margin-top: -45px;
  margin-left: -180px;
  width: 127.278px;
  height: 254.556px;
  overflow: hidden;
  margin-top: -200px;
  margin-left: -100px;
}

.c-hd2-p3 .mark::before {
  content: "";
  display: block;
  margin-top: -45px;
  margin-left: 0px;
  background: #0693f6;
  transform: rotate(45deg);
  width: 90px;
  height: 381.834px;
}

@media (max-width: 1024px) {
  .c-hd2-p3 {
    margin-left: 48%;
  }
}

@media (max-width: 786px) {
  .c-hd2-p3 {
    margin-left: 10px;
  }
  .c-hd2-p3 .mark {
    display: block;
    position: absolute;
    margin-top: -30px;
    margin-left: -120px;
    width: 84.852px;
    height: 169.704px;
    overflow: hidden;
    margin-top: -150px;
    margin-left: -30px;
  }
  .c-hd2-p3 .mark::before {
    content: "";
    display: block;
    margin-top: -30px;
    margin-left: 0px;
    background: #0693f6;
    transform: rotate(45deg);
    width: 60px;
    height: 254.556px;
  }
}

.c-hd2 > .sub-title {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  display: block;
  font-size: 14px;
  line-height: 0.5;
  margin-bottom: 5px;
}

.c-hd2 > .sub-title::before {
  content: "";
  display: inline-block;
  vertical-align: 0.3em;
  margin-left: 7.5px;
  margin-right: 7.5px;
  height: 1.5px;
  width: 10px;
  background: #fff;
}

@media (max-width: 786px) {
  .c-hd2 > .sub-title {
    font-size: 12px;
    line-height: 1.2em;
  }
  .c-hd2 > .sub-title::before {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.c-hd3 {
  margin-left: 180px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
  display: inline-block;
  margin-top: 75px;
  width: calc(100% - 180px * 3);
}

@media (min-width: 1680px) {
  .c-hd3 {
    margin-left: calc((100vw - 1320px) / 2);
  }
}

.c-hd3:after {
  content: "";
  border: 1px solid #000;
  position: absolute;
  width: 30px;
  bottom: -15px;
  left: 0;
}

.c-hd3--white:after {
  border: 1px solid #fff;
}

.c-hd3--black:after {
  border: 1px solid #000;
}

.c-hd3 .mark {
  display: block;
  position: absolute;
  margin-top: -7.5px;
  margin-left: -30px;
  width: 21.213px;
  height: 42.426px;
  overflow: hidden;
  margin-top: -5px;
  margin-left: -45px;
}

.c-hd3 .mark::before {
  content: "";
  display: block;
  margin-top: -7.5px;
  margin-left: 0px;
  background: #0693f6;
  transform: rotate(45deg);
  width: 15px;
  height: 63.639px;
}

.c-hd3 .mark--blue::before {
  background: #0693f6;
}

.c-hd3 .mark--white::before {
  background: white;
}

.c-hd3 .sub-title {
  display: block;
  font-size: 18px;
}

@media (max-width: 786px) {
  .c-hd3 {
    font-size: 25px;
    margin-left: 30px;
    margin-right: 15px;
    margin-top: 50px;
    width: auto;
  }
  .c-hd3:after {
    content: "";
    border: 0.80px solid #000;
    position: absolute;
    width: 50px;
    bottom: -15px;
    left: 0;
  }
  .c-hd3--white:after {
    border: 1px solid #fff;
  }
  .c-hd3--black:after {
    border: 1px solid #000;
  }
  .c-hd3 .mark {
    display: block;
    position: absolute;
    margin-top: -6px;
    margin-left: -24px;
    width: 16.9704px;
    height: 33.9408px;
    overflow: hidden;
    margin-top: -5px;
    margin-left: -30px;
  }
  .c-hd3 .mark::before {
    content: "";
    display: block;
    margin-top: -6px;
    margin-left: 0px;
    background: #0693f6;
    transform: rotate(45deg);
    width: 12px;
    height: 50.9112px;
  }
  .c-hd3 .mark--blue::before {
    background: #0693f6;
  }
  .c-hd3 .mark--white::before {
    background: white;
  }
  .c-hd3 .sub-title {
    font-size: 14px;
  }
}

.c-section {
  margin: 2em auto;
  position: relative;
}

.c-section--black {
  color: #fff;
}

.c-section--white {
  background-color: #fff;
  color: #000;
}

.c-section--gray {
  background-color: #595959;
  color: #fff;
}

.c-section > p {
  padding: 20px 0;
}

.c-table {
  border-collapse: collapse;
  background: #fff;
  color: #000;
}

.c-table .pc-only {
  display: table-row;
}

.c-table tbody td,
.c-table tbody th {
  padding: 10px 30px;
}

.c-table tbody th {
  font-weight: 700;
  vertical-align: top;
}

.c-table tbody tr {
  background-color: #ececec;
}

.c-table tbody tr:nth-child(2n) {
  background-color: #fff;
}

.c-footer--content {
  position: absolute;
  font-size: 0.70em;
  font-weight: 400;
  bottom: 120px;
  text-align: center;
  line-height: 3.5em;
}

.c-footer--content .copyright .mark {
  font-family: monospace;
  margin-right: 3px;
}

@media (max-width: 786px) {
  .c-footer--content {
    font-size: 3.5vw;
    line-height: 2em;
    bottom: 80px;
  }
  .c-footer--content img {
    width: 100px;
    margin-bottom: 10px;
  }
  .c-footer--content .copyright {
    margin-top: 2em;
    font-size: 2vw;
  }
}

.c−top-news {
  margin-top: 20px;
  margin-left: 180px;
  background-color: white;
  color: black;
  padding-top: 0;
}

@media (min-width: 1680px) {
  .c−top-news {
    margin-left: calc((100vw - 1320px) / 2);
  }
}

.c−top-news li {
  height: 100px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px #ddd solid;
}

.c−top-news li :hover {
  background-color: #f0f0f0;
}

.c−top-news li > a {
  display: flex;
  align-items: center;
  flex-basis: max-content;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  color: #000;
  text-decoration: none;
}

.c−top-news .news-content {
  display: flex;
  align-items: center;
  flex-basis: max-content;
  padding-left: 30px;
}

.c−top-news .date {
  margin: auto 50px;
}

.c−top-news .title {
  margin-left: 45px;
  flex-grow: 3;
}

.c−top-news .arrow {
  margin-right: 25%;
}

.c−top-news .arrow::after {
  content: url("/assets/img/news-arrow.svg");
}

@media (max-width: 786px) {
  .c−top-news {
    margin-top: 0;
    margin-left: 15px;
    width: calc(100vw - 15px);
    line-height: 1.2em;
  }
  .c−top-news li {
    display: block;
  }
  .c−top-news .news-content {
    display: block;
    padding-left: 20px;
    padding-right: 50px;
  }
  .c−top-news .date {
    display: block;
    margin: auto 0;
    font-weight: 700;
  }
  .c−top-news .title {
    flex-grow: 3;
    margin-left: 0;
    font-size: 1em;
  }
  .c−top-news .arrow {
    margin-right: 20px;
  }
  .c−top-news .arrow::after {
    content: url("/assets/img/news-arrow-sp.svg");
    width: 20px;
  }
}

.c-section--service {
  margin-top: 20px;
}

@media (max-width: 786px) {
  .c-section--service {
    margin-top: 0;
  }
}

.c-section--whenever-wherever {
  margin-left: 180px;
  width: 50%;
}

.c-section--whenever-wherever--table {
  margin-top: 2em;
  margin-bottom: 4em;
  width: 100%;
}

.c-section--whenever-wherever--image {
  display: block;
  position: relative;
  padding-top: 150px;
  margin-bottom: 250px;
}

.c-section--whenever-wherever--image > img {
  position: absolute;
  margin-top: -150px;
  width: calc(((100vw - 180px * 2) / 4) * 3 + 180px);
  max-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}

@media (min-width: 1680px) {
  .c-section--whenever-wherever {
    margin-left: calc((100vw - 1320px) / 2);
  }
  .c-section--whenever-wherever--image > img {
    width: calc((100vw - 1320px) / 2 + 990px);
  }
}

@media (max-width: 786px) {
  .c-section--whenever-wherever {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100vw - 60px);
  }
  .c-section--whenever-wherever--table {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100vw - 30px);
  }
  .c-section--whenever-wherever--table > tbody th {
    display: block;
    text-align: center;
    padding: 25px 10px 5px 10px;
  }
  .c-section--whenever-wherever--table > tbody td {
    text-align: center;
    display: block;
    padding: 5px 10px 25px 10px;
  }
  .c-section--whenever-wherever--table > tbody td span {
    display: block;
  }
  .c-section--whenever-wherever--image {
    margin-left: 15px;
    padding-top: 135px;
    margin-bottom: 50px;
  }
  .c-section--whenever-wherever--image > img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
    width: calc(100vw - 15px);
    min-width: calc(100vw - 15px);
    height: calc(100vw - 15px);
    max-height: calc((100vw - 15px)*0.80);
    margin-bottom: -40px;
  }
}

.c-section--speed-and-low-cost {
  margin-left: 180px;
  margin-top: 4em;
  padding-bottom: 200px;
  width: calc(((100% - 360px) / 4) * 3);
  position: relative;
}

.c-section--speed-and-low-cost--image {
  display: block;
  z-index: -10;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1680px) {
  .c-section--speed-and-low-cost {
    margin-left: calc((100vw - 1320px) / 2);
    width: 990px;
  }
}

@media (max-width: 786px) {
  .c-section--speed-and-low-cost {
    background: none;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100vw - 30px);
    padding-bottom: 0;
  }
  .c-section--speed-and-low-cost--image {
    padding-top: 20px;
    position: relative;
  }
}

.c-list {
  margin-left: 20px;
  line-height: 1.5em;
}

.c-list > li {
  list-style: none;
  position: relative;
  margin-top: 1.5em;
}

.c-list > li::before {
  position: absolute;
  top: -2px;
  left: -20px;
}

.c-list > ul {
  list-style-type: none;
}

.c-list > ul > li::before {
  content: "-";
  margin-right: 0.5em;
}

.c-list--white > li::before {
  content: url("/assets/img/list_arrow_white.svg");
}

.c-list--black > li::before {
  content: url("/assets/img/list_arrow_black.svg");
}

@media (max-width: 786px) {
  .c-list {
    margin-left: 50px;
    margin-right: 15px;
  }
}

.c-section--reliability {
  margin-left: 180px;
  margin-top: 4em;
  padding-bottom: 4em;
  margin-bottom: 120px;
}

.c-section--reliability--image {
  display: block;
  position: relative;
  margin-left: 180px;
  padding-top: 150px;
  margin-bottom: 200px;
}

.c-section--reliability--image > img {
  position: absolute;
  margin-top: -250px;
  width: calc(((100%-$pc_side_margin*2) / 4) * 4 - $pc_side_margin);
}

@media (min-width: 1680px) {
  .c-section--reliability {
    margin-left: calc((100vw - 1320px) / 2);
  }
  .c-section--reliability--image {
    margin-left: calc((100vw - 1320px) / 2);
  }
  .c-section--reliability--image > img {
    width: 1320px;
  }
}

@media (max-width: 786px) {
  .c-section--reliability {
    margin-left: 0;
  }
  .c-section--reliability--image {
    margin-left: 15px;
    padding-top: 10px;
    margin-bottom: 0;
  }
  .c-section--reliability--image img {
    margin-top: -100px;
    max-width: calc(100vw - 15px * 2);
    width: calc(100vw - 15px * 2);
  }
}

.c-section--group {
  margin-left: 180px;
  margin-right: 180px;
  margin-top: 4em;
}

.c-section--group--image {
  display: block;
  position: relative;
  margin-top: 50px;
  margin-left: -36px;
}

.c-section--group--image > img {
  right: 0;
  max-width: calc(100vw - 180px * 2 + 36px * 2);
  width: calc(100vw - 180px * 2 + 36px * 2);
  height: auto;
}

@media (min-width: 1680px) {
  .c-section--group {
    margin-left: calc((100vw - 1320px) / 2);
  }
  .c-section--group--image img {
    max-width: calc(1320px + 36px * 2);
    width: calc(1320px + 36px * 2);
  }
}

@media (max-width: 786px) {
  .c-section--group {
    width: 100vw;
    margin-left: 0;
  }
  .c-section--group--image {
    margin-left: 15px;
    display: block;
  }
  .c-section--group--image img {
    max-width: calc(100vw - 15px * 2);
    width: calc(100vw - 15px * 2);
  }
}

.c-section__top-rocket {
  z-index: 500;
  position: absolute;
  top: -150px;
  right: 180px;
}

@media (max-width: 1024px) {
  .c-section__top-rocket {
    right: 6vw;
  }
}

@media (min-width: 1680px) {
  .c-section__top-rocket {
    right: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 786px) {
  .c-section__top-rocket {
    display: none;
  }
}

.c−section--mission {
  margin-top: 20px;
  display: flex;
  background: no-repeat center/100% url("/assets/img/mission_bg.png");
  justify-content: center;
  flex-wrap: wrap;
  letter-spacing: 0.15em;
  line-height: 2.5em;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho",  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.0vw;
}

@media (min-width: 1680px) {
  .c−section--mission {
    font-size: 15.6px;
  }
}

@media (max-width: 786px) {
  .c−section--mission {
    margin-top: 50px;
    background: no-repeat center/cover url("/assets/img/mission_sp_bg.png");
    font-size: 3.5vw;
  }
}

.c−section--mission .lead {
  margin-top: 4em;
  font-size: 1.5vw;
  margin-bottom: 1.5em;
}

@media (min-width: 1680px) {
  .c−section--mission .lead {
    font-size: 26px;
  }
}

@media (max-width: 786px) {
  .c−section--mission .lead {
    font-size: 5.5vw;
    line-height: 1.5em;
    margin-top: 2em;
  }
}

.c−section--mission p {
  margin-top: 1.2em;
}

@media (max-width: 786px) {
  .c−section--mission p {
    margin: 2em 30px auto 30px;
  }
}

.c−section--mission p:last-child {
  margin-bottom: 150px;
}

.c-section--company {
  margin-top: 20px;
  padding-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

@media (max-width: 1024px) {
  .c-section--company {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: 50px;
  }
}

@media (max-width: 786px) {
  .c-section--company {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-bottom: -100px;
  }
}

.c-section--company .company-exterior {
  flex-shrink: 0;
  flex-grow: 2;
  margin-top: -50px;
}

@media (max-width: 1024px) {
  .c-section--company .company-exterior {
    margin-top: 10px;
    margin-bottom: -100px;
  }
}

@media (max-width: 786px) {
  .c-section--company .company-exterior {
    margin-top: 10px;
    width: 100vw;
    margin-bottom: -100px;
  }
  .c-section--company .company-exterior > img {
    width: calc(100vw - 15px);
    max-width: calc(100vw - 15px);
    margin-left: 15px;
  }
}

.c-section--company > .c-table {
  padding-top: 50px;
  flex-shrink: 1;
  flex-grow: 1;
  width: 100%;
  margin-right: 0;
}

.c-section--company > .c-table tr:nth-child(1) {
  height: 50px;
}

@media (max-width: 786px) {
  .c-section--company > .c-table {
    margin-left: 15px;
    width: calc(100vw - 30px);
    margin-right: 15px;
  }
  .c-section--company > .c-table tbody th {
    display: block;
    text-align: center;
    padding: 25px 10px 5px 10px;
  }
  .c-section--company > .c-table tbody td {
    text-align: center;
    display: block;
    padding: 5px 10px 25px 10px;
    display: flex;
    justify-content: center;
  }
  .c-section--company > .c-table tbody td p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
  }
  .c-section--company > .c-table tbody td span {
    display: block;
  }
}

.c-section--company > .c-table th {
  padding-left: 50px;
}

.c-section--access {
  margin-top: 40px;
  padding-bottom: 40px;
  margin-left: 180px;
}

.c-section--access .map_wrapper {
  display: flex;
  position: relative;

  width: 100vw;
  left: calc( -1* 180px);
  justify-content: center;
}

.c-section--access .gmap_wrapper {
  position: relative;
  width: calc(100% - 20px);
  height: 520px;
  order: 3;
}

.c-section--access .gmap_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 1680px) {
  .c-section--access {
    margin-left: calc((100vw - 1320px) / 2);
  }
  .c-section--access .map_wrapper {
    left: calc( -1* calc((100vw - 1320px) / 2));
  }
}

@media (max-width: 1024px) {
  .c-section--access .map_wrapper {
    width: 100vw;
    flex-direction: column;
  }
}

@media (max-width: 786px) {
  .c-section--access {
    margin-left: 15px;
  }
  .c-section--access .map_wrapper {
    left: -15px;
    flex-direction: column;
  }
}

.c-section--access .tokyo-office {
  display: flex;
  flex-direction: column;
  width: 50vw;
}

.c-section--access .tokyo-office .label {
  margin-left: 180px;
  padding: 30px 30px 10px 30px;
  order: 1;
}

.c-section--access .tokyo-office .gmap_wrapper {
  margin-right: 20px;
}

.c-section--access .tokyo-office .address {
  margin-left: 180px;
  padding: 0 30px;
  font-size: 0.85em;
  height: 6.5em;
  position: relative;
  order: 2;
}

@media (min-width: 1680px) {
  .c-section--access .tokyo-office .label {
    margin-left: calc((100vw - 1320px) / 2);
  }
  .c-section--access .tokyo-office .address {
    margin-left: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 1024px) {
  .c-section--access .tokyo-office {
    width: 100vw;
  }
}

@media (max-width: 786px) {
  .c-section--access .tokyo-office {
    width: 100vw;
  }
  .c-section--access .tokyo-office .label {
    font-weight: 700;
    order: 1;
    margin-left: 15px;
    padding: 40px 20px 10px 15px;
  }
  .c-section--access .tokyo-office .gmap_wrapper {
    order: 3;
    width: 100vw;
    max-width: 100vw;
  }
  .c-section--access .tokyo-office .address {
    order: 2;
    margin-left: 15px;
    min-height: 3em;
    margin-bottom: 20px;
    padding: 10px 10px 30px 15px;
  }
}

.c-section--access .space-port-kii {
  display: flex;
  flex-direction: column;
  min-width: 520px;
  width: 50vw;
}

.c-section--access .space-port-kii .gmap_wrapper {
  margin-left: 20px;
}

.c-section--access .space-port-kii .label {
  margin-left: 10px;
  padding: 30px 20px 10px 20px;
  order: 1;
}

.c-section--access .space-port-kii .address {
  position: relative;
  padding: 0 30px;
  font-size: 0.85em;
  height: 6.5em;
  order: 2;
}

@media (max-width: 1024px) {
  .c-section--access .space-port-kii {
    width: 100vw;
    min-width: 100vw;
    margin-top: 50px;
    margin-left: 0;
  }
  .c-section--access .space-port-kii .label {
    font-weight: 700;
    order: 1;
    margin-left: 180px;
    padding: 30px 30px 10px 30px;
  }
  .c-section--access .space-port-kii .gmap_wrapper {
    order: 3;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
  }
  .c-section--access .space-port-kii .address {
    order: 2;
    margin-bottom: 20px;
    padding: 0 30px;
    height: 2em;
    margin-left: 180px;
  }
}

@media (max-width: 786px) {
  .c-section--access .space-port-kii {
    width: 100vw;
    min-width: 100vw;
    margin-top: 50px;
    margin-left: 0;
  }
  .c-section--access .space-port-kii .label {
    font-weight: 700;
    order: 1;
    margin-left: 15px;
    padding: 15px;
  }
  .c-section--access .space-port-kii .gmap_wrapper {
    order: 3;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
  }
  .c-section--access .space-port-kii .address {
    order: 2;
    margin-bottom: 20px;
    margin-left: 15px;
    padding: 10px 10px 20px 15px;
  }
}

.c−section--specification {
  margin-top: 50px;
  padding-top: 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.c−section--specification .specification-rocket {
  margin-top: -30px;
  margin-bottom: 30px;
  width: 600px;
}

@media (max-width: 1024px) {
  .c−section--specification {
    flex-wrap: wrap;
  }
  .c−section--specification .specification-rocket {
    margin-top: 10px;
    margin-bottom: -40px;
  }
}

@media (max-width: 786px) {
  .c−section--specification {
    flex-wrap: wrap;
    margin-bottom: -60px;
  }
  .c−section--specification .specification-rocket {
    margin-top: 0;
    margin-left: 15px;
    margin-bottom: -40px;
    width: 100vw;
  }
  .c−section--specification .specification-rocket img {
    width: calc(100vw - 15px);
    height: calc(100vw - 15px);
    min-width: calc(100vw - 15px);
    max-height: calc(100vw - 15px);
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
}

.c−section--specification > .c-table {
  margin-top: 0;
  width: calc(100vw - 45vw);
}

.c−section--specification > .c-table th {
  padding-left: 180px;
}

@media (min-width: 1680px) {
  .c−section--specification > .c-table th {
    padding-left: calc((100vw - 1320px) / 2);
  }
}

.c−section--specification > .c-table tr:nth-child(1) {
  height: 60px;
}

@media (max-width: 1024px) {
  .c−section--specification > .c-table {
    width: 100%;
  }
}

@media (max-width: 786px) {
  .c−section--specification > .c-table {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
  .c−section--specification > .c-table tr:nth-child(1) {
    height: 20px;
  }
  .c−section--specification > .c-table th {
    display: block;
    text-align: center;
    padding: 20px 10px 5px 10px;
  }
  .c−section--specification > .c-table td {
    text-align: center;
    display: block;
    padding: 5px 10px 20px 10px;
  }
  .c−section--specification > .c-table td span {
    display: block;
  }
}

.c-section--vehicle {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.c-section--vehicle--image {
  margin-top: -150px;
}

@media (max-width: 1024px) {
  .c-section--vehicle--image {
    margin-top: 0;
  }
}

@media (max-width: 786px) {
  .c-section--vehicle--image {
    position: relative;
    margin-top: 0;
    width: calc(100% - 60px);
    margin-bottom: -150px;
  }
  .c-section--vehicle--image img {
    width: 100%;
    height: 100%;
  }
}

.c−section--fairing {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  margin-left: 180px;
  margin-top: 100px;
  padding-bottom: 50px;
}

@media (min-width: 1680px) {
  .c−section--fairing {
    margin-left: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 786px) {
  .c−section--fairing {
    margin-top: 50px;
    margin-left: 30px;
  }
}

.c−section--fairing .vehicle-fairing {
  margin-left: 50px;
  margin-top: -50px;
  width: calc(calc(100vw - 180px * 2) - 50px);
}

@media (min-width: 1680px) {
  .c−section--fairing .vehicle-fairing {
    width: calc(1320px - 50px);
  }
}

@media (max-width: 786px) {
  .c−section--fairing .vehicle-fairing {
    margin-top: 20px;
    margin-left: -30px;
    width: 100vw;
  }
}

.c-section--site-features {
  position: relative;
  z-index: 30;
  margin-top: 100px;
  background: #111111;
  margin-left: 120px;
  margin-right: 120px;
  overflow: visible;
}

@media (min-width: 1680px) {
  .c-section--site-features {
    margin-left: calc((100vw - 1320px) / 3);
    margin-right: calc((100vw - 1320px) / 3);
  }
}

@media (max-width: 786px) {
  .c-section--site-features {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -120px;
  }
}

.site-features--01, .site-features--02, .site-features--03 {
  position: relative;
  z-index: 100;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.site-features--01::before, .site-features--02::before, .site-features--03::before {
  position: absolute;
  z-index: -10;
  font-size: 200px;
  font-weight: 700;
  font-family: "Helvetica", sans-serif;
  color: #252525;
}

.site-features--01 .description h3, .site-features--02 .description h3, .site-features--03 .description h3 {
  margin-top: 2em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.site-features--01 .description p, .site-features--02 .description p, .site-features--03 .description p {
  margin-top: 3em;
  font-size: 0.9em;
  line-height: 2em;
}

.site-features--01 img, .site-features--02 img, .site-features--03 img {
  flex-basis: 50vw;
  z-index: 100;
  width: 50vw;
  min-width: 50vw;
  height: auto;
  align-self: center;
  min-height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

@media (max-width: 786px) {
  .site-features--01 .description h3, .site-features--02 .description h3, .site-features--03 .description h3 {
    font-size: 1.25em;
    margin-top: 0;
  }
  .site-features--01 .description p, .site-features--02 .description p, .site-features--03 .description p {
    margin-top: 1.5em;
    line-height: 1.5em;
  }
  .site-features--01 img, .site-features--02 img, .site-features--03 img {
    min-height: auto;
  }
}

.site-features {
  position: relative;
  z-index: 10;
}

.site-features--main {
  margin-top: 100px;
  position: relative;
}

.site-features--main iframe {
  z-index: 10;
  width: calc(calc(100vw - 180px * 2));
  height: calc((calc(100vw - 180px * 2) / 16) * 9);
  margin-left: 180px;
}

.site-features--main--image img {
  z-index: 10;
  width: calc(calc(100vw - 180px * 2) + 180px);
  max-width: calc(calc(100vw - 180px * 2) + 180px);
  height: auto;
  margin-right: 180px;
}

@media (min-width: 1680px) {
  .site-features--main--image img {
    width: calc(100vw - (100vw - 1320px) / 2);
    max-width: calc(100vw - (100vw - 1320px) / 2);
    margin-right: calc((100vw - 1320px) / 2);
  }
}

.site-features--main .lead {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho",  "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.1em;
}

.site-features--main .lead .mark {
  display: block;
  position: absolute;
  margin-top: -20px;
  margin-left: -80px;
  width: 56.568px;
  height: 113.136px;
  overflow: hidden;
  margin-top: -18px;
  margin-left: -100px;
}

.site-features--main .lead .mark::before {
  content: "";
  display: block;
  margin-top: -20px;
  margin-left: 0px;
  background: #183584;
  transform: rotate(45deg);
  width: 40px;
  height: 169.704px;
}

.site-features--main .lead .lead-sub {
  font-size: 1.1em;
}

.site-features--main .lead .lead-main {
  margin-top: 0.5em;
  font-size: 1.4em;
}

@media (max-width: 786px) {
  .site-features--main {
    margin-top: 220px;
    margin-left: 0;
    margin-right: 0;
  }
  .site-features--main--image img {
    width: 100vw;
    max-width: 100vw;
    margin-right: 0;
  }
  .site-features--main .lead {
    top: 40%;
    left: 25vw;
  }
  .site-features--main .lead .mark {
    display: block;
    position: absolute;
    margin-top: -15px;
    margin-left: -60px;
    width: 42.426px;
    height: 84.852px;
    overflow: hidden;
  }
  .site-features--main .lead .mark::before {
    content: "";
    display: block;
    margin-top: -15px;
    margin-left: 0px;
    background: #183584;
    transform: rotate(45deg);
    width: 30px;
    height: 127.278px;
  }
  .site-features--main .lead .lead-sub {
    margin-top: -0.5em;
    font-size: 0.9em;
  }
  .site-features--main .lead .lead-main {
    margin-top: 0.5em;
    font-size: 1em;
  }
}

.site-features--01 {
  padding-top: 50px;
  position: relative;
  z-index: 100;
}

.site-features--01 .description {
  margin-top: 50px;
  margin-left: 85px;
  padding-right: 2em;
}

.site-features--01 > img {
  position: relative;
  z-index: 100;
  margin-right: -120px;
}

@media (min-width: 1680px) {
  .site-features--01 > img {
    margin-right: calc(-1 * (100vw - 1320px) / 3);
  }
}

.site-features--01::before {
  content: "1";
  top: -20px;
  left: 40px;
}

@media (max-width: 786px) {
  .site-features--01 {
    padding-top: 10px;
    flex-direction: column;
  }
  .site-features--01 .description {
    width: calc(100vw - 60px);
    margin-top: 60px;
    margin-left: 30px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .site-features--01 img {
    width: calc(100vw - 15px);
    max-width: calc(100vw - 15px);
    min-height: calc((100vw - 15px) * 0.75);
    margin-left: 15px;
    margin-right: 0;
  }
  .site-features--01::before {
    font-size: 140px;
    top: -50px;
    left: 10px;
  }
}

.site-features--02 {
  margin-top: 100px;
}

.site-features--02 .description {
  padding-top: 50px;
  margin-right: 80px;
  margin-left: 1em;
}

.site-features--02 > img {
  z-index: 100;
  margin-left: -120px;
}

@media (min-width: 1680px) {
  .site-features--02 > img {
    margin-left: calc(-1 * (100vw - 1320px) / 3);
  }
}

.site-features--02::before {
  content: "2";
  top: -50px;
  right: 55px;
}

@media (max-width: 786px) {
  .site-features--02 {
    margin-top: 10px;
    flex-direction: column-reverse;
  }
  .site-features--02 .description {
    width: calc(100vw - 60px);
    margin-top: 10px;
    margin-left: 30px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .site-features--02 img {
    width: calc(100vw - 15px);
    max-width: calc(100vw - 15px);
    min-height: calc((100vw - 15px) * 0.75);
    margin-left: 0;
    margin-right: 15px;
  }
  .site-features--02::before {
    font-size: 140px;
    top: -50px;
    right: 10px;
  }
}

.site-features--03 {
  margin-top: 100px;
  padding-bottom: 20px;
}

.site-features--03 .description {
  margin-top: 50px;
  margin-left: 80px;
  padding-right: 2em;
}

.site-features--03 > img {
  margin-right: -120px;
  margin-top: 50px;
  margin-bottom: -50px;
}

@media (min-width: 1680px) {
  .site-features--03 > img {
    margin-right: calc(-1 * (100vw - 1320px) / 3);
  }
}

.site-features--03::before {
  content: "3";
  z-index: -10;
  top: -60px;
  left: 55px;
}

@media (max-width: 786px) {
  .site-features--03 {
    margin-top: 10px;
    flex-direction: column;
  }
  .site-features--03 .description {
    width: calc(100vw - 60px);
    margin-top: 60px;
    margin-left: 30px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .site-features--03 .description h3 {
    margin-top: 0;
  }
  .site-features--03 img {
    width: calc(100vw - 15px);
    max-width: calc(100vw - 15px);
    min-height: calc((100vw - 15px) * 0.75);
    margin-top: 0;
    margin-left: 15px;
    margin-right: 0;
  }
  .site-features--03::before {
    font-size: 140px;
    top: -50px;
    left: 10px;
  }
}

.l-grid_local {
  width: 100vw;
  display: block;
  z-index: -5;
  position: absolute;
  height: 100%;
  top: 0;
  width: 1px;
  background: rgba(90, 90, 90, 0.3);
}

.l-grid_local01 {
  left: calc(180px/ 3);
}

@media (min-width: 1680px) {
  .l-grid_local01 {
    left: calc(calc((100vw - 1320px) / 2)/ 3);
  }
}

@media (max-width: 786px) {
  .l-grid_local01 {
    left: 15px;
  }
}

.l-grid_local02 {
  left: calc((50% - 60px) * 0.5 + 60px);
}

@media (min-width: 1680px) {
  .l-grid_local02 {
    left: calc((50% - calc((100vw - 1320px) / 2)/3) * 0.5 + calc((100vw - 1320px) / 2)/3);
  }
}

@media (max-width: 786px) {
  .l-grid_local02 {
    left: calc((100vw - 30px) / 4);
  }
}

.l-grid_local03 {
  left: 50%;
}

.l-grid_local04 {
  right: calc((50% - 60px) * 0.5 + 60px);
}

@media (min-width: 1680px) {
  .l-grid_local04 {
    right: calc((50% - calc((100vw - 1320px) / 2)/3) * 0.5 + calc((100vw - 1320px) / 2)/3);
  }
}

@media (max-width: 786px) {
  .l-grid_local04 {
    right: calc((100vw - 30px) / 4);
  }
}

.l-grid_local05 {
  right: calc(180px/ 3);
}

@media (min-width: 1680px) {
  .l-grid_local05 {
    right: calc(calc((100vw - 1320px) / 2)/ 3);
  }
}

@media (max-width: 786px) {
  .l-grid_local05 {
    right: 15px;
  }
}

.c−section--about-launch-site {
  margin-top: 20px;
  padding: 10px 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.c−section--about-launch-site--image {
  margin-top: -50px;
  width: 100%;
  max-width: 600px;
}

.c−section--about-launch-site > .c-table {
  margin: 40px 0;
  width: 100%;
}

.c−section--about-launch-site > .c-table th {
  padding-left: 180px;
}

@media (min-width: 1680px) {
  .c−section--about-launch-site > .c-table th {
    padding-left: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 1024px) {
  .c−section--about-launch-site {
    flex-wrap: wrap;
  }
  .c−section--about-launch-site--image {
    margin-top: 10px;
    margin-bottom: -40px;
  }
}

@media (max-width: 786px) {
  .c−section--about-launch-site {
    margin-bottom: 0;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .c−section--about-launch-site--image {
    margin-top: 10px;
  }
  .c−section--about-launch-site--image > img {
    width: calc(100vw - 15px);
    max-width: 100vw;
    margin-left: 15px;
    height: auto;
    margin-bottom: -75px;
  }
  .c−section--about-launch-site > .c-table {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
  .c−section--about-launch-site > .c-table > tbody th {
    display: block;
    text-align: center;
    padding: 30px 10px 5px 10px;
  }
  .c−section--about-launch-site > .c-table > tbody td {
    text-align: center;
    display: block;
    padding: 5px 10px 30px 10px;
    display: flex;
    justify-content: center;
  }
  .c−section--about-launch-site > .c-table > tbody td p {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
  }
  .c−section--about-launch-site > .c-table > tbody td span {
    display: block;
  }
  .c−section--about-launch-site > .c-table tr {
    background-color: #fff;
  }
  .c−section--about-launch-site > .c-table tr:nth-child(2n) {
    background-color: #ececec;
  }
}

.c-section--facilities {
  position: relative;
  z-index: 30;
  padding-bottom: 50px;
  background: #111111;
  margin-left: 120px;
  margin-right: 120px;
  overflow: visible;
}

@media (min-width: 1680px) {
  .c-section--facilities {
    margin-left: calc((100vw - 1320px) / 3);
    margin-right: calc((100vw - 1320px) / 3);
  }
}

@media (max-width: 786px) {
  .c-section--facilities {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: -120px;
  }
}

.c-section--facilities .facility {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.c-section--facilities .facility .description {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-section--facilities .facility .description h3 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5em;
}

.c-section--facilities .facility .description p {
  margin-top: 3em;
  font-size: 0.9em;
  line-height: 2em;
}

@media (max-width: 786px) {
  .c-section--facilities .facility .description {
    margin-bottom: 20px;
  }
}

.c-section--facilities .facility .image {
  width: 50vw;
  max-width: 50vw;
}

.c-section--facilities .facility .image img {
  width: 50vw;
  min-width: 50vw;
  height: auto;
  align-self: center;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}

@media (max-width: 786px) {
  .c-section--facilities .facility .image img {
    width: calc(100vw - 15px);
    max-width: calc(100vw - 15px);
    min-width: calc(100vw - 15px);
  }
}

.c-section--facilities .facility--mcc {
  padding-top: 60px;
  flex-direction: row;
}

.c-section--facilities .facility--mcc .description {
  padding-left: 30px;
  padding-right: 80px;
}

.c-section--facilities .facility--mcc .image {
  margin-left: calc(-1 * 120px);
}

@media (min-width: 1680px) {
  .c-section--facilities .facility--mcc .image {
    margin-left: calc(-1 * (100vw - 1320px) / 3);
  }
}

@media (max-width: 786px) {
  .c-section--facilities .facility--mcc {
    flex-direction: column-reverse;
  }
  .c-section--facilities .facility--mcc .description {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-section--facilities .facility--mcc .image {
    margin-left: 0;
  }
}

.c-section--facilities .facility--vab {
  padding-top: 30px;
  flex-direction: row-reverse;
}

.c-section--facilities .facility--vab .description {
  padding-left: 80px;
  padding-right: 30px;
}

.c-section--facilities .facility--vab .image {
  margin-right: calc(-1 * 120px);
}

@media (min-width: 1680px) {
  .c-section--facilities .facility--vab .image {
    margin-right: calc(-1 * (100vw - 1320px) / 3);
  }
}

@media (max-width: 786px) {
  .c-section--facilities .facility--vab {
    flex-direction: column-reverse;
  }
  .c-section--facilities .facility--vab .description {
    padding-left: 30px;
    padding-right: 30px;
  }
  .c-section--facilities .facility--vab .image {
    margin-right: 0;
  }
}

.c-section--facilities {
  margin: 50px 0 150px 0;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  height: auto;
}

@media (min-width: 1680px) {
  .c-section--facilities {
    margin: 50px calc((100vw - 1320px) / 2) 150px calc((100vw - 1320px) / 2);
  }
}

.c-section--facilities .launch-site-description {
  margin: 20px 20px 20px 400px;
}

.c-section--facilities .launch-site-map {
  margin-top: 20px;
  margin-right: 180px;
  width: calc(100vw - 180px * 2);
}

.c-section--facilities .launch-site-map > img {
  width: calc(100vw - 180px * 2);
}

@media (max-width: 786px) {
  .c-section--facilities {
    margin: 50px 0 50px 0;
    flex-direction: column;
  }
  .c-section--facilities .launch-site-map {
    position: relative;
    margin-right: 0;
    margin-left: 15px;
    width: calc(100vw - 15px * 2);
  }
  .c-section--facilities .launch-site-map > img {
    width: calc(100vw - 15px * 2);
  }
  .c-section--facilities .launch-site-description {
    margin: 20px 20px 20px 20px;
  }
}

/*

.launch-site-facility {
  margin-top: 100px;
  & .label {
    font-size: 1.2em;
    margin-bottom: 1em;
    margin-left: $pc_side_margin;
  }
  & .wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-basis: 50%;
  }
  & .image {
    margin-left: $pc_side_margin;
  }
  & .description {
    margin-top: 1em;
    width: calc(50% - 180px);
    margin-right: $pc_side_margin;
  }
  @include mx {
    & .label {
      margin-left: $mx_side_margin;
    }
    & .image {
      margin-left: $mx_side_margin;
    }
    & .description {
      width: 660px;
      margin-right: $mx_side_margin;
    }
  }
  @include sp {
    margin-top: 50px;
    & .wrapper {
      flex-direction: column;
      flex-basis: 100%;
    }
    & .label {
      margin-left: $sp_side_margin * 2;
    }
    & .image {
      width: calc(100vw - 60px);
      margin-left: $sp_side_margin * 2;
    }
    & .description {
      width: calc(100vw - 60px);
      margin-left: $sp_side_margin * 2;
    }
  }
}
*/
.c-section--gallery {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100vw - 180px * 2);
  margin-left: 180px;
  margin-top: 100px;
}

@media (min-width: 1680px) {
  .c-section--gallery {
    width: calc(100vw - calc((100vw - 1320px) / 2) * 2);
    margin-left: calc((100vw - 1320px) / 2);
  }
}

.c-section--gallery .container {
  z-index: 100;
  margin: auto 2%;
  min-width: 46%;
  width: 46%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

.c-section--gallery .container:nth-child(2n-1) {
  margin-top: -20px;
  margin-bottom: 80px;
}

.c-section--gallery .container .image {
  position: relative;
}

.c-section--gallery .container .image a {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.c-section--gallery .container .image img {
  width: 100%;
  min-width: 100%;
}

@media (max-width: 786px) {
  .c-section--gallery {
    flex-direction: column;
    margin-top: 250px;
    width: calc(100vw - 15px * 2);
    margin-left: 15px;
  }
  .c-section--gallery .container {
    min-width: 96%;
    width: 96%;
    margin-bottom: 20px;
  }
  .c-section--gallery .container:nth-child(2n-1) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.c-section--gallery .container .description {
  margin-top: 0.3em;
  line-height: 1.3em;
}

.c-section--gallery .container .description .sub {
  font-size: 0.65em;
  color: #bbb;
  word-spacing: 0.5em;
}

.c-section--news {
  display: flex;
  flex-flow: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: calc(100vw - 180px * 2);
  margin-left: 180px;
  margin-top: 100px;
}

@media (min-width: 1680px) {
  .c-section--news {
    width: calc(100vw - calc((100vw - 1320px) / 2) * 2);
    margin-left: calc((100vw - 1320px) / 2);
  }
}

.c-section--news .container {
  z-index: 100;
  margin: auto 2%;
  min-width: 46%;
  width: 46%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}

.c-section--news .container:nth-child(2n-1) {
  margin-top: -20px;
  margin-bottom: 80px;
}

.c-section--news .container .image {
  position: relative;
}

.c-section--news .container .image a {
  width: 100%;
  min-width: 100%;
  height: 100%;
}

.c-section--news .container .image img {
  width: 100%;
  min-width: 100%;
}

@media (max-width: 786px) {
  .c-section--news {
    flex-direction: column;
    margin-top: 250px;
    width: calc(100vw - 15px * 2);
    margin-left: 15px;
  }
  .c-section--news .container {
    min-width: 96%;
    width: 96%;
    margin-bottom: 20px;
  }
  .c-section--news .container:nth-child(2n-1) {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.c-section--news a {
  display: block;
  color: #000;
  text-decoration: none;
}

.c-section--news .container {
  color: #000;
  background: white;
  width: 46%;
  position: relative;
}

.c-section--news .container .mark {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}

.c-section--news .container .mark .figure {
  display: block;
  position: absolute;
  margin-top: -9px;
  margin-left: -36px;
  width: 25.4556px;
  height: 50.9112px;
  overflow: hidden;
  position: absolute;
  margin-top: 0;
  margin-left: 12px;
}

.c-section--news .container .mark .figure::before {
  content: "";
  display: block;
  margin-top: -9px;
  margin-left: 0px;
  background: rgba(6, 147, 246, 0.3);
  transform: rotate(45deg);
  width: 18px;
  height: 76.3668px;
}

.c-section--news .container .mark .label {
  position: absolute;
  color: #000;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 10px;
}

.c-section--news .container .content {
  margin: 60px 50px 60px 20px;
  position: relative;
}

.c-section--news .container .content h4 {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.5;
}

.c-section--news .container .content .date {
  margin-top: 0.5em;
  font-size: 0.85em;
  color: #555;
}

.c-section--news .container .arrow {
  position: absolute;
  display: block;
  right: 40px;
  bottom: 20px;
}

.c-section--news .container .arrow::after {
  content: url("/assets/img/news-arrow_long.svg");
}

.c-section--news-article {
  margin-top: 100px;
  width: calc(100vw - 180px * 2);
  margin-left: 180px;
  line-height: 1.8em;
  padding: 60px;
}

.c-section--news-article .mark {
  position: relative;
  margin-top: 0;
}

.c-section--news-article .mark .figure {
  display: block;
  position: absolute;
  margin-top: -9px;
  margin-left: -36px;
  width: 25.4556px;
  height: 50.9112px;
  overflow: hidden;
  position: absolute;
  margin-top: 0;
  margin-left: 0;
}

.c-section--news-article .mark .figure::before {
  content: "";
  display: block;
  margin-top: -9px;
  margin-left: 0px;
  background: rgba(6, 147, 246, 0.3);
  transform: rotate(45deg);
  width: 18px;
  height: 76.3668px;
}

.c-section--news-article .mark .label {
  position: absolute;
  color: #000;
  margin-top: 15px;
  margin-left: 10px;
  font-size: 10px;
}

.c-section--news-article .c-table {
  border-collapse: collapse;
}

.c-section--news-article .c-table td, .c-section--news-article .c-table th {
  border: 1px solid #000;
}

.c-section--news-article .c-table tr {
  background-color: #fff;
}

.c-section--news-article .c-table tr:nth-child(2n) {
  background-color: #fff;
}

.c-section--news-article h1 {
  margin-top: 60px;
  font-weight: 700;
  font-size: 1.5em;
}

.c-section--news-article .date {
  padding-top: 1.0em;
  font-size: 0.9em;
  margin-bottom: 25px;
}

.c-section--news-article .caption {
  font-size: 0.85em;
}

@media (min-width: 1680px) {
  .c-section--news-article {
    width: calc(100vw - calc((100vw - 1320px) / 2) * 2);
    margin-left: calc((100vw - 1320px) / 2);
  }
}

@media (max-width: 786px) {
  .c-section--news-article {
    padding: 15px;
    margin-top: 250px;
    width: calc(100vw - 15px * 2);
    margin-left: 15px;
  }
}

.fade_and_slide {
  opacity: 0;
  transform: translateY(50px);
}

.rotate {
  transform: rotate3d(0, 1, 0, 90deg);
}

.slidein {
  transform: translateX(-300px), translateY(300px);
}

.u-z0 {
  z-index: 0;
}

.u-z10 {
  z-index: 10;
}

.u-z100 {
  z-index: 100;
}

/* fixed margin */
.u-rmz0 {
  margin-right: 0;
}

.u-rmz50 {
  margin-right: 50px;
}

.u-rmz150 {
  margin-right: 150px;
}

.u-rmz300 {
  margin-right: 300px;
}

.u-lmz0 {
  margin-left: 0;
}

.u-lmz50 {
  margin-left: 50px;
}

.u-lmz150 {
  margin-left: 150px;
}

.u-lmz500 {
  margin-left: 500px;
}

/* variable width */
.≈0-wide3 {
  width: calc(((100%-300px) / 4) * 3 - 75px);
}

.u-left0-wide4 {
  width: calc(((100%-300px) / 4) * 4 - 150px);
  max-width: calc(((100%-300px) / 4) * 4 - 150px);
}

.u-left150-wide3 {
  width: calc(((100% - 300px) / 4) * 3);
}

/* top & bottom margin */
.u-bmz2 {
  margin-bottom: 2em;
}

.u-tmz2 {
  margin-top: 2em;
}

.u-bmz4 {
  margin-bottom: 4em;
}

.u-tmz4 {
  margin-top: 4em;
}

.u-bmz20 {
  margin-bottom: 20px;
}

.u-tmz20 {
  margin-top: 20px;
}

.u-bmz50 {
  margin-bottom: 50px;
}

.u-tmz50 {
  margin-top: 50px;
}

.u-bmz100 {
  margin-bottom: 100px;
}

.u-tmz100 {
  margin-top: 100px;
}

.u-bmz150 {
  margin-bottom: 150px;
}

.u-tmz150 {
  margin-top: 150px;
}

.u-bmz200 {
  margin-bottom: 200px;
}

.u-tmz200 {
  margin-top: 200px;
}

/* top & bottom padding */
.u-bpd2 {
  padding-bottom: 2em;
}

.u-tpd2 {
  padding-top: 2em;
}

.u-bpd4 {
  padding-bottom: 4em;
}

.u-tpd4 {
  padding-top: 4em;
}

/*# sourceMappingURL=maps/style.css.map */
