@charset "UTF-8";
.bg_top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 100vh;
}


.scroll_down {
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 25%;
    position: absolute;
}

.scroll_down p {
    letter-spacing: .1vw;
}

.scroll_down a{
    display: inline-block;
    line-height: 18px;
    font-size: 10px;
    font-weight: normal;
    color: #888;
    letter-spacing: 2px;
    text-decoration: none;
}

.scroll_down .mouse {
    position: relative;
    display: block;
    width: 18px;
    height: 32px;
    margin: 0 auto 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #888;
    border-radius: 23px;
}

.scroll_down .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #888;
    border-radius: 50%;
    animation: ani-mouse 2.5s linear infinite;
}


@keyframes ani-mouse {
	0% {
	opacity: 0;
	top: 70%;
	}
	40% {
	opacity: 0;
	top: 30%;
	}
	70% {
	opacity: 1;
	top: 30%;
	}
	100% {
	opacity: 1;
	top: 70%;
	}
}

@media (1160px <= width){
  header {
    width: 1160px;
    margin: auto;
  }
  #headerContainer {
    padding-top: 20px;
  }
  #headerContainer li {
    float: right;
    font-size: 16px;
    margin-left: 20px;
    font-weight: bold;
  }
  #headerContainer li a {
    color: #04a5ba;
  }
  #headerContainer li a:link {
    color: #04a5ba;
    text-decoration: none;
  }
  .mainvisualWrap {
    width: 100%;
    max-width: 1160px;
    margin: auto !important;
  }
  #logo {
    max-width: 760px;
    width: 100%;
    margin: auto !important;
  }
  .topimg {}
  #Wrap {
    margin-top: 80px;
    width: 100%;
	 overflow: hidden;
  }
  /*     about     */
  .aboutWrap {
    width: 1160px;
    margin: auto;
    margin-top: 40px !important;
  }
  .about_ttl {
    float: left;
    width: 620px;
    display: block;
  }
  .about_ttl h2 {
    font-size: 52px;
    margin-top: 12px;
    color: #38A9BA;
  }
  .about_ttl h2::before {
    content: '';
    display: inline-block;
    width: 62px;
    height: 56px;
    margin-top: 0px !important;
    margin-right: 30px !important;
    background-image: url("../img/headlogo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .about_ttl span {
    font-size: 16px;
    color: #333333;
    margin-left: 113px;
    margin-top: -48px !important;
    display: block;
  }
  .aboutamone {
    float: right;
    width: 470px;
    display: block;
    margin-top: 18px;
  }
  .aboutamone p {
    font-size: 24px;
    color: #333333;
  }
.slideWrap {
  margin-top: 40px !important;
  max-width: 1160px;
  width: 100%;
  margin: auto;
}
.slideshow-fade {
  position: relative;
  display: flex;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  height: 410px;
  overflow: hidden;
}
.slideshow-fade li {
  list-style: none;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0;
}
.slideshow-fade img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}	
	
  /*     Works    */
  #works {
    margin-top: 180px;
    width: 100% !important;
  }
  .worksWrap {
    width: 100%;
    max-width: 1160px !important;
    margin: auto !important;
  }
  .worksWrap h2 {
    margin-bottom: 40px !important;
    font-size: 40px;
    text-align: center;
  }
  .worksWrap h2 span {
    font-size: 16px;
    color: #38A9BA;
    margin-top: -30px !important;
    text-align: center;
    display: block;
  }
  .amoneworks {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 30px;
    float: left;
    height: auto;
  }
  .amoneworks:nth-child(4n) {
    width: 23.5%;
    margin-right: 0%;
    float: left;
    margin-bottom: 30px;
  }
  .amoneworks dt {
    max-width: 1160px;
    width: 85%;
    border: solid 20px #F4F4F4;
  }
  .amoneworks dt img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .amoneworks dd {
  width: 96%!important; margin: auto!important;
  }
  .amoneworks dd h3 {
    font-size: 14px;
    color: #333;
    margin-top: 15px !important;
    text-align: left;
    line-height: 1.3 !important;
  }
  .amoneworks dd p {
    font-size: 10px;
    margin-bottom: 5px;
    text-align: left;
  }
 .amoneworks hr { color: #D2D2D2!important; margin-bottom: 10px; margin-top:10px;
  }    
    
  .slideshow-fade_Works {
    position: relative;
  }
  .slideshow-fade_Works::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
  }
  .slideshow-fade_Works li {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*    Engineer    */
	
	
	
  #engineer {
    margin-top: 200px !important;
    overflow: hidden!important;
	  width: 100vw!important;
	  
  }
	
	 .engineerW	{
	width: 100%;
    max-width: 1160px !important;	
	margin: auto;	 
	   }
	
	
  .engineerWrap {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50% + 80px);
    background: #38A9BA repeat;
    padding-left: 80px;
    padding-bottom: 80px !important;
    height: auto;
    z-index: -999;
	 overflow: hidden;  
    border-radius: 60px 0 0 60px;
  }
  .amone_logo {
    position: relative;
    left: -52px !important;
    top: -537px !important;
    width: 105px;
  }
  .engineerWrap h2 {
    font-size: 130px;
    text-align: left;
    color: white;
    position: relative;
    left: -92px !important;
    top: -56px !important;
    display: block;
  }
  .engineerCont {
    width: 100%;
    max-width: 910px !important;
    margin: auto !important;
  }
  .engineerCont dl {
    width: 100%;
    max-width: 270px;
    margin-right: 50px;
    float: left;
  }
  .engineerCont dl:last-child {
    width: 100%;
    max-width: 270px;
    margin-right: 0px;
    float: left;
  }
  .engineerCont dt {
    width: 100%;
    max-width: 270px;
    margin-bottom: 10px;
  }
  .engineerCont dd h3 {
    font-size: 25px;
    color: white;
    text-align: center;
    display: block
  }
  .engineerCont dd h3 span {
    font-size: 11px;
    color: white;
    text-align: center;
    margin-top: -16px !important;
    display: block
  }
  .engineerCont dd p {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: -20px !important;
  }
  .engineerCont ul {
    margin: auto !important;
    display: block;
    text-align: center;
    width: 130px;
    margin-top: -10px !important;
  }
  .engineerCont li {
    width: 30px;
    margin-right: 20px;
    float: left;
    display: block;
  }
  .engineerCont li img {
    max-width: 30px;
    width: 100%;
    display: block;
  }
  .engineerCont li:last-child {
    max-width: 30px;
    width: 100%;
    margin-right: 0px;
    float: left;
    display: block;
  }
  /*   INFO   */
  #info {
    width: 100%;
    margin: auto;
  }
  .informationWrap {
    width: 100%;
    max-width: 1160px !important;
    margin: auto !important;
    margin-top: -420px !important;
  }
  .informationWrap h2 {
    margin-bottom: 40px !important;
    font-size: 40px;
    text-align: center;
  }
  .informationWrap h2 span {
    font-size: 16px;
    color: #38A9BA;
    margin-top: -30px !important;
    text-align: center;
    display: block;
  }
  .access_gmap {
    width: 100%;
    position: relative;
    padding-top: 29%;
  }
  .access_gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access_p {
    width: 100%;
    max-width: 980px;
    margin: auto;
    margin-top: 10px;
  }
  .access_p a {
    font-size: 14px;
    text-align: left !important;
    color: #38A9BA;
    text-decoration: none;
  }
  .infoWrap {
    width: 100%;
    max-width: 734px;
    margin-bottom: 60px;
    margin-top: 30px !important;
    margin: auto;
  }
  .infologo {
    float: left;
    width: 305px;
    margin-right: 80px;
    margin-top: 20px;
  }
  .infologo img {
    width: 305px;
  }
  .info {
    width: 335px;
    float: left;
  }
  .info h3 {
    font-size: 21px;
  }
  .info p {
    font-size: 14px;
  }
  .info a {
    font-size: 14px;
    text-decoration: none;
  }
  /*   FOOTER INFO   */
  .footerinfo {
    width: 100%;
    margin: auto;
    background: #38A9BA repeat;
    padding: 30px;
    margin-top: 40px;
  }
  .footerinfoWrap {
    width: 100%;
    max-width: 1100px;
    margin: auto;
  }
  .f_info {
    width: 600px;
    float: left;
    font-size: 18px;
    color: #fff;
    margin-right: 40px;
  }
  .f_cont {
    width: 420px;
    float: left;
    font-size: 18px;
    color: #fff;
  }
	
	
}



/* 画面サイズ 869px 以上 1160px 未満 */
@media (869px <= width < 1160px) {
  header {
    width: 869px;
    margin: auto;
  }
  #headerContainer {
    padding-top: 20px;
  }
  #headerContainer li {
    float: right;
    font-size: 16px;
    margin-left: 20px;
    font-weight: bold;
  }
  #headerContainer li a {
    color: #04a5ba;
  }
  #headerContainer li a:link {
    color: #04a5ba;
    text-decoration: none;
  }
  .mainvisualWrap {
    width: 100%;
    max-width: 869px;
    margin: auto !important;
  }
  #logo {
    max-width: 740px;
    width: 100%;
    margin: auto !important;
  }
  .topimg {}
  #Wrap {
    margin-top: 80px;
    width: 100%;
	 overflow: hidden;
  }
  /*     about     */
  .aboutWrap {
    width: 869px;
    margin: auto;
    margin-top: 40px !important;
  }
  .about_ttl {
    float: left;
    width: 400px;
    display: block;
  }
  .about_ttl h2 {
    font-size: 39px;
    margin-top:20px; 
    color: #38A9BA;
  }
  .about_ttl h2::before {
    content: '';
    display: inline-block;
    width: 56px;
    height: 50px;
    margin-top: 0px !important;
    margin-right: 20px !important;
    background-image: url("../img/headlogo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .about_ttl span {
    font-size: 13px;
    color: #333333;
    margin-left: 92px;
    margin-top: -45px !important;
    display: block;
  }
  .aboutamone {
    float: right;
    width: 350px;
    display: block;
    margin-top: 25px;
  }
  .aboutamone p {
    font-size: 18px;
    color: #333333;
  }
.slideWrap {
  margin-top: 40px !important;
  max-width: 869px;
  width: 100%;
  margin: auto;
}
.slideshow-fade {
  position: relative;
  display: flex;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  height: 340px;
  overflow: hidden;
}
.slideshow-fade li {
  list-style: none;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0;
}
.slideshow-fade img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}	
	
  /*     Works    */
  #works {
    margin-top: 120px;
    width: 100% !important;
  }
  .worksWrap {
    width: 100%;
    max-width: 869px !important;
    margin: auto !important;
  }
  .worksWrap h2 {
    margin-bottom: 40px !important;
    font-size: 36px;
    text-align: center;
  }
  .worksWrap h2 span {
    font-size: 14px;
    color: #38A9BA;
    margin-top: -20px !important;
    text-align: center;
    display: block;
  }
  .amoneworks {
    width: 22.5%;
    margin-right: 3%;
    margin-bottom: 30px;
    float: left;
    height: auto;
  }
  .amoneworks:nth-child(4n) {
    width: 22.5%;
    margin-right: 0%;
    float: left;
    margin-bottom: 30px;
  }
  .amoneworks dt {
    max-width: 869px;
    width: 85%;
    border: solid 20px #F4F4F4;
  }
  .amoneworks dt img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .amoneworks dd {
    margin-top: 10px;
  }
  .amoneworks dd h3 {
    font-size: 13px;
    color: #333;
    margin-top: 2px !important;
    text-align: left;
    line-height: 1.4 !important;
  }
  .amoneworks dd p {
    font-size: 10px;
    text-align: left;
  }
    
 .amoneworks hr { color: #D2D2D2!important; margin-bottom: 10px; margin-top:10px;
  }    
    
    
    
  .slideshow-fade_Works {
    position: relative;
  }
  .slideshow-fade_Works::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
  }
  .slideshow-fade_Works li {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*    Engineer    */
	
	
	
  #engineer {
    margin-top: 200px !important;
    overflow: hidden!important;
	  width: 100vw!important;
	  
  }
	
	 .engineerW	{
	width: 100%;
    max-width: 869px !important;	
	margin: auto;	 
	   }
	
	
  .engineerWrap {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50% + 60px);
    background: #38A9BA repeat;
    padding-left: 60px;
    padding-bottom: 60px !important;
    height: auto;
    z-index: -999;
	 overflow: hidden;  
    border-radius: 60px 0 0 60px;
  }
  .amone_logo {
    position: relative;
    left: -40px !important;
    top: -405px !important;
    width: 80px;
  }
  .engineerWrap h2 {
    font-size: 126px;
    text-align: left;
    color: white;
    position: relative;
    left: -74px !important;
    top: -56px !important;
    display: block;
  }
  .engineerCont {
    width: 100%;
    max-width:741px !important;
    margin: auto !important;
  }
  .engineerCont dl {
    width: 100%;
    max-width: 233px;
    margin-right: 21px;
    float: left;
  }
  .engineerCont dl:last-child {
    width: 100%;
    max-width: 233px;
    margin-right: 0px;
    float: left;
  }
  .engineerCont dt {
    width: 100%;
    max-width: 233px;
    margin-bottom: 10px;
  }
  .engineerCont dd h3 {
    font-size: 23px;
    color: white;
    text-align: center;
    display: block
  }
  .engineerCont dd h3 span {
    font-size: 11px;
    color: white;
    text-align: center;
    margin-top: -16px !important;
    display: block
  }
  .engineerCont dd p {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: -20px !important;
  }
  .engineerCont ul {
    margin: auto !important;
    display: block;
    text-align: center;
    width: 120px;
    margin-top: -10px !important;
  }
  .engineerCont li {
    width: 30px;
    margin-right: 15px;
    float: left;
    display: block;
  }
  .engineerCont li img {
    max-width: 30px;
    width: 100%;
    display: block;
  }
  .engineerCont li:last-child {
    max-width: 30px;
    width: 100%;
    margin-right: 0px;
    float: left;
    display: block;
  }
  /*   INFO   */
  #info {
    width: 100%;
    margin: auto;
  }
  .informationWrap {
    width: 100%;
    max-width: 869px !important;
    margin: auto !important;
    margin-top: -420px !important;
  }
  .informationWrap h2 {
    margin-bottom: 40px !important;
    font-size: 36px;
    text-align: center;
  }
  .informationWrap h2 span {
    font-size: 14px;
    color: #38A9BA;
    margin-top: -20px !important;
    text-align: center;
    display: block;
  }
  .access_gmap {
    width: 100%;
    position: relative;
    padding-top: 29%;
  }
  .access_gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access_p {
    width: 90%;
    max-width: 769px;
    margin: auto;
    margin-top: 10px;
  }
  .access_p a {
    font-size: 12px;
    text-align: left !important;
    color: #38A9BA;
    text-decoration: none;
  }
  .infoWrap {
	  display: block;
    width: 100%!important;
    max-width: 620px!important;
    margin-bottom: 60px;
    margin-top: 30px;
    margin: auto!important;
  }
	
	
  .infologo {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-top: 20px;
  }
  .infologo img {
    width: 100%;
  }
  .info {
     width: 50%;
    float: left;
  }
  .info h3 {
    font-size: 21px;
  }
  .info p {
    font-size: 13px;
  }
  .info a {
    font-size: 13px;
    text-decoration: none;
  }
  /*   FOOTER INFO   */
  .footerinfo {
    width: 100%;
    margin: auto;
    background: #38A9BA repeat;
    padding: 30px;
    margin-top: 40px;
  }
  .footerinfoWrap {
    width: 100%;
    max-width: 869px;
    margin: auto;
  }
  .f_info {
    width: 540px;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-right: 40px;
  }
  .f_cont {
    width: 240px!important;
    float: left;
    font-size: 16px;
    color: #fff;
  }	
	
	
}


/* 画面サイズ 869px 以上 1160px 未満 */
@media (769px <= width < 869px) {
    
  header {
    width: 769px;
    margin: auto;
  }
  #headerContainer {
    padding-top: 20px;
  }
  #headerContainer li {
    float: right;
    font-size: 16px;
    margin-left: 20px;
    font-weight: bold;
  }
  #headerContainer li a {
    color: #04a5ba;
  }
  #headerContainer li a:link {
    color: #04a5ba;
    text-decoration: none;
  }
  .mainvisualWrap {
    width: 100%;
    max-width: 769px;
    margin: auto !important;
  }
  #logo {
    max-width: 620px;
    width: 100%;
    margin: auto !important;
  }
  .topimg {}
  #Wrap {
    margin-top: 80px;
    width: 100%;
	 overflow: hidden;
  }
  /*     about     */
  .aboutWrap {
    width: 769px;
    margin: auto;
    margin-top: 30px !important;
  }
  .about_ttl {
    float: left;
    width: 350px;
    display: block;
  }
  .about_ttl h2 {
    font-size: 36px;
    margin-top: 12px;  
    color: #38A9BA;
  }
  .about_ttl h2::before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 40px;
    margin-right: 20px !important;
    background-image: url("../img/headlogo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .about_ttl span {
    font-size: 12px;
    color: #333333;
    margin-left: 79px;
    margin-top: -38px !important;
    display: block;
  }
  .aboutamone {
    float: right;
    width: 300px;
    display: block;
    margin-top: 18px;
  }
  .aboutamone p {
    font-size: 15px;
    color: #333333;
  }
.slideWrap {
  margin-top: 40px !important;
  max-width: 769px;
  width: 100%;
  margin: auto;
}
.slideshow-fade {
  position: relative;
  display: flex;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  height: 320px;
  overflow: hidden;
}
.slideshow-fade li {
  list-style: none;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0;
}
.slideshow-fade img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}	
	
  /*     Works    */
  #works {
    margin-top: 100px;
    width: 100% !important;
  }
  .worksWrap {
    width: 100%;
    max-width: 769px !important;
    margin: auto !important;
  }
  .worksWrap h2 {
    margin-bottom: 40px !important;
    font-size: 34px;
    text-align: center;
  }
  .worksWrap h2 span {
    font-size: 14px;
    color: #38A9BA;
    margin-top: -20px !important;
    text-align: center;
    display: block;
  }
  .amoneworks {
    width: 22.5%;
    margin-right: 3%;
    margin-bottom: 30px;
    float: left;
    height: auto;
  }
  .amoneworks:nth-child(4n) {
    width: 22.5%;
    margin-right: 0%;
    float: left;
    margin-bottom: 30px;
  }
  .amoneworks dt {
    max-width: 869px;
    width: 85%;
    border: solid 20px #F4F4F4;
  }
  .amoneworks dt img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .amoneworks dd {
    margin-top: 10px;
  }
  .amoneworks dd h3 {
    font-size: 12px;
    color: #333;
    margin-top: 2px !important;
    text-align: left;
    line-height: 1.4 !important;
  }
  .amoneworks dd p {
    font-size: 9px;
    text-align: left;
  }
 .amoneworks hr { color: #D2D2D2!important; margin-bottom: 10px; margin-top:10px;
  }    
    
  .slideshow-fade_Works {
    position: relative;
  }
  .slideshow-fade_Works::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
  }
  .slideshow-fade_Works li {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*    Engineer    */
	
	
	
  #engineer {
    margin-top: 200px !important;
    overflow: hidden!important;
	  width: 100vw!important;
	  
  }
	
	 .engineerW	{
	width: 100%;
    max-width: 769px !important;	
	margin: auto;	 
	   }
	
	
  .engineerWrap {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50% + 40px);
    background: #38A9BA repeat;
    padding-left: 40px;
    padding-bottom: 40px !important;
    height: auto;
    z-index: -999;
	 overflow: hidden;  
    border-radius: 60px 0 0 60px;
  }
  .amone_logo {
    position: relative;
    left: -40px !important;
    top: -365px !important;
    width: 72px;
  }
  .engineerWrap h2 {
    font-size: 125px;
    text-align: left;
    color: white;
    position: relative;
    left: -60px !important;
    top: -56px !important;
    display: block;
  }
  .engineerCont {
    width: 100%;
    max-width:684px !important;
    margin: auto !important;
    margin-top: -40px!important;
  }
  .engineerCont dl {
    width: 100%;
    max-width: 218px;
    margin-right: 15px;
    float: left;
  }
  .engineerCont dl:last-child {
    width: 100%;
    max-width: 218px;
    margin-right: 0px;
    float: left;
  }
  .engineerCont dt {
    width: 100%;
    max-width: 218px;
    margin-bottom: 10px;
  }
  .engineerCont dd h3 {
    font-size: 20px;
    color: white;
    text-align: center;
    display: block
  }
  .engineerCont dd h3 span {
    font-size: 10px;
    color: white;
    text-align: center;
    margin-top: -16px !important;
    display: block
  }
  .engineerCont dd p {
    font-size: 14px;
    color: white;
    text-align: center;
    margin-top: -20px !important;
  }
  .engineerCont ul {
    margin: auto !important;
    display: block;
    text-align: center;
    width: 120px;
    margin-top: -10px !important;
  }
  .engineerCont li {
    width: 30px;
    margin-right: 15px;
    float: left;
    display: block;
  }
  .engineerCont li img {
    max-width: 30px;
    width: 100%;
    display: block;
  }
  .engineerCont li:last-child {
    max-width: 30px;
    width: 100%;
    margin-right: 0px;
    float: left;
    display: block;
  }
  /*   INFO   */
  #info {
    width: 100%;
    margin: auto;
  }
  .informationWrap {
    width: 100%;
    max-width: 769px !important;
    margin: auto !important;
    margin-top: -300px !important;
  }
  .informationWrap h2 {
    margin-bottom: 40px !important;
    font-size: 34px;
    text-align: center;
  }
  .informationWrap h2 span {
    font-size: 14px;
    color: #38A9BA;
    margin-top: -20px !important;
    text-align: center;
    display: block;
  }
  .access_gmap {
    width: 100%;
    position: relative;
    padding-top: 42%;
  }
  .access_gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access_p {
    width: 90%;
    max-width: 769px;
    margin: auto;
    margin-top: 10px;
  }
  .access_p a {
    font-size: 12px;
    text-align: left !important;
    color: #38A9BA;
    text-decoration: none;
  }
  .infoWrap {
	  display: block;
    width: 100%!important;
    max-width: 620px!important;
    margin-bottom: 60px;
    margin-top: 30px;
    margin: auto!important;
  }
	
	
  .infologo {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-top: 20px;
  }
  .infologo img {
    width: 100%;
  }
  .info {
     width: 50%;
    float: left;
  }
  .info h3 {
    font-size: 21px;
  }
  .info p {
    font-size: 13px;
  }
  .info a {
    font-size: 13px;
    text-decoration: none;
  }
    
    
  /*   FOOTER INFO   */
  .footerinfo {
    width: 100%;
    margin: auto;
    background: #38A9BA repeat;
    padding: 30px;
    margin-top: 40px;
  }
  .footerinfoWrap {
    width: 100%;
    max-width: 769px;
    margin: auto;
  }
  .f_info {
    width: 490px;
    float: left;
    font-size: 16px;
    color: #fff;
    margin-right: 40px;
  }
  .f_cont {
    width: 190px!important;
    float: left;
    font-size: 16px;
    color: #fff;
  }	
	    
    

}



@media (max-width: 768px){
    
  header {
    width: 100%;
    margin: auto;
  }
  #headerContainer {
    padding-top: 20px;
  }
  #headerContainer li {
    float: right;
    font-size: 16px;
    margin-left: 20px;
    font-weight: bold;
  }
  #headerContainer li a {
    color: #04a5ba;
  }
  #headerContainer li a:link {
    color: #04a5ba;
    text-decoration: none;
  }
  .mainvisualWrap {
    width: 100%;
    max-width: 768px;
    margin: auto !important;
  }
  #logo {
    max-width: 748px;
    width: 80%;
    margin: auto !important;
  }
  .topimg {}
  #Wrap {
    margin-top: 80px;
    width: 100%;
	 overflow: hidden;
  }
    
    
   /*  
.scroll_down {
    display: none!important;

}

.scroll_down .mouse {
   display: none!important;
}

.scroll_down .mouse > * {
   display: none!important;
}
      */    
    
  /*     about     */
  .aboutWrap {
    width: 100%;
    max-width: 768px;  
    margin: auto;
    margin-top: 10px !important;
  }
  .about_ttl {
    width: 90%;
    max-width: 768px; 
    margin: auto;  
    display: block;
  }
  .about_ttl h2 {
    font-size: 36px;
    color: #38A9BA;
  }
  .about_ttl h2::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 32px;
    margin-top: -5px !important;  
    margin-right: 15px !important;
    background-image: url("../img/headlogo.svg");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .about_ttl span {
    font-size: 12px;
    color: #333333;
    margin-left: 67px;
    margin-top: -34px !important;
    display: block;
  }
  .aboutamone {
    width: 90%;
    max-width: 768px; 
    margin-top: 10px!important;
    margin: auto;  
  }
  .aboutamone p {
    font-size:16px;
    color: #333333;
  }
.slideWrap {
  margin-top: 40px !important;
   width: 90%;
    max-width: 768px; 
  margin: auto;
}
.slideshow-fade {
  position: relative;
  display: flex;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  height: 180px;
  overflow: hidden;
}
.slideshow-fade li {
  list-style: none;
  width: 100%;
  height: 100%;
  border-radius: 0 30px 30px 0;
}
.slideshow-fade img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}	
    
    
	
  /*     Works    */
  #works {
    margin-top: 60px;
    width: 100% !important;
  }
  .worksWrap {
    width: 95%;
    max-width: 768px !important;
    margin: auto !important;
  }
  .worksWrap h2 {
    margin-bottom: 40px !important;
    font-size: 32px;
    text-align: center;
  }
  .worksWrap h2 span {
    font-size: 13px;
    color: #38A9BA;
    margin-top: -20px !important;
    text-align: center;
    display: block;
  }
  .amoneworks {
    width: 43%;
    margin-right: 8%!important;
    margin-bottom: 30px!important;
    float: left;
    height: auto;
    display: block!important;
  }
  .amoneworks:nth-child(2n) {
    width: 43%;
    margin-right: 0%!important;
    float: left;
    margin-bottom: 30px!important;
    height: auto;  
	display: block!important;  }
	
  .amoneworks dt {
    max-width: 768px;
    width: 100%;
	  display: block;
    border: solid 10px #F4F4F4;
  }
  .amoneworks dt img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .amoneworks dd {
	width: 100%!important;
    margin-top: 10px;
	padding: 10px;  
	margin: auto!important;
	text-align: left;
  }
  .amoneworks dd h3 {
    font-size: 12px;
    color: #333;
    margin-top: 5px!important;
    text-align: left;
    line-height: 1.4 !important;
  }
  .amoneworks dd p {
    font-size: 9px;
    text-align: left;
  }
 .amoneworks hr { color: #D2D2D2!important; margin-bottom: 10px; margin-top:10px;
  }    
        
    
  .slideshow-fade_Works {
    position: relative;
  }
  .slideshow-fade_Works::before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
  }
  .slideshow-fade_Works li {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /*    Engineer    */
	
	
	
  #engineer {
    margin-top: 180px !important;
    overflow: hidden!important;
	  width: 100vw!important;
	  
  }
	
	 .engineerW	{
	width: 90%;
    max-width: 768px !important;	
	margin: auto;	 
	   }
	
	
  .engineerWrap {
    margin-right: calc(50% - 50vw);
    padding-right: calc(50vw - 50% + 40px);
    background: #38A9BA repeat;
    padding-left: 40px;
    padding-bottom: 40px !important;
    height: auto;
    z-index: -9999!important;
	 overflow: hidden;  
    border-radius: 30px 0 0 30px;
  }
  .amone_logo {
    position: relative;
    left: -84px !important;
    top: -760px !important;
    width: 122px; 
  }
  .engineerWrap h2 {
    font-size: 76px;
    text-align: left;
    color: white;
    position: relative;
    left: -50px !important;
    top: -38px !important;
    display: block;
  }
  .engineerCont {
    width: 85%;
    max-width:768px !important;
    margin: auto !important;
    margin-top: 20px!important;
  }
  .engineerCont dl {
    width: 100%;
    max-width:768px !important;
    margin: auto;
    margin-bottom: 50px;  
  }

  .engineerCont dt {
    width: 100%;
    max-width:768px !important;
    margin-bottom: 10px;
  }
  .engineerCont dd h3 {
    font-size: 23px;
    color: white;
    text-align: center;
    display: block
  }
  .engineerCont dd h3 span {
    font-size: 12px;
    color: white;
    text-align: center;
    margin-top: -20px !important;
    display: block
  }
  .engineerCont dd p {
    font-size: 18px;
    color: white;
    text-align: center;
    margin-top: -20px !important;
  }
  .engineerCont ul {
    margin: auto !important;
    display: block;
    text-align: center;
    width: 111px;
    margin-top: -10px !important;
  }
  .engineerCont li {
    width: 27px;
    margin-right: 15px;
    float: left;
    display: block;
  }
  .engineerCont li img {
    max-width: 27px;
    width: 100%;
    display: block;
  }
  .engineerCont li:last-child {
    max-width: 27px;
    width: 100%;
    margin-right: 0px;
    float: left;
    display: block;
  }
    
  /*   INFO   */
  #info {
    width: 100%;
    margin: auto;
  }
  .informationWrap {
    width: 100%;
    max-width: 768px !important;
    margin: auto !important;
    margin-top: -680px !important;
  }
  .informationWrap h2 {
    margin-bottom: 40px !important;
    font-size: 32px;
    text-align: center;
  }
  .informationWrap h2 span {
    font-size: 13px;
    color: #38A9BA;
    margin-top: -20px !important;
    text-align: center;
    display: block;
  }
  .access_gmap {
    width: 100%;
    position: relative;
    padding-top: 70%;
  }
  .access_gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .access_p {
    width: 95%;
    max-width: 768px;
    margin: auto;
    margin-top: 10px;
  }
  .access_p a {
    font-size: 11px;
    text-align: left !important;
    color: #38A9BA;
    text-decoration: none;
  }
  .infoWrap {
	  display: block;
    width: 95%!important;
    max-width: 768px!important;
    margin-bottom: 60px;
    margin-top: 60px;
    margin: auto!important;
  }
	
	
  .infologo {
      margin: auto;
	  display: block;
    width: 68%!important;
    margin-top: 20px;
    margin-bottom: 20px;  
  }
  .infologo img {
    width: 100%;
  }
  .info {
  width: 90%;
  max-width: 100%;
  margin: auto;
  }
  .info h3 {
    font-size: 20px;
  }
  .info p {
    font-size: 14px;
  }
  .info a {
    font-size: 14px;
    text-decoration: none;
  }
    
    
  /*   FOOTER INFO   */
  .footerinfo {
    width: 100%;
    margin: auto;
    background: #38A9BA repeat;
    padding: 20px 0 40px;
    margin-top: 40px;
  }
  .footerinfoWrap {
     width: 100%;
    max-width: 768px;
    margin: auto;
  }
  .f_info {
    width: 90%;
    max-width: 768px;
    margin: auto;
    font-size: 15px;
	padding: 10px!important;  
    margin-bottom: 10px;
	display: block;  
    color: #fff;
  }
  .f_cont {
    width: 80%!important;
    max-width: 420px;
	 	display: block; 
    font-size: 14px;
	margin: auto; 
    color: #fff;
  }	
	    
    
     
    
    
}	









  /*     contact  下記本アップ時削除ok   */

@media screen and (min-width: 769px) {
	
  /*     contact     */
  .contactWrap {
    width: 1060px;
    margin: auto;
  }
  .contactWrap h2 {
    font-size: 42px;
    color: #04a5ba;
    font-weight: bold;
    text-align: center;
  }
  table.formTable {
    width: 900px;
    margin: 30px auto;
    border-collapse: collapse;
  }
  table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
  }
  table.formTable th {
    font-weight: bold;
    background: #efefef;
    text-align: center;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
    background: #aae8ef;
  }
  form input[type="text"], form textarea {
    width: 98%;
    padding: 5px;
    font-size: 110%;
    display: block;
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 70%;
    height: 50px;
    color: #fff;
    background: #04a5ba;
    border: none !important;
  }
 }


@media screen and (max-width: 768px) {
  header {
    width: 100%;
    max-width: 768px;
    margin: auto;
  }
  #headerContainer {
    padding-top: 30px;
    padding-right: 10px;
  }
  #headerContainer li {
    float: right;
    font-size: 14px;
    margin-left: 20px;
    font-weight: bold;
  }
  #headerContainer li a {
    color: #04a5ba;
  }
  #headerContainer li a:link {
    color: #04a5ba;
    text-decoration: none;
  }
  .mainvisualWrap {
    width: 100%;
    max-width: 768px;
    margin: auto !important;
  }
  #logo {
    max-width: 768px;
    width: 80%;
    margin: auto !important;
  }
  .topimg {}
    
    
  #Wrap {
    margin-tpp: 10px;
    width: 100%;
  }
  .contactWrap {
    width: 100%;
    margin: auto;
  }
  .contactWrap h2 {
    font-size: 32px;
    color: #04a5ba;
    font-weight: bold;
    text-align: center;
  }
  table.formTable {
    width: 85%;
    margin: 30px auto;
    border-collapse: collapse;
  }
  table.formTable td, table.formTable th {
    border: 1px solid #ccc;
    padding: 10px;
  }
  table.formTable th {
    font-weight: bold;
    background: #efefef;
    text-align: center;
  }
  table.formTable th, table.formTable td {
    width: auto;
    display: block;
  }
  table.formTable th {
    margin-top: 5px;
    border-bottom: 0;
    background: #aae8ef;
  }
  form input[type="text"], form textarea {
    width: 95%;
    padding: 5px;
    font-size: 100%;
    display: block;
  }
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display: block;
    width: 70%;
    height: 50px;
    color: #fff;
    background: #04a5ba;
    border: none !important;
  }
}