﻿body{
    margin:auto;
}

#header{
	height:70px;
	padding:0;
}

#header a img{
	width:45%;
	height:auto;
}

.menu{
	display:none;
}

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

.drawer{
	display:block;
}

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

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
    display: flex;
    height: 70px;
    width: 70px;
    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:20px;
	border-bottom:solid 1px #E3E3E3;
	height:40px;
}

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

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


/* メイン */

#maintop{
	margin-top:70px;
}
.top1{
	display:none;
}

.top2{
    display:block;
	max-width:100%;
	height:auto;
}

.pai-r img{
	width:50%;
	height:auto;
}


/* ミッション */
.m-section-mission{
	max-width:80%;
	left:15px;
	margin-top:100px;
}

.m-background-text-inner{
	font-size:80px;
}


/*会社の特徴 */
.ap{
	width:80%;
	z-index:10;
	font-size:30px;
}

.appeal{
	height:50px;
}

.appeal p{
	margin-bottom:15px;
}

.naiyou{
	max-width:100%;
}

.naiyou-wrap{
    flex-direction: column;
}

.naiyoubox-back01,
.naiyoubox-back02{
	width:100%;
}

.naiyoubox1 h3,
.naiyoubox2 h3{
	font-size:25px;
	margin:0;
	max-width:80%;
}

.naiyoubox-back01 img,
.naiyoubox1 p,
.naiyoubox-back02 img,
.naiyoubox2 p{
	max-width:80%;
}

.naiyoubox1 p{
	padding-bottom:10px;
	font-family:游ゴシック;
	font-weight:bold;
}

.naiyoubox2 p{
	margin-bottom:0;
	padding-bottom:5px;
	text-align:left;
	font-family:游ゴシック;
	font-weight:bold;
}

/*パーソン */
.p-background-text-inner{
	font-size:5rem;
	margin-top:70px;
}

.message img{
    width:80%;
    margin:180px auto 0 auto;
    right:0;
    left:0;
}

.boxcheck{
   width:82%;
   left:0;
   right:0;
   margin:400px auto 0 auto;
}

.boxcheck .box-title{
	font-size:25px;
	max-width:100%;
	height:50px;
    line-height:55px;
}

.checkbox{
	font-size:20px;
	max-width:100%;
	padding-bottom:5px;
	margin-top:10px;
}

.checkbox li{
	width:80%;
	font-size:17px;
	margin-left:50px;
}

.checkbox li::before{
	left:1.0em;
}

.checkbox li::after{
	left:1.2em;
	margin-top:-25px;
}


/*応募 */
.hukidashi{
	max-width:80%;
	margin-top:600px;
	margin-left:0;
	font-size:20px;
	padding:17px 20px;
	z-index:10;
}

.hukidashi::before{
	margin-left:110px;
}

.oubo{
	padding-bottom:0;
}

.oubomem{
	z-index:20;
	max-width:100%;
	margin:0 auto;
	display:flex;
    position:relative;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

.tokucho{
	padding:0 3px 0px 6px;
	margin:0;
	font-size:17px;
	width:87%;
	line-height:1.5;
}

.messeage-pict{
	width:90%;
}

.me-section{
	margin-top:500px;
	max-width:80%;
}

.me-background-text-inner{
	font-size:70px;
	width:100%;
	padding-right:10px;
	margin-left:0;
	margin-left:-5px;
	margin-top:50px;
}

/*メンバー */

.membertop{
	height:200px;
}

.membertop1{
	display:none;
}

.membertop2{
	display:block;
	max-width:100%;
}

.mem-section{
	left:-119px;
	margin-top:-70px;
}

.mem-background-text-inner{
    font-size:60px;
    font-weight:bold;
}

#member-wrapper{
    max-width:100%;
	margin:-35px auto;
	left:0;
	right:0;	
}

.mem-naiyou{
    display:block;
}

.hitowoshiru{
	max-width:60%;
	font-size:25px;
}

.naiyou2 img{
	max-width:100%;
	margin:0;
}

.naiyou2 h2{
	max-width:90%;
	margin-left:0;
	font-size:15px;
}

.naiyou2 p{
	max-width:100%;
	font-size:15px;
	margin-left:0px;
	text-align:left;
	margin-bottom:50px;
	font-family:游ゴシック;
	font-weight:bold;
}

/*オフィス */

#office{
   margin-top:500px;
   width:100%;
}

.o-background-text-inner{
	font-size: 2.625rem;
}

.office{
	font-size:25px;
	padding-bottom:30px;
}

iframe{
	max-width:90%;
	height:250px;;
}

.o-joho p{
	max-width:80%;
	font-size:13px;
	margin:0 auto;
}

.yuubin{
	padding-top:20px;
}

.o-joho .jusho{
	margin-bottom:10px;
}

.o-joho .renraku{
	margin-bottom:20px;
	margin-left:5px;
}

/*採用 */

#saiyou{
	padding-top:40px;
	padding-bottom:40px;
}

.saiyoutop1{
	display:none;
}

.saiyoutop2{
	width:100%;
	display:block;
	position:relative;
}

.j-section{
	max-width:100%;
	margin:-300px auto 0 auto;
	position:absolute;
}

.j-background-text-inner{
	font-size: 2.625rem;
	white-space:normal;
	right:0;
}

.sj{
	max-width:100%;
	font-size:25px;
	text-align:center;
    margin:-350px auto;
}

.saiyou-link{
	display:block;
	width:70%;
}

.shinsotsu-link {
	margin:0;
}

.shinsotsu-link img{
    margin-left:50px;
    width:100%;
    height:auto;
    margin-top:-230px;
}

.chuto-link img{
    width:100%;
    margin-left:43px;
    height:auto;
    margin-top:-150px;
}

/*募集要項 */

#shinsotsu h1,
#chuto h1,
#koyou h1{
	margin-left:15px;
	margin-right:15px;
	width:61%;
	font-size:25px;
}

.d-wrap1 table,
.d-wrap2 table,
.d-wrap3 table{
	max-width:90%;
}

.koyou-wrap table{
	width:90%;
}

.shokushu{
   max-width:39%;
}


/*オンラインレッスン */

#onlinelesson{
	max-width:85%;
	overflow: hidden;
}

.onlinetd{
	display:block;
	padding-bottom:150px;
}

.onlinetop1{
	display:none;
}
.onlinetop2{
    display:block;
	max-width:100%;
}

#onlinelesson h1{
	font-size:19px;
	padding:5px 10px;
	margin-left:5px;
	margin-right:5px;
}

#onlinelesson p{
	margin:5px 16px;
	line-height:1.3;
}

.kotira{
	max-width:80%;
	font-size:18px;
	padding:10px;
	margin:10px 0 0 0;
}


/*エントリー */

#form{
	margin-top:100px;
}

.formtop1{
    display:none;
}

.formtop2{
    display:block;
	width:100%;
	position:relative;
}

.form-message2{
	font-size:15px;
	margin:200px 0 0 20px;
	max-width:90%;
	font-weight:bold;
	font-family:メイリオ;
}

.form-link{
	margin-left:43px;
	width:80%;
	margin-top:-80px;
}

.entry{
	padding:10px 15px 10px 50px;
	font-size:25px;
}

.arrow2{
    top:3px;
}

/*フッター */

#footer02{
   position:relative; 
}

.logo{
    position:absolute;
}

.rightcontents{
    position:absolute;
    flex-direction:column;
    font-size:14px;
    right:8px;
}

#footer02 .nav{
	display:flex;
	padding:0;
	margin-left:-40px;
}

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

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

.logo img{
	margin-top:100px;
	max-width:60%;
	margin-right:5px;
}

.logo p{
	font-size:15px;
	font-weight:bold;
}

.copyright{
	position:absolute;
	margin-top:200px;
	width:100%;
	font-size:10px;
	text-align:center;
	padding-bottom:70px;
}