/* SP共通*/

#Story {
  overflow: hidden;
  margin: -60px 0 0 0;
  background: url(../images/story_bg.jpg) no-repeat right top;
  background-size: cover;
}

#Story::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#005396, #00539657, #00a0dce0);
    pointer-events: none;
}

#Story .company_Philosophy p {
    line-height: 2.4em;
}

#Story .company_Philosophy {
    margin: 240px auto;
    color: #fff;
    position: relative;
    z-index: 1;
    text-shadow: 1px 0 8px #0069ad;
}

#Story h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 30px;
}

.story_inner {
    margin: 60px 0;
}

#Story footer {
    margin: -120px 0 0 0!important;
}


/*タブレット */
@media screen and (min-width: 600px) {
/*600px以上に適用 */


}



/* (PC) */
@media screen and (min-width: 1024px) {
/* PC */


}