@charset "UTF-8";
body {
  background-image: url("../img/sp-bg.png")
}
/*--------------------------top--------------------------------*/
.top {
  position: relative;
}
.pc-top_bg {
  height: 100vw;
  margin: 0 0 0 auto;
  background-color: #FFD80C;
  }
  .pc-top_hand-img {
    position: absolute;
    top: -15vw;
    right: 0;
  }
  .pc-top_hand-img img {
    width: 100vw;
  }
  .pc-top_text-img {
    position: absolute;
    bottom: 15vw;
    right: 0;
  }
  .pc-top_text-img img {
  width: 100vw;
  }
@media(min-width: 960px){
  .top {
    margin-top: 10vw;
  }
  .pc-top_bg {
  width: 70vw;
  height: 42vw;
  }
  .pc-top_hand-img img {
    width: 50vw;
  }
  .pc-top_text-img {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .pc-top_text-img img {
  width: 50vw;
  }
}
/*--------------------------about--------------------------------*/
.about {
  position: relative;
  height: 200px;
  margin-bottom: 150px;
  }
.about_contens {
  position: absolute;
  top: -35px;
  background-color: #FFF;
  width: 70vw;
}
.about_contens h1 {
  position: absolute;
  top: -25px;
  left: 30px;
  font-size: 3rem;
}
.about_contens p {
  margin: 150px 30px 40px 30px;
}
@media(min-width: 960px){
  .about {
    position: relative;
    height: 100px;
    margin-bottom: 150px;
    }
  .about_contens {
    position: absolute;
    top: -25vw;
    background-color: #FFF;
    width: 50vw;
  }
  .about_contens h1 {
    position: absolute;
    top: -50px;
    left: 6vw;
    font-size: 4vw;
    line-height: 5vw;
  }
  .about_contens p {
    font-size: 1.4vw;
    line-height: 4vw;
    margin: 12vw 30px 7vw 7vw;
  }
}
/*--------------------------service--------------------------------*/
.service {
  position: relative;
  margin: 0 30px 150px;
  padding: 30px;
  background-color: #FFF;
}
.service h1 {
  position: absolute;
  top: -30px;
}
.service_contents-one,.service_contents-two {
  margin-top: 60px;
}
.service h2 {
  display: inline-block;
  border-bottom: 2px solid #30AF4C;
}
.service img {
  width: 100%;
  margin-bottom: 30px;
}
.service_contents_right {
  display: none;
}
@media(min-width: 960px){
  .service {
    position: relative;
    width: 70vw;
    margin: 0 0 150px auto;
    padding: 60px;
    background-color: #FFF;
  }
  .service h1 {
    position: absolute;
    top: -30px;
  }
  .service_contents {
    width: 60vw;
  }
  .service_contents-one {
    display: flex;
    margin-top: 60px;
  }
  .service_contents_left {
    flex-basis: 50%;
  }
  .service_contents_right {
    display: block;
    flex-basis: 50%;
    margin-left: 1vw
  }
  .service_contents-two {
    display: block;
    margin: 10vw 0 50px;
  }
  .service h2 {
    display: inline-block;
    border-bottom: 2px solid #30AF4C;
  }
  .service_contents_sp-img {
    display: none;
  }
  .bg-contents {
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0vw;
    left: -20vw;
    width: 30vw;
    height: 100vh;
    z-index: -1;
}
}
/*--------------------------campany--------------------------------*/
.company {
  position: relative;
  background-color: #1972DA;
  padding: 60px;
  margin-bottom: 150px;
}
.company h1 {
  position: absolute;
  top: -30px;
  scroll-padding-top: 600px;
}
.company ul {
margin-bottom: 20px;
border-bottom: 1px solid #FFF;
}
.company li {
  list-style: none;
  color: #FFF;
  margin-bottom: 10px;
}
@media(min-width: 960px){
.company{
  position: relative;
  width: 40vw;
  margin: 0 auto 150px 0;
  padding: 100px 10vw 60px 24vw;
  background-color: #1972DA;
}
.company h1 {
  left: 24vw;
}
.company ul {
  display: flex;
  border-bottom: none;
}
.company li {
  width: 30vw;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 2vw;
}
}
/*--------------------------contact--------------------------------*/
.contact {
  position: relative;
  background-color: #FFD80C;
  margin: 0 30px;
  padding: 30px;
  margin-bottom: 150px;
  height: 100%;
}
.contact h1 {
  position: absolute;
  top: -30px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.contact p {
  text-align: center;
  margin-top: 30px;
}
.contact_text {
  margin: 0 auto;
  max-width: 340px;
}
@media(min-width: 960px){
  .contact {
    width: 40vw;
    margin:0 auto 150px;
  }
}
/*--------------------------bg-img--------------------------------*/
.service-img img {
  z-index: -1;
  position: absolute;
  bottom: -46vw;
  right: 0;
  width: 30vw;
}
.company-img img {
  z-index: -1;
  position: absolute;
  bottom: -50vw;
  left: 0vw;
  width: 40vw;
}
@media(min-width: 960px){
.service-img img {
  z-index: -1;
    position: absolute;
    top: -10vw;
    left: -30vw;
    width: 40vw;
}
.company-img img {
  z-index: -1;
  position: absolute;
  top: 30vw;
  left: 65vw;
  width: 35vw;
}
}