html {
  background-color: #f5f5f5;
}

body {
  background-color: #000;

  margin: 0 auto !important;
}

a {
  transition: all 0.3s;
}

a[href^="tel:"] {
  text-decoration: none !important;
  color: #040000;
}

.header, .content {
  max-width: 1230px;
  margin: 0 auto;
  background-color: #fff;
}

.footer {
  max-width: 100%;
  background-color: #000;
  position: relative;
}
.footer .gray-area {
  position: absolute;
  top: -111px;
  left: 0;
  background-color: #AFAFAF;
  padding-bottom: 30%;
}
.footer .footer-link-area a:nth-of-type(1) {
  position: relative;
  top: 5px;
  left: 0;
}
.footer .footer-bottom {
  width: 41%;
  padding: 8% 0 3%;
  margin: 0 auto;
}

.inner_head {
  max-width: 1230px;
  margin: 0 auto;
}

.inner {
  max-width: 1230px;
}

.content img, .content_head img {
  width: 100%;
  height: auto;
}
.content .btn__doc--images img {
  width: 95%;
  height: auto;
}

.footer img {
  width: 100%;
  height: auto;
}

._hide {
  display: none;
}

.color-red {
  color: red;
}

.bg-danger {
  padding: 0px 10px;
  margin: 3px 0;
  background-color: #F3DEDE;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

/* section */
.section-inner {
  padding: 4%;
}
.section-inner.section-inner--type2 {
  padding: 0 4%;
}

#section1 {
  background: #000000;
  position: relative;
  margin-top: -3px;
}
#section1 .section-inner {
  padding: 4%;
}
#section1 .bg-bottom {
  position: absolute;
  bottom: -3.2%;
  left: 0;
  z-index: 1;
}


#section2 {
  background: black;
  position: relative;
}
#section2 .h2 {
  background: linear-gradient(to bottom, rgba(42, 46, 57, 0.49), rgba(42, 46, 57, 0.7), rgb(42, 46, 57)), url(../images/img7_pc.png);
  background-repeat: no-repeat;
  background-size: 110%;
  padding: 2% 25% 3%;
}
#section2 .section-inner {
  padding: 0 4% 4%;
}
#section2 .sec2-part2 {
  position: relative;
}
#section2 .sec2-part2 .h3 {
  position: absolute;
  top: -5%;
}

.sec2-bottom-area {
  width: 100%;
  height: 5%;
}

.sec2-bottom {
  width: 50%;
  margin: -1vw auto;
  padding-top: 1%;
}

#section3 {
  background: black;
  margin-top: -1px;
}
#section3 .h2 {
  margin-bottom: 10%;
}
#section3_new {
  background: black;
  margin-top: -1px;
}
#section4 {
  margin: -3px 0px;
}
#section5 {
  background: black;
}
#section8 {
  background-color: #fff;
}

#section9 {
  background-color: #000;
  position: relative;
  z-index: 1;
}
#section9 .ribbon2 {
  position: absolute;
  top: -9%;
}

#section10 {
  background-color: #000;
  padding: 0em 4% 1%;
  position: relative;
  margin-top:-1px;
}
#section10 .form__container {
  margin: 4% 0;
}

#section11 {
  background-color: #AFAFAF;
  position: relative;
  /* padding-top: 10%; */
}

/* btn */
.btn {
  width: 100%;
  position: relative;
}
.btn .btn__doc {
  position: absolute;
  display: block;
  left: 2.5%;
  width: 93.5%;
  /* bottom: -4%; */
}
.btn .btn__doc--images {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: block;
  border-radius: 12px;
  cursor: pointer;
}
.btn .btn__doc--images:hover {
  opacity: 0.8;
}
.btn .btn__doc--images img {
  height: auto;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
  transition: 0.4s ease-in-out;
}
.btn .btn__doc:hover img:nth-of-type(2) {
  opacity: 0;
}

.btn2-section {
  background: #000;
  width: 100%;
  margin: -1% auto 0;
  position: relative;
}

.btn__link {
  position: absolute;
  display: block;
  width: 46%;
  left: 4%;
  top: 40%;
}
.btn__link_1 {
  position: absolute;
  display: block;
  width: 37%;
  left: 14%;
  top: 65%;
}

.footer {
  background-color: rgb(26,26,26);
}
.p-0 {
  padding: 0px !important;
}



@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc-inner {
    padding: 0 10%;
    margin: 0 auto;
  }
  h1 img {
    margin-bottom: -4px;
  }
  #section2 .h2 {
    background-size: 100%;
    padding: 2% 15% 3%;
  }
  #section2 .sec2-part2 .h3 {
    top: -13%;
  }
  #section3 .h2 {
    margin-bottom: 2%;
  }
  #section3 .sec3-parts {
    margin: 0;
  }
  .btn2-section {
    background-color: #000;
    padding: 5% 0;
  }
  #section5 {
    position: relative;
    top: -45px;
    padding: 0 10%;
  }
  #section6 {
    position: relative;
    background: black;
  }
  #section7 {
    position: relative;
  }
  #section8 {
    position: relative;
  }
  #section9 {
    margin-top: -4px;
    padding: 3% 0 0;
  }
  #section10 {
    padding: 4em 4% 4%;
  }
  #section11 {
    /* padding: 2.5% 0; */
  }
  #section11 {
    background-color: #AFAFAF;
  }
  
  .about-link-container {
    position: absolute;
    top: -88%;
    left: 0;
    width: 100%;
    padding: 5% 0;
    background-color: #AFAFAF;
  }
  .about-link-area {
    justify-content: center;
  }
  .footer {
    max-width: 1230px;
    margin: 0 auto;
  }
  .gray-area {
    margin-bottom: 0;
  }
  .footer .footer-bottom {
    width: 100%;
    padding: 0;
  }

  #section1 .img2 {
    width: 78%;
    margin-left: 11%;
    margin-top: -2%;
  }

  #section3_new .img13-1 {
    margin: -8% 0 2% 0%;
  }

  #section7 .img18 {
    padding-top: 4%;
  }


}

.btn__tel {
  position: absolute;
  display: block;
  bottom: 2.2%;
  width: 92.5%;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .content img {
    margin-bottom: -1vw;
  }
  #section1 .section-inner {
    margin: 0 0;
    padding-bottom: 8%;
  }
  .btn__link {
    width: 49%;
    left: 5%;
    top: 40%;
  }
  .btn__link_n {
    top: 54% !important;
  }
  .btn__link_1 {
    width: 47%;
    left: 5%;
    top: 61%;
  }
  .btn .btn__doc {
    bottom: 33.5vw;
    left: 0.8%;
    width: 98%;
  }
  .btn__doc_n {
    bottom: 21.5% !important;
  
  }
  #section2 .h2 {
    background: linear-gradient(to bottom, rgba(42, 46, 57, 0.49), rgba(42, 46, 57, 0.7), rgb(42, 46, 57)), url(../images/img7.png);
    padding: 8% 6% 9%;
  }
  .btn__tel {
    width: 97%;
    left: 3.2%;
    bottom: 0.7%;
  }
  .pc-img4 {
	display: none;
  }
  .sp-img4 {
	width: 94%;
    margin-left: 3%;
    margin-bottom: 20px;
  }

  #section1 .img2 {
    width: 110%;
    margin-left: -5%;
  }

  #section3_new .section-inner {
    padding: 4% 0;
  }

  #section4 .img15 {
    background-color: #000;
    padding-top: 10%;
  }
  #section10 .imgwide img {
    width: 105% !important;
    margin-left: -2.5%;
  }

  #section11 {
    /* padding: 4% 0 5%; */
    background-color: #ababab;
  }
  .content .btn__doc--images img {
    width: 100%;
    height: auto;
  }
  
  .footer-link-area a {
    border-bottom: 1px solid #fff;
  }

}
@media screen and (max-width: 600px) {
  .btn .btn__doc {
    bottom: 20.5%;
  }
  .btn__doc_n {
    bottom: 20.5% !important;  
  }
}
@media screen and (max-width: 500px) {
  .btn .btn__doc {
    bottom: 19%;
  }
  .btn__doc_n {
    bottom: 19.6% !important;  
  }
}
@media screen and (max-width: 400px) {
  .btn .btn__doc {
    bottom: 18%;
  }
  .btn__doc_n {
    bottom: 18.5% !important;  
  }
}
@media screen and (max-width: 360px) {
  .btn .btn__doc {
    bottom: 16.5%;
  }
  .btn__doc_n {
    bottom: 17.5% !important;  
  }
}

@media screen and (min-width: 768px) {
  .btn .btn__doc {
    bottom: 30%; 
  }
  .pc-img4 {
	width: 80%;
    margin-left: 10%;
  }
  .sp-img4 {
	display:none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .btn .btn__doc {
    bottom: 29.2%; 
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .btn .btn__doc {
    bottom: 29%; 
  }
}
/*# sourceMappingURL=style.css.map */