/*! SUNRISE BEYOND */
/* =====================================================
 * Foundation
 * =====================================================
*/
/*! minireset.css v0.0.4 | 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

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

header, footer, main, aside {
  display: block;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background: #fff;
}

html.is-menu-open, html.is-menu-open body {
  overflow: hidden;
}

/* =====================================================
 * Layout
 * =====================================================
*/
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.l-header__inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .l-header__inner {
    position: static;
  }
}

.l-header__logo {
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 10000;
  width: 238px;
}

@media (max-width: 1290px) {
  .l-header__logo {
    width: 19.83333vw;
  }
}

@media (max-width: 768px) {
  .l-header__logo {
    top: 8px;
    left: 6px;
    width: 120px;
  }
  .l-wrapper--top .l-header__logo {
    display: none;
  }
}

.l-wrapper--top .l-header__logo--pre {
  display: none;
}

.l-header__logo a {
  display: block;
}

.l-header__gnav {
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  font-family: orator-std, monospace;
  z-index: 9999;
  color: #005bac;
}

@media (max-width: 768px) {
  .l-header__gnav {
    top: 0;
    z-index: 10009;
  }
}

.l-header__gnav__toggler {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 52px;
  font-family: orator-std, monospace;
  font-size: 13px;
  line-height: 1;
  letter-spacing: .2em;
  text-indent: .2em;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  padding: 0;
}

@media (max-width: 768px) {
  .l-header__gnav__toggler {
    display: block;
    z-index: 10010;
  }
}

.l-header__gnav__toggler > span {
  position: absolute;
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
}

.l-header__gnav__toggler > span:nth-child(1), .l-header__gnav__toggler > span:nth-child(2) {
  width: 35px;
  height: 3px;
  background: #005bac;
}

.l-header__gnav__toggler > span:nth-child(1) {
  top: 14px;
  left: 20px;
}

html.is-menu-open .l-header__gnav__toggler > span:nth-child(1) {
  background: #fff;
  -webkit-transform: translateY(5px) rotate(45deg);
          transform: translateY(5px) rotate(45deg);
}

.l-header__gnav__toggler > span:nth-child(2) {
  top: 22px;
  left: 20px;
}

html.is-menu-open .l-header__gnav__toggler > span:nth-child(2) {
  background: #fff;
  -webkit-transform: translateY(-3px) rotate(-45deg);
          transform: translateY(-3px) rotate(-45deg);
}

.l-header__gnav__toggler > span:nth-child(3) {
  color: #005bac;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

html.is-menu-open .l-header__gnav__toggler > span:nth-child(3) {
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.l-header__gnav__toggler > span:nth-child(4) {
  color: #fff;
  top: 38px;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

html.is-menu-open .l-header__gnav__toggler > span:nth-child(4) {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.l-header__gnav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 25px;
  letter-spacing: -.03em;
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 91, 172, 0.3));
          filter: drop-shadow(0 0 4px rgba(0, 91, 172, 0.3));
}

@media (max-width: 1200px) {
  .l-header__gnav__items {
    font-size: 2.33333vw;
  }
}

@media (max-width: 768px) {
  .l-header__gnav__items {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100vw;
    height: 100vh;
    color: #fff;
    background: rgba(0, 91, 172, 0.95);
    font-size: 35px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    pointer-events: none;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0;
    z-index: 10004;
  }
  html.is-menu-open .l-header__gnav__items {
    pointer-events: auto;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.l-header__gnav__items--pre {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-header__gnav__items__item {
  position: relative;
  min-width: 160px;
  margin: 0 10px;
  text-align: center;
}

@media (max-width: 1200px) {
  .l-header__gnav__items__item {
    min-width: 13vw;
    margin: 0 0.83vw;
  }
}

@media (max-width: 768px) {
  .l-header__gnav__items__item {
    margin: 20px auto;
    min-width: 270px;
  }
}

.l-header__gnav__items__item:before, .l-header__gnav__items__item:after {
  content: '';
  position: absolute;
  top: 0;
  width: 7px;
  height: 100%;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
}

.l-header__gnav__items__item:before {
  left: 0;
  border-left: 1px solid currentColor;
}

.l-header__gnav__items__item:after {
  right: 0;
  border-right: 1px solid currentColor;
}

.l-header__gnav__items__item a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.l-header__gnav__items__item a:before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: rgba(0, 91, 172, 0.05);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.l-header__gnav__items__item a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.l-header__share {
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 10000;
}

@media (max-width: 1290px) {
  .l-header__share {
    right: 45px;
  }
}

@media (max-width: 768px) {
  .l-header__share {
    display: none;
    top: 15px;
    left: 15px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .l-wrapper--top .l-header__share {
    display: block;
  }
}

.l-main {
  position: relative;
  z-index: 1;
}

.l-page-header {
  padding: 200px 0 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .l-page-header {
    padding: 70px 0 25px;
  }
}

.l-page-header__title {
  font-size: 60px;
  font-family: orator-std, monospace;
  color: #005bac;
  text-shadow: 0 0 10px rgba(0, 91, 172, 0.4);
}

@media (max-width: 768px) {
  .l-page-header__title {
    font-size: 30px;
  }
}

.l-page-header__category {
  font-size: 30px;
  color: #005bac;
}

@media (max-width: 768px) {
  .l-page-header__category {
    font-size: 15px;
  }
}




.l-group-companies {
  padding: 28px 0;
}

.l-group-companies__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.l-group-companies__items {
  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;
}

@media (max-width: 768px) {
  .l-group-companies__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-group-companies__items img {
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .l-group-companies__items img {
    max-width: 100%;
    height: auto;
  }
}

.l-group-companies__items__item {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .l-group-companies__items__item {
    margin: 5px 0;
  }
  .l-group-companies__items__item:first-child {
    margin-top: 0;
  }
  .l-group-companies__items__item:last-child {
    margin-bottom: 0;
  }
}

.l-footer {
  position: relative;
  padding: 70px 0 20px;
  color: #fff;
  background: url(../img/section_bg_01.png);
  background-size: 3px 3px;
  text-align: center;
  z-index: 2;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 35px 0px 10px;
  }
}

.l-footer__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.l-footer__contact {
  margin-bottom: 70px;
  font-size: 16px;
  letter-spacing: .2em;
}

@media (max-width: 768px) {
  .l-footer__contact {
    font-size: 12px;
    margin-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .l-footer__contact > span {
    display: inline-block;
  }
}

.l-footer__contact a {
  display: inline-block;
  color: #93e6f5;
  text-decoration: underline;
  text-shadow: 0 0 19px rgba(255, 255, 255, 0.6);
  -webkit-transition: 200ms;
  transition: 200ms;
}

.l-footer__contact a:hover {
  color: #bcfff4;
}

.l-footer__copyright {
  font-size: 12px;
  letter-spacing: .2em;
}

@media (max-width: 768px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}

.l-bgs {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.l-bgs > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-bgs > *:nth-child(1) {
  background: url(../img/mv_bg_1.png) no-repeat 0 100%;
  background-size: 100% auto;
}

.l-bgs > *:nth-child(2) {
  background: url(../img/mv_bg_2.png) no-repeat 0 100%;
  background-size: 100% auto;
}

.l-bgs > *:nth-child(3) {
  background: url(../img/mv_bg_3.png) no-repeat 0 100%;
  background-size: 100% auto;
}

.l-bgs > *:nth-child(4) {
  background: url(../img/mv_bg_4.png) no-repeat 0 100%;
  background-size: 100% auto;
}

@media (max-width: 768px) {
  .l-bgs > *:nth-child(1) {
    background: url(../img/mv_bg_1@sp.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
  .l-bgs > *:nth-child(2) {
    background: url(../img/mv_bg_2@sp.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
  .l-bgs > *:nth-child(3) {
    background: url(../img/mv_bg_3@sp.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
  .l-bgs > *:nth-child(4) {
    background: url(../img/mv_bg_4@sp.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
}

/* =====================================================
 * Object/Component
 * =====================================================
*/
.c-button-box {
  margin-top: 80px;
}

@media (max-width: 768px) {
  .c-button-box {
    margin-top: 40px;
  }
}

.c-button {
  position: relative;
  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;
  width: 100%;
  height: 62px;
  color: #005bac;
  background: rgba(0, 91, 172, 0.12);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: 1px dashed rgba(0, 91, 172, 0.6);
  border-radius: 31px;
  overflow: hidden;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .c-button {
    height: 41px;
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.c-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 91, 172, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  opacity: 0;
}

.c-button:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.c-button-more {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  padding: 0 25px;
  color: #005bac;
  background: rgba(0, 91, 172, 0.12);
  font-family: orator-std, monospace;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: 1px dashed rgba(0, 91, 172, 0.6);
  border-radius: 13px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .c-button-more {
    padding: 0 18px;
    height: 22px;
    font-size: 13px;
    border-radius: 11px;
  }
}

.c-button-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 91, 172, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  opacity: 0;
}

.c-button-more:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.c-button-more--white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.6);
}

.c-button-more--white:before {
  background-color: rgba(255, 255, 255, 0.1);
}

.c-share-links {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.c-share-links dt {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-family: orator-std, monospace;
  font-size: 16px;
  color: #005bac;
}

.c-share-links dt:before, .c-share-links dt:after {
  content: '';
  position: relative;
  top: -4px;
  display: inline-block;
  width: 22px;
  height: 11px;
  border-bottom: 1px solid currentColor;
}

.c-share-links dt:before {
  margin-right: 7px;
  border-left: 1px solid currentColor;
}

.c-share-links dt:after {
  margin-left: 7px;
  border-right: 1px solid currentColor;
}

.c-share-links dd {
  margin: 0 10px;
  font-size: 32px;
  line-height: 1;
}

.c-share-links dd:nth-of-type(1) {
  margin-left: 0;
}

.c-share-links dd:nth-last-of-type(1) {
  margin-right: 0;
}

.c-share-links dd a {
  text-decoration: none;
}

.c-share-links dd .icon-twitter {
  color: #0d9ff0;
}

.c-share-links dd .icon-facebook {
  color: #4064af;
}

.c-share-links dd .icon-line {
  color: #00bb27;
}

.c-news-nav {
  margin: 50px auto;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .c-news-nav {
    margin: 40px auto;
  }
}

.c-news-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-news-nav__inner span > a,
.c-news-nav__inner span > span {
  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;
  margin: 0 20px;
  padding: 0 30px;
  height: 62px;
  color: #005bac;
  background: rgba(0, 91, 172, 0.12);
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border: 1px dashed rgba(0, 91, 172, 0.6);
  border-radius: 31px;
}

@media (max-width: 768px) {
  .c-news-nav__inner span > a,
  .c-news-nav__inner span > span {
    padding: 0 18px;
    height: 40px;
    font-size: 10px;
    border-radius: 20px;
    text-align: center;
  }
}

.c-news-nav__inner span > a {
  position: relative;
  overflow: hidden;
}

.c-news-nav__inner span > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 91, 172, 0.1);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-transform: scaleX(0.2);
          transform: scaleX(0.2);
  opacity: 0;
}

.c-news-nav__inner span > a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}

.c-news-nav__inner span > span {
  color: #999;
  background: rgba(119, 119, 119, 0.12);
  border-color: currentColor;
}

.c-news-list {
  padding: 0 30px;
}

@media (max-width: 768px) {
  .c-news-list {
  padding: 0 10px;
  }
}

.c-news-list a {
  color: #005bac;
  text-decoration: none;
}

.c-news-list a:hover {
  text-decoration: underline;
}

.c-news-list dt {
  color: #005bac;
  font-weight: normal;
  letter-spacing: .2em;
  font-family: orator-std, monospace;
}

@media (max-width: 768px) {
.c-news-list dt {
  color: #005bac;
  font-weight: normal;
  letter-spacing: .2em;
  font-family: orator-std, monospace;
  font-size: 12px;
  }
}

.c-news-list dl {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.c-news-list dl dt {
  background: #d5e8f9;
  padding: 0.2em 1em;
  position: relative;
  margin-bottom: 1em;
  clear: both;
}

.c-news-list dl dt span {
  border-radius: 0.2em;
  background-color: white;
  font-size: 70%;
  position: absolute;
  right: 1em;
  bottom: 0px;
  display: block;
  top: 0px;
  margin-top: auto;
  margin-bottom: auto;
  height: 1.5em;
  line-height: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}

.c-news-list dl dt a img {
  float: left;
  width: 300px;
  max-width: 25%;
  margin-left: -1em;
  margin-right: 2em;
  margin-bottom: 2em;
  margin-top: -1em;
  position: relative;
  z-index: 70;
  -webkit-box-shadow: 0px 0px 0.3em rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 0.3em rgba(0, 0, 0, 0.25);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: white;
  background-size: contain;
}

@media (max-width: 768px) {
  .c-news-list dl dt a img {
  margin-right: 1em;
  }
}

.c-news-list dl .work {
  margin-left: 2em;
  font-size: 90%;
  border-bottom: 1px dotted #cccccc;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

.c-news-list dl .title {
  padding-left: 1em;
  padding-bottom: 2em;
  margin-bottom: 1em;
}

.c-news-list dl .title a {
  font-size: 18px;
  display: block;
  margin-bottom: 1.5em;
}

@media (max-width: 768px) {
.c-news-list dl .title a {
  font-size: 14px;
  }
}


.c-news-list dl .title::after {
  content: "";
  clear: both;
  width: 100%;
  display: block;
  border-bottom: thin solid #cccccc;
  padding: 0;
}

.c-news-list dl .title a {
  display: block;
}

/* =====================================================
 * Object/Project
 * =====================================================
*/
.p-section {
  margin-bottom: 80px;
  padding: 0 25px;
  font-size: 18px;
  line-height: 2;
  color: #231815;
}

@media (max-width: 768px) {
  .p-section {
    margin-bottom: 35px;
    font-size: 14px;
  }
}

.p-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.p-section__inner > * {
  margin-bottom: 30px;
}

.p-section__inner > *:last-child {
  margin-bottom: 0;
}

.p-section__padding {
  max-width: 1050px;
  margin: 0 auto;
}

.p-section__padding > * {
  margin-bottom: 30px;
}

.p-section__padding > *:last-child {
  margin-bottom: 0;
}

.p-section h2 {
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: bold;
  color: #005bac;
  padding: 15px 20px;
  background: #d5e8f9;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .p-section h2 {
    margin: 0 -25px 25px;
    font-size: 18px;
    padding: 9px 20px;
  }
}

.p-section h2 .__date {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: .2em;
  font-family: orator-std, monospace;
}

.p-section h2 .__date:before {
  content: '[';
}

.p-section h2 .__date:after {
  content: ']';
}

.p-section h2 .__gene {
  border-radius: 0.2em;
  background-color: white;
  font-size: 50%;
  height: 1.5em;
  line-height: 1.5em;
  margin-left: 10px;
  padding: 0.2em 1em;
}


.p-section h3 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px dashed currentColor;
}

@media (max-width: 768px) {
  .p-section h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}

.p-section a {
  color: #005bac;
}














.p-section-mv {
  position: relative;
  background: #fff;
  z-index: 1;
}

.p-section-mv__bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-section-mv__bgs > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-section-mv__bgs > div:nth-child(1) {
  background: url(../img/mv_bg_1.png) no-repeat 0 100%;
  background-size: 100% auto;
}

.p-section-mv__bgs > div:nth-child(2) {
  background: url(../img/mv_bg_2.png) no-repeat 0 100%;
  background-size: 100% auto;
}

.p-section-mv__bgs > div:nth-child(3) {
  background: url(../img/mv_bg_3.png) no-repeat 0 100%;
  background-size: 100% auto;
}

.p-section-mv__bgs > div:nth-child(4) {
  background: url(../img/mv_bg_4.png) no-repeat 0 100%;
  background-size: 100% auto;
}

@media (max-width: 768px) {
  .p-section-mv__bgs > div:nth-child(1) {
    background: url(../img/mv_bg_1@sp.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
  .p-section-mv__bgs > div:nth-child(2) {
    background: url(../img/mv_bg_2@sp.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
  .p-section-mv__bgs > div:nth-child(3) {
    background: url(../img/mv_bg_3@sp.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
  .p-section-mv__bgs > div:nth-child(4) {
    background: url(../img/mv_bg_4@sp.png) no-repeat 0 100%;
    background-size: 100% auto;
  }
}

.p-section-mv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-height: 900px;
  min-height: 800px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}

@media (max-width: 768px) {
  .p-section-mv__inner {
    padding: 0 18px;
    min-height: 0;
    max-height: 650px;
  }
}

.p-section-mv__title {
  margin-bottom: 110px;
}

@media (max-width: 768px) {
  .p-section-mv__title {
    margin-bottom: 56px;
  }
}

.p-section-mv__title img {
  vertical-align: bottom;
}

.p-section-mv__text {
  width: 630px;
  color: #231815;
  font-size: 20px;
  letter-spacing: .075em;
  line-height: 2.1;
  text-align: center;
  text-align-last: justify;
  text-shadow: 0 0 25px white, 0 0 20px white, 0 0 15px white, 0 0 10px white, 0 0 5px white;
}

@media (max-width: 768px) {
  .p-section-mv__text {
    width: 100%;
    margin: 0 0 6vh;
    padding: 0 10px;
    font-size: 10px;
  }
}

.p-section-mv__scroll {
  position: absolute;
  left: calc(50% - 50px);
  bottom: 0;
}

.p-section-mv__scroll > button {
  position: relative;
  display: block;
  width: 100px;
  padding-bottom: 38px;
  color: #005bac;
  background: none;
  font-family: orator-std, monospace;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  text-shadow: 0 0 25px white, 0 0 20px white, 0 0 15px white, 0 0 10px white, 0 0 5px white;
}

@media (max-width: 768px) {
  .p-section-mv__scroll > button {
    font-size: 13px;
  }
}

.p-section-mv__scroll > button:before {
  content: '';
  position: absolute;
  left: calc(50% - 1px / 2);
  bottom: 0;
  width: 1px;
  height: 17px;
  background: currentColor;
}

.p-section-mv__scroll > button:after {
  content: '';
  position: absolute;
  left: calc(50% - 5px / 2);
  bottom: 17px;
  width: 5px;
  height: 14px;
  background: currentColor;
}

.p-section-mv__slider {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.p-section-mv__slider img {
  display: block;
}

.p-section-mv__slider .p-section-mv__slider__dots {
  bottom: -45px;
}

.p-section-mv__slider .p-section-mv__slider__dots > span {
  width: 17px;
  height: 17px;
  background: #d7e6f2;
  opacity: 1;
  border: 2px solid #669dcd;
}

.p-section-mv__slider .p-section-mv__slider__dots > span.swiper-pagination-bullet-active {
  background: #669dcd;
}

.p-section-top-news {
  padding: 70px 25px 150px;
  color: #fff;
  background: url(../img/section_bg_01.png);
  background-size: 3px 3px;
}

@media (max-width: 768px) {
  .p-section-top-news {
    padding: 25px 25px 35px;
  }
}

.p-section-top-news__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.p-section-top-news__title {
  margin-bottom: 15px;
  font-family: orator-std, monospace;
  font-size: 60px;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7);
  line-height: 1;
}

@media (max-width: 768px) {
  .p-section-top-news__title {
    margin-bottom: 10px;
    font-size: 30px;
  }
}

.p-section-top-news__list {
  margin-left: 45px;
  margin-right: 45px;
  font-size: 18px;
  letter-spacing: .2em;
}

@media (max-width: 768px) {
  .p-section-top-news__list {
    margin: 0;
    font-size: 12px;
  }
}

.p-section-top-news__list__item {
  position: relative;
  border-bottom: 1px solid #a5b8d3;
}

.p-section-top-news__list__item:before, .p-section-top-news__list__item:after {
  position: absolute;
  left: 0;
  bottom: -3.5px;
  content: '';
  width: 7px;
  height: 7px;
  background: #a5b8d3;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .p-section-top-news__list__item:before, .p-section-top-news__list__item:after {
    width: 3.5px;
    height: 3.5px;
    bottom: -1.75px;
  }
}

.p-section-top-news__list__item:after {
  left: auto;
  right: 0;
}

.p-section-top-news__list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 65px 25px 25px;
  color: inherit;
  text-decoration: none;
  background: url(../img/icon_arrow.png) no-repeat right 19px top 50%;
  background-size: 19px auto;
}

@media (max-width: 768px) {
  .p-section-top-news__list__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 40px 10px 20px;
    background-position: right 10px top 50%;
    background-size: 13px auto;
  }
}

.p-section-top-news__list__item a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.05);
  opacity: 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.p-section-top-news__list__item a:hover:after {
  opacity: 1;
}

.p-section-top-news__list__item .__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}

@media (max-width: 768px) {
  .p-section-top-news__list__item .__date {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0 5px -8px;
    font-size: 10px;
    font-weight: normal;
  }
}

.p-section-top-news__list__item .__date:before {
  content: '[';
}

.p-section-top-news__list__item .__date:after {
  content: ']';
}

.p-section-top-news__more {
  margin-top: 40px;
  text-align: right;
}

@media (max-width: 768px) {
  .p-section-top-news__more {
    margin-top: 25px;
  }
}

.p-section-top-products {
  padding: 70px 25px 150px;
  color: #005bac;
}

@media (max-width: 768px) {
  .p-section-top-products {
    padding: 25px 25px 35px;
  }
}

.p-section-top-products__inner {
  margin: 0 auto;
  max-width: 1200px;
}

.p-section-top-products__title {
  margin-bottom: 30px;
  font-family: orator-std, monospace;
  font-size: 60px;
  text-shadow: 0 0 5px rgba(0, 91, 172, 0.7);
  line-height: 1;
}

@media (max-width: 768px) {
  .p-section-top-products__title {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

.p-section-top-products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px;
}

@media (max-width: 768px) {
  .p-section-top-products__list {
    padding: 0;
  }
}

.p-section-top-products__list > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: calc((100% - 15px * 3 ) / 4);
  margin: 15px 0 0 15px;
}

.p-section-top-products__list > *:nth-child(4n+1) {
  margin-left: 0;
}

.p-section-top-products__list > *:nth-child(1), .p-section-top-products__list > *:nth-child(2), .p-section-top-products__list > *:nth-child(3), .p-section-top-products__list > *:nth-child(4) {
  margin-top: 0;
}

@media (max-width: 768px) {
  .p-section-top-products__list > * {
    width: calc((100% - 15px) / 2);
  }
  .p-section-top-products__list > *:nth-child(4n+1) {
    margin-left: 15px;
  }
  .p-section-top-products__list > *:nth-child(2n+1) {
    margin-left: 0;
  }
  .p-section-top-products__list > *:nth-child(3), .p-section-top-products__list > *:nth-child(4) {
    margin-top: 15px;
  }
}

.p-section-top-products__list > * img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-section-top-products__more {
  margin-top: 40px;
  text-align: right;
}

@media (max-width: 768px) {
  .p-section-top-products__more {
    margin-top: 25px;
  }
}

.p-section-top-share {
  margin-bottom: 80px;
  text-align: center;
}

@media (max-width: 768px) {
  .p-section-top-share {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.p-section-corp-outline {
  margin-bottom: 160px;
  padding: 70px 30px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .p-section-corp-outline {
    margin-bottom: 40px;
    padding: 20px 30px 0;
  }
}

.p-section-corp-outline__brand {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .p-section-corp-outline__brand {
    margin-bottom: 15px;
  }
}

.p-section-corp-outline__text {
  margin: 0 auto;
  width: 630px;
  color: #231815;
  font-size: 20px;
  letter-spacing: .075em;
  line-height: 2.1;
  text-align: center;
  text-align-last: justify;
  text-shadow: 0 0 25px white, 0 0 20px white, 0 0 15px white, 0 0 10px white, 0 0 5px white;
}

@media (max-width: 768px) {
  .p-section-corp-outline__text {
    width: 100%;
    margin: 0 0 6vh;
    padding: 0 0;
    font-size: 10px;
  }
}

.p-section-corp-message {
  padding: 0 60px;
}

@media (max-width: 768px) {
  .p-section-corp-message {
    padding: 0 10px;
  }
}

.p-section-corp-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .p-section-corp-message__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-section-corp-message__pct {
  margin-right: 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
}


@media (max-width: 768px) {
  .p-section-corp-message__pct {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
  .p-section-corp-message__pct img {
    width: 100%;
    height: auto;
  }
}

.p-section-corp-message__text p {
  font-size: 18px;
}

@media (max-width: 768px) {
  .p-section-corp-message__text p {
    font-size: 16px;
  }
}

.p-section-corp-message__title {
  font-weight: bold;
}

.p-section-corp-message__text > * {
  margin-bottom: 1em;
}

.p-section-corp-message__text > *:last-child {
  margin-bottom: 0;
}

.p-section-corp-message__text__signature {
  margin-top: 3em;
  text-align: right;
}

.p-section-corp-message__text__signature br {
  display:none;
}

@media (max-width: 768px) {
  .p-section-corp-message__text__signature br {
    display:inline;
  }
}


.p-section-corp-detail {
  padding: 190px 30px 200px;
  color: #231815;
}

@media (max-width: 768px) {
  .p-section-corp-detail {
    padding: 0 10px 50px;
  }
}

.p-section-corp-detail__table {
  margin: 0 auto;
  max-width: 700px;
}

@media (max-width: 768px) {
  .p-section-corp-detail__table table, .p-section-corp-detail__table thead, .p-section-corp-detail__table tfoot, .p-section-corp-detail__table tbody,
  .p-section-corp-detail__table tr, .p-section-corp-detail__table th, .p-section-corp-detail__table td, .p-section-corp-detail__table caption {
    display: block;
  }
}

.p-section-corp-detail__table table {
  width: 100%;
  border-collapse: collapse;
}

.p-section-corp-detail__table tr {
  border-bottom: 1px dashed #7b7473;
}

@media (max-width: 768px) {
  .p-section-corp-detail__table tr {
    padding: 10px 18px;
    border-bottom-style: dotted;
  }
}

.p-section-corp-detail__table th,
.p-section-corp-detail__table td {
  padding: 18px 20px;
  vertical-align: top;
  font-weight: normal;
}

@media (max-width: 768px) {
  .p-section-corp-detail__table th,
  .p-section-corp-detail__table td {
    padding: 0;
  }
}

.p-section-corp-detail__table th {
  width: 1%;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: .2em;
}

@media (max-width: 768px) {
  .p-section-corp-detail__table th {
    font-size: 12px;
    margin-bottom: 8px;
    text-indent: -.9em;
  }
}

.p-section-corp-detail__table th:before {
  content: '[ ';
}

.p-section-corp-detail__table th:after {
  content: ' ]';
}

.p-section-corp-detail__table td {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .075em;
}

@media (max-width: 768px) {
  .p-section-corp-detail__table td {
    font-size: 14px;
  }
}

/* =====================================================
 * Object/Utiliiy
 * =====================================================
*/
.u-alLpc {
  text-align: left;
}

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

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

@media (max-width: 768px) {
  .u-alLpc {
    text-align: inherit;
  }
  .u-alCpc {
    text-align: inherit;
  }
  .u-alRpc {
    text-align: inherit;
  }
  .u-alLsp {
    text-align: left;
  }
  .u-alCsp {
    text-align: center;
  }
  .u-alRsp {
    text-align: right;
  }
}

.u-fz5p {
  font-size: 5%;
}

@media (max-width: 768px) {
  .u-fz5p-sp {
    font-size: 5%;
  }
}

.u-fz10p {
  font-size: 10%;
}

@media (max-width: 768px) {
  .u-fz10p-sp {
    font-size: 10%;
  }
}

.u-fz15p {
  font-size: 15%;
}

@media (max-width: 768px) {
  .u-fz15p-sp {
    font-size: 15%;
  }
}

.u-fz20p {
  font-size: 20%;
}

@media (max-width: 768px) {
  .u-fz20p-sp {
    font-size: 20%;
  }
}

.u-fz25p {
  font-size: 25%;
}

@media (max-width: 768px) {
  .u-fz25p-sp {
    font-size: 25%;
  }
}

.u-fz30p {
  font-size: 30%;
}

@media (max-width: 768px) {
  .u-fz30p-sp {
    font-size: 30%;
  }
}

.u-fz35p {
  font-size: 35%;
}

@media (max-width: 768px) {
  .u-fz35p-sp {
    font-size: 35%;
  }
}

.u-fz40p {
  font-size: 40%;
}

@media (max-width: 768px) {
  .u-fz40p-sp {
    font-size: 40%;
  }
}

.u-fz45p {
  font-size: 45%;
}

@media (max-width: 768px) {
  .u-fz45p-sp {
    font-size: 45%;
  }
}

.u-fz50p {
  font-size: 50%;
}

@media (max-width: 768px) {
  .u-fz50p-sp {
    font-size: 50%;
  }
}

.u-fz55p {
  font-size: 55%;
}

@media (max-width: 768px) {
  .u-fz55p-sp {
    font-size: 55%;
  }
}

.u-fz60p {
  font-size: 60%;
}

@media (max-width: 768px) {
  .u-fz60p-sp {
    font-size: 60%;
  }
}

.u-fz65p {
  font-size: 65%;
}

@media (max-width: 768px) {
  .u-fz65p-sp {
    font-size: 65%;
  }
}

.u-fz70p {
  font-size: 70%;
}

@media (max-width: 768px) {
  .u-fz70p-sp {
    font-size: 70%;
  }
}

.u-fz75p {
  font-size: 75%;
}

@media (max-width: 768px) {
  .u-fz75p-sp {
    font-size: 75%;
  }
}

.u-fz80p {
  font-size: 80%;
}

@media (max-width: 768px) {
  .u-fz80p-sp {
    font-size: 80%;
  }
}

.u-fz85p {
  font-size: 85%;
}

@media (max-width: 768px) {
  .u-fz85p-sp {
    font-size: 85%;
  }
}

.u-fz90p {
  font-size: 90%;
}

@media (max-width: 768px) {
  .u-fz90p-sp {
    font-size: 90%;
  }
}

.u-fz95p {
  font-size: 95%;
}

@media (max-width: 768px) {
  .u-fz95p-sp {
    font-size: 95%;
  }
}

.u-fz100p {
  font-size: 100%;
}

@media (max-width: 768px) {
  .u-fz100p-sp {
    font-size: 100%;
  }
}

.u-fwb {
  font-weight: bold;
}

.u-fwn {
  font-weight: normal;
}

@media (max-width: 768px) {
  .u-fwb-sp {
    font-weight: bold;
  }
  .u-fwn-sp {
    font-weight: normal;
  }
}

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