@charset "utf-8";
/* レイアウトのためのCSS */

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #666;
    font-size: 1.6rem;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
}

@media screen and (max-width:768px) {
    body {
        /*font-size:1.25rem;*/
    }
}

* {
    box-sizing: border-box;
}

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

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#nav,
.openbtn,
#footer {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}


.pc {
    display: inline;
}

.sp {
    display: none;
}


@media screen and (max-width: 820px) {
    .pc {
        display: none;
    }

    .sp {
        display: inline;
    }
}


a[target="_blank"]:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35d';
    font-size: 1em;
    margin: 0px 1em;
    font-weight: 900;
    color: #dc1816;
}




/* g-nav */

#g-nav.panelactive li:last-child a {
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #333;
    white-space: nowrap;
}



/* heading */

h1 {
    text-transform: uppercase;

}



h1 .logo {
    width: 238px;
    height: 64px;
    margin: 0;
    background: url(/img/vedaes_logo_rgb.svg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
    h1 .logo {
        background: url(/img/vedaes_logo_rgb.svg)no-repeat;
        background-size: 238px 64px;
    }
}

@media screen and (max-width:480px) {
    h1 .logo {
        width: 202px;
        height: 54px;
        margin: 0;
        background: url(/img/vedaes_logo_rgb.svg) no-repeat;
        overflow: hidden;
        text-indent: 100%;
        white-space: nowrap;
    }

    @media (-webkit-min-device-pixel-ratio: 1.5) {
        h1 .logo {
            background: url(/img/vedaes_logo_rgb.svg)no-repeat;
            background-size: 202px 54px;
        }
    }
}



h2 {
    text-transform: uppercase;
    font-size: 4.8rem;
    color: #837b78;
    margin: 0 0 30px 0;
}

.inner-box{
    width: 1280px;
    margin: auto;
}
@media screen and (max-width:1279px) {
.inner-box{
    width: 100%;
    }
}
#header .inner-box{
        display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
}

/* lead */

.top-lead {
    position: fixed;
    top: 65%;
    left: 5%;
    font-size: 4.8rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.25;
    color: #837b78;
}


.top-lead span.bgLRextend::before {
    background: #837b78;
}

@media screen and (max-width:550px) {
    .top-lead {
        font-size: 2.2rem;
    }
}

@media screen and (max-width:380px) {
    .top-lead {
        font-size: 1.8rem;
    }
}

.top-lead-btm {
    position: fixed;
    top: 88%;
    left: 5%;
    font-size: 1.125rem;
    text-transform: uppercase;
    line-height: 1.5;
    color: #837b78;
}


.top-lead-btm span.bgLRextend::before {
    background: #837b78;
}

@media screen and (max-width:550px) {
    .top-lead-btm {
        font-size: 1.2rem;
    }
}

@media screen and (max-width:380px) {
    .top-lead-btm {
        font-size: 1rem;
    }
}





/*==================================================
スライダーのためのcss
===================================*/
#slider {
    width: 100%;
    height: 100vh;
    /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*========= レイアウトのためのCSS ===============*/




/* main-area */

#main-area {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

/* News */

#News {
    border-left: 3px solid #db1615;
    padding: 0 0 0 20px;
}

@media screen and (max-width:768px) {
    #News {
        margin: 0 0 100px 0;
    }
}

#News h2 {
    font-size: 2.4rem;
    color: #837b78;
}

#News h2 span.bgLRextend::before {
    background: #837b78;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
}

/* vision */

.sidetitlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 100px 0;
}

@media screen and (max-width:820px) {
    .sidetitlebox {
        margin: 0 0 50px 0;
    }

}

.sidetitlebox .img {
    width: 50%;
    min-height: 590px;
    background: url("/img/img_06.jpg") no-repeat center;
    background-size: cover;
}

.sidetitlebox .content {
    width: 40%;
    text-align: right;
}

@media screen and (max-width:820px) {
    .sidetitlebox .img {
        width: 100%;
        min-height: 50vh;
        margin: 0 0 30px 0;
    }

    .sidetitlebox .content {
        width: 100%;
        text-align: left;
    }
}



.sidetitlebox h3.title-lead {
    position: relative;
    color: #837b78;
    font-size: 2.4rem;
    font-weight: 800;
    margin: 0 0 90px 0;
}



.sidetitlebox h3.title-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #db1615;
    width: 12em;
    height: 3px;
}

@media screen and (max-width:820px) {
    .sidetitlebox h3.title-lead::after {
        left: 0;
        width: 16em;
    }
}

@media screen and (max-width:480px) {
    .sidetitlebox h3.title-lead::after {
        width: 100%;
    }
}


.sidetitlebox h3.title-lead+p {
    line-height: 2;
    margin: 0 0 50px 0;
}



/* service */

#service {
    margin: 0 0 200px 0;
}

#service h2 {
    text-align: center;
    margin: 0 0 50px 0;
}

@media screen and (max-width:820px) {
    #service h2 {
        margin: 100px 0 30px 0;
        text-align: left;
    }
}

#service .service-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 300px 0;
}

@media screen and (max-width:820px) {
    #service .service-area {
        margin: 0 0 100px 0;
    }
}

@media screen and (max-width:590px) {
    #service .service-area {
        margin: 0 0 50px 0;
    }

}

#service .service-area::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 28em;
    background: #e4dfde;
    right: 10%;
    top: 20%;
    z-index: -1;
}

@media screen and (max-width:820px) {
    #service .service-area::after {
        content: '';
        position: absolute;
        width: 100%;
    }
}

#service .service-area:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}

@media screen and (max-width:820px) {
    #service .service-area:nth-of-type(2)::after {
        left: 5.5%;
    }
}




#service .service-area .img {
    width: 50%;
}

#service .service-area .content {
    width: 45%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 150px;
    border-radius: 3vh;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.125));
}


@media screen and (max-width:820px) {
    #service .service-area .img {
        width: 100%;
        z-index: 2;
    }

    #service .service-area .content {
        width: 100%;
        top: 50px;
        /*animation:none;*/
        opacity: 1;
        z-index: 1;
    }
}

#service .service-area .content-area {
    padding: 40px;
}

#service .service-area .content-area h3 {
    text-align: center;
    font-size: 2rem;
    margin: 0 0 30px 0;
    color: #837b78;
}

#service .service-area .content-area h3 span {
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
    color: #db1615;
    padding-bottom: 30px;
}

#service .service-area .content-area p {
    margin: 0 0 30px 0;
}

#service .btn {
    text-align: right;
}

/* profile */


@media screen and (max-width:820px) {
    #profile.sidetitlebox {
        margin: 0 0 50px 0;
        flex-direction: column-reverse;
    }
}

#profile h3.title-lead::after {
    left: 0;
}

#profile.sidetitlebox .img {
    width: 50%;
    min-height: 590px;
    background: url("/img/img_08sp.jpg") no-repeat center;
    background-size: cover;
}

#profile.sidetitlebox .content {
    width: 40%;
    text-align: left;
}


@media screen and (max-width:820px) {
    #profile.sidetitlebox .img {
        width: 100%;
        min-height: 50vh;
        margin: 0 0 30px 0;
    }

    #profile.sidetitlebox .content {
        width: 100%;
        text-align: left;
    }
}


/*///////////////////////////////////
 / kv
///////////////////////////////////*/
.under-bg {
    position: relative;
    height: 50vh;
    margin: 50px 0 200px 25%;
    background-size: cover
}

.under-bg.vision {
    background: url("../img/img_06.jpg") top center / cover no-repeat;
}

.under-bg.service {
    background: url("../img/img_07.jpg") top center / cover no-repeat;
}

.under-bg.profile {
    background: url("../img/img_08.jpg") top center / cover no-repeat;
}

.under-bg.contact {
    background: url("../img/img_09.jpg") top center / cover no-repeat;
}

@media screen and (max-width: 1024px) {
    .under-bg {
        position: relative;
        height: 50vh;
        margin: 50px 0 180px 5%;
    }
}


@media screen and (max-width: 480px) {
    .under-bg {
        margin: 50px 0 100px 10%;
    }

    .under-bg.vision {
        background: url("../img/img_06sp.jpg") 0 / cover no-repeat;
    }

    .under-bg.service {
        background: url("../img/img_07sp.jpg") 0 / cover no-repeat;
    }

    .under-bg.profile {
        background: url("../img/img_08sp.jpg") 0 / cover no-repeat;
    }

    .under-bg.contact {
        background: url("../img/img_09sp.jpg") 0 / cover no-repeat;
    }

}


.under-bg::after {
    content: '';
    position: absolute;
    top: 20%;
    left: -41%;
    width: 100%;
    height: 50vh;
    background: #e4dfde;
    z-index: -1;
}

@media screen and (max-width: 1024px) {
    .under-bg::after {
        top: 12%;
        left: -12%;
    }
}

@media screen and (max-width: 820px) {
    .under-bg::after {
        height: 42vh;
        left: -24%;
        top: 28%;
    }
}

@media screen and (max-width: 480px) {
    .under-bg::after {
        height: 42vh;
        left: -41%;
        top: 28%;
    }
}



/*///////////////////////////////////
 / pageset
///////////////////////////////////*/

#under-page h2 {
    text-align: center;
    margin: 0 0 100px 0;
    color: #837b78;
}

@media screen and (max-width:550px) {
    #under-page h2 {
        margin: 0 0 50px 0;
    }
}

#under-page h2 span.bgLRextend::before {
    background: #837b78;
}

#under-page h3 {
    font-size: 2.4rem;
    margin: 0 0 30px 0;
    color: #837b78;
}

#under-page h3 span {
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    font-size: 1rem;
    color: #dc1816;
}

#under-page h4 {
    font-size: 2rem;
    margin: 0 0 30px 0;
    color: #837b78;
}

#under-page p.cp-copy {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    width: fit-content;
    background: linear-gradient(transparent 0%, #837b78 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin: 0 auto 30px !important;
}

#under-page .panelbox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 200px 0;
}

@media screen and (max-width:820px) {
    #under-page .panelbox {
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 0 0 100px 0;
    }
}

#under-page .panelbox::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 23em;
    background: #e4dfde;
    right: 10%;
    top: 20%;
    z-index: -1;
}


#under-page .panelbox:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}


#under-page .panelbox .img {
    width: 50%;
}

#under-page .panelbox .content {
    width: 40%;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 150px;
    border-radius: 3vh
}

@media screen and (max-width:820px) {
    #under-page .panelbox .img {
        width: 100%;
        z-index: 2;
    }

    #under-page .panelbox .content {
        width: 100%;
        top: 50px;
        opacity: 1;
        z-index: 1;
    }
}

#under-page .panelbox .content-area {
    padding: 40px 70px;
}

@media screen and (max-width:480px) {
    #under-page .panelbox .content-area {
        padding: 40px;
    }
}

#under-page .panelbox .content-area p {
    margin: 0 0 30px 0;
}

#under-page .btn {
    text-align: right;
}

#under-page .btmcopy {
    font-size: 2rem;
    font-weight: 800;
    color: #837b78;
}


#under-page.vision h3 {
    text-align: center;
}


/* service_under */

#under-page.service h2 {
    margin: 0;
}

@media screen and (max-width: 550px) {
    #under-page.service h2 {
        margin: 0 0 50px 0;
    }
}


.anchor {
    padding-top: 100px;
    margin-top: 100px;
}

@media screen and (max-width:480px) {
    .anchor {
        padding-top: 0;
        margin-top: 0;
    }
}

p.service-lead {
    margin: 0 0 90px 0;
}


#under-page.service h4.itaku {
    margin: 0 0 10px 0;
    text-align: left;
}

#under-page.service h4 {
    text-align: center;
}


#under-page.service .itaku {
    margin: 0 0 90px 0;
}

#under-page  a.itaku {
    font-weight: 800;
}

#under-page a.itaku:hover {
    transition: .25s;
    opacity: .5;
}

#under-page.service h4.taisei {
    text-align: center;
}


#under-page.service .service-lead {
    font-size: 1.8rem;
    margin: 0 0 30px 0;
}

#under-page.service .service-lead::after {
    display: none;
}


#under-page.service .servicewrapbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 960px;
    margin: 60px auto;
}

@media screen and (max-width: 1024px) {
    #under-page.service .servicewrapbox {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #under-page.service .servicewrapbox {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    #under-page.service .servicewrapbox {
        margin: 0 auto;
    }
}

#under-page.service .servicebox {
    width: 365px;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #under-page.service .servicebox {
        width: 100%;
    }
}

#under-page.service .servicebox .service_icon_d {
    width: 235px;
    height: 190px;
    margin: 0 auto 30px;
    background: url('/img/service_05.png') no-repeat;
    background-size: 235px 190px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}




#under-page.service .servicebox .service_icon_e {
    width: 365px;
    height: 303px;
    margin: 0 auto 30px;
    background: url('/img/service_06.png') no-repeat;
    background-size: 365px 303px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

@media screen and (max-width: 480px) {
    #under-page.service .servicebox .service_icon_e {
        width: 310px;
        height: 258px;
        background-size: 310px 258px;
    }
}




#under-page.service .servicewrapbox li.businesspartner {

    padding: 20px 0;
}

#under-page.service .servicewrapbox li.businesspartner a {}

#under-page.service .servicewrapbox li.businesspartner a:hover {
    transition: .25s;
    opacity: .5;
}

#under-page.service .servicewrapbox li span {
    font-weight: 800;
}


/* profile_under */

#under-page.profile .profile-list {
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#under-page.profile .profile-list li {
    border-bottom: 1px solid #db1615;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

#under-page.profile .profile-list .listin li{
    margin-top:15px;
    padding: 0;
    border:none}


#under-page.profile .profile-list dl {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width:480px) {
    #under-page.profile .profile-list dl {
        flex-flow: column
    }
}

#under-page.profile .profile-list dt {
    width: 30%;
    padding: 0 0 0 40px;
    font-weight: 800;
}

@media screen and (max-width:480px) {
    #under-page.profile .profile-list dt {
        width: 100%;
        padding: 0 0 20px 0;
    }
}


#under-page.profile .profile-list dd {
    width: 65%;
}

@media screen and (max-width:480px) {
    #under-page.profile .profile-list dd {
        width: 100%;
    }
}






/* contact */

#contact {
    margin: 0 0 100px 0;
    text-align: center;
}


#contact h2 {
    text-align: center;
    margin: 0 0 100px 0;
    color: #837b78;
}

@media screen and (max-width:480px) {
    #contact h2 {
        margin: 0 0 50px 0;
        font-size: 3.2rem;
    }
}

.section_Inquiry {
    padding: 60px 0;
    text-align: center;
    line-height: 1.5;
}

.telicon {
    vertical-align: middle;
    border-radius: 50%;
    display: inline-block;
    width: 125px;
    height: 125px;
    background-color: #c7d7d7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

.redcolor {
    color: #03a39b;
}

.callnumber {
    font-weight: 800;
    font-size: 3.2rem;
}


.section_btmcompany {
    padding: 30px 0;
    text-align: center;
}

.section_btmcompany .logo {
    margin: 0 auto;
}

.companyname {
    padding-top: 30px;
    font-weight: 800;
}

.companylist {
    margin: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.tepcologo {
    width: 223px;
    height: 72px;
    margin: 0 auto 30px;
    background: url('/img/tepcologo.png') no-repeat;
}

.formbox {
    padding: 50px 0;
}

.formbox p {
    font-weight: 800;
    padding-bottom: 20px;
}





/* footer */

#footer {
    padding: 100px 0;
    text-align: center;
    background: #403a34;
    position: relative;
    text-transform: uppercase;
    color: #fff;
}


#footer #nav ul {
    margin: 0 0 50px;
}


#footer #nav li a {
    color: #d0bdbd;
}

@media screen and (max-width:480px) {
    #footer {
        padding: 50px 0;
    }

    #footer #nav ul {
        flex-direction: column;
    }


    #footer #nav li a {
        padding-bottom: 20px;
    }
}

#footer #nav li a:hover {
    color: #dc1816;
}


#footer .logo {
    width: 238px;
    height: 64px;
    margin: 0;
    background: url(/img/vedaes_logo_w.svg) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

@media (-webkit-min-device-pixel-ratio: 1.5) {
    #footer .logo {
    background: url(/img/vedaes_logo_w.svg) no-repeat;
        background-size: 238px 64px;
    }
}

#footer .logo {
    margin: 0 auto;
}


/* form style */
#form {
    margin: 0 0 100px 0;
}

@media screen and (max-width:768px) {
    #form {
        margin: 0 0 100px 0;
    }
}

@media screen and (max-width:480px) {
    #form {
        margin: 0;
    }
}

#form .content {
    width: 60%;
    text-align: left;
}

@media screen and (max-width:768px) {
    #form .img {
        width: 100%;
        min-height: 290px;
        margin: 0 0 50px 0;
    }

    #form .content {
        width: 100%;
        text-align: left;
    }
}



#form h2 {
    text-align: center;
    color: #837b78;
    padding: 100px 0;
}

@media screen and (max-width:480px) {
    #form h2 {
        margin: 100px 0 50px;
        font-size: 3.2rem;
    }
}


#form p {
    line-height: 2;
    margin: 0 0 50px 0;
}

#form p.coution {
    line-height: 2;
    margin: 0 0 50px 0;
}

#formWrap {
    width: 960px;
    margin: 0 auto;
    color: #555;
    line-height: 120%;
    font-size: 90%;
}

@media screen and (max-width:820px) {
    #formWrap {
        width: 100%;
    }
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

table.formTable td,
table.formTable th {
    border: 1px solid #ccc;
    padding: 20px;
}

#form button,
input,
select,
textarea {
    background: #fff;
}


table.formTable th {
    width: 25%;
    font-weight: normal;
    background: #efefef;
    text-align: left;
}

table.formTable td.textinput input {
    padding: 10px;
    margin-right: 10px;
}

table.formTable td.textinput input+span {
    padding: 5px;
    background: #dc1816;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
}



.btm_btn {
    margin-top: 30px;
}

form input[type="submit"] {
    background: #dc1816;
    font-weight: 800;
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}

form input[type="reset"] {
    background: #666;
    color: #fff;
    padding: 10px 20px;
}

form input[type="button"] {
    background: #666;
    color: #fff;
    padding: 10px 20px;
}


/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:960px) {
    #formWrap {
        width: 98%;
        padding: 0 1%;
        margin: 0 auto;
    }

    table.formTable th,
    table.formTable td {
        width: auto;
        display: block;
    }

    table.formTable th {
        margin-top: 5px;
        border-bottom: 0;
    }

    form input[type="text"],
    form textarea {
        width: 100%;
        padding: 5px;
        display: block;
        margin-bottom: 20px;
    }

    form input[type="submit"],
    form input[type="reset"],
    form input[type="button"] {
        display: block;
        width: 100%;
        height: 40px;
        padding: 0;
    }
}

/*form style*/



#formWrap.confirmation h3 {
    text-align: center;
    color: #837b78;
    margin: 100px 0;
    font-size: 3.6rem;
}

#formWrap.confirmation h3 {
    text-align: center;
    color: #837b78;
    margin: 100px 0;
    font-size: 3.6rem;
}



/* thanks */
#thanks {
    margin: 400px 0;
    text-align: center;
}

@media screen and (max-width:768px) {
    #thanks {
        margin: 200px 0;
        font-size: 3.2rem;
    }
}

#thanks p {
    padding-top: 30px;


}