@charset "UTF-8";




h6.heading {
   padding-bottom: 20px;
}
h4.excel-main-01-heading {
  text-align: center;
  margin: 20px 0 40px 0;
  letter-spacing: 0.15em;
  font-size: 32px;
  line-height: 1em;
}

p.font-x04 {
  font-size: 40%;
}

p.font-x06 {
  font-size: 60%;
}

p.font-x08 {
  font-size: 80%;
}

p.font-x12 {
  font-size: 120%;
}

p.font-x14 {
  font-size: 140%;
}

p.font-x16 {
  font-size: 160%;
}

p.font-x18 {
  font-size: 180%;
}

.pageTitle {
background: linear-gradient(transparent 70%, #91A1BF 70%);
}

.space-40 {
    margin-top: 40px;
}

.logo-style {
   padding-top: 12px;
   padding-bottom: 70px;
}
.navbar-style {
    padding-top: 80px;
}
.navbar-color {
   background-color: #1d324d;
}
.navbar-icon {
   background-color: #f9f9f9;
}
/*  ----------------------link---------------------- */
ul li span a:link {
   color: #fff;
}
ul li span a:visited {
   color: #fff;
}
ul li span a:hover {
   color: #fff;
}
ul li span a:active {
   color: #fff;
}
ul li {
   list-style-type: none;
}
.footer-text {
   color: #fff;
}
.footer-link {
  color: #eee;
  font-size: 14px;
}
/* -----------------------/link----------------------- */
/*  ----------------------button---------------------- */
.btn-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn-black {
    border-radius: 0;
    background-color: #1d324d;
    color: #fff;
}
.btn-black:hover {
     background-color: #899959;
     color: #fff;
}
.btn-white {
     border-radius: 0;
     background-color: #f9f9f9;
     color: #000;
     border-color: #1d324d;
     margin: 20px 0px;
     padding: 12px 36px;
}
.btn-white:hover {
     background-color: #899959;
     color: #fff;
}
/*  ----------------------/button---------------------- */
.jumbotron-extend {
    position: relative;
    height: 600px;
    min-height: 300px;
    background: url(../img/background1.jpg) no-repeat center center;
    background-size: cover;
    font-size: 32px;
    margin-bottom: 0px;
}
.jumbotron-container {
    position: relative;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
    margin-bottom: 20px;
    font-weight: bold;
}
.site-name {
    font-family: "Shin Go Regular", san-serif;
    font-size: 46px;
    margin: 0 0 40px 40px;
    color: #020100;
    letter-spacing: -2px;
}
div#readfirst {
    padding: 20px 0px;
    width: 79%;
    margin-right: auto;
    margin-left: auto;
}
h1#company_name{
     font-weight: bold;
     padding-bottom: 13px;
     border-bottom: 1px solid #aaa;
}
.sub-eyecatch {
    margin: 2em 0em;
    line-height: 170%;
    font-size: 21px;
}
.topspace-15 {
  padding-top: 15px;
}

/*  ----------------------Main-01---------------------- */
.excel-main-01 {
  padding: 80px 0 80px;
  position: relative;
  margin: 0 auto;
}

.excel-main-01-btn {
  margin: 20px 0;
}

.excel-main-01-text {
  margin: 0 10px;
  font-size: 17px;
  padding-bottom: 20px;
}

.excel-main-02-text {
  margin:0 60px;
}

.excel-main-02-inner {
  height: 600px;
  align-items: stretch;
}

.excel-main-02-itemblock:first-child {
  flex-direction: column;
  padding: 13vh 0px;
  justify-content: center;
}
.excel-main-02-itemblock:last-child {
  display: table-cell;
  vertical-align: middle;
  height: 600px;
}

.excel-main-02-itemblock {
  width: 50%;
  background-color: #1d324d;
}


.container-bg1 {
     background: url(../img/background3.jpg) center center / cover no-repeat fixed;
     margin: 0px;
display: table;
width: 100%;
}
.container-bg2 {
     background: url(../img/background4.jpg) center center / cover no-repeat fixed;
    margin: 0px;
display: table;
width: 100%;
}

.messagetitle {
     font-family: 'Montserrat', san-serif;
     font-weight: 700;
     font-size: 44px;
     color: #fff;
     padding-bottom: 20px;
}

.itemblock-text {
  color: #fff;
  line-height: 1.8;
}

.row-bottom {
    padding-bottom: 100px;
}

.sub-text {
    margin-top: 4px;
    margin-bottom: 40px;
    font-size: 12px;
}
.downmargin {
    margin-top: 4px;
    margin-bottom: 4px;
}

.ul {
    list-style-type: none;
}

.excel-main-04-item {
  margin: 60px auto;
  padding-top: 30px;
}

.excel-main-04-news {
   margin-right: 15px;
   margin-left: 15px;
}

.footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
}
.footer-list {
    display: inline-block;
    margin: 2px 12px;
}
#footer-hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.thumbnail-style {
    margin: 0px;
    padding: 8px;
    display: block;
    clear: both;
}

@media (max-width: 991px) {
     .site-name {
        margin-bottom: 40px;
        margin-left: 0px;
        font-size: 36px;
        font-weight: 300;
        text-align: center;
        letter-spacing: -2px;
    }
}

@media (max-width: 767px) {
    .logo-style {
     max-width: 250px;
}
    .navbar-style {
    padding-top: 0px;
}
    .excel-main-01 {
    padding: 80px 0 80px;
}
    .excel-main-01-text {
      text-align: center;
      font-size: 15px;
    }
    .excel-main-02-inner {
    flex-direction: column-reverse;
    height: 600px;
    display: block;
}
    .container-bg1 {
      background-image: url(../img/background3.jpg);
      margin-bottom: 0px;
      margin-top: 0px;
      height: 600px;
}
    .container-bg2 {
      margin-bottom: 0px;
      margin-top:: 0px;
      height: 400px;
}
    .excel-main-01-heading {
font-size: 26px;
} 
    .excel-main-02-itemblock:first-child {
      padding: 6vw 4.5%;
      flex-direction: column;
      justify-content: center;
      display: block;
      position: relative;
      left: 0;
      top: 200px;
}
    .excel-main-02-itemblock:last-child {
      height: 400px;
    }
    .excel-main-02-itemblock {
      width: 100%;
      background-color: #1d324d;
    }

    .excel-main-02-text {
      padding-right: 10px;
      padding-left: 10px;
      margin: 0 15px;
    }

    .jumbotron-extend {
        height: 300px;
        min-height: 0;
        margin-bottom: 0px;
        padding-right: 0px;
        padding-left; 0px;
        padding-top: 0px;
        text-align: center;
    }
    .jumbotron-container {
        top: 0;
        transform: translateY(0);
    }
    .site-name {
      margin-top: 80px;
        margin-bottom: 40px;
　　  margin-left: 0px;
        font-size: 36px;
        font-weight: 300;
        letter-spacing: -2px;
    }
    .sub-eyecatch {
        margin: 0em;
        font-size: 18px;
    }
    .btn-black {
        margin-bottom: 20px;
    }
    .sns-button {
        position: static;
    }
    .indexmessage {
        padding: 10px;
    }
}
