@charset "UTF-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }
  body.fadeout::after {
    opacity: 1; }
  body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* 背景カラー */
    z-index: 9999;
    /* 一番手前に */
    pointer-events: none;
    /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
    opacity: 0;
    /* 初期値 : 透過状態 */
    -webkit-transition: opacity .8s ease;
    /* アニメーション時間は 0.8秒 */
    transition: opacity .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden; }

blockquote, q {
  quotes: none; }

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

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

body {
  background: white;
  font-family: 'Noto Sans Japanese', sans-serif;
  -ms-font-feature-settings: "normal";
  font-style: normal;
  font-weight: 500;
  background: #000; }
  body::before {
    content: " ";
    display: block;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: url("../images/bg.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
    opacity: 0.8; }
  body header {
    box-sizing: border-box;
    position: fixed;
    top: 40px;
    left: 40px; }
    @media screen and (max-width: 899px) {
      body header {
        text-align: center;
        top: 20px;
        left: 20px; } }
    body header h1 img {
      width: 150px; }
      @media screen and (max-width: 899px) {
        body header h1 img {
          width: 80px; } }
  body main {
    color: white;
    margin-bottom: 60px;
    overflow: hidden;
    background: rgba(0, 68, 0, 0.6);
    width: calc(100% - 300px);
    margin: 40px 40px 50px auto;
    box-sizing: border-box;
    padding: 60px;
    height: calc(100vh - 180px);
    overflow-y: scroll; }
    @media screen and (max-width: 899px) {
      body main {
        max-width: auto;
        width: calc(100% - 130px);
        padding: 30px;
        margin: 10px 10px 30px auto;
        height: calc(100vh - 100px); } }
    body main .company-info {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      body main .company-info h2 {
        width: 100%;
        font-size: 3rem;
        font-weight: 600;
        position: relative;
        margin-bottom: 60px;
        letter-spacing: 0.1rem;
        font-family: 楷書MCBK1; }
        @media screen and (max-width: 899px) {
          body main .company-info h2 {
            font-size: 1.6rem;
            margin-bottom: 30px; } }
        body main .company-info h2 span {
          font-family: "Noto Sans Japanese", sans-serif !important;
          display: block;
          color: #fff;
          font-size: 0.6rem;
          font-weight: 600;
          padding-bottom: 15px; }
          @media screen and (max-width: 899px) {
            body main .company-info h2 span {
              font-size: 0.5rem; } }
      body main .company-info > ul {
        line-height: 1.6rem;
        width: calc(50% - 20px); }
        @media screen and (max-width: 899px) {
          body main .company-info > ul {
            width: 100%; } }
        body main .company-info > ul > li {
          list-style: none;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          padding: 10px 0; }
          body main .company-info > ul > li ul {
            display: flex; }
            @media screen and (max-width: 899px) {
              body main .company-info > ul > li ul {
                flex-wrap: wrap; } }
            body main .company-info > ul > li ul li {
              list-style: none; }
              body main .company-info > ul > li ul li:nth-child(1) {
                width: 120px; }
                @media screen and (max-width: 899px) {
                  body main .company-info > ul > li ul li:nth-child(1) {
                    width: 100%; } }
              body main .company-info > ul > li ul li:nth-child(2) {
                width: 100%; }
                @media screen and (max-width: 899px) {
                  body main .company-info > ul > li ul li:nth-child(2) {
                    width: 100%;
                    font-size: 0.8rem;
                    font-weight: normal; } }
                body main .company-info > ul > li ul li:nth-child(2) a {
                  color: #fff; }
  body footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    text-align: center;
    color: white;
    box-sizing: border-box;
    padding: 0 40px; }
    @media screen and (max-width: 899px) {
      body footer {
        padding: 0 20px; } }
    body footer .swiper {
      text-align: center; }
      body footer .swiper img {
        width: 100%;
        max-width: 650px;
        margin: 0 auto; }
        @media screen and (max-width: 899px) {
          body footer .swiper img {
            width: 80%; } }
    body footer .swiper-button-next::after, body footer .swiper-button-prev::after {
      font-size: 30px; }
    body footer .swiper-button-next, body footer .swiper-rtl .swiper-button-prev {
      right: 2px; }
    body footer .swiper-button-prev, body footer .swiper-rtl .swiper-button-next {
      left: 2px; }

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