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

section#aboutus {
    flex-direction: row-reverse;
}

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

*{box-sizing: border-box;}

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

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

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

/* font-family */

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

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #eb6100;
}

/* g-nav */

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

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#333;
}


@media screen and (max-width:990px) {
    #pc-nav{
        display: none;
    }
}

/* heading */

h1{
    text-transform: uppercase;
    font-size: 1.5rem;
    position: absolute;
    top: 40%;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2em;
}


h1 a{
    color:#eb6100;
}

h2{
    text-transform: uppercase;
    font-size: 3rem;
}

@media screen and (max-width:768px) {

  h2{
      font-size:2rem;
    }
}

/* lead */

.top-lead{
    position: fixed;
    bottom: 25%;
    left: 10%;
    font-size:3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
    color: #ffffff;
}


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

@media screen and (max-width:550px) {
.top-lead{
    font-size:2rem;
    bottom:50%;
    }
}
@media screen and (max-width:375px) {
.top-lead{
    font-size: 1.3rem;
    }
}

/* main-area */

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

/* topics */

#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
}

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

#topics h2{
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before{
    background:#333;
}

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

/* aboutus */

#aboutus,
#vision{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #aboutus,
    #vision{
        margin:0 0 50px 0;
    }
}

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

#vision .content{
   width:50%;
    text-align: right;
}

#aboutus .content{
   width:50%;
    text-align: left;
}

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

#aboutus .content,
#vision .content{
   width:100%;
text-align: left;
}
}

#aboutus h2,
#vision h2{
    color:#eb6100;
    margin:0 0 30px 0;
}

#aboutus p,
#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#aboutus .aboutus-lead,
#vision .vision-lead{
    position: relative;
    color:#eb6100;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#aboutus .aboutus-lead,
#vision .aboutus-lead{
    font-size:1rem;
    }
}

#aboutus .aboutus-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    left:0;
    background:#eb6100;
    width:12em;
    height: 3px;
}

/* vision */

/* service */
#vision .vision-lead::after{
   content:'';
   position: absolute;
   bottom:-30px;
   right:0;
   background:#eb6100;
   width:12em;
   height: 3px;
}

#vision .img{
    width:40%;
    min-height: 590px;
    background:url("../img/aboutus.jpg") no-repeat center;
    background-size: cover;
}

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

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

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

#service h2 span.bgLRextend::before{
    background:#333;
}


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

@media screen and (max-width:768px) {
#service .service-area{
    margin:0 0 200px 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: 23em;
    background:#f3f3f3;
    right:10%;
    top:20%;
    z-index: -1;
}


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


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

#service .service-area .content{
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}

@media screen and (max-width:768px) {
#service .service-area .content{
    width:47%;
    top:100px;
    }
}

@media screen and (max-width:590px) {
#service .service-area .img{
    width:100%;
    z-index: 2;
}
#service .service-area .content{
    width:100%;
    top:-10px;
    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: 1rem;
    margin: 0 0 30px 0;
}

#service .service-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

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

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

#footer{
    background: #444;
    position: relative;
    color: #e5e7ea;
    padding-top: 6.7rem;
    padding-bottom: 2.3rem;
}

.footer-contact{
    text-align: center;
}

.circle-img{
    width: 250px;
    height: 250px;
    margin: auto;
    line-height: 80px;
    border-radius: 50%;
    border: solid 1px #e5e7ea;
    text-align: center;
}

.circle-img p span{
    line-height: 250px;
    color: #e5e7ea;
    font-size: 1.5rem;
    font-family: latino-urw,serif;
}

.footer-contact-des{
    margin-top: 2.8rem;
    font-size: 1.2rem;
    letter-spacing: .1em;
    line-height: 1.75;
    font-family: dnp-shuei-gothic-gin-std,sans-serif;
    font-weight: 500;
}

.footer-link{
    margin: 4.5rem  10rem 0;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255,255,255,.2);
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.footer-link ul{
    display: flex;
}

.footer-link ul li{
    font-size: 1rem;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
    margin-left: 3rem;
}

.footer-logo{
    max-width: 100px;
}

@media screen and (max-width:590px){
.footer-logo-home {
    width: 87px;
}

.footer-link{
    margin: 1rem  1rem 0;
    display: flex;
    justify-content: space-evenly;
}

.footer-link ul{
    display: block;
}

.footer-link ul li {
    margin-left: 0;
}
}

.footer-link ul li a{
    color: #e5e7ea;
    text-decoration: none;
}



#contact{
    text-align: center;
}

#contact a{
    position: relative;
    width: 20rem;
    height: 20em;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer small{
    margin-top: 36px;
    font-size: .7rem;
    text-align: center;
    display: block;
    color:#888;
}
@media screen and (max-width:768px) {
    body{
        font-size:0.8rem;
    }
}

@media (min-width: 501px) and (max-width: 1100px){
    .footer-link{
        width: auto;
        flex: initial;
    }
}

@media screen and (max-width:1024px){
    #top-main{
        width: 90%;
        margin: auto;
        height: 85vh;
        background: url(../img/fv_img.jpg) no-repeat center;
        position: relative;
    }
    #top-main:before{
        display: none;
    }

    .top-lead{
        position: absolute;
        bottom: 30%;
        left: 4%;
        font-size: 2rem;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.5;
    }
}
