@charset "UTF-8";
/* CSS Document */
@media screen and (max-width:1200px){ 
  
}
  
 
@media screen and (max-width:900px){
  .mainhead{
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  
	/* Toggle Button */
	#nav-toggle {
		display: none;
		position: absolute;
		width: 40px;
        height: 40px;
		cursor: pointer;
		z-index:99999;
        background-size: cover;
        right: 10px;
        top: 10px;
	}
  
  .mainheadInner:after{
    content:" ";
    height: 66px;
    width: 66px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
  }
  
  .headFixed .mainheadInner:after{
    background: rgba(0 0 0 / 30%);
  }
  
.spMainMenu{
  display: block;
  margin-top: 40px;
  text-align: center;
}  
  
.spMainMenu p{
  margin-top: 10px;
  }
  
	
	.navFixed {
		display: block;
	}
    
	#nav-toggle div {
		position: relative;
        width: 40px;
	}
    
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 3px;
		width: 80%;
		background: #ffffff;
		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: rgba(0 0 0 / 80%);
        width: 100%;
        height: 100vh;
        text-align: left;
        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{
    margin: 0;
  }
  
  .menuBox li a:after {
    content:none;
  }

  .menuBox li a{
    color:#ffffff !important;
    display: block;
    margin-left: 0;
    padding-bottom: 50px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    font-weight: bold;
  }
  
  
  .pc{
    display: none;
  }
  
  .sp{
    display: block !important;
  }
  
/* content */
      body > div {
        padding: 0;
    }
  
  #wraper{
    width: 100vw;
    overflow-x: hidden;
  }
  
  .mainVisual{
    min-height: 700px;
    height: calc(var(--vh, 1vh) * 100);
    position: relative;
    background-image: url("../images/spMain.webp");
  }
  
  .mainTitle{
    font-size: 27px;
    font-weight: 500;
    text-align: left;
    color: #ffffff;
    left: 10%;
    position: absolute;
    bottom: 100px;
  }
  
  .mainText{
    font-size: 15px;
    position: absolute;
    left: 10%;
    bottom: 40px;
    color: #ffffff;
    font-weight: bold;
  }
  
  .sec01 {
    padding: 240px 0 35px;
    position: relative;
  }
  
  .sec01 .content {
    display: block;
  }
  
  .sec01Box {
      width: 80%;
      height: 170px;
      top: 51px;
  }
  
  .sec01 .sec01Info {
    width: 100%;
    padding-left: 0;
  }
  
  
.Info__title {
    font-size: 35px;
    margin-bottom:30px;
  }
  
  .sec01 .sec01Info__text {
    font-size: 17px;
  }
  
  .sec02 {
      padding: 180px 0 50px;
  }  
  
  .sec02Info__list li {
    font-size: 17px;
  }
  
  .sec03 {
    padding: 150px 0 60px;
  }
  
  .sec03 .sec03Cont {
    display: block;
  }
  
  .sec03 .sec03Cont__Img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .sec03 .sec03Cont__Info--subTitle {
    font-size: 22px;
    line-height: 1.25em;
    margin-bottom: 25px;
  }

  .sec03 .Info__title {
      margin-bottom: 25px;
  }
  
  .sec03 .sec03Cont__Info--text {
    font-size: 17px;
  }
  
  .sec03 .sec03SubCont {
    display: block;
  }
  
  .sec03 .sec03SubCont__Box {
    width: 100%;
  }
  
  .sec03 .sec03SubCont__Box:nth-child(2) {
    margin-top: 65px;
  }
  
  .sec03 .sec03SubCont__Img {
    height: auto;
  }
  
  .sec04 {
    padding: 45px 0;
  }
  
  .contTitle {
    font-size: 47px;
    margin-bottom: 32px;
  }
  
  .contTitle small {
    font-size: 16px;
    line-height: 1em;
  }
  
  .sec04Cont {
    display: block;
  }
  
  .sec04Cont .sec04Cont__Box {
    width: 100%;
  }
  
  .sec04Cont .sec04Cont__Box:nth-child(1) {
    margin-bottom: 60px;
  }
  
  .sec04Cont__Box--Text {
    font-size: 16px;
    margin-top: 20px;
  }
  
  .sec05 {
    padding: 59px 0 100px;
    margin-top: 0 !important;
}
  
  .sec05 .sec05__Itemlist li{
    width:calc((100% - 40px) / 2);
  }
  
  .sec05 .sec05__Itemlist li:nth-child(3n + 2) {
      margin-left: inherit;
      margin-right: inherit;
  }
  
  .sec05 .sec05__Itemlist li:nth-child(odd){
    margin-right: 40px;
  }
  
  .sec05 .sec05__Itemlist li:nth-child(n + 3){
    margin-top: 60px;
  }
  
  .sec05 .sec05__Itemlist--Text {
    font-size: 12px;
    margin: 20px 0;
    height: 6em;
  }
  
  .sec05__Itemlist--Btn img{
    width: 100%;
  }
  
  .sec06 {
    background-image: url(../images/sec05Bg_sp.webp);
  }
  
  .sec06__logo img{
    width: 90px;
  }
  
  .sec06__textlogo img{
    width: 280px;
  }
  
  .sec06__text {
    font-size: 14px;
    margin: 60px 0 50px;
  }
  
  .sec06__text02 {
    font-size: 14px;
    line-height: 2.2em;
  }
  
  .btnCont {
      display: block;
  } 
  
  .btnCont--Box {
    width: 100%;
  }
  
  .btnCont--Box a{
    height: 130px;
    font-size: 20px;
    justify-content: flex-start;
    padding: 0 calc((100% - 250px) / 2);
}
  
  .btnCont--Box a img{
    width:9px;
    margin-right: 10px;
}
  
  
  .footWrap {
    padding: 50px 0 100px;
    background-image: url(../images/footBg_sp.webp);
  }
  
  .mainFoot .content {
    display: block;
  }
  
  .mainFoot__Box--Logo{
    text-align: center;
  }
  
  .mainFoot__Box--Logo img{
    width: 200px;
  }
  
  .mainFoot__Box--Text{
    text-align: center;
    font-size: 16px;
  }
  
  .mainFoot__Box--Text small{
    font-size: 12px;
  }  
  
  .mainFoot__list {
    display: block;
    margin-top: 60px;
  }
  
  .mainFoot__list a {
    margin-top: 30px;
    font-size: 16px;
  }

  .mainFoot .copy {
    padding: 10px 0;
    font-size: 12px;
  }
  
  
  
  
  
}
