@charset "UTF-8";
/****** 共通 ******/
header.header h1 {
  display: none;
}

.pagetop {
  bottom: 97px;
}
@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 50px;
  }
}

.fixed-link {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .fixed-link {
    display: none;
  }
}
.fixed-link a {
  display: block;
  padding: 10px 20px 10px 15px;
  color: #fff;
  font-weight: bold;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.fixed-link a:hover {
  opacity: 0.7;
  transition : .3s;
}
.fixed-link .contact {
  position: relative;
  margin: 0 0 1rem;
}
.fixed-link .contact::after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 4%;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: '';
}
.fixed-link .contact span {
  padding-left: 20px;
  background: url(../img/icon_mail-white.svg) no-repeat left/15px 10px;
}
.fixed-link .contact a {
  background-color: #FF9900;
}

.fixed-link .tel {
  position: relative;
}
.fixed-link .tel a {
  padding: 0px 20px 0px 15px;
  background-color: #016de7;
}
.fixed-link .tel p:nth-of-type(1) {
  background: url(../img/icon_free-green.svg) no-repeat 10%/27px 17px;
  padding-left: 28%;
  margin: 0;
  font-size: 1.6rem;
}
.fixed-link .tel p:nth-of-type(2) {
  text-align: center;
  font-size: 1rem;
}

/****** top ******/
#body-top h1 {
  display: inline-block;
  position: absolute;
  top: 62%;
  left: .6%;
  font-size: 1rem;
}
@media only screen and (max-width: 1024px) {
  #body-top h1 {
    top: 52%;
  }
}
@media only screen and (max-width: 767px) {
  #body-top h1 {
    top: 73%;
  }
}

/****** footer ******/
footer .contactArea .flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1020px) {
  footer .contactArea .flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

footer .contactArea .flex .projects {
  margin-right: 30px;
}
@media only screen and (max-width: 1020px) {
  footer .contactArea .flex .projects {
    width: 100%;
    margin: 0;
  }
}

footer .contactArea .flex .projects .contactArea_block {
  width: 100%;
  padding: 10px 20px 34px;
}
@media only screen and (max-width: 1020px) {
  footer .contactArea .flex .projects .contactArea_block {
    width: auto;
    margin: 0 auto;
  }
}

footer .contactArea .flex .projects .contactArea_lead {
  margin-bottom: 13px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  footer .contactArea .flex .projects .contactArea_lead {
    font-size: 1.6rem;
  }
}

footer .contactArea .flex .projects .contactArea_lead span {
  padding-left: 120px;
}
@media only screen and (max-width: 767px) {
  footer .contactArea .flex .projects .contactArea_lead span {
    padding-left: 90px;
  }
}

footer .contactArea .flex .projects .contactArea_leadText-web::before {
  width: 88px;
  height: 101px;
  background-image: url(../img/icon_category_seishinka.svg);
}
@media only screen and (max-width: 767px) {
  footer .contactArea .flex .projects .contactArea_leadText-web::before {
    width: 65px;
    height: 74px;
  }
}

footer .contactArea .flex .contact {
  width: 60%;
}
@media only screen and (max-width: 1020px) {
  footer .contactArea .flex .contact {
    width: 100%;
    padding-top: 30px;
  }
}

footer .contactArea .flex .contact .contactArea_contact {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: initial;
  justify-content: initial;
}
@media only screen and (max-width: 1020px) {
  footer .contactArea .flex .contact .contactArea_contact {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
}


footer .contactArea .flex .contact .contactArea_block {
  width: initial;
}
footer .contactArea .flex .contact .contactArea_block:nth-of-type(1) {
  padding: 45px 15px 30px;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  footer .contactArea .flex .contact .contactArea_block:nth-of-type(1) {
    margin: 0;
  }
}

@media only screen and (max-width: 1020px) {
  footer .contactArea .flex .contact .contactArea_lead {
    font-size: 1.9rem;
  }
}


/* MT video */
.video iframe{
  width: 840px;
  height:472.5px;
  
}
@media screen and (max-width: 480px) {
.video {
position: relative;
width: 100%;
padding-top:43%;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}