@charset "UTF-8";
/* CSS Document */
	

@media screen and (max-width:1400px){
	body{
		width:100vw;
		overflow-x: hidden;
	}
}

@media screen and (max-width:1250px){
	.sec01Img {
    width: calc(100% - 700px);
}
	
}

@media screen and (max-width:1180px){
.topImg01_ob {
    right: -50px;
    width: 160px;
}
  
.sec01Img {
    width: calc(100% - 560px);
}
  
.sec01Img.pt02 {
    width: calc(100% - (490px + 5%));
}
  
.footCont01_l {
    width: calc(100% - 385px);
  display: block;
}
  
.serviceImg {
    width: calc(100% - (480px + 5%));
}

  
}

@media screen and (max-width:1180px){
.serviceboxWrap {
    display: block;
    height: auto;
}
  
.serviceImg {
    height: 400px;
    position: inherit;
    width: 100%;
  margin-bottom: 30px;
  background-position: center;
}
  
.servicebox {
    width: 100%;
}
  

}

/* SP Menu */
@media screen and (max-width:950px){
  .menuSp{
    display: block;
  }
  
  .menuPc{
    display: none;
  }
  
  header {
    height: 75px;
  }
  
  body{
    padding-top: 75px;
  }
  
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		width: 40px;
        height: 40px;
		cursor: pointer;
		z-index:99999;
        background-size: cover;
        right: 5%;
        top: 15px;
	}
	
	.navFixed {
		display: block;
	}
    
	#nav-toggle div {
		position: relative;
        width: 40px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 80%;
		background: #000000;
		left: 10%;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
    
	#nav-toggle span:nth-child(1) {
		top: 10px;
	}
    
	#nav-toggle span:nth-child(2) {
		top: 22px;
	}
    
	#nav-toggle span:nth-child(3) {
		top: 34px;
	}
    
    .nav-in {
        padding: 0px;
    }
	   
    #global-nav {
        position: absolute;
        background:#000000;
        width: 100%;
        height: 100vh;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        right: -100%;
        top:0;
        z-index: 9999;
		box-sizing: border-box;
    }

    #nav-toggle {
        display: block;
    }
    
    .open #nav-toggle span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
      background: #ffffff;
    }
    
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    
    .open #nav-toggle span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
      background: #ffffff;
    }
    
    /* #global-nav ã‚¹ãƒ©ã‚¤ãƒ‰ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 1;
    }
  
  .navWrap{
    position: relative;
    height: 100%;
    width: 100%;
  }
  
  .menuBox {
    display: block;
    padding-top: 90px;
    width: 90%;
    margin: auto;
  }
  .menuBox li:not(.contactBtn) a:after {
    content:none;
  }

  .menuBox li:not(.contactBtn) a{
    font-weight: normal !important;
    color:#ffffff !important;
    display: block;
    margin-left: 0;
  }
  
  .spLogo{
    position: absolute;
    top:0;
    left: 5%;
  }
  
  .menuBox li:not(.contactBtn){
    padding: 20px 0;
    border-top: 1px solid #C5C5C5;
  }
  
  .menuSns{
    display: flex;
    justify-content: center;
  }
  
  .contactBtn .bgskew::before {
    content: none;
  }
  
  .contactBtn .btn {
    background: #ffffff;
    width: 250px;
    margin-top: 30px;
    position: relative;
    margin-left: 0 !important;
    overflow: visible;
  }
  
  .contactBtn .btn span.arrow {
    color:#000000;
  }
  
  .contactBtn span.arrow {
    padding-left: 0;
    position: initial;
  }
  
  .btn span.c_text {
    display: none;
  }
  
  .contactBtn .arrow::before {
    right: 20px;
  }
  
  
  .contactBtn:hover .arrow::before {
    border-top: solid 2px #2086FF;
    border-right: solid 2px #2086FF;
  }
  


.contactBtn .btn:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #2086FF;
    position: absolute;
    top: calc(50% - 1px);
    left: 25px;
    display: block;
}
  
.contactBtn .btn:after {
    left: -25px;
    z-index: 3;
} 
  
.mainText {
    width: 55%;
}
  
.mainImage:after {
    width: 65%;
}
  
.mainImage {
    background-position: calc(50vw - 1130px) center;
}
  
}

@media screen and (max-width:800px){	
  .sp{
    display: block;
  }	
  
  .pc{
    display: none;
  }
  
.mainImage {
    background-image: url(../images/spMain.png);
    background-position: top center;
    background-size: 100% auto;
}
  
.mainText span.text02 {
    font-size: 22px;
  margin-bottom: 8px;
}
  
.mainText .eng {
    font-size: 100px;
}  
  
.mainText {
    width: 100%;
    padding: 20px;
    top: inherit;
    bottom: 0;
    left: 0;
    right: inherit;
}  
  
.mainImage:after {
    width: 100%;
    top: inherit;
    bottom: 0;
    height: 58%;
background: linear-gradient(to bottom,rgba(0 0 0 / 0%) 0%,rgba(0 0 0 / 100%)10% 100%);
}  
  
.sns {
    top: 160px;
}
  
.scrolldown1 {
    bottom: 100px;
}
  
.mainImg01 {
    right: -20px;
    bottom: -10px;
    width: 200px;
}
  
.mainImg02 {
    left: 0px;
    bottom:50%;
    width: 100px;
} 
  
.topsec01 {
    padding-top: 40px;
}
  
.secTitle span {
    font-size: 75px;
}
  
.secTitle small {
    font-size: 22px;
}
  
.sec01Img {
    width: 100%;
    position: relative;
  height: 320px;
}
  
.sec01Img.pt01 {
    background-image: url("../images/spImg01.png");
  margin-top: 10px;
}

.topImg01_ob {
    right: inherit;
    width: 300px;
    left: -80px;
    transform: rotate(-12deg);
    top: 20px;
}
  
  
.sec01box h3 {
    margin: 10px 0;
}  
  
  
.btnWrapCover {
    margin-top: 30px;
}
  
.sec01Img.pt02 {
    width: 90%;
    height: 250px;
    left: 5%;
}
  
.sec01Img.pt02 {
    background-image: url(../images/spImg02.png);
}  
  
.sec01box {
    width: 100%;
}
  
.sec01boxWrap {
    display: block;
    height: auto;
    margin-bottom: 40px;
}
  
.sec01boxWrap.pt02 h3 {
    text-align: left;
}
  
.sec01boxWrap.pt02 {
    padding-top: 20px;
}
  
.sec01cont.pt02 {
    display: block;
}
  
.sec01contBoxWrap {
    width: 100%;
}
  
.sec01contBoxWrap:nth-child(1) {
    margin-bottom: 40px;
}  
  
.sec01Img02 {
    height: 250px;
    margin-bottom: 20px;
}
  
.sec01contBoxWrap h3 {
    text-align: left;
}

.sec {
    padding: 40px 0;
}
  
.topsec02Wrap .secTitle {
    text-align: left;
  width: 90%;
  margin: auto;
}

  
.topsec02Wrap .secTitle small {
    margin-top: 5px;
    margin-bottom: 150px;
}
  
.topsec02Wrap:before {
    height: 280px;
    background-image: url(../images/spImg05.png);
}
  
.topsec03Cont {
    display: block;
}
  
.topsec03--Box01 {
    width: 100%;
  margin-bottom: 20px;
}
  
.topsec03--Box01 iframe{
    height: 250px;
}
  
.topsec03--Box02 {
    width: 100%;
}  
  
  
.footContactWrap:before {
    height: 262px;
}
  
  .footCont01{
    display: block;
  }  
  
.footCont01_l {
    width: 100%;
    display: block;
  text-align: center;
}
  
  
  .footBtn{
    display: none;
  }
  
.footNav01 {
    width: 100%;
    margin-top: 30px;
    display: block;
}
  
.footNav01 a,
.footCont02 a{
    font-size: 16px;
    font-weight: normal;
  display: block;
  text-align: center;
  padding: 15px 0;
  border-top:1px solid #C5C5C5;
}
  
.footCont01_r {
    width: 100%;
}
  
  
.footCont02 {
    display: block;
    padding:0;
  border-bottom:1px solid #C5C5C5;
  margin-bottom: 30px;
}
  

/* service */
    .serviceImg.pt01{
    background-image: url("../images/spImg01.png");
  }
  
  .serviceImg.pt02{
    background-image: url("../images/spImg02.png");
  }

  .serviceImg.pt03{
    background-image: url("../images/spImg03.png");
  }

  .serviceImg.pt04{
    background-image: url("../images/spImg04.png");
  }
  
  .pageSubTitle small {
    padding-left: 45px;
    font-size: 22px;
    letter-spacing: 0;
    line-height: 1.5em;
}
  
/* company */
  .company{
    padding-top: 0;
  }
  
  .company .secTitle{
    position: inherit;
    top:0;
    margin-bottom: 20px;
  }
  
  .companycont{
    background-image: url("../images/comSp.png");
    background-size: 100% auto;
    padding-top: 370px;
  }


  .companycont .content{
    display: block;
  }
  
  .companyBox{
    padding:30px 20px;
    width: 100%;
    margin-bottom: 80px;
  }
  
  .companyBox th{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .accessMap iframe{
    height: 315px;
  }
  
  .accessMap{
    position: relative;
    width: 100vw;
    left:-5%;
  }
  
/* contact */
  .contactTable th{
    display: block;
    padding-bottom: 5px;
    width: 100%;
  }
  
  .contactTable td{
    display: block;
    padding-top: 0;
    width: 100%;
  } 
  
  .contact .secTitle {
      margin-top: 30px;
      margin-bottom: 40px;
  }  

  .contactText {
      margin: 15px 0 30px;
  }  

.transaction th {
    width: 160px;
    padding-left: 0;
}
  
  .transaction .secTitle{
    margin: 40px 0;
  }
  
  .plivacy *{
    word-break: break-all;
  } 
	
		div.product{
	 width: 49%;
	margin-bottom: 20px;
	}
	div.item{
	display: ruby;
}
  
}