﻿body{
   margin:auto;
}
body2{
	overflow:hidden;
}

.menu1{
	display:none;
}

#mainmenu{
   padding-bottom: 9px;
}

/* ハンバーガーメニュー */

.drawer{
	display:block;
}
/* チェックボックスは非表示に */
.drawer-hidden {
   display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
   display: flex;
   height: 90px;
   width: 90px;
   justify-content: center;
   align-items: center;
   position: relative;
    z-index: 100;/* 重なり順を一番上に */
   cursor: pointer;
   float:right;
   background: linear-gradient(#45BADB, #479973);
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
   content: '';
   display: block;
   height: 2px;
   width: 33px;
   border-radius: 3px;
   background: white;
   transition: 0.5s;
   position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
   bottom: 11px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
   top: 11px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
   background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
   bottom: 0;
   transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
   top: 0;
   transform: rotate(-45deg);
}

/* メニューのデザイン*/
.drawer-content {
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
    left: 100%;/* メニューを画面の外に飛ばす */
   z-index: 99;
   background: #fff;
   transition: .5s;
}

.drawer-list{
	list-style:none;
	padding:0;
	margin:30px 0 20px 0;
}

.drawer-item{
	margin-bottom:35px;
	border-bottom:solid 1px #E3E3E3;
	height:60px;
}

.drawer-item a{
	color:black;
	text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
    left: 0;/* メニューを画面に入れる */
}

#back{
   margin-bottom: 30px;
}

#supportjobs{
   padding-top: 30px;
}

.ma-background-text-inner{
   position: static;
   writing-mode: horizontal-tb;
   font-size: 3.625rem;
}

.text_left,
.list{
   max-width: 100%;
}

.rec_shousai{
   width: 80%;
}

.jigyou{
   max-width: 80%;
}

/*トップへ戻る */

#page-top{
   bottom: -50px;
   margin-left: 200px;
}


/*トップへ戻る */

#page-top{
   bottom: -50px;
   margin-left: 200px;
}

/*フッター */

#footer02{
   position:relative;
   bottom: -50px;
   width: 50%;
}

.logo{
   position:absolute;
   margin: auto;
}

.rightcontents{
   flex-direction:column;
   margin: 0 auto;
}

#footer02 .nav{
   display:flex;
   padding:0;
   font-size:20px;
   margin: 0 auto;
}

#footer02 .nav li{
   list-style-type:none;
}

#footer02 .nav li a{
   margin-left: 10px;
   font-size: 13px;
}

.logo img{
   margin:200px auto 0 auto;
   max-width:60%;
}

.logo p{
   font-size:17px;
   font-weight:bold;
   text-align: center;
}

.nav li{
   padding: 0;
}

.copyright{
   position:absolute;
   margin:230px auto 0 30px;
   max-width:100%;
   font-size:12px;
   text-align:center;
}

.ulink-box a{
   display:block;
   font-size:10px;
   padding:5px 0px;
   color:white;
}