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

@media screen and (max-width:480px) { 
/* 参考サイト　https://sole-color-blog.com/blog/71/　*/

/* all */
	html{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E;
	}
	* {
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		font-size: 16px;
	}
	
/* don't show nav-M */
	header img, .navmenu{
		display: none;
		}
	header{
		background-color: #fff;
		height: 60px;
		width: 100vw;
		}
	h2{
		font-size: 20px;
	}
	/* humburger menu */

	/*　ハンバーガーボタン　*/
	.hamburger {
	  display : block;
	  position: fixed;
	  z-index : 99;
	  right : 13px;
	  top   : 12px;
	  width : 42px;
	  height: 42px;
	  cursor: pointer;
	  text-align: center;
	}
	.hamburger span {
	  display : block;
	  position: absolute;
	  width   : 30px;
	  height  : 2px ;
	  left    : 6px;
	  background : #555;
	  -webkit-transition: 0.3s ease-in-out;
	  -moz-transition   : 0.3s ease-in-out;
	  transition        : 0.3s ease-in-out;
	}
	.hamburger span:nth-child(1) {
	  top: 10px;
	}
	.hamburger span:nth-child(2) {
	  top: 20px;
	}
	.hamburger span:nth-child(3) {
	  top: 30px;
	}

	/* ナビ開いてる時のボタン */
	.hamburger.active span:nth-child(1) {
	  top : 16px;
	  left: 6px;
	  -webkit-transform: rotate(-45deg);
	  -moz-transform   : rotate(-45deg);
	  transform        : rotate(-45deg);
	}

	.hamburger.active span:nth-child(2),
	.hamburger.active span:nth-child(3) {
	  top: 16px;
	  -webkit-transform: rotate(45deg);
	  -moz-transform   : rotate(45deg);
	  transform        : rotate(45deg);
	}

	nav.nav-R {
	  position: fixed;
	  z-index : 77;
	  top  : 0;
	  left : 0;
	  color: #707070;
	  background: #fff;
	  text-align: center;
	  transform: translateX(100%);
	  transition: all 0.6s;
	  width: 100%;
	  height: 100%;
	  display: block;
	  opacity: 0.9;
		padding-top: 10%;
	}

	nav .nav-R ul {
	  background: #ccc;
	  margin: 0 auto;
	  width: 100%;
	}

	nav .nav-R ul li {
	  list-style-type: none;
	  padding: 5vh;
	  width: 100%;
	  border-bottom: 1px solid #000;
	}
	.nav-R ul li{
	　line-height: 2.5rem;
	
	}
	.nav-R ul li:last-child {
	  padding-bottom: 0;
	  border-bottom: none;
	}
	.nav-R ul li:hover{
	  background : #fff;
	}

	.nav-R ul li a {
	  display: block;
	  color: #707070;
	  padding: 2rem 0;
	  text-decoration :none;
	font-size: 22px;
		
	}
		nav .nav-R ul li a:link, nav .nav-R ul li a:visited, nav .nav-R ul li a:hover, nav .nav-R ul li a:active{
			font-size: 3em!important; 
		}
	/* このクラスを、jQueryで付与・削除する */
	nav.nav-R.active {
	  transform: translateX(0%);
	}
	.mv{
	display: none;
	}
	.mv-R{
		display: block;
		position: relative;
		height: 100vh;
	}
	#mvcover{
		width: 100%;
	}
	.slider-R {
		display: block;
		z-index: 2;
		/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
		width: 100%;
		height: 90vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	}
	/*　背景画像設定　*/

	.slider-item01 {
		background:url("../img/rslider1.jpg");
	}

	.slider-item02 {
		background:url("../img/rslider2.jpg");
	}
	.slider-itemr {
		width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
		height: 70vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
		background-repeat: no-repeat;/*背景画像をリピートしない*/
		background-position: center;/*背景画像の位置を中央に*/
		background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	}	
	.slick-prev, .slick-next, .slick-dots{
		display: none;
	}
	#mvcover{
		z-index: 20;
		position: absolute;
		width: 100vw;
	}
.bottun{
	display: block;
	width: 200px;
	margin: 50px auto 100px;
	font-size: 1.2em;
	text-align: center;
	border-bottom: #FFCAD2 solid 3px;
}	
	/* footer */
footer{
	margin-top: 50px;
	padding: 5% 0;
}
.oita-info{
	display: block;
	width: 90%;
	margin: 50px auto;
}
footer h2{
	font-size: 20px;
}
.oita-info #links{
	display: flex;
	flex-direction: column;
	width: 250px;
	margin: 20px auto;
}
.oita-info #links img{
	width: 250px;
}
.footer2{
	display: block;
	width: 100%;
	background: #fff;
	text-align: left;
	margin-top: 30px;
	padding: 50px 20px;
}

.management{
	display: block;
	width: 330px;
	margin: 50px auto;
	position: relative;
}
.pref h3{
	font-size: 14px;
	font-weight: bold;
	margin: 10px auto;
	line-height: 1.2em;
	padding-top: 30px;
}
.pref p{
	font-size: 12px;
	margin: 10px auto;

}
.corp a:link{
	color: #707070;
	font-weight: bold;
}
#sns{
	display: flex;
	justify-content: space-around;
	width: 150px;
	position: absolute;
	top: -50px;
	left: 0px;
}

#sns img{
	width: 30px;
}
	.about{
		flex-direction: column;
		width: 100%;
	}
	.about-info{
	width: 90%;
	margin: 40px 5%;
	line-height: 1.8em;
}
.about-info h2{
	font-size: 22px;
	margin: 5px auto 10px;
	line-height: 1.8em;
}
.step{
	display: flex;
	flex-direction: column;
	width: 100vw;
	margin: 30px auto;
}
.step img{
	display: block;
	width: 80vw;
	margin: 30px auto;
}	
	.event-info{
		flex-direction: column;
		width: 100%;
		margin: 30px auto;
		
	}
	#eventimg{
	display: block;
	max-width: 90%;
	max-height: auto;
	margin: 30px auto;
}
	.aboutevent{
	width: 90%;
	line-height: 2em;
		margin: 20px auto;
}
	.schedule{
	flex-direction: column;
	}
	.schedule a{
	width: 90%;
		margin: 30px auto;
}
	.company-logo{
		flex-direction: column;
		width: 70%;
		margin: 30px auto;
	}
	.company-logo img{
		display: block;
		margin: 0 auto;
	}
#booking p{
	width: 80%;
	font-size: 1.1em;
	font-weight: bold;
	margin: 50px auto;
	padding: 10px 20px;
}
.other-event p{
	width: 90%;
	margin: 30px auto;
	text-align: left;
}
	#oitajuku{
		display: none;
	}
	#oitajukur{
		display: block;
		width: 90%;
		margin: 30px auto;
	}
	#entry p{
	width: 85%;
	font-size: 1.1em;
	font-weight: bold;
	margin: 50px auto;
	padding: 10px 20px;
	}
	.cadvisor{
	flex-direction: column;
	width: 90%;
	margin: 0 auto 10px;
}
	.cadvisor img{
	width: 200px;
	height: 200px;
	margin:20px auto 20px;
}
	.c-info{
	margin: 0px auto;
}
	.sertificate{
	font-size: 1em;
	margin-bottom: 10px;
}
	.points{
		display: none;
	}
	.rpoints{
		display: block;
	}
	.rpoint{
		display: flex;
		flex-direction: row;
		width: 90%;
		padding:10px;
		border-bottom: #414141 solid 1px;
		margin: 10px auto;
	}
	.rpoint img{
		height: 80px;
		width: auto;
		margin: 10px 10px 10px 0;
	}
	.rpoint p {
		vertical-align: middle;
	}
	.waiting{
		display: none;
	}
	.rwaiting{
		display: block;
		width: 100%;
		margin: 60px 0;
	}
	.himformation::before, .himformation::after{
	display: none;
}
.system{
	flex-direction: column;
	width: 90%;
}
#support{
	display: block;
	width: 90%;
	margin: 0px auto;
}
#support h2{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;	
}
#grants{
	display: block;
	width: 90%;
	margin: 30px auto;
}
#grants h2{
	font-size: 1.3em;
	font-weight: bold;
}
	#contact{
	display: block;
	width: 80%; 
}
#lp_pc{
	display: none;
}
#lp_phone{
	display: block;
	max-width: 385px;
	margin: 60px auto;
}
	
	
	/* ++++++++後で消す+++++++++++ */	
.senior_interview{
		display: none;
	}
	.senior_r{
		display: block;
	}
	/* +++++++++++++++++++ */
	
	.main-a{
	background-image: url(../img/raboutbg.png); 
	background-repeat: no-repeat;
	background-size: contain;}

.content-a{
	display: block;
	max-width: 90vw;
	margin: 0 auto;
}

.About{
	display: block;
	max-width: 100%;
	height: 200px;
}
	.About p{
	line-height: 2em;
    position: absolute;
    top: 60%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
	text-align: left;		
	}
.steps img{
	height: 70px;
}

.main-e{
	background-image: url("../img/reventbg.png"); 
	background-repeat: no-repeat;
	background-size: contain;
}
.Event{
	display: block;
	max-width: 90%;
	height: 350px;
	position: relative;
	margin: 0 auto 50px;
	text-align: center;
	align-items: flex-end;
}
.Event p{
	line-height: 2em;
    position: absolute;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);	
	text-align: left;

}
.e-contain{
	width: 90vw;
	margin: 0 auto;
}
.jumpbtn{
	display: flex;
	justify-content: space-around;
	width: 100%;
	margin-top: 30px;
}
.guestinfo{
	display: flex;
	flex-direction: column;
}
	.jumpbtn a{
	display: inline-block;
	width: 6em;
	border: solid 1px #484848;
	padding: 5px 5px;
	border-radius: 10px;
	text-align: center;
}
	.main-e h2{

}
	#tokyo img, #fukuoka img, #online img{
	display: block;
		
}
	.event-schedule{
		display: none!important;
	}
	.revent-schedule{
		display: block!important;
		width: 90vw;
		margin: 50px auto;
	}
	.guest{
	margin-top: 50px;
}
.speaker{
	margin-top: 0;
}
.speaker img{
	width: 200px;
	margin: 50px auto 20px;
}
.introduvtion{
	margin-left: 0;
}
.guestname{
	display: inline-block;
	background-color: #9E9E9E;
	color: #fff;
	margin-bottom: 5px;
}
.tag{
	font-size: 0.8em;
}
	.apply{
	width: 85%;
	font-size: 1.1em;
	font-weight: bold;
	margin: 50px auto;
	padding: 10px 20px;		
	}
	.interview-title{
		text-align: left;
	}
.main-i{
	max-width: 100%;
	}
	.interview{
		max-width: 95%;
	}	
.interview-title{
	width: 100%;
	padding: 5%;
	margin: 50px auto;
	font-size: 19px;
}
.question h2{
	font-size: 1.2em;
	margin-top: 50px;
	}
.interview p{
	font-size: 0.8em;
	line-height: 1.5em;
}
	
.question p{
	font-size: 1em;
	line-height: 1.5em;
}
.interview img{
	max-width: 100%;
	margin: 0 auto;
}	
.senior{
	display: flex;
	flex-direction: column;
}
.senior img{
	width: 90%;
	height: auto;
	vertical-align: middle;
	margin: 0 auto;
}

.voice{
	margin-left: 0;
}
.interview .vertical img{
	display: block;
	width: 90%;
	margin: 0 auto;
}
/* form*/
	#formtitle{
	display: flex;
	width: 90%;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	align-items: flex-end;
}
	#formtitle h2{
	display: block;
	width: 95%;
	font-size: 1.2em;
}
	#formWrap{
	width: 95%;
	margin: 70px auto;
		padding: 10px;
	}
	table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
	width: 90%!important;
}

/* 2024 event */
.event-wrap{
	display: block;
	background: #fff;
	width: 100%;
	margin: 0;
}
.eventcontents{
	display: block;
	margin: 0;
	width: 100%;
	padding: 5px;
}

.event-information{
	display: block;
	width: 100%;
	margin: 100px auto;
	padding: 0;
    background: #fff;

}
.event-menu{
	display: block;
	width: 100%;
	margin: 0 0;
}
#onlineh{
	position: inherit;
	display: inline;
	font-size: 1.3em;
	color: #010101;
	max-width: 100%;
	margin: 30px auto;
}
.onlinemv{
	display: block;
	max-width: 100vw;
	margin: 40px auto;
	padding: 30px auto;
}
.onlinemv img{
	max-width: 100%;
	margin: 0 auto;
}
.event-information table{
	display: block;
	}
	#date{
		display: none;
	}
#r-date{
	display: block;
	width: 85%;
	margin: 50px auto;
	border-color: #707070;
	border-collapse: collapse;
 	border-spacing: 0;
	letter-spacing: 0.15rem;
	line-height: 1.8rem;
}
#r-date th{
	width: 30%;
	height: 20px;
 background: linear-gradient(70deg, #FCFFB2, #D4F5FF);
 border: solid 1px #707070;
}
#r-date td{
	width: 70vw;
	font-size: 13px;
	height: 20px;
 background: #fff;
 border: solid 1px #707070;
text-indent: 0em;
	padding: 1em;
	line-height: 1.7em;
}
.eventcontent, .eventspeaker{
	display: block;
	width: 100%;
	margin: 50px auto;
	padding: 10px;
}
.event-menu h2{
	font-size: 1.3em;
	border-bottom: solid 6px #FFCAD1;
}
.event-menu h3{
	font-size: 1.2em;
	padding-top: 15px;
	text-align: left;
}
.event-menu h4{
	font-size: 1.15em;
	padding-top: 15px;
}
.event-menu p{
	font-size: 1em;
	padding: 8px 0;
}
.event-menu span{
	color: #707070;
	display: block;
	text-align: center;
}
.event-menu #form{
	display: block;
	width: 300px;
	margin: 20px auto;
}
#speaker, #speaker2{
	display: block;
	width: 300px;
	margin: 100px auto 50px;
}
.guest{
	display: block;
	width: 90%;
	margin: 50px auto 25px;
}
.guest img{
	width: 100%;
}
.event-menu span .tag{
	font-size: 14px;
	font-weight: bold;

	text-align: left!important;
}
.event_section h2{
	font-size: 16px;
	text-align: left;
	letter-spacing: 5px;
	background: #fff;
	border-bottom: solid 6px #FFCAD1;
	}
.event_section{
	display: block;
	width: 100%;
	margin: 0px auto 70px;
}

.event-list{
display: none;
}
.event-list a{
	width: 80%;
	margin: 50px auto;
}.event-list img{
	width: 100%;
	padding-left: 0;
	margin: 0 auto;
}
	.revent-list{
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 30px auto;		
	}
	.revent-list img{
	padding: 0;
	margin: 0 auto;
	filter: drop-shadow(10px 10px 10px #ABABAB);
}
	.event-image{
		display: block;
		width: 150px;
		height: 180px;
		background-color: #fff;
	}
.fun-fan{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: auto;
	background: linear-gradient(70deg, #FCFFB2, #D4F5FF);
	margin: 10px auto;
}
.fun-fan a{
	width: 80%;
	margin: 0 auto;
}
.fun-fan img{
	width: 100%;
	padding: 27.5px 0;
	margin: 0 auto;
	filter: drop-shadow(5px 5px 5px #ABABAB);
}
#bannerpc{
	display: none;
}
#bannerph{
	display: block;
	width: 100%;
}
.tag{
	font-size: 15px;
	font-weight: bold;
}
.main-itv{
	padding: 0;

}
.interview_list h2{
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 70px;
	background-image: url("../img/th2bg.png");
	background-repeat: repeat-x;
	background-size: cover;
	font-size: 1.25em;
	padding-left: 3px;
	}
.interview_list{
	width: 100%;
}
	
.interview_list span img{
	width: 80px;
	margin-left: 5px;
}
.interview_block{
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 480px;
	margin: 5px auto;

}
.interview_block img{
	width: 300px;
	margin: 20px auto;
}
.interview_block a{
	width: 300px;
	margin: 20px auto;
}
	.image{
	bisplay: none;
	}
	

.pc_main{
	display: none;
}
.r_main{
	display: block;
	width: 100%;
}
	.r_main img{
		display: block;
		width: 100%;
	}
.rlp_btn img {
		display: block;
		width: 85%!important;
		margin: 40px auto;
	}
	.rlp14{
		display: block;
		width: 100%;
		margin: 0;
		position: relative;
	}
	.lpsenior{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 70%;
		position: absolute;
		top: 15%;
		left: 0;
	}
	.lpsenior img{
		display: block;
		width: 80%;
		margin: 15px auto;
	}
	#rlp2, #rhomepage{
		display: block;
		width: 85%;
		margin: 0 auto;
	}
	}