h1 {
    position:absolute;
    font-size: 400;
    float: left;
    top:0%;
    margin: 10px;
    padding: 10px;
    font-weight: 500;
}
h2 {
    font-weight: 500;
    font-size: 35px;
    color: #0097e0;
    text-align: center;
    background-image: url(../images/shape.png);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 3%;
    line-height: 60px;
    display: block;
}
h3 {
    font-weight: 500;
    border-bottom: 3px solid #0097e0;
    text-align: center;
    font-size: 25px;
    margin: 3% 0;
    padding-bottom: 10px;
}

a {
    text-decoration: none;
}
#common_hd a:hover {
    opacity: 0.5;
}
#common_hd {
    font-weight: 400;
    width: 100%;
    clear: both;
    border-top: solid 8px #0097e0;
    background-repeat: no-repeat;
    background-position: top center ;
    background-size: 100% auto;
}
#common_hd img{
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-bottom: 2%;
}

#common_hd a{
    color: #101111;
}
body {
    font-family: "M PLUS 1p",sans-serif;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #101111;
    list-style: none;
    list-style: none;
    overflow-X: hidden;
    font-weight: 100;
}
#nav {
    font-size: 10.5pt;
    position:absolute;
    top:22px;
    right: 10px;
    font: "M PLUS 1p";
}
#nav li{
    float: left;
    margin: 0;
    padding: 0 20px;
}
#nav li.on{
    border-right: solid 1px #101111;
}
#wrap {
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size: contain;
}
#works2 {
	background-image: url("../images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 20%;
    width: 100%;
}
#wrap3 {
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	background-size:  contain;
}

.works-2in li{
    list-style-type: none;
}

/*ごあいさつ*/
#about {
	width: 900px;
	margin: 100px auto 0;
}
#about p{
    text-align: left;
    line-height: 1.5;
    margin-bottom: 35px;
}
/*業務内容*/
.element js-animation{
  position: absolute;
  top: 30px;
  margin-top: 10%;
}
.worksin {
    background-color: #f1f5f9;
    padding-top: 50px;
}
#works{
	width: 900px;
    text-align: center;
    margin: 100px auto 0;
}
#works img{
    margin-top: 25px;
    }
#works P {
    line-height: 1.5;
}
.container {
  display: flex;
  flex-wrap: wrap;
  margin:;0% 2%;
}
.item P {
    text-align: left;
    line-height: 18px;
    font-size: 12px;
}
.item{
    margin: 0% 4.5% 3.5%;
    width: 368px;
    height: 163px;
    text-align: left;
}
.btn a{
    background-color: #0097e0;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    height: 34px;
    width: 214px;
    line-height: 33px;
    display: block;
    text-align: center;
    margin: 3% auto;
}
.btn a:hover {
    background-color: #ffffff;
    color: #0097e0;
}
.borderline {
    display: inline-block;
    background-color: #ffffff;
    color: #0097e0;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 10px;
    border: 2px solid #0097e0;
    margin: auto;
    margin-bottom: 40px;
}
/*フッター*/
.ft_info {
  overflow: hidden;
  display: block;
  text-align: center;
  width: 900px;
  margin: 100px auto 7%;
}
#ftlogo {
     font-weight: 600;
    font-size: 20px;
    margin: 0 auto 1%;
}
.ft_info P {
    display: inline-block;
    text-align: center;
    line-height: 25px;
    font-size: 15px;
}
iframe {
     margin: 0 auto 0;
     width: 100%;
}
#ft p{
     font-weight: 800;
    color: #0097e0;
    font-size: 18px;
    margin-top: 20px;
}
#ftup {
    display: inline-block;
    text-align: center;
    margin: 70px 0 0 0;
}

/*コンタクト*/
.contact1 {
    color: #ffffff;
    font-size: 23px;
    width: 310px;
    display: flex;
    text-align: center;
    line-height: 2;
    margin: 5px auto 20px;
}
.contact1 a{
    float: right;
    background-color: #0097e0;
    padding: 5px 12px 5px;
}
.contact1 a:hover {
    opacity: 0.5;
}
.contact1 img {
    padding-top: 5px;
    display: block;
    width: 75%;
    margin: auto;
}
.tel1-1{
   font-size: 20px;
    font-weight: 400;
    margin: 0;
    padding-left:14.5px;
    padding-right: 7.5px;
    background-color: #0097e0;
    line-height: 2.3;
}
.tel1 {
    font-weight: 500;
    margin: 0 5px 0 0;
    padding-right:14.5px;
    background-color: #0097e0;
}

/*コピーライト*/
.ft_bottom {
    border-top: solid 2px #0097e0;
    text-align: center;
    color: #0097e0;
    margin: 0;
    padding: 0;
}
.ft_bottom p {
    margin: 2%;
    font-size: 12px;
}
.pc {
    display: block ;
    }
.sp {
    display: none ;
    }
.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
  position: relative;
  top: 30px;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/*レスポンシブ*/
@media only screen and (max-width: 920px) {
#wrap {
    width: 100%;
}
/*ごあいさつ*/
#about {
	width: auto;
    margin-right: 5%;
    margin-left: 5%;	
	}
	
#about p{
    text-align: left;
    margin-bottom: 35px;
}
/*業務内容*/
#works {
	width: auto;
    margin-right: 5%;
    margin-left: 5%;
}

.worksin {
    background-color: #f1f5f9;
}
#works{
    text-align: center;
}
.container {
  display: flex;
  flex-wrap: wrap;
}
.item P {
    text-align: left;
    line-height: 18px;
    font-size: 12px;
}
.item{
    width: 40%;
    height: 163px;
    text-align: left;
}
/*フッター*/
.ft_info {
  text-align: center;
  width: auto;
  margin-right: 5%;
  margin-left: 5%;
}

#about img{
    width: 100%;
    max-width: 100%;
    height: 100%;
}
/*コピーライト*/
.ft_bottom {
    border-top: solid 2px #0097e0;
    text-align: center;
    color: #0097e0;
    margin: 0;
    padding: 0;
}
.ft_bottom p {
    margin: 2%;
}

.pc {
    display: block ;
    }
.sp {
    display: none ;
    }
    }
@media screen and (max-width: 700px){
#works2 {
	background-image: url("../images/bg2.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 20%;
    width: 100%;
}
#common_hd img{
    margin-bottom: 0%;
}
h1 {
    top:15px;
    right: 0;
    left:0;
    margin: auto;
    text-align: center;
    }
#nav {
    position:static;
    right: 0;
    top: 0;
}
#about {
	width: auto;
    margin-top: 15%;
	}
#works {
    margin-top: 15%;
    }
#works img{
    width: 100%;
    max-width: 70%;
    height: auto;
    margin-top: 20px;
    }
#nav {
    font-weight: 600;
    font-size: 10pt;
	max-width: 100%;
	background-color: #ffffff;
    padding: 30px 0 20px;
}
#nav {
	display: flex;
	list-style: none;
	max-width: 100%;
	margin: 0 auto;
    background-color: #ffffff;
}
#nav li {
	flex:1 0 auto;
    padding: 0;
}

#nav a {
    max-width: 100%;
    background-color: #ffffff;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #0097e0;
	padding: 0px 4px;
}
#nav li.on {
     border-right: solid 2px #0097e0;
    }
.fixed {
	position: fixed;
	top: 0;
    width: 100%;
    z-index: 9999999;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
}
.borderline {
     margin: 0 5% 5%;
}
.item{
    margin: auto;
    width: 368px;
    height: 163px;
    text-align: left;
}
}

@media screen and (max-width: 480px){
h1 {
    top:30px;
    }
#about {
	width: auto;
    margin-left: 0;
    margin-right: 0;
	}
#works {
	width: auto;
    margin-left: 0;
    margin-right: 0;
	}
.ft_info {
	width: auto;
    margin-right: 0%;
    margin-left: 0%;
	}
#works P{
	margin: 0 3%;
	}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc {
    display: none ;
    }
.sp {
    display: block ;
    }
#wrap
    {
     max-width: 100%;
     margin: 0;
}
#wrap p {
    margin: 0 3% 4%;
    }
h3 {
    font: "M PLUS 1p";
    border-bottom: 3px solid #0097e0;
    text-align: center;
    font-size: 25px;
    margin:0% auto  3%;
    padding-bottom: 10px;
    width: 80%;
}
    }
