﻿
.sub-container {
    padding: 5px 0 80px;
    box-sizing: border-box;
}

.sub-container.p85 {
    padding: 0 0 85px;
}

.sub-container.pb0 {
    padding-bottom: 0;
}

.sub-image-top {
    position: relative;
/*    margin-bottom: -10px;*/
}

.sub-image-top img {
    width: 100%;
    /*    height: 50%;*/
    margin-top: 80px;
    background-color: aquamarine;
}

.sub-content {
    width: 70%;
    margin: auto;
}

.sub-cont {
    margin-bottom: 100px;
}

.sub-title-top {
    margin: 80px 0px 50px;
    font-size: 38px;
    text-align: center;
    /*    background-color: blue;*/
    /*font-size: 32px;
    font-weight: 500;*/
    /*    color: blue;*/
    /*margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;*/
}

.sub-title-notop {
    margin: 140px 0px 50px;
    font-size: 32px;
    text-align: center;
    /*font-size: 32px;
    font-weight: 500;*/
    /*    color: blue;*/
    /*margin-top: 80px;
    margin-bottom: 40px;
    text-align: center;*/
}

.sub-title {
    font-size: 32px;
    font-weight: 500;
    /*    color: blue;*/
    margin-top: 30px;
    margin-bottom: 40px;
    text-align: center;
}

/*.sub-title p {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #222;
}*/

/*.sub-title span {
    margin: 15px auto 0;
    width: 30px;
    height: 1px;
    background: #222;
    display: block;
}
*/
.com01-wrap {
}

.com01-bg {
    background: #fff url(../img/sub/com01-bg.png) top left no-repeat;
}

.com01-01 {
    padding: 110px 0 0 68px;
    height: 450px;
    box-sizing: border-box;
}

.com01-01 img {
    margin-bottom: 30px;
    width: 58px;
    height: 50px;
    display: block;
}

.com01-01 p {
    font-size: 35px;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #fff;
}

.com01-01 p b {
    margin-top: 20px;
    font-size: 55px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    color: #fff;
    display: block;
}

.com01-02 {
    margin: 50px 0 80px;
}

.com01-02 p {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #333;
}

.com01-02 p span {
    color: #0090e2;
}

.com01-03 .left {
    width: 880px;
    margin-right: 60px;
    float: left;
}

.com01-03 .left p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
    font-weight: 300;
    color: #555;
    word-break: keep-all;
}

.com01-03 .left p b {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #000;
    word-break: keep-all;
}

.greeting-page {
    margin-top: 70px;
}

/**/
.posR {
    position: relative;
}

/**/
.sv-wrap {
    /*    width: 100%;
    height: 300px;*/
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
    font-weight: 300;
    text-align: center;
    z-index: 10;
    /*    position: relative;*/
    /*    overflow: hidden;*/
}

.sv-bg01 {
    background: url(../img/sv-bg01.jpg) center center no-repeat;
    background-size: cover;
}

.sv-bg02 {
    background: url(../img/sv-bg02.jpg) center center no-repeat;
    background-size: cover;
}

.sv-bg03 {
    background: url(../img/sv-bg03.jpg) center center no-repeat;
    background-size: cover;
}

.sv-bg04 {
    background: url(../img/sv-bg04.jpg) center center no-repeat;
    background-size: cover;
}

.sv-bg05 {
    background: url(../img/sv-bg05.jpg) center center no-repeat;
    background-size: cover;
}

.sv-wrap > p {
    font-size: 45px;
    line-height: 40px;
    width: 1260px;
    margin-left: -630px;
    letter-spacing: -0.05em;
    font-weight: 300;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    z-index: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

    .sv-wrap > p b {
        font-size: 45px;
        font-weight: bold;
        line-height: 40px;
        letter-spacing: -0.05em;
        margin-left: 20px;
    }
/**/