@media (max-width:1024px){
	section {
		position: unset;
	}
	header h1 {
	    width: 270px;
	}
	.Header__nav {
	  	display: none;
	}
	.Header__nav__mobile,.drawer {
	    display: block;
	}
	.Header__nav__head a {
		width: 30%;
	    display: block;
	    margin-left: auto;
	    margin-right: auto;
	}
	.Header__nav__cover {
		height: 100%;
    	font-weight: bold;
	}
	.Header__nav__cover nav {
		margin-top: 20%;
	}
	.Header__nav__cover nav h2{
	    color: #fff;
	    font-size: 46px;
	    text-align: center;
	}
	.Header__nav__cover ul {
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
        margin-top: 15%;
	}
	.Header__nav__cover ul li {
	    margin-bottom: 7.25%;
	}
	.Header__nav__cover ul li:last-child {
	    margin-bottom: unset;
      text-align: center;
      /*padding: 1rem;*/
	}
  .Header__nav__cover ul li:last-child small {
    font-size: .75rem;
    display: block;
    padding-bottom: .5rem;
  }
  .Header__nav__cover ul li:last-child span {
    font-size: 1.5rem;
    display: block;
    padding-bottom: .5rem;
  }
	.Header__nav__cover ul li a {
		display: block;
	    flex-direction: column;
	    text-decoration: none;
	    color: #fff;
	    text-align: center;
	    /* margin-left: 14.475%; */
	    line-height: 1.5;
	    font-size: 30px;
	    letter-spacing: 5px;
	}
	.Header__nav__cover ul li a span{
	    font-size: 16px;
	    padding-bottom: 5%;
	}

	/*-----Close-----*/
	/*ドロワーメニューのClose時のスタイルシート*/
	.drawer{
		display: block;
    	width: 80px;
 		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transition:ease .5s;
		transition:ease .5s;
		z-index:9999;
	}
	.Header__nav__mobile{
		width: 50%;
	    position: fixed;
	    left: 100%;
	    top: 0;
	    background: #000;
	    height: 100%;
	    opacity: 0;
	    -webkit-transition:ease .5s;
		transition:ease .5s;
	}

	/*ドロワーメニューの開閉ボタン*/
	.drawer .drbtn {
		width: 80px;
		height: 100%;
		-webkit-transition:ease .5s;
		transition:ease .5s;
		cursor:pointer;
		align-items: flex-end;
		display: flex;
		justify-content: center;
		font-size: 10px;
		padding-bottom: 2px;
		z-index: 10000;
	}
	/*ハンバーガーボタンを作るスタイルシート*/
	.drawer .drbtn .hambarg {
		position: absolute;
		height: 4px;
		width: 85%;
	    background: #fff;
    	box-shadow: 0 0 5px #000;
	}
	.drawer .drbtn .hambarg:nth-child(1) {
		top: 10%;
	}
	.drawer .drbtn .hambarg:nth-child(2) {
		top: 40%;
	}
	.drawer .drbtn .hambarg:nth-child(3) {
		top: 70%;
	}
	.drbtn .menu{
		display: block;
	    color: #fff;
	    position: absolute;
	    bottom: 0px;
	    left: 7%;
	    text-shadow: 0px 0px 2px #424242;
	    font-size: 14px;
	    letter-spacing: 4px;
	}
	.drawer.action .drbtn {
		-webkit-transform:translateX(0px);
		transform:translateX(0px);
		/*overflow-y: auto;*/
		-webkit-overflow-scrolling: touch;
	}
	/*-----Open-----*/
	/*ドロワーメニューをOPENにするスタイルシート*/
	.Header__nav__mobile.action{
		opacity: 1;
		left: 50%;
		z-index: 100;
	}
	.tablet__on{
		display: block;
	}
	.Pc__on,.mobile_on {
		display: none !important;
	}
	.Top__tablet img {
		width: 100%;
	}
	.Service,.Company,.Contact {
      background: url("../images/top/white_bg_tab.png");
      background-repeat: no-repeat;
      background-size: cover;
    }
    .Licence,.Alliance,.Footer {
      background: url('../images/top/black_bg_tab.png');
      background-repeat: no-repeat;
      background-size: cover;
    }
    .Service {
    	padding-top: unset;
    	margin-bottom: unset !important;
    }
	.Service__wrap {
		padding-left: 5px;
	    padding-right: 5px;
		position: unset;
		color: #000;
	}
	.Section__top h2 {
	    font-size: 50px;
	    left: 0;
	    letter-spacing: 7px;
	    margin-bottom: 0;
	    padding-top: 90px;
	}
	.Section__title span {
	    display: inline-block;
    	font-size: 50px;
    	margin-right: 20px;
	}
	.Section__top__img {
		width: 100%;
	    position: unset;
	}
	.Service__body {
		width: 100%;
		top: 20px;
	}
	.Service__body h3 {
	    font-size: 36px;
    	width: 300px;
    	left: 0px;
	}
	.Service__body p {
        left: 0px;
	    font-size: 30px;
	    line-height: 1.3;
	    width: 610px;
	}
	.h3_wrap img {
        top: 40px;
	    left: -180px;
	    width: 250px;
	}
	.Licence {
		padding-top: 0;
		padding-bottom: 220px;
	}
	.Licence__wrap {
		top: 70px;
	}
	.Licence__top h2 {
	    letter-spacing: 7px;
	    font-size: 50px;
	}
	.Licence__body {
		width: unset;
	    justify-content: center;
	}
	.Licence_underwrap img {
	    width: 300px;
	    display: block;
	    margin: 0 auto;
	    top: 60px;
	}
	.Licence_underwrap p {
	    line-height: 1.5;
	    width: 250px;
	    top: -110px;
	    left: unset;
	    font-size: 18px;
	    margin: 0 auto;
	    text-align: unset;
	}

	.Service__body p.jumble {
	    font-size: 30px;
	}
	.Licence__right img {
	    width: 220px;
	    display: block;
	    margin: 0 auto;
        position: relative;
	}
	.Company {
		padding-top: 70px;
		padding-bottom: 120px;
	}
	.Company__wrap {
		top: unset;
		color: #000;
	}
	.Alliance {
	    padding-bottom: 50px;
	    padding-top: unset;
	}
	.Alliance__top {
	    top: 130px;
	    position: static;
	}
	.Alliance__top h2 {
	    letter-spacing: 7px;
	    font-size: 50px;
	    margin-bottom: unset;
        top: -170px;
	}
	.Alliance__top h2 br {
	    display: none;
	}
	.Alliance__top .Section__top__img {
	    /*top: -200px;*/
	    /*position: static;*/
	}
	.Alliance__body {
	    position: unset;
	}
	.Alliance__body ul {
	    display: flex;
	    flex-wrap: wrap;
        justify-content: space-around;
	    width: 90%;
	    margin: 0 auto;
	}
	.Alliance__body ul li img {
	    width: 150px;
	}
	.Contact__wrap {
	    top: 20px;
	}
	.Contact {
	    padding-top: 40px;
        padding-bottom: 40px;
	}
	.Contact__body {
	    width: 450px;
	    padding-bottom: 40px;
        color: #000;
	}
	.Licence__top {
	    margin-bottom: 10px;
	}
	.Contact__wrap h2,.Company__wrap h2 {
		color: #000;
	}
	.Footer {
		height: 200px;
	}
	.Footer__wrap {
	    top: 70px;
	}
	footer small {
	    top: 150px;
	}
}
