@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-size: 1.5rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow: hidden;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
}

body * {
  box-sizing: border-box;
  margin: 0;
  border: none;
}
a:link,
a:active,
a:visited,
a:hover {
  text-decoration: none;
  color: #000;
  transition: .8s;
}
a:hover{
  transition: .8s;
  color: #c0c0c0;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  width: 1140px;
  margin: auto;
  padding: 80px 0 40px;
  text-align: center;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sp{
  display: none;
}
.navsp{
  display: none;
  height: 0;
}
.iv{
  opacity: 0;
}
h2{
  text-align: center;
  font-size: 3.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.8rem;
}
h3{
  text-align: center;
  line-height: 3rem;
  font-weight: 400;
}
h4{
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
span{
  display: block;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  padding: 30px 0 50px;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
}
br.safari {
  display: none;
}
_::-webkit-full-page-media, _:future, :root .safari {
  display: none;
}
.btn{
  text-align: center;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.button.bk{
  background: #000;
  letter-spacing: 0.1rem;
  color:#fff;
}
.button.bk .btn{
  color:#fff;
}
.button{
  cursor: pointer;
  position: relative;
  top: 0;
  width: 250px;
  text-align: center;
  font-size: 1.6rem;
  text-align: center;
  line-height: 44px;
  margin: 0 auto 30px;
  border-radius: 30px;
  background: #fff;
  font-weight: bold;
  letter-spacing: 0.1rem;
}

.fadeoutBg {
  transition-property: opacity;
   transition-delay: 1s;
  transition-duration: 2s;
  opacity: 0.4;
} 
.fadeoutLoader {
  transition-property: opacity;
  transition-delay: 2s;
  transition-duration: 2s;
  opacity: 0.4;
}
#loaderBg {
  background: #ffffff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
}
#loader {
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
}
#loader img {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 420px;
}

#loader img.ft{
  animation: loading1 2s forwards;
}
@keyframes loading1 {
	0% {
    right: 0px;
    top: 0px;
		transform: rotate(0deg);
	}
	100% {
    transform: rotate(135deg);
    right: 400px;
    top: 390px;
	}
}

#loader img.sd{
  animation: loading2 2s forwards;
}
@keyframes loading2 {
	0% {
    right: 0px;
    top: 0px;
		transform: rotate(0deg);
	}
	100% {
    transform: rotate(225deg);
    right: 400px;
    top: -390px;
	}
}

#loader img.td{
  animation: loading3 2s forwards;

}
@keyframes loading3 {
	0% {
    left: 0px;
    top: 0px;
		transform: rotate(0deg);
	}
	100% {
    transform: rotate(315deg);
    left: 400px;
    top: -390px;
	}
} 
#loader img.four{
  animation: loading4 2s forwards;

}
@keyframes loading4 {
	0% {
    left: 0px;
    top: 0px;
		transform: rotate(0deg);
	}
	100% {
    transform: rotate(45deg);
    left: 400px;
    top: 390px;
	}
} 

.wrapper{
  position: relative;
  top: 0;
  left: 0;
  z-index: 6;
}
header {
  padding: 20px 2%;
  align-items: center;
  position: fixed!important;
  height: 100px;
  z-index: 4;
  margin: auto;
  right: 0;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  cursor: pointer;
}
header:hover{
  background: rgba(255, 255, 255,0.8);
}
header img{
  width: 80px;
}
header ul li{
  font-size: 1rem;
}
header ul li a {
  font-size: 1.3rem;
  margin: 0 15px;
  letter-spacing: 0.2rem;
  transition: .8s;
}
header ul li a:hover {
  color: #000;
  transition: .8s;
}
header .navsp ul{
  display: none;
}
header ul li:nth-of-type(5) {
  padding: 5px 22px;
  color: #fff;
  border-radius: 26px;
  position: relative;
  background: #33393E;
  margin: 0 6px;
}
header ul li:nth-of-type(5) a{
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
header ul{
  align-items: center;
}
header ul .sns img {
  width: 40px;
  margin: 0 6px;
}

main{
  padding: 12rem 0 0 0;
}
.scMv{
  justify-content: flex-end;
  margin: 0 0 90px;
}
.scMv .mvimg {
  width: 60%;
  margin: 0;
}
.scMv .textArea {
  position: relative;
  left: 99px;
  margin: 120px 0 0 auto;
  z-index: 2;
  width: 500px;
}
.scMv .textArea .aniImg{
  max-width: 0;
	width: 100%;
	height: 20%;
	margin: 0 auto;
	background: url(../img/mv_text.svg) no-repeat left bottom 50px / 400px;
	position: absolute;
	left: 0;
	z-index: 1;
	animation: anima3 1s cubic-bezier(.5, 0, .2, 1) 1s forwards;
}
@keyframes anima3 {
  100% {
		max-width: 400px;
  }
}

.scMv .textArea .ft{
  width: 450px;
  height: 100px;
  background: url(../img/mv_text_01.svg) no-repeat center bottom -110px /450px;
  animation: anima1 .5s ease-out 4.4s forwards;
  z-index: 1;
}
@keyframes anima1 {
  0% {
    background-position: center bottom -110px;
  }
  100% {
    background-position: center bottom 0px;
  }
}
.scMv .textArea .sd{
  width: 450px;
  height: 100px;
  background: url(../img/mv_text_02.svg) no-repeat center bottom -110px /450px;
  animation: anima2 .5s ease-out 5s forwards;
  z-index: 1;
}
@keyframes anima2 {
  0% {
    background-position: center bottom -110px;
  }
  100% {
    background-position: center bottom 0px;
  }
}
.scMv .textArea .aniImg{
  max-width: 0;
  width: 100%;
  height: 100px;
  background: url(../img/mv_text.svg) no-repeat left bottom 15px / 300px;
  position: absolute;
  z-index: 1;
  animation: anima 1s cubic-bezier(.5, 0, .2, 1) 6s forwards;
}
@keyframes anima {
  100% {
		max-width: 300px;
  }
}
.scMv .mvimg{
  width: 60%;
}
.scrollimg {
  width: 80px;
  margin: 194px 0 50px 28%;
  animation-duration: .5s;
}
.scrollbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
          top: -16px;
    position: relative;
}

.chevron {
  position: absolute;
  width: 30px;
  height: 2px;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  top: 10px;
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  top: 15px;
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:nth-child(3) {
  top:20px;
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
} 

.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #000;
}

.chevron:before {
  left: 0;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}


.scConcept p{
  line-height: 4rem;
  margin: 0 0 50px;
  text-align: left;
}
.scConcept .container {
  width: 800px;
  margin: auto;
  padding: 80px 0 100px;
}
.scService{
  background:#33393E;
  color: #fff;
}
.scService ul{
  justify-content: center;
  margin: 50px 0;
}
.scService ul li{
  width: 450px;
  text-align: center;
  margin: 0 10px 20px 10px;
  position: relative;
  top: 0;
  overflow: hidden;
  transition: all 500ms ease;
}
.scService ul li .hoveract{
  width: 450px;
  height: 233px;
  transition: all 500ms ease;
}
.scService ul li .hoveract:hover{
  transform: scale(1.1);
  transition: all 500ms ease;
}
.scService ul li .hoveract .content {
  transform: scale(1);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 75px 0 0 0;
  transition: all 500ms ease;
}
.scService ul li .hoveract:hover .content {
  transform: scale(0.9);
  transition: all 500ms ease;
}
.scService ul li .number{
  top: 47px;
  color: #F4F4F3;
  opacity: 0.3;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 5rem;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}
.scService ul li span {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  padding: 10px 0 0px;
}
.scCompany{
  position: relative;
  top: 0;
  z-index: 1;
  background: url("../img/company_bg.jpg")no-repeat top center/cover;
}
.scCompany h2 {
  color: #fff;
}
.scWork {
  padding: 100px 0 0 0;
  position: relative;
  top: 0;
}
.scWork ul{
  position: relative;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.scWork ul:first-of-type{
  margin: 30px auto;
}
.scWork ul:nth-of-type(2){
  padding: 0 0 200px;
}
.scWork ul li{
  width: 250px;
}
.scWork .bg{
  position:absolute;
  width: 60%;
  height: 700px;
  background: #33393E;
  bottom: 0;
}
.scWork .serviceimg img{
  width: 250px;
  height: 250px;
  object-fit: cover;
  cursor: pointer;
}
.box {
  display: none;
  top: 0;
  left: 0;
}
.box.act {
  height: 100%; 
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: fixed;
  z-index: 10;
  width: 100%;
  background: rgba(51, 57, 62,0.9);
}
.box.act.side{
  padding: 280px 0 0 0;
}
.box.act.vertical{
  padding: 180px 0 0 0;
}
.box.act.side img{
  width: 640px;
  height: 420px;
  object-fit: cover;
}
.box.act.vertical img{
  width: 420px;
  height: 640px;
  object-fit: cover;
}

.scContact{
  background: url("../img/contact_bg.jpg")no-repeat top center/2070px;
}
.scContact .button:before{
  content: url("../img/arrow_bottom.svg");
  position: absolute;
  right: 20px;
  top: 2px;
}
.scContact #ac{
  width: 300px;
  margin: auto;
}
.scContact #ac.act .button:before{
  content: none;
}
.scContact #ac.act .button:after{
  content: url("../img/arrow_top.svg");
  position: absolute;
  right: 20px;
}
.scContact .container {
  text-align: center;
}
form {
  text-align: left;
  background: #fff;
  padding: 3% 5%;
  width: 840px;
  margin: 0 auto 50px;
  display: none;
}
form span {
  display: inline;
  color: #FF0000;
}
form input{
  border: solid 1px #707070;
  padding: 10px;
  width: 100%;
  margin: 10px 0;
  color: #000;
}
form textarea{
  border: solid 1px #707070;
  padding: 10px;
  width: 100%;
  color: #000;
  margin: 10px 0;
  height: 300px;
}
form .submit input{
  width: 300px;
  text-align: center;
  font-size: 2rem;
  margin: 0;
  border-radius: 30px;
  color: #fff;
  background: #000;
}
form p {
  margin: 0 0 30px;
}
a.backtop {
  transition: none;
  width: 70px;
  height: 70px;
  right: 11%;
  z-index: 2;
  position:fixed;
  display:block;
}
a.backtop img {
  box-shadow: 1px 1px 5px 1px #999;
}
footer{
  position: relative;
  background: #33393E;
  color: #fff;
  padding: 18px 0 30px;
  font-family: 'Montserrat', sans-serif;
}
footer .company{
  justify-content: space-around;
}
footer ul.list{
  justify-content: center;
  font-weight: 600;
}
footer ul.list li{
  margin: 0 2%;
}
footer ul{
  justify-content: center;
  padding: 50px 0;
}
footer img{
  width: 90px;
}
footer ul li a{
  color: #fff!important;
}
footer .company p{
  margin: 0 0 0 20px;
}
footer .sns {
  justify-content: flex-end;
}
footer .sns img {
  width: 40px;
  margin: 0 5px 10px;
}

/* company */
#company main .container {
  padding: 110px 0 50px;
}
#company main {
  padding: 10rem 0 0 0;
}
#company table {
  width: 650px;
  margin: 100px auto;
  border-collapse:collapse;
}
#company table td {
  padding: 20px 0;
  font-size: 1.8rem;
  border-bottom: solid 1px #707070;
  line-height: 4rem;
}
#company table td.ft {
  padding: 0 20px 0 0;
}
#mapDiv {
  height: 100%;
  margin: 0;
  padding: 0;
}
iframe{
  display: block;
  width: 100%;
}
.txtErrorName,.txtErrorKanaName,.txtErrorMail,.txtErrorText{
  display: none;
}
.txtErrorName.error,.txtErrorKanaName.error,.txtErrorMail.error,.txtErrorText.error{
  display: block;
  padding: 0 0 10px;
  font-size: 1.2rem;
}
.scPa{
  text-align: center;
  margin: 120px 0;
}
/* # =================================================================
   # レスポンシブ要素
   # ================================================================= */
@media screen and (max-width: 1400px) {
  .scMv {
    margin: 0 0 150px;
  }
  .scMv .mvimg {
    width: 60%;
  }
}
@media screen and (max-width: 1240px) {
  .container {
    width: 100%;
  }
  .scMv {
    justify-content: space-between;
  }
  .scMv .textArea img.text {
    width: 208px;
  }
  .scMv .textArea {
    margin: 60px 0 0 auto;
    width: 460px;
  }
  .scMv .mvimg {
    width: 50%;
  }

  .scMv .textArea .ft{
    width: 400px;
    height: 80px;
    background: url(../img/mv_text_01.svg) no-repeat center bottom -60px /400px;
  }
  @keyframes anima1 {
    0% {
      background-position: center bottom -60px;
    }
    100% {
      background-position: center bottom 0px;
    }
  }
  .scMv .textArea .sd{
    width: 400px;
    height: 80px;
    background: url(../img/mv_text_02.svg) no-repeat center bottom -60px /400px;
  }
  @keyframes anima2 {
    0% {
      background-position: center bottom -60px;
    }
    100% {
      background-position: center bottom 0px;
    }
  }
  .scMv .textArea .aniImg{
    height: 80px;
  }
  .scrollimg {
    width: 70px;
    margin: 120px 0 0 25%;
  }
  .chevron {
    left: 14px;
  }
  .scConcept p {
    margin: 0;
    line-height: 3rem;
  }
  .scService ul li {
    width: 450px;
  }
  .scWork .bg {
    height: 550px;
  }
  .scConcept .content {
    padding: 80px 0 0 0;
  }
  .scCompany {
    background: url(../img/company_bg.jpg)no-repeat top center/cover;
  }
  form {
    width: 80%;
  }
}
@media screen and (max-width: 1024px) {
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  h2 {
    font-size: 4.8rem;
  }
  span {
    font-size: 1.8rem;
    letter-spacing: 0.4rem;
    padding: 10px 0 50px;
  }
  h3 {
    line-height: 4rem;
  }
  header{
    padding: 28px 6%;
    position: absolute;
    align-items: baseline;
  }
  header img {
    width: 80px;
  }
  .navBarSp {
    height: 20px;
    position: fixed;
    right: 5%;
    top: 50px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }
  .menuline{
    position: absolute;
  }
  .menuline {
    background: #000;
    height: 2px;
    transition: transform .3s;
    width: 100%;
  }
  .menuline.center {
    top: 8px;
  }
  .menuline.bottom {
    bottom: 2px;
  }
  .navsp{
    display: none;
  }
  .navsp.open{
    display: block;
    background: #fff;
    z-index: 3;
    height: 100vh;
    position: fixed;
    width: 100%;
  }
  .navBarSp.open .menuline:nth-child(1) {
    top: 13px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navBarSp.open .menuline:nth-child(2), .navBarSp.open .menuline:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  } 
  .navsp.open .sns{
    justify-content: center;
  }
  .navsp.open .sns img{
    width: 50px;
    margin: 0 20px;
  }
  .navsp.open .sns{
    margin: 0;
  }
  .navsp.open ul{
    padding: 14rem 0 0 0;
    width: 50%;
    margin: auto;
    text-align: center;
  }
  .navsp.open ul li{
    margin: 0 0 30px;
  }
  .navsp.open ul li a {
    font-size: 4rem;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.3rem;
  }
  .navsp.open ul li a span{
    padding: 0;
  }
  .navsp.open ul li .button {
    width: 100%;
    padding: 10px 0;
    background: #000;
    color: #fff;
    margin: 40px 0;
  }
  .navsp.open ul li .button a{
    color: #fff;
    font-size: 3rem;
  }
  .navBarSp {
    width: 35px;
  }
  .menuline {
    height: 3px;
  }
  .menuline.center {
    top: 12px;
  }
  .menuline.bottom {
    bottom: -8px;
  }
  .scMv .mvimg {
    width: 100%;
    position: relative;
    top: -382px;
  }
  .scMv .textArea {
    margin: 0 auto;
    width: 70%;
    left: 0;
    bottom: -608px;
  }
  .scMv .textArea .ft {
    width: 500px;
    background: url(../img/mv_text_01.svg) no-repeat center bottom -80px /500px;
  }
  .scMv .textArea .sd {
    width: 500px;
    height: 100px;
    background: url(../img/mv_text_02.svg) no-repeat center bottom -80px /500px;
  }
  .scrollimg{
    margin: 100px auto;
    width: 120px;
  }
  .chevron {
    top: 18px;
    left: 38px;
  }
  .scMv {
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .scMv .textArea .aniImg {
    left: 22%;
  }
  .scConcept .container {
    width: 80%;
    padding: 0 0 100px;
  }
  .scService ul li .number {
    top: 35px;
  }
  .scService ul li {
    width: 60%;
    margin: 0 auto 20px;
  }
  .scService ul li .hoveract {
    width: 100%;
    height: 233px;
  }
  .scService ul li .hoveract .content {
    padding: 70px 0 0 0;
  }
  .button {
    width: 60%;
    padding: 10px 0;
    font-size: 2rem;
  }
  .scContact #ac {
    width: 80%;
  }
  .scContact .button:before {
    top: 10px;
  }
  .scWork .flex{
    display: flex;
    width: 75%;
  }
  .scWork ul li{
   width: 50%;
  }
  .scWork ul:first-of-type {
    margin: auto;
  }
  .scWork ul li img {
    width: 100%;
    margin: 10px auto;
  }
  .scWork .bg {
    height: 650px;
  }
  #loader img {
    width: 400px;
  }
  .footerlogo{
    width: 100%;
    justify-content: center;
  }
  footer .sns{
    justify-content: center;
    margin: 30px 0 0;
  }
  footer .sns img {
    width: 60px;
    margin: 0 40px;
  }
  .copyright{
    text-align: center;
    margin: 30px 0 10px;
  }
    #loader img {
    width: 370px;
  }
}
@media screen and (min-width: 1600px) {
  .scMv .mvimg {
    width: 900px;
  }
}
@media screen and (max-width: 425px) {
  #loader img {
    width: 200px;
  }
  header{
    padding: 14px 6%;
  }
  header img {
    width: 70px;
  }
  .navsp.open ul {
    padding: 11rem 0 0 0;
    width: 80%;
  }
  .navsp.open ul li {
    margin: 0 0 20px;
  }
  .navsp.open ul li a span{
    font-size: 1.5rem;
  }
  .navsp.open ul li .button {
    padding: 6px 0;
    font-size: 2rem;
    margin: 20px 0;
  }
  .navsp.open ul li .button a {
    color: #fff;
    font-size: 3rem;
    padding: 4px 0 0;
    display: inline-block;
  }
  .navsp.open .sns li img {
    width: 45px;
    margin: 0 20px;
  }
  .navBarSp {
    top: 33px;
  }
  main {
    padding: 14rem 0 0 0;
  }
  .navsp.open ul li a {
    font-size: 3.6rem;
  }
  .chevron:first-child {
    top: 30px;
  }
  .chevron:nth-child(2) {
    top: 25px;
  }
  .chevron:nth-child(3) {
    top: 15px; 
  }
  a.backtop {
    right: 4%;
  }
  @keyframes loading1 {
    0% {
      right: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(135deg);
      right: 200px;
      top: 190px;
    }
  }
  @keyframes loading2 {
    0% {
      right: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(225deg);
      right: 200px;
      top: -190px;
    }
  }
  @keyframes loading3 {
    0% {
      left: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(315deg);
      left: 200px;
      top: -190px;
    }
  } 
  @keyframes loading4 {
    0% {
      left: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
      left: 200px;
      top: 190px;
    }
  }
  .scMv .textArea {
    width: 80%;
    bottom: -264px;
  }
  .scMv .textArea .ft {
    width: 330px;
    height: 60px;
    background: url(../img/mv_text_01.svg) no-repeat center bottom -60px /330px;
  }
  .scMv .textArea .sd {
    width: 330px;
    height: 70px;
    background: url(../img/mv_text_02.svg) no-repeat center bottom -60px /330px;
  }
  .scMv .textArea .aniImg {
    left: 12%;
    height: 60px;
    background: url(../img/mv_text.svg) no-repeat left bottom 15px / 250px;
  }
  .scrollimg {
    width: 120px;
    margin: 90px auto 100px;
  }
  .chevron {
    left: 43px;
  }
  h2 {
    font-size: 4rem;
  }
  .scConcept {
    margin: -50px 0 0 0;
  }
  .scService ul li {
    width: 78%;
    height: 174px;
  }
  .scService ul li .hoveract .content {
   padding: 50px 0 0 0;
  }
  .scService ul li .number {
    top: 18px;
  }
  .scWork .bg {
    height: 500px;
  }
  h4 {
    line-height: 3rem;
    font-size: 3rem;
  }
  .button {
    width: 80%;
    padding: 5px 0;
    font-size: 2rem;
  }
  .scWork .flex {
    width: 85%;
  }
  .scWork .serviceimg img {
    width: 160px;
    height: 160px;
  }
  .scCompany {
    background: url(../img/company_bg_sp.jpg)no-repeat top center/cover;
  }
  .scContact #ac {
    width: 100%;
  }
  .scContact span {
    line-height: 4rem;
  }
  .box.act.vertical {
    padding: 150px 0 0 0;
  }
  .box.act.side{
    padding: 250px 0 0 0;
  }
  .box.act.side img {
    width: 90%;
    height: 240px;
  }
  .box.act.vertical img {
    width: 70%;
    height: 450px;
  }
  form{
    background: none;
    width: 90%;
  }
  form input {
    background: #fff;
    padding: 6px;
  }
  form textarea {
    background: #fff;
    height: 230px;
  }
  form p {
    text-align: center;
  }
  form .submit input {
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    padding: 10px;
  }
  a.backtop {
    width: 60px;
    height: 60px;
  }
  form .btn {
    padding: 0;
  }
  footer ul.list {
    justify-content: center;
    text-align: center;
    padding: 20px 0;
  }
  .footerlogo {
    width: 90%;
  }
  footer ul.list li {
    width: 40%;
    margin: 0 2% 10px;
  }
  footer .sns img {
    margin: 0 20px;
  }
  footer .company p {
    width: calc(100% - 120px);
  }
  .scPa {
    width: 80%;
    text-align: center;
    margin: 0px auto 100px;
  }
  #company .container {
    padding: 130px 0 60px;
  }
  #company table {
    width: 85%;
    margin: 60px auto;
  }
  #company main {
    padding: 9rem 0 0 0;
  }
  #company table td.ft {
    border: none;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 10px 0 0;
  }
  #company table td{
    width: 100%;
    display: block;
    padding: 0;
    line-height: 3rem;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0 0 10px;
  }
}
/* smartPhone ip5 */
@media screen and (max-width: 375px) {
  #loader img {
    width: 180px;
  }
  @keyframes loading1 {
    0% {
      right: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(135deg);
      right: 180px;
      top: 170px;
    }
  }
  @keyframes loading2 {
    0% {
      right: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(225deg);
      right: 180px;
      top: -170px;
    }
  }
  @keyframes loading3 {
    0% {
      left: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(315deg);
      left: 180px;
      top: -170px;
    }
  } 
  @keyframes loading4 {
    0% {
      left: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
      left: 180px;
      top: 170px;
    }
  }
  .navsp.open ul {
    padding: 10rem 0 0 0;
  }
  .navsp.open ul li a span {
    font-size: 1.3rem;
  }
  .navsp.open ul li a {
    font-size: 3rem;
  }
  .navsp.open ul li .button {
    padding: 0;
    font-size: 2.1rem;
    margin: 10px 0;
  }
  .navsp.open ul li .button a {
    font-size: 2.5rem;
    padding: 2px 0 0;
  }
  .navsp.open .sns {
    margin: 20px 0;
  }
  main {
    padding: 16rem 0 0 0;
  }
  .scrollimg {
    margin: 76px auto 100px;
  }
  .chevron {
    left: 40px;
  }
  .scMv .textArea .ft {
    width: 300px;
    height: 60px;
    background: url(../img/mv_text_01.svg) no-repeat center bottom -60px /300px;
  }
  .scMv .textArea .sd {
    width: 300px;
    height: 60px;
    background: url(../img/mv_text_02.svg) no-repeat center bottom -60px /300px;
  }
  .scMv .textArea .aniImg {
    left: 9%;
    height: 60px;
    background: url(../img/mv_text.svg) no-repeat left bottom 15px / 240px;
  }
  .scMv .textArea {
    bottom: -216px;
  }
  .scConcept {
    margin: -80px 0 0 0;
  }
  .scService ul li {
    width: 86%;
  }
  h2 {
    font-size: 3.4rem;
    letter-spacing: 0.5rem;
  }
  h3 {
    line-height: 3rem;
    font-size: 1.6rem;
  }
  .button {
    width: 85%;
    font-size: 1.8rem;
  }
  .scContact span {
    line-height: 3rem;
    font-size: 1.6rem;
    padding: 20px 0 30px;
  }
  .scContact .button:before {
    top: 7px;
  }
  .scWork .flex {
    width: 88%;
  }
  .box.act.side {
    padding: 210px 0 0 0;
  }
  .scWork .serviceimg img {
    width: 150px;
    height: 150px;
  }
  .scWork .bg {
    height: 400px;
  }
  .scWork ul:nth-of-type(2) {
    padding: 0 0 150px;
  }
  .box.act.vertical {
    padding: 100px 0 0 0;
  }
  span {
    font-size: 1.6rem;
  }
  footer img {
    width: 70px;
  }
  footer .company p {
    width: calc(100% - 90px);
    font-size: 1.2rem;
  }
  _::-webkit-full-page-media, _:future, :root .safari {
    display: block;
  }
}
/* smartPhone ip5 */
@media screen and (max-width: 360px) {
  header img {
    width: 60px;
  }
  .scMv .textArea {
    bottom: -204px;
  }
  h4 {
    line-height: 2.8rem;
    font-size: 2.8rem;
  }
  .navsp.open ul li a .button {
    font-size: 2.3rem;
    padding: 2px 0 0;
  }
  .scService ul li .hoveract .content{
    padding: 44px 0 0 0;
  }
  span {
    padding: 10px 0 20px;
  }
  .scContact span {
    font-size: 1.4rem;
  }
  .box.act img {
    width: 280px;
    height: 170px;
  }
  form dl dt{
    font-size: 1.3rem;
  }
  form input {
    margin: 0px 0 10px;
  }
  form textarea {
    height: 250px;
  }
  form p{
    font-size: 1.3rem;
  }
  form {
    width: 100%;
  }
  .box.act {
    padding: 200px 0 0 0;
  }
  .scContact span {
    font-size: 1.3rem;
    line-height: 2.8rem;
  }
  #company table {
    width: 87%;
  }
  .scService ul li {
    height: 166px;
  }
  .box.act.vertical img {
    height: 400px;
  }
  .copyright {
    margin: 20px 0 10px;
  }
}
@media screen and (max-width: 320px) {
  header {
    padding: 14px 6%;
    height: 72px;
  }
  header img {
    width: 55px;
  }
  .navBarSp {
    top: 27px;
  }
  .navsp.open ul li a {
    font-size: 2.8rem;
  }
  .navsp.open ul li {
    margin: 0 0 10px;
  }
  .navsp.open ul li a .button{
    font-size: 2rem;
  }
  .navsp.open ul li a span {
    font-size: 1.1rem;
  }
  main {
    padding: 17rem 0 0 0;
  }
  .chevron {
    left: 44px;
  }
  .scMv .textArea .aniImg {
    left: 4%;
  }
  .scMv .textArea {
    width: 80%;
  }
  .scMv .textArea .ft {
    width: 250px;
    height: 50px;
    background: url(../img/mv_text_01.svg) no-repeat center bottom -60px /250px;
  }
  .scMv .textArea .sd {
    width: 250px;
    height: 50px;
    background: url(../img/mv_text_02.svg) no-repeat center bottom -60px /250px;
  }
  .scMv .textArea {
    bottom: -152px;
  }
  .scConcept {
    margin: -80px 0 0 0;
  }
  .scService ul li .number {
    top: 10px;
  }
  .scService ul li .hoveract .content {
    padding: 40px 0 0 0;
  }
  form .submit input {
    width: 100%;
  }
  a.backtop {
    width: 50px;
    height: 50px;
  }
  .scService ul li {
    height: 158px;
  }
  .scWork .serviceimg img {
    width: 130px;
    height: 130px;
  }
  .box.act.side img {
    width: 90%;
    height: 200px;
  }
  #loader img {
    width: 150px;
  }
  @keyframes loading1 {
    0% {
      right: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(135deg);
      right: 160px;
      top: 150px;
    }
  }
  @keyframes loading2 {
    0% {
      right: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(225deg);
      right: 160px;
      top: -150px;
    }
  }
  @keyframes loading3 {
    0% {
      left: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(315deg);
      left: 160px;
      top: -150px;
    }
  } 
  @keyframes loading4 {
    0% {
      left: 0px;
      top: 0px;
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(45deg);
      left: 160px;
      top: 150px;
    }
  }
  .copyright {
    font-size: 1.2rem;
  }
  #company h2 {
    font-size: 3rem;
  }
  #company main {
    padding: 7rem 0 0 0;
  }
  #company table td.ft {
    font-size: 1.5rem;
  }
  #company table td {
    line-height: 2.5rem;
    font-size: 1.3rem;
  }
  #company .container {
    padding: 100px 0 60px;
  }
}