@media print, screen and (min-width: 670px) {


.br-sp {
    display: none; 
}


header {
    margin: 0;
    padding: 100;
    background-color: black;
    display: flex;
    align-items: center;
    height: 70px;
    letter-spacing: 1.8px;
    width: 100%;
    position: fixed;
}

body {
    font-family: 'Meiryo', sans-serif;
}


.companyname {
    font-size: 30px;
    color: white;
    margin: 0 0 0 30px;
    display: inline-block;
}

.globalnavi {
    text-align: right;
    margin:0 40px 0 auto;
}

.globalnavi li {
    font-size: 20px;
    color: white;
    margin: 0 0 0 40px;
    display: inline-block;
    list-style: none;
    text-align: center;
    width: 150px;
}

.topvisual {
    width: 100%;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    height: 550px;
    background-image: url("image/top01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding-top: 70px;
}

.topimage {
    position: relative;
}

.topimage img {
    z-index: 0;
    height: 20%;
}

.toptext {
    color: white;
    font-size: 40px;
    margin: auto 65% 50% 35% ;
    padding-top: 225px;
    letter-spacing: 1.8px;

}

.maincontents {
    text-align: center;
}

.wrapper-service {
    width: 100%;
    height: auto;
    background-color: transparent;
}

.wrapper-service h1 {
    display: inline-block;
    color: black;
    margin-top: 100px;
    letter-spacing: 18px;
}

.wrapper-about {
    width: 100%;
    height: auto;
    background-image:url("image/lighthouse_02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-about h1 {
    display: inline-block;
    color: white;
    margin-top: 150px;
    letter-spacing: 18px;
}

.wrapper-about > .content {
    color: white;
}

.wrapper-company {
    width: 100%;
    height: auto;
    background-color: white;
}

.wrapper-company h1 {
    display: inline-block;
    color: black;
    margin-top: 150px;
    letter-spacing: 18px;
}

.wrapper-company > .content {
    width: 35%;
    margin: auto;
    display: block;
}

.wrapper-company > .content > .paragraph > .sentence {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1.8px;
    border-top: 1px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
    padding-top: 20px;
    padding-bottom: 20px;
}


.wrapper-contact {
    width: 100%;
    height: auto;
    background-color: white;
}

.wrapper-contact h1 {
    display: inline-block;
    color: black;
    margin-top: 100px;
    letter-spacing: 18px;
}

.wrapper-contact > .content >.paragraph {
    text-align: center;
    width: 90%;
    display: inline-block;
}


.content {
    width: 60%;
    margin: auto;
    display: block;
}

.paragraph {
    text-align: left;
    width: 90%;
    display: inline-block;
}

.sentence {
margin: 0 auto 0 5% ;
}

h1 {
    font-size: 50px;
    color: black;
}

h2 {
    font-size: 25px;
    margin-top: 50px;
}

.sentence {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1.8px;
}

.btn {
    padding: 10px 50px;
    border-radius: 4px;
    letter-spacing: 2.0px;
    text-align:center;
    display: inline-block;
    color: white;
    background-color: black;
    font-size: 20px;
    width: 225px;
    height: 40px;
    margin-bottom: 80px;
}

footer {
    background-color: black;
    color: white;
    letter-spacing: 1.8px;

}

.footer {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

.footer-logo {
    width: 60%;
    margin: auto;
    padding: 10px ;
    font-size: 30px;
    height: 60px;
    vertical-align: middle;
}

.footer-end {
    margin: auto;
    padding: 10px ;
    font-size: 10px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
}

/* ----------------▼各ページ▼------------------ */

.topvisual-page {
    width: 100%;
    background-color: black;
    text-align: center;
    vertical-align: middle;
    height: 200px;
    padding-top: 70px;
}

.toptext-page{
    color: white;
    font-size: 40px;
    margin: auto;
    padding-top: 40px;
    letter-spacing: 18px;
}

.wrapper-company > .content-contact {
    width: 70%;
    margin: auto;
    display: block;
}

.wrapper-company > .content-contact > .paragraph > .sentence-contact {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1.8px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.content-service {
    width: 70%;
    height: auto;
    margin: auto;
    display: block;
    text-align: center;
}

.service-box {
    width: 50%;
    float: left;
}

.service-body {
height: 200px;
}

.service-box-title {
    font-size: 28px;
    color: white;
    width: 80%;
    background-color: black;
    display: inline-block;
    height: 60px;
    padding-top: 16px;
}

.service-box-text {
    font-size: 18px;
    width: 80%;
    height: 200px;
    display: inline-block;
    text-align: left;
    letter-spacing: 1.8px;
    line-height: 25px;

}

}