@charset "utf-8";
/* CSS Document */
.font {
	font-family: 'Noto Sans JP', sans-serif;
	font-family: "Literata", serif;
}
p,li {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
.cmn-container h2 {
	background-color: transparent;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
}
.cmn-container h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 2em;
}
.cmn-container img {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cmn-container {
	overflow: hidden;
}

/* gotop */

.gotop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
.gotop:hover {
	opacity: 0.6;
}
.gotop .btn {
	display: table-cell;
	width: 40px;
	height: 40px;
	background-color: #FFF;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.gotop .btn .tri {
	display: table-cell;
	width: 20px;
	height: 15px;
	border-bottom: 15px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: border-box;
}


.mb30 {
	margin-bottom: 30px;
}
.mb60 {
	margin-bottom: 60px;
}

@media screen and (min-width: 960px) {
	.only_sp960 {
		display: none;
	}
}
@media screen and (min-width: 767px) {
	.only_sp767 {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.only_pc768 {
		display: none;
	}
}
.pc {
  display: none
}
.mt20 {
  margin-top: 20px
}

.btn_area {
	text-align: center;
	margin-bottom: 15px;
}
.btn_area:nth-last-child(1) {
	margin-bottom: 0;
}
.btn_area .btn {
	display: inline-block;
	padding: 0;
}
.btn_area .btn a {
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 2.2;
	color: #FFF;
	padding: 0 1.5em;
	background-color: #000;
}
.bottom_cont .btn_area .btn a {
	min-width: 15em;
}
.bottom_cont {
	position: relative;
	z-index: 2;
	padding: 60px;
}
@media screen and (max-width: 767px) {
	.bottom_cont {
		padding: 8vw;
	}
	.btn_area .btn a {
	  font-size: 3.5vw;
	}
}
.item {
	position: relative;
	top: 100px;
	opacity: 0;
}
.item.active {
	animation-name: itemBoxAnime;
	animation-duration: 1.0s;
	animation-fill-mode: forwards;
}	
@keyframes itemBoxAnime {
	0% {
		top: 100px;
		opacity: 0;
	}
	100% {
		top: 0;
		opacity: 1.0;
	}
}	
.headArea {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}	
.headText {
}
.headText p {
	font-size: 20px;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 2.0;
	margin: 4em 0;
}
.staffWrap {
	margin-bottom: 90px;	
}
.staffWrap .staffNumber {
	padding-top: 120px;
	margin-bottom: 30px;
}
.staffWrap .staffNumber p {
	font-size: 100px;
	font-weight: 400;
	color: rgba(185,185,185,1.00);
	text-align: center;
	font-family: "Literata", serif;
	
}
.staffWrap .staffText {
	padding: 60px 0;
}
.staffWrap .staffText p {
	font-size: 16px;
	line-height: 2.0;
	text-align: center;
}
.itemList {
	width: 94%;
	max-width: 800px;
	margin: 0 auto;
}
.itemBox {
	position: relative;
	margin-bottom: 30px;
	transition: 1.0s all ease;
	transform: translateY(100px);
	opacity: 0.0;
}
.itemBox.active {
	transform: translateY(0);
	opacity: 1.0;
}
.itemBox:hover {
	opacity: 0.7;
}
.itemBox a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.itemBox > span {
	display: block;
}
.itemList .itemBox .info {
	display: block;
	width: 400px;
	height: 100%;
	top: 0;
}
.itemList .itemBox .info .infoIn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.itemList .itemBox:nth-child(2n-1) {
	padding-right: 55%;
}
.itemList .itemBox:nth-child(2n-1) .info {
	position: absolute;
	right: 0;
}
.itemList .itemBox:nth-child(2n) {
	padding-left: 55%;
}
.itemList .itemBox:nth-child(2n) .info {
	position: absolute;
	left: 0;
}
.itemList .itemBox .info {
	font-size: 14px;
	line-height: 2.0;
}
.itemList .itemBox .info .desc {
	display: block;
	margin-bottom: 1.5em;
}
.slick-dots {
  bottom: -35px;
}
.slick-dots li button
{
    width: 10px;
    height: 10px;
    padding: 0;
	background-color: rgba(215,215,215,1.00);
	border-radius: 50%;
}
.slick-dots li.slick-active  button {
	background-color: rgba(88,88,88,1.00);
}
.slick-dots li button:before
{
	display: none;
}
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: table-cell;
	border-radius: 0;
	background-color: rgba(88,88,88,1.00);

    width: 40px;
    height: 80px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
	
	z-index: 500;
}
.slick-prev::before, .slick-next::before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
    left: 0;
}
.slick-next
{
    right: 0;
}

@media screen and (max-width: 800px) {
	.itemList .itemBox .info {
		display: block;
		width: 47vw;
		height: 100%;
		top: 0;
	}
	.itemList .itemBox .info {
	  font-size: 2.6vw;
	  line-height: 2.0;
	}	
	.itemList .itemBox .info .name {
		display: block;
	}
	.staffWrap .staffNumber {
	  padding-top: 12vw;
	  margin-bottom: 6vw;
	}
	.staffWrap .staffNumber p {
	  font-size: 12vw;
	}
	.staffWrap .staffText p {
	  font-size: 3vw;
	}
	.staffWrap .staffText {
	  padding: 9vw 0;
	}
	.headText p {
	  font-size: 4vw;
	}
	.slick-dots {
	  bottom: -7vw;
	}	
	.slick-dots li
	{
		width: 3vw;
		height: 3vw;
		margin: 0 2vw;
	}	
	.slick-dots li button
	{
		width: 3vw;
		height: 3vw;
	}
.slick-prev, .slick-next {
  width: 6vw;
  height: 12vw;
}
.slick-prev::before, .slick-next::before {
  font-size: 3vw;
}	
	
	
}