@charset "UTF-8";
.main-area {
  background: #fff;
  height: 100vh;
  position: relative;
}

.main-area .content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-area .main-copy {
  overflow: hidden;
  width: 480px;
}

.main-area .btn {
  border: 2px solid #000;
  margin-top: 30px;
  width: 120px;
}

.main-area .btn a {
  display: block;
  position: relative;
}

.main-area .btn a svg {
  position: relative;
  z-index: 1;
}

.main-area .btn a:after {
  background: #000;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 0;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-area .btn a:hover:after {
  width: 100%;
}

.main-area .btn a .txt-c {
  fill: #000;
  transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-area .btn a:hover .txt-c {
  fill: #fff;
}


.scroll-txt {
  bottom: 0px;
  overflow: hidden;
  padding-bottom: 60px;
  position: absolute;
  right: 30px;
  width: 8px;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.scroll-txt:before {
  background: #000;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 60px;
  width: 1px;
  -webkit-animation: scroll_line 1.6s linear infinite;
  animation: scroll_line 1.6s linear infinite;
}

.scroll-txt.scroll {
  opacity: 0;
}

@-webkit-keyframes scroll_line {
  20% {
    height: 55px;
    top: 50px;
  }
  50%, 100% {
    top: 110px;
  }
}

@keyframes scroll_line {
  20% {
    height: 55px;
    top: 50px;
  }
  50%, 100% {
    top: 110px;
  }
}

.show01 {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

.show02 {
  transition-delay: .1s;
}

.show03 {
  transition-delay: .25s;
  -webkit-transform: translateY(30%);
  transform: translateY(30%);
}

#about{
  margin-top:-200px;
  padding-top:200px;
}

#company{
  margin-top:-200px;
  padding-top:200px;
}

.about-area {
  background: #F2F2F2;
  margin-top: 20vh;
  padding-top:200px;
}

  .about-area .about-container{
    background: #222222;
    position: relative;
    right: 0;
    margin-left: 25vw;
    top: -20vh;
    padding: 20vh 8vw;
  }

  .about-area h2 img{
    width: 300px;
    margin-bottom: 120px;
  }
  .about-area h3{
    font-size: 30px;
    color: #fff;
    margin-bottom: 60px;
  }

  .about-area p{
    color: #fff;
    line-height: 2;
    margin-bottom: 40px;
    width: 620px;
  }

  .about-area p:last-child{
    margin-bottom: 0;
  }


.service-area {
  background: #F2F2F2;
  padding: 100px 0 500px;
  margin: 0 auto;
}

.service-container{
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}

  .service-area h2 img{
    width:560px;
    margin-bottom:100px;
    text-align: center;
  }

  .service-area h3{
    font-weight: bold;
    margin-bottom:100px;
  }

  .service-area .service-box {
    display: flex;
    justify-content: space-between;
  }

  .service-area .service-box > dl{
    flex: 0 0 30%;
  }

  .service-area .service-box dl{
    width: 610px;
    margin-right: auto;
    line-height: 1.8;
  }


  .service-area .service-box dt img{
    width: 200px;
  }

  .service-area .service-box dt h4{
    height: 34px;
    margin-top: 30px;
  }

  .service-area .service-box dt h4 img{
    margin-bottom: 20px;
  }

  .service-area .service-box dd{
    text-align: left;
    margin-top: 50px;
  }

  .service-area .service-box ul{
    margin-top: 30px;
    text-indent: 1.3rem;
  }

  .service-area .service-box li{
    margin-bottom: 10px;
    font-size: 14px;
    list-style: inside;
  }

  .service-area .service-box p {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
  }
   .service-area .service-box p a {
    color: #333;
  }
    .service-area .service-box .shop img{
      width: 120px;
      margin-top: 20px;

  }

 

.company-area {
  background: #fff;
  margin-top: 10vh;
  padding-top: 1vh;
}

  .company-area .company-container{
    background: #fff;
    position: relative;
    left: 0;
    top: -20vh;
    margin-right: 25vw;
    padding: 20vh 8vw 0;
    margin-top: -30vh;

  }

  .company-area h2 img{
    width: 420px;
    margin-bottom: 120px;
  }



table {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 auto 0;
  width: 70%;
}

table th {
  font-weight: normal;
  padding: 40px 0;
  vertical-align: top;
  width: 20%;
  border-bottom: 1px solid #EFEFEF;
}

table td {
  padding: 40px 0;
  vertical-align: top;
  width: 80%;
  border-bottom: 1px solid #EFEFEF;
}

.company-area .map-wap iframe {
  display: block;
  height: 600px;
  width: 100%;
}

footer {
  background: #fff;
}


.contact-area {
  position: relative;
  top: 20vh;
}

.contact-area h2{
  text-align: center;
  font-size: 1.5rem;
  margin: 0 auto 5vh auto;
}

.contact-area table th{
  vertical-align: middle;
  width: 30%;
}

.contact-area table span{
  background: #222222;
  color: #fff;
  padding: 5px 8px;
  font-size: 0.7rem;
  margin-left: 10px;
}

.contact-area table input, select{
  height: 5vh;
  width: 25vw;
}


.contact-area .form-btn{
  text-align: center;
  margin: 10vh 0;
}

.contact-area .form-btn input[type="submit"],
.contact-area .form-btn input[type="reset"]{

  border-style: none;
  background: #000;
  color: #fff;
  font-size: 1rem;
  width: 160px;
  padding: 1vw;
}

/*------------------------------
            liquid
------------------------------*/
@media screen and (max-width: 1120px) {
  .main-area .main-copy {
    width: 70% !important;
  }
  .main-area dd.main-copy img {
    height: auto;
  }
  .main-area .tit {
    margin: 50px 0 10px;
  }
  .service-area .show-wap {
    width: auto;
  }

  .company-area h2 {
    width: 190px;
  }
  .company-area table {
    width: 100%;
  }
  .company-area table th,
  .company-area table td {
    padding: 15px 0;
  }
  .company-area .map-wap iframe {
    height: 400px;
  }
}

/*------------------------------
              sp
------------------------------*/
@media screen and (max-width: 768px) {
  nav ul{
    display: block;
  }


  .main-area {
    height: 70vh;
  }
  .main-area {
    float: none;
    font-size: 13px;

  }
  .main-area .main-copy {
    float: none;
    width: 100%;
  }
  .main-area .main-copy img {
    display: block;
  }
  .main-area .tit {
    font-size: 15px;
    margin: 30px 0 10px;
  }

  .scroll-txt {
    bottom: 5vh;
  }

  .main-area .content{
    top:50%;
  }

  #about{
    margin-top: 0;
    padding: 10vh 10vw;
  }

  .about-area{
    margin-top: 0;
    padding-top:0;
  }

  .about-area h2 img{
    width: 55%;
    margin-bottom: 40px;
  }

  .about-area h3{
    font-size: 23px;
    line-height: 1.8;
    text-indent: -0.8rem;
    margin-bottom:30px;
  }

  .about-area p{
    width: auto;
    margin-bottom: 30px;
  }

  .about-area .about-container{
    position: static;
    margin-left: 0;
    padding: 10vh 8vw;
  }

  .service-area {
    padding: 10vh 6vh;
  }

  .service-area .service-box{
    display: block;
  }

  .service-container{
    width: auto;
    margin: 0;
    text-align: left;
  }

  .service-area h2 img{
    width: 100%;
    margin-bottom: 40px;
  }

  .service-area h3{
    text-align: center;
    margin-bottom: 60px;
  }

  .service-area .service-box dl{
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  .service-area .service-box dl:last-child dd{
    margin-bottom: 0;
  }

  .service-area .service-box dd{
    margin-bottom: 50px;
  }

  .service-area .service-box ul {
    margin-top: 20px;
    text-indent: 1.3rem;
  }

  .service-area .service-box li{
    margin-bottom: 0;
  }


  #company{
    margin-top: 0;
    padding: 10vh 6vh;
  }

  .company-area{
    padding-top: 0;
  }

  .company-area .company-container{
    position: static;
    left: 0;
    top: 0;
    margin-right: 0;
    margin-top: 0;
    width: auto;
    text-align: left;
  }

  .company-area .content{
    width: 100%;
  }

  .company-area h2 img{
    width: 100%;
    margin-bottom: 40px;
  }

  .company-area {
    width: auto;
    margin-top: 0;
    top:0;
    padding-top: 0;
  }
  .company-area h2 {
    width: 100%;
    margin-bottom: 50px;
  }
  table {
    font-size: 13px;
    margin-bottom: 60px;
  }
  table th {
    display: block;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
    border: none;
  }
  table td {
    border-bottom: 1px solid #333;
    display: block;
    padding: 0 0 10px;
    width: 100%;
  }
  .company-area .map-wap iframe {
    height: 300px;
  }

  .contact-area table{
    margin-bottom: 40px;
  }

  .contact-area table th{
    margin-top: 1vh;
    width: 100%;
  }

  .contact-area table input, select{
    width: 98%;
    margin: 1vh 0;
    border: 1px solid #F2F2F2;
  }

  .contact-area .form-btn{
    margin: 0 0 15vh;
  }

  .contact-area .form-btn input[type="submit"],
  .contact-area .form-btn input[type="reset"]{
    font-size: 1rem;
    width: 70%;
    padding: 4vw;
    margin: 10px auto;
    display: block;
    border-style: none;
  }

  .footer-contact .btn{
    width: 70%;
  }

}
