@charset "utf-8";
/* レイアウトのためのCSS */

body{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ","Century 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;
}

@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: #005476;
	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: "Century Gothic", sans-serif;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo{
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    /* text-transform: uppercase; */
    color: #005476;
}

/* 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;
}

@media screen and (max-width:550px) {
    h1{
        font-size:1.2rem;
        top: 32%;
    }
}


h1 a{
    color:#005476;
}

h2{
    text-transform: uppercase;
    font-size: 3rem;
}

@media screen and (max-width:768px) {

  h2{
      font-size:2rem;
    }
}

/* lead */

.top-lead{
    position: fixed;
    bottom:10%;
    left:5%;
    font-size:3rem;
    color:#f3f3f3;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}


.top-lead span.bgLRextend::before{
    background:#333;
}

@media screen and (max-width:550px) {
.top-lead{
    font-size:2.2rem;
    }
}
@media screen and (max-width:380px) {
.top-lead{
    font-size:1.8rem;
    }
}

/* main-area */

#main-area{
    width:90%;
    margin:0 auto;
    padding: 50px 0; 
}

/* vision */

#vision{
    display: flex;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}
    

#vision .content{
   width:50%; 
    text-align: center;
}

#vision h2{
    color:#005476;
    margin:0 0 30px 0;
}

#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision .vision-lead1{
    position: relative;
    color:#005476;
    font-size:1.8rem;
    font-weight: bold;
    margin:0,0,0,0;
}
#vision .vision-lead2{
    position: relative;
    color:#005476;
    font-size:1.3rem;
    font-weight: bold;
    margin:0,0,0,0;
}

@media screen and (max-width:768px) {
#vision .vision-lead{
    font-size:1rem;
    }
    
}

#vision .vision-lead::after{
     content:'';
    position: relative;
    bottom:-30px;
    right:32%;
    background:#005476;
    width:12em;
    height: 3px;
}

/* service */

#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 img{
    height: 400px;
    width: auto;
    /* box-shadow: 0 0 20px #ccc; */
    /* display: block flex;
    justify-content: center; */
}

#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 {
    width:50%;
    justify-content: center;
    height: 300px;
} */

#service .service-area .img{
    width:50%;
    justify-content: center;
    display: flex;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
}

#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 */

#footer{
    padding: 100px 0;
    border-top:1px solid #333;
    text-align: center;
    background: #fff;
    position: relative;
    text-transform: uppercase;
}

#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #666;
}

#footer small{
     color:#888;
}


/* 1-4追加 */
/* header */
#header{
    padding: 70px 70px 40px 130px;
	position: fixed;
	height: 100px;
	width:100%;
    z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
    background: #fff;
}

@media screen and (max-width:990px) {
#header{
    height: 75px;
    }  
}
/* #header{
    padding:30px 70px 40px 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
} */
/* 
@media screen and (max-width:960px) {
#header {
    padding: 5px 30px 0 90px;
    }
} */

/* @media screen and (max-width:870px) {
#header {
    padding: 5px 30px;
    justify-content: center;
    }    
} */

#header img{
    height: 100px;
    width: 252px;
    font-size: 1.7rem;
    letter-spacing: 0.025em;
    font-weight: normal;
}

#header h1{
    /* color: #1bb7c3; */
    height: 100px;
    font-size: 1.7rem;
    letter-spacing: 0.025em;
    font-weight: normal;
}

@media screen and (max-width:768px) {
#header h1{
    font-size: 1.4rem;
    }
}

#header .header-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header ul{
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
}

@media screen and (max-width:870px) {
#header ul{
    display: none;
    }
}

#header li,
#header dl,
#header dt,
#header dd{
    display: inline-block;
}

#header li:first-child::after{
    content:'';
    /* padding:0 10px;      */
}

#header .float3{
    border-radius: 30px;
}

@media screen and (max-width:870px) {
#header .float3{
    display: none;
}
    
}

/* g nav */

#g-nav li:nth-of-type(1){
    animation-delay: 0.3s;
}
#g-nav li:nth-of-type(2){
    animation-delay: 0.5s;
}
#g-nav li:nth-of-type(3){
    animation-delay: 0.7s;
}
#g-nav li:nth-of-type(4){
    animation-delay: 0.9s;
}
#g-nav li:nth-of-type(5){
    animation-delay: 1.1s;
}

/*header2*/

#header2{
    padding: 70px 70px 40px 130px;
	position: fixed;
	height: 100px;
	width:100%;
    z-index: 9;
	display: flex;
	justify-content: space-between;
	align-items: center;
    background: #f5f5f5;
}

@media screen and (max-width:990px) {
#header2{
    height: 750px;
    }  
}
/* #header{
    padding:30px 70px 40px 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
} */
/* 
@media screen and (max-width:960px) {
#header {
    padding: 5px 30px 0 90px;
    }
} */

/* @media screen and (max-width:870px) {
#header {
    padding: 5px 30px;
    justify-content: center;
    }    
} */

#header2 img{
    height: 100px;
    width: 252px;
    font-size: 1.7rem;
    letter-spacing: 0.025em;
    font-weight: normal;
}

#header2 h1{
    /* color: #1bb7c3; */
    height: 100px;
    font-size: 1.7rem;
    letter-spacing: 0.025em;
    font-weight: normal;
}

@media screen and (max-width:768px) {
#header2 h1{
    font-size: 1.4rem;
    }
}

#header2 .header2-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header2 ul{
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 20px 0 0;
}

@media screen and (max-width:870px) {
#heade2 ul{
    display: none;
    }
}

#header2 li,
#header2 dl,
#header2 dt,
#header2 dd{
    display: inline-block;
}

#header2 li:first-child::after{
    content:'';
    /* padding:0 10px;      */
}

#header2 .float3{
    border-radius: 30px;
}

@media screen and (max-width:870px) {
#header2 .float3{
    display: none;
}
    
}

/* page用のCSS */
#Access{ 
    background:#fff;
    text-align:center;
    position:relative;
    height:300px;
    padding-top:100px;
}

.map-wrap {
    max-width: 90%; /* ここに横幅を指定 */
  }

.map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; /* 比率を4:3に固定 */
    left:5%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }