* {box-sizing:border-box}

a {
    text-decoration: none;
}

header {
    height: 100px;
    border-bottom: 5px solid #5ED079;
    padding: 0 50px;
    position: relative;
}

/* .header-logo {

} */

.header-img {
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: inline-block;
}

.header-list {
    width: 750px;
    position: relative;
    position: absolute;
    top: 50%;
    right: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* text-align: right; */
}

.header-list ul {
    position: absolute;
    right: 0;
}

.header-list a {
    color: #7E7E7E;
    padding-bottom: 5px;
}



.header-list li {
    /* margin-left: 20px; */
    font-size: 16px;
    color: #7E7E7E;
    padding-bottom: 5px;
}

.header-list li:hover {
    cursor: pointer;
    color: rgb(43, 41, 41);
}

.line-blueblack {
    border-bottom: 2px solid #171155;
    /* background: linear-gradient(transparent 80%, #0EFF57 100%); */
    padding: 0 10px;
}

.line-green {
    border-bottom: 2px solid #0EFF57;
    /* background: linear-gradient(transparent 80%, #0EFF57 100%); */
    padding: 0 10px;
}

.line-blue {
    border-bottom: 2px solid #00C4FF;
    padding: 0 10px;
}

.line-red {
    border-bottom: 2px solid #FF0000;
    padding: 0 10px;
}

.line-yellow {
    border-bottom: 2px solid #01740b;
    padding: 0 10px;
}

.line-purple {
    border-bottom: 2px solid #ff8800;
    padding: 0 10px;
}

.container {
    margin: 0 50px;
}

.title {
    margin-top: 30px;
    border-left: 10px solid #171155;
    height: 50px;
    margin-bottom: 50px;
}

.title h2 {
    margin-left: 10px;
    font-size: 25px;
    line-height: 50px;
}

.subtitle {
    /* margin-top: 50px; */
    text-align: center;
    width: 450px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.subtitle p {
    font-size: 25px;
    padding-bottom: 10px;
    border-bottom: 3px solid #171155;
}

/* .graf {
    background-color: #171155;
} */

/* .graf-flex {
    display: flex;
    justify-content: space-evenly;
} */

img {
    display: inline-block;
    margin-top: 50px;
    /* margin: 0 auto; */
}

.graf-item {
    text-align: center;
}

.murata-graf {
    /* margin: 0 auto; */
    height: 180px;
    margin-top: 105px;
    /* padding-top: 50px; */
    /* margin: 0 auto; */
}

.murata-para {
    height: 250px;
}

.lp-text {
    width: 900px;
    margin: 0 auto;
    /* text-align: center; */
    background-color: #171155;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.lp-text h3 {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    font-size: 25px;
}

.lp-text p {
    text-align: center;
    color: white;
    line-height: 25px;
}

.graf-btn {
    margin-top: 30px;
    text-align: center;
}

.btn-sf-like {
    height: 50px;
    line-height: 35px;
    width: 400px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
    padding: 0.3em 0.5em;
    background: #00bcd4;
    border-top: solid 3px #006dd4;
    border-bottom: solid 3px #006dd4;
    transition: .4s;
    /* text-align: center; */
}

.btn-sf-like:hover {
  text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83),
               6px 0px 15px rgba(255, 255, 240, 0.83);
}

.btn-sf-like2 {
    height: 50px;
    line-height: 35px;
    width: 400px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
    padding: 0.3em 0.5em;
    background: #00d42e;
    border-top: solid 3px #179417;
    border-bottom: solid 3px #179417;
    transition: .4s;
    /* text-align: center; */
}

.btn-sf-like2:hover {
  text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83),
               6px 0px 15px rgba(255, 255, 240, 0.83);
}

.btn-sf-like3 {
    height: 50px;
    line-height: 35px;
    width: 400px;
    position: relative;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
    padding: 0.3em 0.5em;
    background: #d4a200;
    border-top: solid 3px #946c17;
    border-bottom: solid 3px #947d17;
    transition: .4s;
    /* text-align: center; */
}

.btn-sf-like3:hover {
  text-shadow: -6px 0px 15px rgba(255, 255, 240, 0.83),
               6px 0px 15px rgba(255, 255, 240, 0.83);
}


.footer-up {
    height: 80px;
    background-color: rgb(241, 239, 239);
    padding: 20px 50px;
    font-size: 12px;
    color: #7ACC8D;
}

.footer-up a {
    color: #7ACC8D;
}

.footer-top {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.footer-middle {
    display: flex;
    flex-direction: row;
}

.footer-bottom {
    height: 40px;
    background-color: #7ACC8D;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 2px;
    font-weight: lighter;
}

@media (max-width: 1279px) {
    .header-img {
        height: 40px;
        top: auto;
        bottom: 25%;
    }

    .header-list li {
        font-size: 80%;
        /* margin-right: 10px; */
    }

    .header-list a {
        margin-right: 10px;
    }

    .header-list {
        justify-content: flex-end;
    }

}

@media (max-width:1024px) {

    header {
        width: 100%;
        /* height: 100px; */
        /* margin-bottom: 50px; */
        z-index: 100;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
    }

    .container {
        margin-top: 150px;
    }

    .header-list {
    flex-direction: column;
}

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 45px;
  top   : 30px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 70px;
  left : 70%;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 30%;
}

nav.globalMenuSp ul {
  background: rgb(255, 255, 255);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  height: 70px;
  line-height: 50px;
  display: block;
  color: #000;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

.lp-text {
    width: 80vw;
}

.lp-text h3 {
    font-size: 23px;
}

}

@media (max-width: 768px) {
    .lp-text {
        width: 85vw;
    }
    .lp-text h3 {
        font-size: 18px;
    }
    .lp-text p {
        font-size: 13px;
    }
}

@media (min-width: 600px) {
    .lp-sp {
        display: none;
    }
}

@media (max-width: 599px) {
    .title h2 {
        font-size: 18px;
    }
    .subtitle {
        width: 280px;
    }
    .subtitle p {
        font-size: 16px;
        width: 280px;
    }
    .container {
        margin: 0 25px;
        margin-top: 150px;
    }
    .lp-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .lp-text h3 {
        line-height: 25px;
    }
    .lp-text p {
        line-height: 20px;
    }
    .btn-sf-like {
        width: 65vw;
        font-size: 14px;
    }
    .btn-sf-like2 {
        width: 65vw;
        font-size: 14px;
    }
    .btn-sf-like3 {
        width: 65vw;
        font-size: 14px;
    }
    .footer-up {
        font-size: 10px;
    }
}

@media (min-width: 1501px) {
    .container {
        width: 1500px;
        margin: 0 auto;
        /* background-color: rgb(238, 235, 235); */
    }
}