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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

*{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6em;
	font-family: "Roboto","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	background-color: #FCF7EF;
}

#container{
	width: auto;
	margin: 14vh 12vw 0;
	padding: 0;
    overflow: hidden;
	display: flex;
}
/* Logo + Menu */
.left{
	width: 11.5rem;
	display: inline-block;
	margin: 0 10vw 0 0;
}

.logo{
	margin: 0 0 7rem 0;
}
.logo img{
	width: 40px;
}
/* Menu */
.index{
	display: inline-block;
}
/* PC menu */
.category-list {
	display: block;
	list-style: none;
	padding-left: 0rem;
	font-family: adobe-arabic, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: 231815;
	text-decoration: none;
}

.category-list li {
	margin-bottom: 3rem;
}
/* スマホ menu */
#nav-drawer {
  display: none;
}
/* About menu */
.about-list{
	display: block;
	list-style: none;
	padding-left: 0rem;
	font-family: "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
	font-size: 0.5em;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: 231815;
}
.about-list li {
	margin: 0 0 3rem;
}
/* Recruit menu */
.category-list2 {
	display: block;
	list-style: none;
	padding-left: 0rem;
	font-family: adobe-arabic, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1em;
	letter-spacing: 0.1em;
	white-space: nowrap;
	color: 231815;
	text-decoration: none;
}
/* スマホ・タブレット用変更動作 */
@media only screen and (max-width: 768px) {
	#container{
		min-width: 100vw;
		max-width: 100vw;
		margin:0;
		padding: 0;
		display: block;
}
	.left{
		margin: 4rem 3rem 0;
	}
	.logo{
		margin: 0 0 4rem 0;
}
	.category-list {
		display: none;
}
	#nav-drawer {
		display: inline-block;
        position: relative;
}
/* スマホ menu */
/*チェックボックス等は非表示に*/
    .nav-unshown {
        display:none;
}

/*アイコンのスペース*/
    #nav-open {
        display: inline-block;
        width: 30px;
  		height: 10px;
  		vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
  		position: absolute;
  		height: 1px;/*線の太さ*/
  		width: 30px;/*長さ*/
  		border-radius: 3px;
  		background: #000000;
  		display: block;
  		content: '';
  		cursor: pointer;
}
	#nav-open span:before {
  		bottom: -10px;
}
	#nav-open span:after {
  		bottom: -20px;
}

/*閉じる用の薄黒カバー*/
	#nav-close {
  		display: none;/*はじめは隠しておく*/
  		position: fixed;
  		z-index: 99;
  		top: 0;/*全体に広がるように*/
  		left: 0;
  		width: 100%;
  		height: 100%;
  		background: black;
  		opacity: 0;
  		transition: .3s ease-in-out;
}

/*中身*/
	#nav-content {
		overflow: auto;
  		position: fixed;
  		top: 0;
  		left: 0;
  		z-index: 9999;/*最前面に*/
  		width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  		max-width: 330px;/*最大幅（調整してください）*/
  		height: 100%;
  		background: #fff;/*背景色*/
  		transition: .3s ease-in-out;/*滑らかに表示*/
  		-webkit-transform: translateX(-105%);
  		transform: translateX(-105%);/*左に隠しておく*/}

/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
  		display: block;/*カバーを表示*/
  		opacity: .5;
}

	#nav-input:checked ~ #nav-content {
  		-webkit-transform: translateX(0%);
  		transform: translateX(0%);/*中身を表示（右へスライド）*/
  		box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

	.navi {
		text-align: left;
		display: flex;
		justify-content: space-between;
		flex-flow: column;
		list-style: none;
		font-family: adobe-arabic, sans-serif;
		font-weight: lighter;
		font-style: normal;
		font-size: 1em;
		letter-spacing: 0.1em;
		white-space: nowrap;
		color: 231815;
}

	.navi li{
		margin-top: 4rem;
	}
	a.navi{	text-decoration: none;}
	.about-list {
		display: flex;
		padding-left: 0rem;
		margin: 8rem 0;
}
	.about-list li {
		margin: 0 3rem 0 0;
}
	.category-list2 {
		padding-left: 0rem;
		margin: 8rem 0;
	}
}
/* -----------------------------
Photo */
.photo{
	position: relative;
	width: 650px;
	height: 650px;
	overflow: hidden;
}
/* About photo */
.photo-2{
	width: 650px;
	height: auto;
	margin: 106px 0 0;
	overflow: hidden;
}
.photo-2 img{
	width: 100%;
}
/* スマホ・タブレット用変更動作 */
@media only screen and (max-width: 768px) {
	.photo{
		min-width: 100vw;
		max-width: 100vw;
		max-height: 70vh;
		margin: 8rem 0 0;
	}
	.photo-2{
		min-width: 100vw;
		max-width: 100vw;
		margin: 0;
}
}
/* スマホ用変更動作 */
@media only screen and (max-width: 480px) {
	.photo{
		min-width: 100vw;
		max-width: 100vw;
		max-height: 50vh;
		margin: 8rem 0 0;
	}
}
/* -----------------------------------------
Slideshow */
.photo .slide{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	animation: photofade 36s infinite;
}

.photo .photo1{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_1.jpg");
}
.photo .photo2{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_2.jpg");
	animation-delay: 4s;
}
.photo .photo3{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_3.jpg");
	animation-delay: 8s;
}
.photo .photo4{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_4.jpg");
	animation-delay: 12s;
}
.photo .photo5{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_5.jpg");
	animation-delay: 16s;
}
.photo .photo6{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_6.jpg");
	animation-delay: 20s;
}
.photo .photo7{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_7.jpg");
	animation-delay: 24s;
}
.photo .photo8{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_8.jpg");
	animation-delay: 28s;
}
.photo .photo9{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/top_9.jpg");
	animation-delay: 32s;
}

@keyframes photofade{
	0%{opacity: 0;}
	6%{opacity: 1;}
	12.5%{opacity: 1;}
	18.5%{opacity: 0;}
	100%{opacity: 0;}
}
/* -----------------------------------
Recruit 本文 */
.contents {
	width: 650px;
	height: auto;
	margin: 112px 0 100px 0;
	font-family: "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "serif";
	font-size: 0.5em;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
/* Recruit 項目 */
.contents-block{
	margin: 0 0 1.4rem 0;
}
/* Recruit 項目名 */
.contents-left{
	width: 10vw;
	display: inline-block;
	vertical-align: top;
}
/* Recruit 項目詳細 */
.contents-right{
	display: inline-block;
	vertical-align: top;
}
/* Recruit 選考プロセス・応募方法 */
.contents-block2{
	margin:4.2rem 0 0 0;
}
/* スマホ改行 */
.br-mob {
	display: none;
}
/* スマホ・タブレット用変更動作 */
@media only screen and (max-width: 768px) {
	.contents{
		min-width: 94vw;
		max-witdh;94vw;
		margin: 0 3rem 3rem;
	}
	.contents-left{
		width: 8rem;
	}
	.contents-right{
		width: 15rem;
	}
	.br-mob {
	display: inline;
}
	.br-mob2 {
	display: none;
}
}

	