@charset "UTF-8";
body {
  background-image: url("../img/bg.png");
}
.mv_sp {
  display: block;
  width: 100vw;
  height: 100%;
}
.mv_sp img {
  width: 100%;
}
.mv_pc {
  display: none;
}
@media (min-width: 600px){
  .mv_sp {
    display: none;
  }
  .mv_pc {
    display: block;
    width: 100vw;
  }
  .mv_pc img {
    display: block;
    width: 100vw;
  }
}
.about {
  position: relative;
  padding: 200px 30px 60px;;
  }
.about_rakam p {
  margin-top: 40px;
}
.about_contents-one {
  padding: 50px 0px 25px;
  text-align: right;
  }
.about h2 {
  font-size: 4.5vw;
  line-height: 10vw;
  margin: 150px 20px 0;
  text-align: left;
  letter-spacing: 1vw;
}
h2 span {
  border: solid 2px #FFF;
  padding: 5px 5px 5px 8px;
  margin: 0 5px;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
  box-shadow: 4px 6px 0px 4px rgba(254, 44, 85, 0.5), -4px -1px 0px 5px rgba(37, 244, 238, 0.5)
}

.about_contents {
  display: flex;;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.about_contents h2 {
  display: none;;
}
.about_contents img {
  width: 13vw;
  min-width: 80px;
  padding: 40px 0;
}
.about_contents p {
  display: inline-flex;
  align-items: center;
  margin: 0 20px;
}
.btn_about {
  display: block;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  width: 20vw;
  max-width: 120px;
  margin: 60px auto 30px;
  padding: 1rem 4rem;
  font-weight: bold;
  color: #FFF;
  border: 2px solid #FFF;
}
.btn_about:hover {
	background: #9122FF;
  border: 2px solid #9122FF;
	transition: 0.5s;
}


/*-----------------------about-pc-----------------------------*/
@media (min-width: 600px){
  .about {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    padding: 200px 150px 120px;
    }
  .about h2 {
    display: none;
  } 
.about_contents h2 {
  display: block;
  margin: 0;
  order: 2;
  font-size: 2vw;
    line-height: 6vw;
  margin: 0 30px 5vh;
}
.about_contents h2 span {
  padding: 5px 5px 5px 1vw;
  margin-right: 1vw;
}
}


.vliver {
  text-align: center;
  padding: 200px 30px 60px;
}
.vliver h1 img{
  width: 240px;
}
.vliver_contents {
  position: relative;
  width: 100%;
  margin: 0 auto ;
}
.vliver_contents h2 {
  font-size: 3rem;
  margin-bottom: 20px;
}

.vliver_contents_pc-bg img {
  display: none;
}

.vliver_contents img {
  width: 100%;;
}
.vliver_contents h2 img{
  width: 20vw;
  min-width: 200px;
}
.liver_sp {
  margin-top: 15vw;
}
.vliver_pc {
  margin-top: 80px;
}
.vliver_pc-one_right img {
  display: none;
}
.vliver_pc-two_left img {
  display: none;
}
.vliver_contents h2 {
  margin-bottom: 5vw;
}

/*-----------------------vliver-pc-----------------------------*/
@media(min-width :600px){
.vliver {
  text-align: center;
  padding: 200px 170px 60px;
}
.vliver_sp img {
  width: 40vw;
}
.vliver p {
  text-align: center;
}
}
@media(min-width :1200px){
.vliver {
    margin: 0 auto;
    position: relative;
}
.vliver_pc {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.vliver_pc-one_left {
  width: 20vw;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.vliver_pc-two_right {
  width: 30vw;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.vliver_pc-two_left img {
  display: block;
  width: 25vw;
  min-width: 300px;
}
.vliver_contents {
  margin: 0;;
}
.vliver_contents_pc-bg img {
  display: block;
  position: absolute;
}

.vliver_pc-one_right img {
  display: block;
  width: 35vw;
  min-width: 300px;
}
.vliver_pc-two_right {
  width: 30vw;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.vliver_pc-two_left img {
  width: 25vw;
}
.vliver_sp-main img {
  display: none;
}
.vliver_pc-one_left h3, .vliver_pc-two_right h3 {
  margin-bottom: 7vw;
  font-size: 1.5vw;
   width: 100%;
  text-align: center;
}
}
@media screen and (max-width:250px) {
  .btn {
    display: block;
    margin-top: 50px;
    justify-content: space-between;
  }
  a.btn_04 {
  margin: 10px auto;
  width: 120px;
  padding: 10px 10px 10px 20px;
  z-index: 999;
  }
}
@media screen and (min-width: 300px) and (max-width:600px) { 
  .btn {
  display: flex;
  margin-top: 10vw;
  justify-content: center;

}
a.btn_04 {
margin: 10px;
width: 30vw;
padding: 10px 10px 10px 20px;
z-index: 999;
}
}
@media screen and (min-width:601px) and (max-width:800px) {
  .btn {
    display: block;
    margin-top: 50px;
    justify-content: space-between;
  }
  a.btn_04 {
  margin:  25px auto;
  width: 120px;
  padding: 10px 10px 10px 20px;
  z-index: 999;
  }
}
@media screen and (min-width:601px) and (max-width:800px) {
  .vliver_contents_pc-bg img {
  display: none;
  }
}




.fqr {
    text-align: center;
    padding: 200px 30px 150px;
  }
  .fqr_contents {
    margin: 80px auto 0;
    width: 80vw;
    max-width: 660px;
  }
  .fqr_contents__Q,.fqr_contents__A {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .fqr_contents__Q img,.fqr_contents__A img {
    width: 15vw;
  }
.company {
  padding: 200px 30px 60px;
}
.company table {
  margin: 0 auto;;
}
.company tr {
  border-bottom: 1px solid #FFF;
  margin-bottom: 30px;
  line-height: 80px;
}
.company td {
  margin-right: 20px;
}
@media (min-width: 600px){
  .fqr_contents__Q img,.fqr_contents__A img {
    width: 100px;
  }
}
/*-----------------------contat-pc-----------------------------*/
@media (max-width: 650px){
  .contact {
    display: none;
  }
}
@media (min-width: 651px){
.contact {
  max-width: 960px;
  margin: 0 auto; 
  position: relative;
  padding: 100px 150px 120px;
}
.contact_contents {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.contact h2 { 
  font-size: 2vw;
  line-height: 9rem;
}
.contact_contents_left {
  flex-basis: 30%
}
.contact_contents_left img{
  width: 12vw;
}
.contact_contents_right {
  flex-basis: 50%;
}
}

.about .sns {
  margin: 200px auto;
}

