@import url('https://fonts.googleapis.com/css?family=Maven+Pro');

@font-face {
font-family: 'Noto Sans Japanese';
font-style: normal;
font-weight: normal;
src: local('NotoSansJP-Regular.otf'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    height: 100%;
    overflow-y: -moz-scrollbars-vertical;
}

*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    -ms-box-sizing: inherit;
    -o-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    color: #75757575;
    font-family: 'Maven Pro', 'Noto Sans Japanese';
    line-height: 1.278;
    margin: 0;
    min-height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: none;
    -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}

.bg-image {
    bottom: 0;
    position: absolute;
    overflow: hidden;
    right: 0;
    text-align: right;
    top: 80px;
    width: 500px;
    z-index: 100
}

@media all and (max-width:1440px) {
    .bg-image {
        width: 480px
    }
}

@media all and (max-width:1280px) {
    .bg-image {
        width: 400px
    }
}

@media all and (max-width:1000px) {
    .bg-image {
        width: 330px
    }
    .bg-image img.mobile {
        display: inline
    }
    .bg-image img.desktop {
        display: none
    }
}

@media all and (max-width:850px) {
    .bg-image {
        width: 330px
    }
    .bg-image img.mobile {
        display: inline
    }
    .bg-image img.desktop {
        display: none
    }
}

@media all and (max-width:770px) {
    .bg-image {
        width: 330px
    }
    .bg-image img.mobile {
        display: inline
    }
    .bg-image img.desktop {
        display: none
    }
}

@media all and (max-width:700px) {
    .bg-image {
        width: 310px
    }
}

.bg-image .mobile {
    display: none
}

.bg-image img {
    margin-right: -90px;
    max-width: 100%;
    z-index: 0
}

@media all and (min-width:1440px) {
    .bg-image img {
        margin-right: 0
    }
}

@media all and (max-width:930px) {
    .bg-image img {
        margin-right: -140px
    }
}

.privacy .bg-image {
    display: none
}

.outer-container {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto
}

.wrapper {
    box-sizing: border-box;
    padding-bottom: 200px;
    padding-left: 185px;
    padding-top: 225px;
    position: relative
}

.error-404 .wrapper {
    padding-right: 30px
}

@media all and (max-width:1200px) {
    .wrapper {
        padding-left: 160px;
        padding-bottom: 150px
    }
}

@media all and (max-width:850px) {
    .wrapper {
        padding-left: 135px
    }
}

@media all and (max-width:700px) {
    .wrapper {
        padding-top: 160px;
        padding-left: 100px;
        padding-bottom: 100px
    }
}

@media all and (max-width:600px) {
    .wrapper {
        padding-top: 160px;
        padding-left: 80px
    }
}

@media all and (max-width:500px) {
    .wrapper {
        padding-top: 120px;
        padding-left: 36px
    }
}

.text-container {
    max-width: 600px;
    padding-right: 50px
}

@media all and (max-width:1024px) {
    .text-container {
        max-width: 500px
    }
}

@media all and (max-width:500px) {
    .text-container {
        padding-right: 50px
    }
}

.section {
    padding: 50px 0
}

.section.gray {
    background-color: #757575
}

@media all and (min-width:1600px) {
    .section {
        padding: 100px 0
    }
}

#menu {
    position: absolute;
    right: 36px;
    top: 27px;
    z-index: 999;
    line-height: 26px
}

#menu a {
    text-decoration: none
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#menu a {
    color: #757575
}

#menu a:hover {
    color: #424242
}

#menu li {
    display: inline-block;
    padding-left: 20px
}

footer.site-footer {
    text-align: left;
    font-size: 50%;
    color: #424242;
    height: 36px;
    padding-left: 36px;
    bottom: 0px;
    position: relative;
    background-color: #ffffff;
}

.lt-ie10 footer.site-footer {
    background-image: url("../img/footer-logo_1x.png")
}

.investor {
    padding-top: 70px
}

.hide, .hide-inline {
    display: none
}

.lt-ie9 .hide {
    display: block
}

.lt-ie9 .hide-inline {
    display: inline
}

.lt-ie9 .read-more {
    display: none
}

.lt-ie9 .ellipsis {
    display: none
}

p {
    margin-top: 0
}

h1 {
    font-size: 26px;
    font-weight: normal
}

h1 a {
    color: #0099FF;
    text-decoration: none
}

h1 a:hover {
    color: #757575
}

#logo {
    background-repeat: no-repeat;
    background-position: 0 0;
    color: transparent;
    font: 0 / 0 a;
    text-shadow: none;
    background: url("../img/logo_2x.png") 0 0 no-repeat;
    background-size: 100px 24px;
    height: 24px;
    left: 36px;
    position: absolute;
    top: 27px;
    width: 100px;
    z-index: 999
}

#logo img {
    image-rendering: optimizeQuality
}

.lt-ie9 #logo {
    background-image: url("../img/logo_1x.png")
}

#goeswell {
    background-repeat: no-repeat;
    background-position: 0 0;
    color: transparent;
    font: 0 / 0 a;
    text-shadow: none;
    background: url("../img/goeswell-large_2x.svg") 0 0 no-repeat;
    background-size: 520px 98px;
    height: 98px;
    margin-bottom: 0px;
    position: relative;
    width: 520px;
    image-rendering: optimizeQuality
}

@media all and (max-width:700px) {
    #goeswell {
        background: url("../img/goeswell-medium_2x.svg") 0 0 no-repeat;
        background-size: 360px 43px;
        height: 43px;
        width: 360px
    }
}

@media all and (max-width:449px) {
    #goeswell {
        background: url("../img/goeswell-small_2x.svg") 0 0 no-repeat;
        background-size: 230px 36px;
        height: 36px;
        width: 230px
    }
}

.lt-ie9 #goeswell {
    background-image: url("../img/goeswell-large_1x.svg")
}

@media all and (max-width:700px) {
    .lt-ie9 #goeswell {
        background-image: url("../img/goeswell-medium_1x.svg")
    }
}

@media all and (max-width:449px) {
    .lt-ie9 #goeswell {
        background-image: url("../img/goeswell-small_1x.svg")
    }
}

#goeswell:after {
    display: none;
    content: url("../img/goeswell-large_2x.svg") url("../img/goeswell-large_1x.svg") url("../img/goeswell-medium_2x.svg") url("../img/goeswell-medium_1x.svg") url("../img/goeswell-small_2x.svg") url("../img/goeswell-small_1x.svg")
}

#signature {
    margin-left: -15px;
    margin-top: 20px;
    max-width: 80%
}

@media all and (max-width:1024px) {
    #signature {
        max-width: 100%
    }
}
