@charset "utf-8";

.ses-sec1 {
    background: transparent url('../images/Services/SES/section1.jpg');
}
.ses-sec2 {
    color: #FFFFFF;
    background: transparent url('../images/Services/SES/section2-dark.jpg');
}
.ses-sec3 {
    background: transparent url('../images/Services/SES/section3.jpg');
}
.itp-sec1 {
    background: transparent url('../images/Services/ITP/section1.jpg');
}
.itp-sec2 {
    background: transparent url('../images/Services/ITP/section2.jpg');
}
.bps-sec1 {
    background: transparent url('../images/Services/BPS/section1.jpg');
}
.bps-sec2 {
    color: #FFFFFF;
    background: transparent url('../images/Services/BPS/section2-dark.jpg');
}
.bps-sec3 {
    background: transparent url('../images/Services/BPS/section3.jpg');
}
.hrs-sec1 {
    background: transparent url('../images/Services/HRS/section1.jpg');
}
.hrs-sec2 {
    color: #FFFFFF;
    background: transparent url('../images/Services/HRS/section2-dark.jpg');
}

[class*="-sec"] {
    height: 480px;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

[class*="-sec"] h1 {
    width: 95%;
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
}

blockquote {
    min-height: 250px;
    font-size: 1.2em;
    line-height: 1.8em;
}

blockquote ul,
blockquote dl{
    margin: 20px 0;
}

blockquote ul li {
    margin: 15px 0;
}

blockquote dl dt {
    font-weight: normal;
    margin-top: 15px;
    text-decoration: underline;
}

blockquote dl dd {
    margin: 10px 0;
    text-indent: 20px;
}

.frame {
    display: inline-block;
    position: relative;
}
.frame:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(left, rgba(255, 255, 255, 0) 40%, #fff 100%) !important; /* 塗りつぶす */
}

/* 画面外にいる状態 */
.fadein {
    opacity : 0.1;
    transform : translate(0, 50px);
    transition : all 500ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}