
/* CSS Document */

@charset "utf-8";
@import url("destyle.css"); 

/* All */
html{
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E;
	}
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}
body{
    color: #010101;
}
.wrapper{
	background-color: #fff;
	}
a:link, a:visited, a:hover, a:active{
	 text-decoration: none;
	color: #707070;
	}
a:hover{
	color: #707070;
	opacity: 0.7;
	transition: 0.3s all ease-out 0.1s;
	-webkit-transition: 0.3s all ease-out 0.1s;
	-moz-transition: 0.3s all ease-out 0.1s;
}

h1, h2, h3, p{
	color: #707070;
	letter-spacing: 0.09em;
}

h2{
	font-size: 2em;
}



.wrap{
}
header{
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	height: 100px;
	width: 100vw;
	margin: 0;
	padding: 0;
}
#logo{
	width: 100px;
	margin-left: 50px;
}
/*==================================================
navのためのcss
===================================*/

.navmenu{
	display: flex;
	height: 100px;
/*	width: 50vw;*/
	margin: 0 100px 0 auto;
	float: right;
}
.navmenu ul{
	text-align: center;
}
.navmenu ul li{
	width:  150px;
	display: inline-block;
	list-style-type: none;
	font-size: 1.5em;
	margin-top: 20px;
	line-height: 1.5em;
}
.navmenu ul li a{
	color: #707070;	
	font-weight: bold;
}

.navmenu ul #contactbtn{
	display: block;
	width: 180px; 
	padding: 15px 5px;
    background: linear-gradient(70deg, #FCFFB2, #D4F5FF);
	border-radius: 70px;
}
.nav-R{
	display: none;
}




.main{
	clear: right;
	background-image: url(../img/mvbg.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.content{
	max-width: 1520px;
	margin: 0 auto;
}
.mv{
	display: flex;
	max-width: 1500px;
	height: 90vh;
	position: relative;
	margin: 0 auto;
}
.mv-left{
	display: block;
	max-width: 45vw;
	position: absolute;
	top: 30px;
	left: 50px;
	z-index: 77;
}
.mv-left img{
	max-width: 100%;
}
.mv-left p{
	font-size: 1.8em;
	text-align: center;
}
/*==================================================
スライダーのためのcss
===================================*/

.mv-right{
	display: block;
	width: 600px;
	height: 400px;
	margin: 30px auto;
	position: absolute;
	top: 70px;
	right: 70px;

}
.slider {
  position:relative;
	z-index: 5;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	width: 100%;
	height: 50vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

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

/*.slider-item03 {
    background:url(https://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/6-1-2/img/img_03.jpg);
}*/

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 50vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-50px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.mv-R{
	display: none;
}
/*==================================================
footerのためのcss
===================================*/
footer{
    background: linear-gradient(70deg, #FCFFB2, #D4F5FF);
	display: block;
	text-align: left;
	margin-top: 100px;
	padding: 30px 0;
}
.oita-info{
	display: block;
	width: 1200px;
	margin: 50px auto;
}
footer h2{
	font-size: 25px;
}
.oita-info #links{
	display: flex;
	justify-content: space-around;
	width: 1200px;
	margin: 50px auto;
}
.oita-info #links img{
	width: 280px;
}
.footer2{
	display: block;
	width: 100%;
	background: #fff;
	text-align: left;
	margin-top: 10px;
	padding: 10px 20px;
}

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

}
.corp a:link{
	color: #707070;
	font-weight: bold;
}
#sns{
	display: flex;
	justify-content: space-between;
	width: 200px;
	position: absolute;
	top: 0px;
	right: 50px;
}
#sns img{
	width: 50px;
}
#copyright{
	text-align: center;
	padding-top: 10px;
}
/*========= レイアウトのためのCSS ===============*/
ul{
  margin:0;
  padding: 0;
  list-style: none;
}

a{
  color: #fff;
}

a:hover,
a:active{
  text-decoration: none;
}

h1{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size:6vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}

/*========= about CSS ===============*/
.about{
	display: flex;
	width: 90%;
	flex-direction: row;
	margin: 100px auto;
}
.aboutoita{
	display: block;
	max-width: 30%;
	margin:0 50px;	
}
.about img{
	max-width: 300px;
	height: auto;
}
.about-info{
	display: inline-block;
	width: 60%;
	margin: 0 5%;
	line-height: 1.8em;
}
.about-info h2{
	margin: 5px auto 10px;
	line-height: 1.8em;
}
.strong{
	font-weight: bolder;
	font-size: 1.1em;
	line-height: 2.1em;
}
.information{
	margin: 200px auto;
}
.hstep{
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	background-image: url("../img/hstep.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.step{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 50px auto;
}
.step img{
	display: block;
	max-width: 90%;
}
/*==================================================
Eventのためのcss
===================================*/

.event{
	margin-top: 200px;	
}
.hevent{
	text-align: center;
	padding-top: 15px;
	margin: 0 auto;
	background-image: url("../img/hevent.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;	
}

.event-info{
	display: flex;
	justify-content: space-around;
	max-width: 1500px;
	margin: 100px auto;
}
#eventimg{
	display: inline-block;
	max-width: 700px;
	max-height: auto;
}
.aboutevent{
	display: inline-block;
	width: 35%;
	line-height: 2.5em;
}
.schedule{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 50px auto;
}
.schedule a{
	width: 30%;
}
.schedule img{
	width: 100%;
	height: auto;
}

#booking p{
	display: block;
	width: 25em;
	font-size: 1.3em;
	font-weight: bold;
	margin: 50px auto;
	padding: 20px 50px;
   border: 7px solid;
   border-image: linear-gradient(70deg, #FCFFB2, #D4F5FF);
   border-image-slice: 1;
	text-align: center;
}
.other-event{
	margin: 150px 0;
}
.others{
	margin: 50px auto;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
.other-event p{
	display: block;
	width: 60%;
	margin: 0 auto;
	text-align: center;
	line-height: 2em;
}
#oitajuku{
	display: block;
	width: 50%;
	margin: 50px auto;

}
#oitajukur{
	display: none;
}
#entry p{
	display: block;
	width: 25em;
	font-size: 1.3em;
	font-weight: bold;
	margin: 50px auto;
	padding: 20px 50px;
   border: 7px solid;
   border-image: linear-gradient(70deg, #FCFFB2, #D4F5FF);
   border-image-slice: 1;
	text-align: center;
}
/*==================================================
のためのcss
===================================*/
.hadvisor{
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	background-image: url("../img/hadvisor.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.cadvisor{
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 30px auto 10px;
}
.cadvisor img{
	width: 200px;
	height: 200px;
	margin: 50px;
}
.c-info{
	margin: 50px auto;
}
.company{
	display: inline-block;
	font-size: 0.9em;
	font-weight: bold;
}
.name{
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
}
.sertificate{
	font-size: 0.8em;
	margin-bottom: 10px;
}
#sertificate{
	text-align: center;
}


/*==================================================
のためのcss
===================================*/
.advantage{
	max-width: 1200px;
	margin: 200px auto;
}

.hadvantage{
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	background-image: url("../img/hadvantage.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
}
.points{
	margin: 50px auto;
}
.points img{
	display: block;
	width: 80%;
	margin: 20px auto;
}
.rpoints{
	display: none;
}
/*==================================================
のためのcss
===================================*/
.Tinterview{
	display: block;
	margin: 200px auto;
}

.hinterview{
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	background-image: url("../img/hinterview.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	
}
.waiting{
	display: block;
	width: 50%;
	margin: 70px auto;
}
.rwaiting{
	display: none;
}
.companies{
	display: block;
	margin: 200px auto;	
}
.company-logo{
	display: flex;
	justify-content: space-around;
	width: 1200px;
	margin: 100px auto;
}
.hcompany{
	text-align: center;
	padding-top: 20px;
	margin: 0 auto;
	background-image: url("../img/hcompany.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;

}

.senior_interview{
	display: flex;
	justify-content: space-around;
	width: 1200px;
	margin: 100px auto;
}
.interview-title{
	text-transform : none;
}
.information{
	display: block;
	margin: 200px auto 100px;		
}
.himformation{
	text-align: center;
	margin: 0 auto;
	padding: 5px;
}

.himformation::before, .himformation::after{
	content: url("../img/icon.png");
	margin: 0 20px;
}
.system{
	display: flex;
	justify-content: space-around;
	width: 1000px;
	margin: 60px auto;
}
.question p a:link {
  text-decoration: underline;
}
.question p a:visited {
  text-decoration: underline;
}
.question p a:hover {
  text-decoration: underline;
}
.question p a:active {
  text-decoration: underline;
}
.capture p{
	font-size: 1em!important;
}
#support{
	display: block;
	width: 28rem;
	margin: 50px auto;
	padding: 20px 30px;
   border: 7px solid;
   border-image: linear-gradient(70deg, #FCFFB2, #D4F5FF);
   border-image-slice: 1;
	text-align: center;	
}
#support h2{
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;	
}
#grants{
	display: block;
	width: 28rem;
	margin: 50px auto;
	padding: 20px 30px;
   border: 7px solid;
   border-image: linear-gradient(70deg, #FCFFB2, #D4F5FF);
   border-image-slice: 1;
	text-align: center;	
}
#grants h2{
	font-size: 1.3em;
	font-weight: bold;
}
.comment{
	text-align: center;
	font-size: 1.4em;
}
#contact{
	display: block;
	width: 20em; 
	margin: 25px auto;
	padding: 35px 10px;
    background: linear-gradient(70deg, #FCFFB2, #D4F5FF);
	border-radius: 70px;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
}

.interview_item {
	display: block;
  width: 250px;
}
.slider_class .interview_item img{
  width: 250px;
}
.slide-arrow {
  background-color: #707070;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}

.prev-arrow {
  border-bottom: 20px solid  #fff;
  border-left: 0;
  border-right: 20px solid #707070;
  border-top: 20px solid  #fff;
  left: -25px;
}
.next-arrow {
  border-bottom: 20px solid  #fff;
  border-left: 20px solid #707070;
  border-right: 0;
  border-top: 20px solid  #fff;
  right: -25px;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

#lp_pc{
	display: block;
	width: 900px;
	margin: 100px auto;
}
#lp_phone{
	display: none;
}

