@charset "utf-8";
/*
**********************************************************************

* page.css

*********************************************************************
/*    */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body#old_shared #old_main *, body#old_shared #old_main *:before, body#old_shared #old_main *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    height: 100%;
    line-height: 1.7;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",Helvetica,Arial,sans-serif;
    font-size: 87.5%;
    color: #666666;
    background: #ffffff;
}

.sp_900 {
    display: none;
}

.sp {
    display: none;
}

#sec01 {
    background: url(../imgs/sec01_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 680px;
    padding: 0 5Vw;
}

#sec01 div {
    text-align: center;
    padding-top: 50px;
}

#sec01 div img {
    max-width: 100%;
}

#sec02 {
    padding: 80px 5vw 125px;
    position: relative;
}

#sec02::before {
    content: url(../imgs/sec02_l.png);
    position: absolute;
    left: 0;
    z-index: -100
}

#sec02::after {
    content: url(../imgs/sec02_r.png);
    position: absolute;
    right: 0;
    top: 80px;
    z-index: -100;
}

#sec02 .div_01 {
    max-width: 1000px;
    margin: auto;
    position: relative;
}

#sec02 .div_01::before {
    content: url(../imgs/detail.png);
    position: absolute;
    /*z-index: -50;*/
    z-index: 0;
    left: 0;
    top: 0;
}

#sec02 .div_01 h2 {
    font-size: 30px;
    line-height: 47px;
    color: #008486;
    text-align: center;
    padding: 75px 0 60px;
    margin: auto;
    width: 85%;
}

#sec02 .div_01 p {
    max-width: 690px;
    margin: auto;
    font-size: 16px;
    line-height: 32px;
    color: #000;
    width: 85%;
}

#sec02 .div_02 {
    max-width: 1000px;
    margin: auto;
    padding: 85px 0 70px;
    display: flex;
    justify-content: space-between;
}

#sec02 .div_02 h3 {
    font-size: 30px;
    color: #000;
    line-height: 47px;
    margin: 0;
    padding-bottom: 40px;
}

#sec02 .div_02 .p_01 {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    color: #000;
}

#sec02 .div_02 .p_02 {
    font-size: 12px;
    line-height: 32px;
    margin: 0 0 20px;
}

#sec02 .div_02 .div_02_01 {
    width: 48%;
}

#sec02 .div_02 .div_02_01 figure {
    text-align: center;
}

#sec02 .div_02 .div_02_01 figure img {
    max-width: 100%;
}

#sec02 .div_02 .div_02_02 {
    width: 48%;
}

#sec02 .div_02 .div_02_02 figure img {
    width: 100%;
}

#sec02 .div_03 {
    max-width: 1000px;
    margin: auto;
    padding-bottom: 80px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#sec02 .div_03 h3 {
    font-size: 30px;
    color: #000;
    line-height: 47px;
    margin: 0;
    padding-bottom: 40px;
}

#sec02 .div_03 .p_01 {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    color: #000;
}

#sec02 .div_03 .p_02 {
    font-size: 12px;
    line-height: 32px;
    margin: 0;
    color: #000;
    margin: 0 0 20px;
}

#sec02 .div_03 .div_03_01 {
    width: 48%;
}

#sec02 .div_03 .div_03_01 figure {
    text-align: center;
}

#sec02 .div_03 .div_03_01 figure img {
    width: 100%;
}

#sec02 .div_03 .div_03_02 {
    width: 48%;
}

#sec02 .div_03 .div_03_02 figure img {
    max-width: 100%;
}

#sec02 .div_04 {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

#sec02 .div_04 .div_04_01 {
    width: 48%;
}

#sec02 .div_04 .div_04_02 {
    width: 48%;
}

#sec02 .div_04 .div_04_01 h3 {
    font-size: 30px;
    color: #000;
    line-height: 47px;
    margin: 0;
    padding-bottom: 40px;
}

#sec02 .div_04 .div_04_01 h3 span {
    font-size: 18px;
}

#sec02 .div_04 .div_04_01 .p_01 {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    color: #000;
}

#sec02 .div_04 .div_04_01 .p_02 {
    font-size: 12px;
    line-height: 32px;
    margin: 0;
    max-width: 475px;
    color: #000;
}

#sec03 {
    padding: 50px 5vw;
    background-color: #e7e7e7;
}

#sec03 div {
    max-width: 1000px;
    margin: auto;
    position: relative;
}

#sec03 div::before {
    content: url(../imgs/system.png);
    position: absolute;
    left: 0;
    top: -115px;
}

#sec03 div figure img {
    max-width: 100%;
}

#sec04 {
    background: url(../imgs/sec04_bg_pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 5vw 170px;
    background-position: center;
}

#sec04 h3 {
    text-align: center;
    font-size: 30px;
    line-height: 47px;
    margin: 0;
    color: #000;
}

#sec04 figure {
    text-align: center;
    margin: 50px 0 60px;
}

#sec04 figure img {
    max-width: 100%;
}

#sec04 p {
    max-width: 860px;
    font-size: 16px;
    line-height: 32px;
    margin: 0 auto;
    color: #000;
}

#sec05 {
    padding: 85px 5vw 70px;
}

#sec05 div {
    max-width: 1000px;
    margin: auto;
    position: relative;
}

#sec05 div::before {
    content: url(../imgs/spec.png);
    left: 0;
    top: 10px;
    position: absolute;
}

#sec05 .p_01 {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    color: #000;
    width: 75%;
    margin: 0 0 0 auto;
}

#sec05 .p_02 {
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    color: #000;
    width: 75%;
    margin: 0 0 0 auto;
    padding-top: 30px;
}

#sec05 table {
    width: 75%;
    margin-left: auto;
}

#sec05 table tr td {
    font-size: 16px;
    line-height: 34px;
    color: #000;
}

#sec05 table tr .td_01 {
    padding: 5px;
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
    vertical-align: top;
    width: 20%;
}

#sec05 table tr .td_02 {
    padding: 5px 15px;
    border: solid 1px #d7d7d7;
    width: 25%;
}

#sec05 table tr .td_03 {
    padding: 5px 15px;
    border: solid 1px #d7d7d7;
    width: 55%;
}

#sec05 table tr .td_04 {
    padding: 5px;
    border-top: solid 1px #d7d7d7;
    border-bottom: solid 1px #d7d7d7;
    width: 45%;
}

#sec05 ul {
    width: 75%;
    margin: 20px 0 80px auto;
    padding: 0;
}

#sec05 ul li {
    list-style: none;
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

#sec05 .p_03 {
    width: 75%;
    margin-left: auto;
}

#sec05 .p_03 a {
    display: block;
    color: #fff;
    text-decoration: none;
    width: 500px;
    height: 80px;
    background-color: #009fa8;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
}

#sec05 .p_03 a:hover {
    opacity: 0.8;
}

#sec06 {
    padding: 85px 5vw 90px;
    background-color: #f5f5f5;
}

#sec06 .div_01 {
    max-width: 1000px;
    padding: 0 100px;
    margin: auto; 
}

#sec06 .div_01 div {
    position: relative;
    width:100%;
    height:0;
    padding-top: 56.25%;
}

#sec06 div iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 900px) {
    .sp_900 {
        display: block;
    }
}

@media screen and (max-width: 780px) {
    .sp {
        display: block;
    }

    #sec02 .div_01::before {
        content: "";
        position: absolute;
        z-index: -50;
        left: -5vw;
        top: 0;
        width: 5vw;
        background-image: url(../imgs/detail.png);
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #sec02 {
        padding: 40px 5vw 80px;
    }

    #sec02 .div_01 h2 {
        width: 100%;
        font-size: 24px;
        padding: 40px 0 30px;
    }

    #sec02 .div_01 p {
        width: 100%;
    }

    #sec02 .div_02 {
        display: block;
        padding: 40px 0 30px;
    }

    #sec02 .div_02 h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }

    #sec02 .div_02 .div_02_01 {
        width: 100%;
    }

    #sec02 .div_02 .div_02_01 figure img {
        width: 70%;
    }

    #sec02 .div_02 .div_02_02 {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }


    #sec02 .div_02 .div_02_02 figure img {
        width: 70%;
    }

    #sec02 .div_03 {
        display: block;
        padding-bottom: 30px;
    }

    #sec02 .div_03 h3 {
        font-size: 24px;
        padding-bottom: 20px;
    }

    #sec02 .div_03 .div_03_02 {
        width: 100%;
    }

    #sec02 .div_03 .div_03_01 {
        width: 100%;
        margin-top: 30px;
    }

    #sec02 .div_03 .div_03_01 figure img {
        width: 70%;
    }

    #sec02 .div_04 {
        display: block;
    }
    
    #sec02 .div_04 .div_04_01 {
        width: 100%;
    }
    
    #sec02 .div_04 .div_04_02 {
        width: 100%;
    }

    #sec02 .div_04 .div_04_02 figure  {
        text-align: center;
    }
    #sec02 .div_04 .div_04_02 figure img {
        width: 70%;
    }

    #sec02 .div_04 h3 {
        width: 100%;
        font-size: 24px;
    }

    #sec02 .div_04 .p_01 {
        max-width: 100%;
    }

    #sec02 .div_04 .p_02 {
        max-width: 100%;
    }

    #sec03 div::before {
        content: "";
        position: absolute;
        left: -5vw;
        top: -100px;
        width: 5vw;
        background-image: url(../imgs/system.png);
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #sec04 {
        padding: 70px 5vw 80px;
    }

    #sec04 h3 {
        font-size: 24px;
    }

    #sec04 figure {
        margin: 30px 0;
    }

    #sec05 div::before {
        content: "";
        position: absolute;
        left: -5vw;
        top: 10px;
        width: 5vw;
        background-image: url(../imgs/spec.png);
        height: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    #sec05 {
        padding: 40px 5vw 30px;
    }

    #sec05 .p_01 {
        width: 100%;
    }

    #sec05 table {
        width: 100%;
    }

    #sec05 table tr .td_01 {
        border: solid 1px #e7e7e7;
    }

    #sec05 table tr .td_04 {
        border: solid 1px #e7e7e7;
    }

    #sec05 .p_02 {
        width: 100%;
    }

    #sec05 ul {
        width: 100%;
    }

    #sec05 .p_03 {
        width: 100%;
        margin: auto;
    }

    #sec05 .p_03 a {
        font-size: 18px;
        margin: auto;
        width: 90%;
    }

    #sec06 {
        padding: 30px 5vw 40px;
    }

    #sec06 .div_01 {
        padding: 0;
    }
}