html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Lato','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    color: #343434;
    font-size: 14px;
}

/* flex */

.flex {
    display: flex;
    display: -ms-flexbox;
}
.flex-row {
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-col {
    -ms-flex-direction: column;
    flex-direction: column;
}
.justify-content-between {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;   
}
.align-items-start {
    -ms-flex-align: start;
    align-items: flex-start;   
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

/* common */
.is-sp {
    display: none !important;
}

@media (max-width: 767px) {
    .is-sp {
        display: inline-block !important;
        visibility: visible;
    }

    .is-pc {
        display: none !important;
    }
    .flex-column-sp {
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 60px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    outline: 0;
    border: 0;
    text-decoration: none;
}
.btn:hover {
    opacity: 0.5;
}
.btn.btn-contact {
    height: 34px;
    line-height: 34px;
    padding: 0 16px;
    vertical-align: middle;
    border-radius: 34px;
    color: white;
    background: #2a20db;
    font-size: 13px;
}

.link {
    color: #0a49be;
    font-size: 20px;
    text-decoration: none;
}
.link:after {
    content: ">";
    padding-left: 4px;
}
.link:hover {
    cursor: pointer;
    opacity: 0.5;
}

.h1 {
    font-size: 56px;
    margin: 0;
    margin-bottom: 40px;
    text-align: center;
}
.p {
    margin: 0;
    margin-bottom: 40px;
    font-size: 18px;
}

.dark-bg {
    background: #0a0a0a;
    color: white;
}
.btn.btn-gradient {
    background-image: url(/imgs/hekira/bg_gradient.jpg);
    background-size: cover;
    color: white;
    padding: 15px;
}
.num {
    display: block;
    width: 80px;
    height: 50px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    .h1 {
        font-size: 32px;
        margin-bottom: 20px;
        text-align: left !important;
    }
    .num {
        width: 50px;
        height: 31px;
        margin-bottom: 10px;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .p {
        text-align: left;
    }
    .p > br {
        display: none;
    }
    .container {
        width: calc(100% - 40px);
        margin: 0 20px;
        padding: 0;
    }
}

/* header */
.header {
    width: 100%;
    background: #fbfbfb;
}
.header .container {
    max-width: 1300px;
    height: 74px;
}
.header-logo {
    display: block;
    width: 31px;
}
.header.is-menu-show {
    padding-top: 74px;
}
.header.is-menu-show .container {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    background: transparent !important;
}
.header.is-menu-show .btn-contact {
    display: none;
}


@media (max-width: 767px) {
    .header.is-fix > .container {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0 20px;
        background: #fbfbfb;
    }
    .header.is-fix {
        padding-top: 74px;
    }
}

/* section 1 */
.s1 .container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.s1-subheadline {
    font-size: 40px;
    font-weight: normal;
    margin: 0;
}
.s1-subheadline > span {
    display: inline-block; 
}
.s1-headline {
    font-size: 48px;
    font-weight: bold;
    margin: 0;
}
@media (max-width: 767px) {
    .s1 .container {
        padding: 30px 0;
    }
    .s1-subheadline {
        font-size: 18px;   
    }
    .s1-headline {
        font-size: 24px;
    }

}

/* section 2 */
.s2 {
    
}

.s2 > img {
    display: inline-block;
    width: 48%;
    margin-right: 4%;
}
.s2 .s2-p1 {
    width: 28%;
    height: auto;
    margin-left: 12%;
    margin-right: 8%;
}

/* section 3 */
.s3 {
    text-align: center;
    padding: 130px 0;
}
.s3 .link {
    margin-right: 30px;
}
@media (max-width: 767px) {
    .s3 {
        padding: 30px 0;
    }
    .s3 .link {
        display: block;
        text-align: left;
        font-size: 16px;
    }
}

/* section 4 */
.s4 {
    background: #fbfbfb;
    padding: 150px 0;
}
.s4 .container {
    position: relative;
}
.s4-content {
}
.s4-content .h1 {
    text-align: left;
}
.s4-pic {
    width: 40%;
}

@media (max-width: 767px) {
    .s4 {
        padding: 30px 0;
    }
    .s4-pic {
        width: 100%;
        margin-bottom: 30px;
    }
}

/* section 5 */
.s5 {
    text-align: center;
    padding: 100px 0;
}
.s5 .num {
    margin-left: auto;
    margin-right: auto;
}
.s5-item {
    margin-right: 60px;
}
.s5-item:last-child {
    margin-right: 0;
}
.s5-item > img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.s5-item > p {
    font-size: 22px;
}

@media (max-width: 767px) {
    .s5-item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}
.s5-scroll {
    width: 100%;
    overflow: scroll;
}
.s5-table {
    min-width: 1200px;
    border-collapse: collapse;
}
.s5-table tr > td {
    font-size: 18px;
    padding: 40px 0;
    border: 10px solid #0a0a0a;
    white-space: pre;
    background-color: rgba(255,255,255,0.05);
}
.s5-table tr > td:first-child {
    width: 320px;
}
.s5-table tr > td:nth-child(2), .s5-table tr > td:nth-child(3) {
    width: 280px;
}
.s5-table tr > td:nth-child(4) {
    width: 400px;
    background-color: #0a0a0a;
    position: relative;
}
.s5-table tr > td:nth-child(4) > div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid white;
}
.s5-table tr > td > img {
    display: block;
    width: 32px;
    margin: 0 auto 15px;
}
.s5-table tr > td.s5-table-bg1 {
    background-color: rgba(255,255,255,0.1);
}
.s5-table tr > td.s5-table-bg2 {
    background-color: rgba(255,255,255,0.05);
}
.s5-table tr > td.s5-table-bg3 {
    background-color: #0a0a0a;
}
.s5-table tr > td.s5-table-bg4 {
    background-color: rgba(255,255,255,0.15);   
}
.s5-table tr > td.s5-table-special-bg {
    background: url('/imgs/hekira/bg_gradient.jpg');
    background-size: cover;
}

/* section 6 */
.s6 {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right bottom;
    padding: 110px 0;

}
.s6 .h1 {
    margin-bottom: 20px;
    text-align: left;
}
.s6 .p {
    text-align: left;
    max-width: 490px;
}

@media (max-width: 767px) {
    .s6 { 
        padding-top: 0;
        padding-bottom: 300px;
        background-size: auto 340px;
        background-position: center bottom;
    }
}

/* section 7 */
.s7 {
    padding: 150px 0;
}
.s7 .container {
    max-width: 700px;
}
.s7 .num {
    margin-left: auto;
    margin-right: auto;
}
.s7 .s7-bg {
    width: 54%;
    margin-right: 5%;
}
.s7 .h1 {
    /*text-align: left;*/
}
.s7 .p {
    text-align: center;
    margin-bottom: 60px;
}
.s7 .s7-list {
    flex-wrap: wrap;
}
.s7 .s7-item {
    width: 33%;
}
.s7 .s7-item > img {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto 5px;
}
.s7 .s7-item > p {
    font-size: 20px;
    text-align: center;
    margin: 5px auto 30px;
}
@media (max-width: 767px) {
    .s7 {
        padding: 30px 0;
    }
    .s7 .s7-bg {
        width: 100%;
        margin: 0 30px 30px; 
    }
    .s7 .p {
        text-align: left;
        margin-bottom: 50px;
    }
    .s7 .s7-item {
        width: 50%;
    }
}
/* section 8 */
.s8 {
    position: relative;
    background-image: url(/imgs/hekira/s8_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #000000;
}
.s8 .s8-vignette {
    position: absolute;
    top: 0;
    right: 264px;
    height: 100%;
    z-index: 1;
    width: 350px;
            background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
         background-image: -o-linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
       background-image: -moz-linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
}
.s8 .h1 {
    text-align: left;
}
.s8 .p {
    max-width: 666px;
    margin-bottom: 30px;
    font-size: 24px;
}
.s8 .btn-gradient {
    margin-top: 20px;
    font-size: 18px;
    border-radius: 27px;
    padding: 15px 25px;
    font-weight: bold;
}
.s8 .container {
    padding: 80px;
    z-index: 2;
    position: relative;
}

@media (max-width: 767px) {
    .s8 {
        background-image: none;
        padding: 0;
    }
    .s8 .s8-vignette {
        opacity: 0;
    }
    .s8 .p {
        font-size: 18px;
    }
    .s8 .container {
        position: relative;
        padding: 30px 0;
        background: rgb(10,10,10); 
    }
    .s8-youtube {
        width: 100%;
        position: relative;
    }
    .s8-youtube > img {
        display: block;
        width: 100%;
    }
    .s8-youtube .btn {
        position: absolute;
        top: calc(50% - 28px);
        left: calc(50% - 90px);
        margin: 0;
    }
}

/* section 9 */
.s9 {
    padding: 150px 0;
}
.s9 .h1 {
    margin-bottom: 30px;
}
.s9 .s9-title{
    text-align: center;
    margin-bottom: 100px;
}
.s9 .s9-title .num {
    margin-left: auto;
    margin-right: auto;
}
.s9 .s9-desc {
    font-size: 16px;
    line-height: 1.5;
}

.s9 .s9-content:first-child {
    margin-right: 20px;
}
.s9 .hr {
    display: block;
    width: 100%;
    height: 1px;
    background: #0a0a0a;
    opacity: 0.2;
    margin-top: 100px;
    margin-bottom: 100px;
}
.s9 .s9-p1 {
    font-size: 21px;
    color: #0a0a0a;
    margin-bottom: 60px;
}
.s9 .s9-percentage {
    font-size: 60px;
    color: #0036be;
    font-weight: bold;
    display: inline-block;
    padding: 0 7px;
}
.s9 .s9-percentage:after {
    content: "%";
    font-size: 32px;
    color: #0036be;
}
.s9 .s9-vr {
    font-size: 18px;
    color: #0036be;
    font-weight: bold;
}
.s9 .s9-vr-bar {
    color: #0036be;
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: -10px;
}
.s9 .s9-vr-bar:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 60%;
    height: 20px;
    background-image: url(/imgs/hekira/bg_gradient.jpg);
    background-size: cover;
    text-align: right;
    color: white;
    padding: 0 7px; 
}
.s9 .s9-nm {
    color: #949494;
    font-size: 18px;
}
.s9 .s9-nm-bar {
    color: #949494;
    font-size: 31px;
    margin-bottom: 30px;
    font-weight: bold;
    margin-top: -10px;
}
.s9 .s9-nm-bar:before {
    content: "";
    margin-right: 6px;
    display: inline-block;
    width: 45%;
    height: 20px;
    background-color: #949494;
    background-size: cover;
    text-align: right;
    color: white;
    padding: 0 7px; 
}
.s9 .s9-arrow {
    padding-left: 15px;
    position: relative;
}
.s9 .s9-arrow:after {
    content: " ";
    width: 8px;
    height: 13px;
    background-image: url(/imgs/hekira/ic_arrow_right.png);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 6px;
}
.s9 .p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    max-width: 450px;
}
@media (max-width: 767px) {
    .s9 {
        padding: 0;
        padding-top: 80px ;
    }
    .s9 .hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .s9 .s9-p1 {
        font-size: 17px;
        margin-bottom: 30px;
    }
    .s9 .s9-percentage {
        font-size: 48px;
    }
    .s9 .s9-vr {
        font-size: 24px;
    }
    .s9 .s9-nm {
        font-size: 24px;
        margin-bottom: 8px;   
    }
    .s9 .s9-desc {
        text-align: left;
    }
    .s9 .s9-desc > br {
        display: none;
    }
    .s9 .p {
        font-size: 14px;
        margin-bottom: 11px;
    }
    .s9-content {
        margin-bottom: 80px;
    }
    .s9 .s9-content:first-child {
        margin: 0;
    }
}
/* section 10 */
.s10 {
    padding: 150px 0;
}
.s10 .num {
    margin-left: auto;
    margin-right: auto;
}
.s10 .s10-bg {
    width: 60%;
    flex-shrink: 0;
    flex-grow: 0;
}
.s10 .s10-bg > img {
    display: block;
    width: 100%;
}
.s10 .s10-bg > a {
    display: inline-block;
    color: white;
    font-size: 12px;
    text-decoration: none;
    margin-top: 15px;
}
.s10 .s10-margin {
    width: 18%;
}
.s10-title {
    text-align: center;
}
.s10 .s10-row {
    margin-top: 140px;
    margin-bottom: 70px;
}
.s10-content {
}
.s10-p1 {
    display: inline-block;
    font-size: 44px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}
.s10-p1:after {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    background-image: url(/imgs/hekira/bg_gradient.jpg);
    background-size: cover;
}
.s10-p2 {
    font-size: 19px;
    color: #a2a2a2;
    margin-bottom: 20px;
}

.s10-p3 {
    font-size: 29px;
    margin-bottom: 30px;
}
.s10-link.link {
    color: white;
    text-decoration: none;
}

@media (max-width: 767px) {
    .s10 {
        padding: 80px 0;
    }
    .s10 .s10-row {
        margin-top: 40px;
        margin-bottom: 0;
    }
    .s10 .s10-bg {
        width: calc(100% + 50px);
        margin-bottom: 45px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .s10 .s10-bg > a {
        margin-left: 30px;
    }
    .s10-p1 {
        font-size: 32px;
    }
    .s10-p2 {
        font-size: 17px;
    }
    .s10-p3 {
        font-size: 19px;
    }
}

/* section 11 */
.s11 {
    padding: 150px 0;
}
.s11 .num {
    margin-left: auto;
    margin-right: auto;
}
.s11-item {
    margin-right: 110px;
    flex: 1;
}
.s11-item:last-child {
    margin-right: 0;
}
.s11-item > img {
    display: block;
    width: 90px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.s11-item > h5 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;

}

.s11-item > p {
    text-align: left;
    font-size: 18px;
}
@media (max-width: 767px) {
    .s11 {
        padding: 0;
        padding-top: 80px;
    }
    .s11-item {
        margin-right: 0;
        margin-bottom: 50px;
    }
}
/* section 12 */
.s12 {
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right bottom;
    padding: 150px 0;
}
.s12 .h1 {
    margin-bottom: 20px;
}
.s12 .p {
    margin-bottom: 30px;
}
.s12 .s12-link {
    font-size: 20px;
    color: #0a49be;
    text-decoration: none;
}
@media (max-width: 767px) {
    .s12 {
        padding-top: 300px;
        padding-bottom: 80px;
        background-size: 320px;
        background-position: top;
    }
    .s12 .h1 {
        text-align: left;
    }
    .s12 .s12-link {
        font-size: 16px;
    }
}

/* s-contact */
.s-contact {
    position: fixed;
    right: 75px;
    bottom: 55px;
    z-index: 3;
}
.s-contact .s-contact-bubble {
    border-radius: 20px;
    border-bottom-right-radius: 0;
    background-image: url(/imgs/hekira/bg_gradient.jpg);
    background-size: cover;
    padding: 14px 18px;
    border: 0;
    outline: 0;
}
.s-contact .s-contact-bubble:hover {
    cursor: pointer;
}
.s-contact .s-contact-bubble > img {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 13px;
}
.s-contact .s-contact-bubble > p {
    display: inline-block;
    color: white;
    margin:0;
    font-size: 18px;
    font-weight: normal;
}
.s-contact .s-contact-form {
    display: none;
    background: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px rgba(0, 0, 0, 0.1);
    width: 300px;
    color: #979797;
}
.s-contact .s-contact-form-header {
    text-align: center;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    background: #fafafa;
    position: relative;
}
.s-contact .s-contact-form-header-btn {
    position: absolute;
    right: 20px;
    top: 5px;
    font-size: 25px;
}
.s-contact .s-contact-form-header-btn:hover {
    cursor: pointer;
}
.s-contact .s-contact-form-body {
    padding: 20px;
}
.s-contact .s-contact-form-group {
    margin-bottom: 10px;
}
.s-contact .s-contact-form-group > label {
    display: block;
    font-size: 15px;
}

.s-contact .s-contact-form-group > input,.s-contact .s-contact-form-group > textarea {
    display: block;
    width: calc(100% - 1.5rem);
    padding: .375rem .75rem;
    font-size: 15px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.s-contact .s-contact-form-footer {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    text-align: right;
    background: #fafafa;
}
.s-contact .s-contact-form-footer .btn {
    padding: 12px 17px;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #979797;
}
.s-contact .s-contact-form-footer .btn-send {
    background-image: url(/imgs/hekira/bg_gradient.jpg);
    background-size: cover;
    background-position: center;
    color: white;
    padding: 12px 21px;
}
.s-contact .s-contact-form-footer .btn-send.is-disabled {
    background: gray;
}
.s-contact .s-contact-form-footer .btn-send.is-disabled:hover {
    opacity: 1;
}

/* footer */
.footer {
    background: #fbfbfb;
    text-align: center;
    padding: 80px 0 40px;
}
.footer > p {
    font-weight: bold;
}
.footer-logo {
    display: block;
    margin: 0 auto 30px;
    width: 70px;
}
.footer-links {
    margin-bottom: 40px;
}
.footer-links > a {
    margin-right: 40px;
    color: #343434;
    text-decoration: none;
    font-size: 15px;
}
.footer-links > a:last-child {
    margin-right: 0;
}
.footer-copyright {
    font-size: 75%;
}

@media (max-width: 767px) {
    .footer-links > a {
        margin-right: 20px;
    }
}

.transition {
    opacity: 0;
    -webkit-transform: translateY(20px);
      -moz-transform: translateY(20px);
           transform: translateY(20px);
    transition: all .5s ease-in-out;
}

@media (max-width: 767px) {
    .transition {
        opacity: 1;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
                transform: translateY(0);
    }
}