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

/*------------------------------
	change-header-css
------------------------------*/
#header {
	/*
	background-color: rgba(255,255,255,0.7);
	*/
	background: none;
}
#header #linkBtn li.clBtn a {
	border: none;
}
#header #menuBtn {
	background: none;
}

/*------------------------------
	keyVisual
------------------------------*/
#keyVisual {
	width: 100%;
	height: 100vh;
	background: url("../images/img_kv.jpg") no-repeat left center;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
#keyVisual .keyWord1 {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -90px;
	color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	font-size: 80px;
	font-style: italic;
	font-weight: 500;
	z-index: 6;
}
#keyVisual .keyWord2 {
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: 30px;
	color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	font-size: 80px;
	font-style: italic;
	font-weight: 500;
	z-index: 6;
}
#keyVisual .bg1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
}
#keyVisual .bg1 img {
	height: 100%;
	vertical-align: bottom;
}
#keyVisual .bg2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 5;
}
#keyVisual .bg2 img {
	width: 100%;
	vertical-align: bottom;
}
#keyVisual .darrow{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	z-index: 6;
}
@media screen and (max-width : 768px) {
	#keyVisual {
		width: 100%;
		height: 100vh;
		background: url("../images/img_kv.jpg") no-repeat left center;
		background-size: cover;
		overflow: hidden;
		position: relative;
	}
	#keyVisual .keyWord1 {
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: -50px;
		color: #ffffff;
		font-family: 'Noto Serif JP', serif;
		font-size: 44px;
		font-style: italic;
		font-weight: 500;
		z-index: 6;
	}
	#keyVisual .keyWord2 {
		position: absolute;
		left: 15px;
		top: 50%;
		margin-top: 20px;
		color: #ffffff;
		font-family: 'Noto Serif JP', serif;
		font-size: 44px;
		font-style: italic;
		font-weight: 500;
		z-index: 6;
	}
	#keyVisual .bg1 {
		position: absolute;
		left: -250px;
		top: 0;
		height: 100%;
		z-index: 5;
	}
	#keyVisual .bg1 img {
		height: 100%;
		vertical-align: bottom;
	}
	#keyVisual .bg2 {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 5;
	}
	#keyVisual .bg2 img {
		width: 100%;
		vertical-align: bottom;
	}
}
/*------------------------------*/
#keyVisual .bg1 img {
	mask-image: url(../images/bg_kv_01mask.png);
	-webkit-mask-image: url(../images/bg_kv_01mask.png);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	mask-position-y: -400vh;
	-webkit-mask-position-y: -400vh;
}
#keyVisual .bg2 img {
	mask-image: url(../images/bg_kv_02mask.png);
	-webkit-mask-image: url(../images/bg_kv_02mask.png);
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	mask-position-x: -100vw;
	-webkit-mask-position-x: -100vw;
}
/*------------------------------*/
#keyVisual .sliderBox {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100vh;
}
#keyVisual .sliderBox .inner {
	width: 100%;
	height: 100vh;
	position: relative;
}
#keyVisual .sliderBox img {
	width: 100%;
	height: 100%;
}
#keyVisual .img1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/img_kv1.jpg") no-repeat center center;
	background-size: cover;

	animation: imgSlide1 25s linear 0s infinite;
}
#keyVisual .img2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/img_kv2.jpg") no-repeat center center;
	background-size: cover;

	animation: imgSlide2 25s linear 0s infinite;
}
#keyVisual .img3 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/img_kv3.jpg") no-repeat center center;
	background-size: cover;

	animation: imgSlide3 25s linear 0s infinite;
}
#keyVisual .img4 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/img_kv4.jpg") no-repeat center center;
	background-size: cover;

	animation: imgSlide4 25s linear 0s infinite;
}
#keyVisual .img5 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: url("../images/img_kv5.jpg") no-repeat center center;
	background-size: cover;

	animation: imgSlide5 25s linear 0s infinite;
}
/*------------------------------*/
@keyframes imgSlide1 {
	0% {
		opacity: 1;
	}
	16% {
		opacity: 1;
	}
	20% {
		opacity: 0;
	}
	84% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes imgSlide2 {
	0% {
		opacity: 0;
	}
	16% {
		opacity: 0;
	}
	20% {
		opacity: 1;
	}
	36% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes imgSlide3 {
	0% {
		opacity: 0;
	}
	36% {
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	56% {
		opacity: 1;
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes imgSlide4 {
	0% {
		opacity: 0;
	}
	56% {
		opacity: 0;
	}
	60% {
		opacity: 1;
	}
	76% {
		opacity: 1;
	}
	80% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes imgSlide5 {
	0% {
		opacity: 0;
	}
	76% {
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	96% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*------------------------------
	read
------------------------------*/
#scrollHeight {
	width: 100%;
	height: 110px;
}
#read {
	height: 700px;
	margin-bottom: 50px;
	position: relative;
	background: url("../images/bg_wave.png") no-repeat center bottom;
	background-size: 100% auto;
}
#read .pic1 {
	position: absolute;
	left: 45px;
	top: 245px;
	z-index: 2;
	width: 300px;
}
#read .pic2 {
	position: absolute;
	left: 0px;
	top: 430px;
	z-index: 2;
	width: 300px;
}
#read .pic3 {
	position: absolute;
	left: 70px;
	top: 645px;
	z-index: 2;
	width: 300px;
}
#read img {
	width: 100%;
}
@media screen and (max-width : 768px) {
	#scrollHeight {
		width: 100%;
		height: 60px;
	}
	#read {
		height: auto;
		margin-bottom: 30px;
		position: relative;
		background: url("../images/bg_wave.png") no-repeat center bottom;
		background-size: 100% auto;
	}
	#read .pic1 {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		z-index: 2;
		max-width: 330px;
		margin: 0 0 0 auto;
		padding-bottom: 30px;
	}
	#read .pic2 {
		position: relative;
		left: auto;
		top: auto;
		z-index: 2;
		max-width: 330px;
		margin: 0 auto 0 0;
		padding-bottom: 30px;
	}
	#read .pic3 {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		max-width: 330px;
		margin: 0 0 0 auto;
		z-index: 2;
	}
	#read .pic1 img,
	#read .pic2 img,
	#read .pic3 img {
		width: 100%;
	}
}
/*------------------------------*/
#read .textBox {
	position: absolute;
	left: 55%;
	top: 280px;
	width: 45%;
	z-index: 3;
}
#read .textBox p {
	padding-bottom: 40px;
	line-height: 2.2;
}
@media screen and (max-width : 768px) {
	#read .textBox {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		z-index: 3;
	}
	#read .textBox p {
		padding: 0 30px;
		padding-bottom: 30px;
		line-height: 1.9;
		text-align: center;
	}
}

/*------------------------------
	about
------------------------------*/
#about {
	padding-bottom: 700px;
	position: relative;
}
#about .bgBlock1 {
	position: absolute;
	right: 0;
	bottom: 50px;
	width: 500px;
	height: 330px;
	background-color: #e6f3f5;
	z-index: 2;
}
@media screen and (max-width : 768px) {
	#about {
		padding-bottom: 40px;
		position: relative;
	}
	#about .bgBlock1 {
		position: absolute;
		right: 0;
		bottom: 50px;
		width: 350px;
		height: 230px;
		background-color: #e6f3f5;
		z-index: 2;
	}
}
/*------------------------------*/
#about .textBox {
	width: 500px;
	padding: 40px 30px 40px;
	background-color: #30c3cf;
	color: #ffffff;
	position: relative;
	z-index: 3;
}
#about .textBox .subTitle {
	font-size: 16px;
	padding-bottom: 20px;
}
#about .textBox h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 40px;
}
#about .textBox p {
	line-height: 1.7;
}
@media screen and (max-width : 768px) {
	#about .textBox {
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		padding: 30px 20px 30px;
		background-color: #30c3cf;
		color: #ffffff;
		position: relative;
		z-index: 3;
		margin-bottom: 30px;
	}
	#about .textBox .subTitle {
		font-size: 14px;
		padding-bottom: 16px;
	}
	#about .textBox h2 {
		font-family: 'Noto Serif JP', serif;
		font-size: 26px;
		font-weight: 500;
		padding-bottom: 30px;
	}
	#about .textBox p {
		line-height: 1.7;
	}
}
/*------------------------------*/
#about .linkBtn1 {
	position: absolute;
	left: 170px;
	top: 420px;
	width: 550px;
	height: 195px;
	background-color: #ffffff;
	border: solid 1px #e1e1e1;
	z-index: 3;
}
#about .linkBtn1 a {
	height: 195px;
	display: block;
	color: #232323;
	text-decoration: none;
	font-weight: 500;
	position: relative;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#about .linkBtn1  .num {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 45px;
	padding: 15px 0;
	background-color: #30c3cf;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	z-index: 4;
}
#about .linkBtn1 .pic {
	width: 315px;
	height: 195px;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
}
#about .linkBtn1 .pic img {
	transition-duration: 0.5s;
}
#about .linkBtn1:hover .pic img {
	transform: scale(1.05);
}
#about .linkBtn1 .pic img {
	vertical-align: bottom;
}
#about .linkBtn1 a .txt {
	width: 235px;
	height: 195px;
	background-color: #ffffff;
	text-align: center;

    position: relative;
    display: block;
	color: #232323;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#about .linkBtn1 .txt h3 {
	padding-top: 86px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
}
#about .linkBtn1 a .txt::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #30c3cf;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#about .linkBtn1 a .txt::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
#about .linkBtn1 a:hover .txt {
	color: #ffffff;
    background-color: transparent;
}
#about .linkBtn1 a:hover .txt::before {
    left: 0%;
    right: auto;
    width: 100%;
}
#about .linkBtn1 a:hover .txt::after {
    height: 450%;
}
#about .linkBtn1 a:hover .txt .sub {
	color: #ffffff;
    background-color: transparent;
}
#about .linkBtn1 a:hover .txt h3 {
	color: #ffffff;
    background-color: transparent;
}
#about .linkBtn1 .txt .arrowUp {
	position: absolute;
	right: 16px;
	top: 94px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 3;

	transform: rotate(45deg);
}
#about .linkBtn1 .txt .arrowDown {
	position: absolute;
	right: 16px;
	top: 100px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 3;

	transform: rotate(-45deg);
}
#about .linkBtn1:hover .arrowUp {
	opacity: 0;
	animation: aboutAnime2 0.2s linear 0.4s 1;
	animation-fill-mode: forwards;
}
#about .linkBtn1:hover .arrowDown {
	opacity: 0;
	animation: aboutAnime3 0.2s linear 0.7s 1;
	animation-fill-mode: forwards;
}
@media screen and (max-width : 768px) {
	#about .linkBtn1 {
		position: relative;
		left: auto;
		top: auto;
		width: 315px;
		height: 200px;
		margin: 0 auto 30px;
		background-color: #ffffff;
		border: solid 1px #e1e1e1;
		z-index: 3;
	}
	#about .linkBtn1 a {
		height: 200px;
		display: block;
		color: #232323;
		text-decoration: none;
		font-weight: 500;
		position: relative;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#about .linkBtn1  .num {
		position: absolute;
		left: -5px;
		top: -5px;
		width: 30px;
		padding: 8px 0;
		background-color: #30c3cf;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		z-index: 4;
	}
	#about .linkBtn1 .pic {
		width: 315px;
		height: 130px;
		background-color: #ffffff;
		overflow: hidden;
		text-align: center;
	}
	#about .linkBtn1 .pic img {
		transition-duration: 0.5s;
	}
	#about .linkBtn1:hover .pic img {
		transform: scale(1.05);
	}
	#about .linkBtn1 .pic img {
		vertical-align: bottom;
	}
	#about .linkBtn1 a .txt {
		width: 315px;
		height: 70px;
		background-color: #ffffff;
		text-align: center;

	    position: relative;
	    display: block;
		color: #232323;
	    font-weight: 500;
	    text-decoration: none;
	    text-transform: uppercase;
	    overflow: hidden;

	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#about .linkBtn1 .txt h3 {
		padding-top: 24px;
		line-height: 1.4;
		font-weight: 500;
		font-size: 16px;
		font-style: italic;
	}
	#about .linkBtn1 a .txt::before {
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 0px;
	    z-index: -1;
	    content: '';
	    color: #000 !important;
	    background: #30c3cf;
	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#about .linkBtn1 a .txt::after {
	    content: "";
	    position: absolute;
	    height: 0%;
	    left: 50%;
	    top: 50%;
	    width: 150%;
	    z-index: -1;
	    transition: all 0.75s ease 0s;
	}
	#about .linkBtn1 a:hover .txt {
		color: #ffffff;
	    background-color: transparent;
	}
	#about .linkBtn1 a:hover .txt::before {
	    left: 0%;
	    right: auto;
	    width: 100%;
	}
	#about .linkBtn1 a:hover .txt::after {
	    height: 450%;
	}
	#about .linkBtn1 a:hover .txt .sub {
		color: #ffffff;
	    background-color: transparent;
	}
	#about .linkBtn1 a:hover .txt h3 {
		color: #ffffff;
	    background-color: transparent;
	}
	#about .linkBtn1 .txt .arrowUp {
		position: absolute;
		right: 16px;
		top: 30px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 3;

		transform: rotate(45deg);
	}
	#about .linkBtn1 .txt .arrowDown {
		position: absolute;
		right: 16px;
		top: 36px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 3;

		transform: rotate(-45deg);
	}
	#about .linkBtn1:hover .arrowUp {
		opacity: 0;
		animation: aboutAnime2 0.2s linear 0.4s 1;
		animation-fill-mode: forwards;
	}
	#about .linkBtn1:hover .arrowDown {
		opacity: 0;
		animation: aboutAnime3 0.2s linear 0.7s 1;
		animation-fill-mode: forwards;
	}
}
/*------------------------------*/
#about .linkBtn2 {
	position: absolute;
	left: 130px;
	top: 600px;
	width: 550px;
	height: 195px;
	background-color: #30c3cf;
	border: solid 1px #e1e1e1;
	z-index: 3;
}
#about .linkBtn2 a {
	height: 195px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
	position: relative;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#about .linkBtn2  .num {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 45px;
	padding: 15px 0;
	background-color: #30c3cf;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	z-index: 4;
}
#about .linkBtn2 .pic {
	width: 315px;
	height: 195px;
	background-color: #30c3cf;
	overflow: hidden;
	text-align: center;
}
#about .linkBtn2 .pic img {
	transition-duration: 0.5s;
}
#about .linkBtn2:hover .pic img {
	transform: scale(1.05);
}
#about .linkBtn2 .pic img {
	vertical-align: bottom;
}
#about .linkBtn2 a .txt {
	width: 235px;
	height: 195px;
	background-color: #30c3cf;
	text-align: center;

    position: relative;
    display: block;
	color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#about .linkBtn2 .txt h3 {
	padding-top: 86px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
}
#about .linkBtn2 a .txt::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#about .linkBtn2 a .txt::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
#about .linkBtn2 a:hover .txt {
	color: #232323;
    background-color: transparent;
}
#about .linkBtn2 a:hover .txt::before {
    left: 0%;
    right: auto;
    width: 100%;
}
#about .linkBtn2 a:hover .txt::after {
    height: 450%;
}
#about .linkBtn2 a:hover .txt .sub {
	color: #30c3cf;
    background-color: transparent;
}
#about .linkBtn2 a:hover .txt h3 {
	color: #232323;
    background-color: transparent;
}
#about .linkBtn2 .txt .arrowUp {
	position: absolute;
	right: 16px;
	top: 94px;
	width: 10px;
	height: 2px;
	background-color: #ffffff;
	opacity: 1;
	z-index: 3;

	transform: rotate(45deg);
}
#about .linkBtn2 .txt .arrowDown {
	position: absolute;
	right: 16px;
	top: 100px;
	width: 10px;
	height: 2px;
	background-color: #ffffff;
	opacity: 1;
	z-index: 3;

	transform: rotate(-45deg);
}
#about .linkBtn2:hover .arrowUp {
	opacity: 0;
	animation: aboutAnime4 0.2s linear 0.4s 1;
	animation-fill-mode: forwards;
}
#about .linkBtn2:hover .arrowDown {
	opacity: 0;
	animation: aboutAnime5 0.2s linear 0.7s 1;
	animation-fill-mode: forwards;
}
@media screen and (max-width : 768px) {
	#about .linkBtn2 {
		position: relative;
		left: auto;
		top: auto;
		width: 315px;
		height: 200px;
		margin: 0 auto 30px;
		background-color: #30c3cf;
		border: solid 1px #e1e1e1;
		z-index: 3;
	}
	#about .linkBtn2 a {
		height: 200px;
		display: block;
		color: #ffffff;
		text-decoration: none;
		font-weight: 500;
		position: relative;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#about .linkBtn2  .num {
		position: absolute;
		left: -5px;
		top: -5px;
		width: 30px;
		padding: 8px 0;
		background-color: #30c3cf;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		z-index: 4;
	}
	#about .linkBtn2 .pic {
		width: 315px;
		height: 130px;
		background-color: #30c3cf;
		overflow: hidden;
		text-align: center;
	}
	#about .linkBtn2 .pic img {
		transition-duration: 0.5s;
	}
	#about .linkBtn2:hover .pic img {
		transform: scale(1.05);
	}
	#about .linkBtn2 .pic img {
		vertical-align: bottom;
	}
	#about .linkBtn2 a .txt {
		width: 315px;
		height: 70px;
		background-color: #30c3cf;
		text-align: center;

	    position: relative;
	    display: block;
		color: #ffffff;
	    font-weight: 500;
	    text-decoration: none;
	    text-transform: uppercase;
	    overflow: hidden;

	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#about .linkBtn2 .txt h3 {
		padding-top: 24px;
		line-height: 1.4;
		font-weight: 500;
		font-size: 16px;
		font-style: italic;
	}
	#about .linkBtn2 a .txt::before {
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 0px;
	    z-index: -1;
	    content: '';
	    color: #000 !important;
	    background: #ffffff;
	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#about .linkBtn2 a .txt::after {
	    content: "";
	    position: absolute;
	    height: 0%;
	    left: 50%;
	    top: 50%;
	    width: 150%;
	    z-index: -1;
	    transition: all 0.75s ease 0s;
	}
	#about .linkBtn2 a:hover .txt {
		color: #232323;
	    background-color: transparent;
	}
	#about .linkBtn2 a:hover .txt::before {
	    left: 0%;
	    right: auto;
	    width: 100%;
	}
	#about .linkBtn2 a:hover .txt::after {
	    height: 450%;
	}
	#about .linkBtn2 a:hover .txt .sub {
		color: #30c3cf;
	    background-color: transparent;
	}
	#about .linkBtn2 a:hover .txt h3 {
		color: #232323;
	    background-color: transparent;
	}
	#about .linkBtn2 .txt .arrowUp {
		position: absolute;
		right: 16px;
		top: 30px;
		width: 10px;
		height: 2px;
		background-color: #ffffff;
		opacity: 1;
		z-index: 3;

		transform: rotate(45deg);
	}
	#about .linkBtn2 .txt .arrowDown {
		position: absolute;
		right: 16px;
		top: 36px;
		width: 10px;
		height: 2px;
		background-color: #ffffff;
		opacity: 1;
		z-index: 3;

		transform: rotate(-45deg);
	}
	#about .linkBtn2:hover .arrowUp {
		opacity: 0;
		animation: aboutAnime4 0.2s linear 0.4s 1;
		animation-fill-mode: forwards;
	}
	#about .linkBtn2:hover .arrowDown {
		opacity: 0;
		animation: aboutAnime5 0.2s linear 0.7s 1;
		animation-fill-mode: forwards;
	}
}
/*------------------------------*/
#about .linkBtn3 {
	position: absolute;
	left: 90px;
	top: 790px;
	width: 550px;
	height: 195px;
	background-color: #ffffff;
	border: solid 1px #e1e1e1;
	z-index: 3;
}
#about .linkBtn3 a {
	height: 195px;
	display: block;
	color: #232323;
	text-decoration: none;
	font-weight: 500;
	position: relative;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#about .linkBtn3  .num {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 45px;
	padding: 15px 0;
	background-color: #30c3cf;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	z-index: 4;
}
#about .linkBtn3 .pic {
	width: 315px;
	height: 195px;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
}
#about .linkBtn3 .pic img {
	transition-duration: 0.5s;
}
#about .linkBtn3:hover .pic img {
	transform: scale(1.05);
}
#about .linkBtn3 .pic img {
	vertical-align: bottom;
}
#about .linkBtn3 a .txt {
	width: 235px;
	height: 195px;
	background-color: #ffffff;
	text-align: center;

    position: relative;
    display: block;
	color: #232323;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#about .linkBtn3 .txt h3 {
	padding-top: 74px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
}
#about .linkBtn3 a .txt::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #30c3cf;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#about .linkBtn3 a .txt::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
#about .linkBtn3 a:hover .txt {
	color: #ffffff;
    background-color: transparent;
}
#about .linkBtn3 a:hover .txt::before {
    left: 0%;
    right: auto;
    width: 100%;
}
#about .linkBtn3 a:hover .txt::after {
    height: 450%;
}
#about .linkBtn3 a:hover .txt .sub {
	color: #ffffff;
    background-color: transparent;
}
#about .linkBtn3 a:hover .txt h3 {
	color: #ffffff;
    background-color: transparent;
}
#about .linkBtn3 .txt .arrowUp {
	position: absolute;
	right: 16px;
	top: 94px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 3;

	transform: rotate(45deg);
}
#about .linkBtn3 .txt .arrowDown {
	position: absolute;
	right: 16px;
	top: 100px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 3;

	transform: rotate(-45deg);
}
#about .linkBtn3:hover .arrowUp {
	opacity: 0;
	animation: aboutAnime2 0.2s linear 0.4s 1;
	animation-fill-mode: forwards;
}
#about .linkBtn3:hover .arrowDown {
	opacity: 0;
	animation: aboutAnime3 0.2s linear 0.7s 1;
	animation-fill-mode: forwards;
}
@media screen and (max-width : 768px) {
	#about .linkBtn3 {
		position: relative;
		left: auto;
		top: auto;
		width: 315px;
		height: 200px;
		margin: 0 auto;
		background-color: #ffffff;
		border: solid 1px #e1e1e1;
		z-index: 3;
	}
	#about .linkBtn3 a {
		height: 200px;
		display: block;
		color: #232323;
		text-decoration: none;
		font-weight: 500;
		position: relative;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#about .linkBtn3  .num {
		position: absolute;
		left: -5px;
		top: -5px;
		width: 30px;
		padding: 8px 0;
		background-color: #30c3cf;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		z-index: 4;
	}
	#about .linkBtn3 .pic {
		width: 315px;
		height: 130px;
		background-color: #ffffff;
		overflow: hidden;
		text-align: center;
	}
	#about .linkBtn3 .pic img {
		transition-duration: 0.5s;
	}
	#about .linkBtn3:hover .pic img {
		transform: scale(1.05);
	}
	#about .linkBtn3 .pic img {
		vertical-align: bottom;
	}
	#about .linkBtn3 a .txt {
		width: 315px;
		height: 70px;
		background-color: #ffffff;
		text-align: center;

	    position: relative;
	    display: block;
		color: #232323;
	    font-weight: 500;
	    text-decoration: none;
	    text-transform: uppercase;
	    overflow: hidden;

	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#about .linkBtn3 .txt h3 {
		padding-top: 12px;
		line-height: 1.4;
		font-weight: 500;
		font-size: 16px;
		font-style: italic;
	}
	#about .linkBtn3 a .txt::before {
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 0px;
	    z-index: -1;
	    content: '';
	    color: #000 !important;
	    background: #30c3cf;
	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#about .linkBtn3 a .txt::after {
	    content: "";
	    position: absolute;
	    height: 0%;
	    left: 50%;
	    top: 50%;
	    width: 150%;
	    z-index: -1;
	    transition: all 0.75s ease 0s;
	}
	#about .linkBtn3 a:hover .txt {
		color: #ffffff;
	    background-color: transparent;
	}
	#about .linkBtn3 a:hover .txt::before {
	    left: 0%;
	    right: auto;
	    width: 100%;
	}
	#about .linkBtn3 a:hover .txt::after {
	    height: 450%;
	}
	#about .linkBtn3 a:hover .txt .sub {
		color: #ffffff;
	    background-color: transparent;
	}
	#about .linkBtn3 a:hover .txt h3 {
		color: #ffffff;
	    background-color: transparent;
	}
	#about .linkBtn3 .txt .arrowUp {
		position: absolute;
		right: 16px;
		top: 30px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 3;

		transform: rotate(45deg);
	}
	#about .linkBtn3 .txt .arrowDown {
		position: absolute;
		right: 16px;
		top: 36px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 3;

		transform: rotate(-45deg);
	}
	#about .linkBtn3:hover .arrowUp {
		opacity: 0;
		animation: aboutAnime2 0.2s linear 0.4s 1;
		animation-fill-mode: forwards;
	}
	#about .linkBtn3:hover .arrowDown {
		opacity: 0;
		animation: aboutAnime3 0.2s linear 0.7s 1;
		animation-fill-mode: forwards;
	}
}
/*------------------------------*/
@keyframes aboutAnime2 {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 88px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 94px;
		background-color: #ffffff;
	}
}
/*------------------------------*/
@keyframes aboutAnime3 {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 106px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 100px;
		background-color: #ffffff;
	}
}
@keyframes aboutAnime4 {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 88px;
		background-color: #30c3cf;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 94px;
		background-color: #30c3cf;
	}
}
/*------------------------------*/
@keyframes aboutAnime5 {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 106px;
		background-color: #30c3cf;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 100px;
		background-color: #30c3cf;
	}
}
@media screen and (max-width : 768px) {
/*------------------------------*/
@keyframes aboutAnime2 {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 24px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 30px;
		background-color: #ffffff;
	}
}
/*------------------------------*/
@keyframes aboutAnime3 {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 42px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 36px;
		background-color: #ffffff;
	}
}
@keyframes aboutAnime4 {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 24px;
		background-color: #30c3cf;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 30px;
		background-color: #30c3cf;
	}
}
/*------------------------------*/
@keyframes aboutAnime5 {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 42px;
		background-color: #30c3cf;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 36px;
		background-color: #30c3cf;
	}
}
}

/*------------------------------
	work
------------------------------*/
#work {
	height: 350px;
	background: url("../images/bg_work.jpg") no-repeat center center;
	background-size: cover;
	color: #ffffff;
	text-align: center;
}
#work .textBox {
	position: relative;
	top: 80px;
}
#work .subTitle {
	padding-bottom: 40px;
}
#work h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 50px;
	font-weight: 500;
	padding-bottom: 60px;
}
@media screen and (max-width : 768px) {
	#work {
		height: 300px;
		background: url("../images/bg_work.jpg") no-repeat center center;
		background-size: cover;
		color: #ffffff;
		text-align: center;
	}
	#work .textBox {
		position: relative;
		top: 70px;
	}
	#work .subTitle {
		padding-bottom: 30px;
	}
	#work h2 {
		font-family: 'Noto Serif JP', serif;
		font-size: 32px;
		font-weight: 500;
		padding-bottom: 50px;
	}
}
/*------------------------------*/
#work .linkBtn {
	max-width: 300px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0);
	border: solid 1px #ffffff;
	border-radius: 30px;
	position: relative;
	overflow: hidden;
    z-index: 3;
}
#work .linkBtn a {
	font-size: 20px;
	font-style: italic;
    position: relative;
    display: block;
	color: #ffffff;
	padding: 18px 0;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#work .linkBtn a::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
	background-color: rgba(48, 195, 207, 1);
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#work .linkBtn a::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
#work .linkBtn a:hover {
	color: #ffffff;
    text-shadow: none;
    background-color: transparent;
}
#work .linkBtn a:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}
#work .linkBtn a:hover::after {
    height: 450%;
}
@media screen and (max-width : 768px) {
	#work .linkBtn {
		max-width: 240px;
		margin: 0 auto;
		background-color: rgba(255, 255, 255, 0);
		border: solid 1px #ffffff;
		border-radius: 30px;
		position: relative;
		overflow: hidden;
	    z-index: 3;
	}
	#work .linkBtn a {
		font-size: 18px;
		font-style: italic;
	    position: relative;
	    display: block;
		color: #ffffff;
		padding: 16px 0;
	    font-weight: 500;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    overflow: hidden;

	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#work .linkBtn a::before {
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 0px;
	    z-index: -1;
	    content: '';
	    color: #000 !important;
		background-color: rgba(48, 195, 207, 1);
	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#work .linkBtn a::after {
	    content: "";
	    position: absolute;
	    height: 0%;
	    left: 50%;
	    top: 50%;
	    width: 150%;
	    z-index: -1;
	    transition: all 0.75s ease 0s;
	}
	#work .linkBtn a:hover {
		color: #ffffff;
	    text-shadow: none;
	    background-color: transparent;
	}
	#work .linkBtn a:hover::before {
	    left: 0%;
	    right: auto;
	    width: 100%;
	}
	#work .linkBtn a:hover::after {
	    height: 450%;
	}
}

/*------------------------------
	interview
------------------------------*/
#interview {
	height: 870px;
	margin-bottom: 70px;
	background: url("../images/bg_wave.png") no-repeat center 320px;
	background-size: 100% auto;
	position: relative;
}
#interview .bgBlock1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	height: 210px;
	background-color: #e6f3f5;
	z-index: 2;
}
#interview .bgBlock2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 460px;
	height: 240px;
	background-color: #e6f3f5;
	z-index: 2;
}
@media screen and (max-width : 768px) {
	#interview {
		height: auto;
		margin-bottom: 50px;
		background: url("../images/bg_wave.png") no-repeat center 320px;
		background-size: 100% auto;
		position: relative;
	}
}
/*------------------------------*/
#interview .textBox {
	position: absolute;
	left: 20px;
	top: 250px;
	z-index: 3;
}
#interview .textBox .subTitle {
	font-size: 16px;
	padding-bottom: 30px;
}
#interview .textBox h2 {
	color: #30c3cf;
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 40px;
}
#interview .textBox p {
	line-height: 1.7;
	padding-bottom: 40px;
}
#interview .textBox .linkBtn {
	width: 280px;
	background-color: #ffffff;
	border: solid 1px #30c3cf;
	position: relative;
	text-align: center;
    z-index: 3;
}
#interview .textBox .linkBtn a {
    position: relative;
    display: block;
	color: #30c3cf;
    padding: 20px 0;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#interview .textBox .linkBtn a::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #30c3cf;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#interview .textBox .linkBtn a::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
#interview .textBox .linkBtn a:hover {
	color: #ffffff;
    text-shadow: none;
    background-color: transparent;
}
#interview .textBox .linkBtn a:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}
#interview .textBox .linkBtn a:hover::after {
    height: 450%;
}
#interview .textBox .linkBtn a .arrowUp {
	position: absolute;
	right: 16px;
	top: 24px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 3;

	transform: rotate(45deg);
}
#interview .textBox .linkBtn a .arrowDown {
	position: absolute;
	right: 16px;
	top: 30px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 3;

	transform: rotate(-45deg);
}
#interview .textBox .linkBtn a:hover .arrowUp {
	opacity: 0;
	animation: interviewArrowUp 0.2s linear 0.4s 1;
	animation-fill-mode: forwards;
}
#interview .textBox .linkBtn a:hover .arrowDown {
	opacity: 0;
	animation: interviewArrowDown 0.2s linear 0.7s 1;
	animation-fill-mode: forwards;
}
@media screen and (max-width : 768px) {
	#interview .textBox {
		position: relative;
		left: auto;
		top: auto;
		z-index: 3;
		padding: 40px 10px 40px;
	}
	#interview .textBox .subTitle {
		font-size: 14px;
		padding-bottom: 20px;
	}
	#interview .textBox h2 {
		color: #30c3cf;
		font-family: 'Noto Serif JP', serif;
		font-size: 26px;
		font-weight: 500;
		padding-bottom: 30px;
	}
	#interview .textBox p {
		line-height: 1.7;
		padding-bottom: 10px;
	}
	#interview .textBox .linkBtn {
		width: 100%;
		background-color: #ffffff;
		border: solid 1px #30c3cf;
		position: relative;
		text-align: center;
	    z-index: 3;
	    display: none;
	}
	#interview .textBox .linkBtn a {
	    position: relative;
	    display: block;
		color: #30c3cf;
	    padding: 20px 0;
	    font-weight: 500;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    overflow: hidden;

	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#interview .textBox .linkBtn a::before {
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 0px;
	    z-index: -1;
	    content: '';
	    color: #000 !important;
	    background: #30c3cf;
	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#interview .textBox .linkBtn a::after {
	    content: "";
	    position: absolute;
	    height: 0%;
	    left: 50%;
	    top: 50%;
	    width: 150%;
	    z-index: -1;
	    transition: all 0.75s ease 0s;
	}
	#interview .textBox .linkBtn a:hover {
		color: #ffffff;
	    text-shadow: none;
	    background-color: transparent;
	}
	#interview .textBox .linkBtn a:hover::before {
	    left: 0%;
	    right: auto;
	    width: 100%;
	}
	#interview .textBox .linkBtn a:hover::after {
	    height: 450%;
	}
	#interview .textBox .linkBtn a .arrowUp {
		position: absolute;
		right: 16px;
		top: 24px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 3;

		transform: rotate(45deg);
	}
	#interview .textBox .linkBtn a .arrowDown {
		position: absolute;
		right: 16px;
		top: 30px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 3;

		transform: rotate(-45deg);
	}
	#interview .textBox .linkBtn a:hover .arrowUp {
		opacity: 0;
		animation: interviewArrowUp 0.2s linear 0.4s 1;
		animation-fill-mode: forwards;
	}
	#interview .textBox .linkBtn a:hover .arrowDown {
		opacity: 0;
		animation: interviewArrowDown 0.2s linear 0.7s 1;
		animation-fill-mode: forwards;
	}
}
/*------------------------------*/
@keyframes interviewArrowUp {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 18px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 24px;
		background-color: #ffffff;
	}
}
@keyframes interviewArrowDown {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 36px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 30px;
		background-color: #ffffff;
	}
}
/*------------------------------*/
#interview .personList {
	background-color: #ffffff;
	border: solid 1px #e2e2e2;
}
#interview .personList.pos1 {
	position: absolute;
	left: 40px;
	top: 480px;
	z-index: 3;
}
#interview .personList.pos2 {
	position: absolute;
	left: 290px;
	top: 530px;
	z-index: 3;
}
#interview .personList.pos3 {
	position: absolute;
	left: 550px;
	top: 480px;
	z-index: 3;
}
#interview .personList.pos4 {
	position: absolute;
	left: 40px;
	top: 790px;
	z-index: 3;
}
#interview .personList.pos5 {
	position: absolute;
	left: 290px;
	top: 830px;
	z-index: 3;
}
#interview .personList.pos6 {
	position: absolute;
	left: 550px;
	top: 760px;
	z-index: 3;
}
#interview .personList .inner {
	position: relative;
}

#interview .personList a {
	display: block;
	text-decoration: none;
}
#interview .personList a .num {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 45px;
	padding: 15px 0;
	background-color: #30c3cf;
	color: #ffffff;
	font-size: 18px;
	text-align: center;
	z-index: 3;
}
#interview .personList a .pic {
	width: 200px;
	height: 245px;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
}
#interview .personList a .pic img {
	transition-duration: 0.5s;
}
#interview .personList a:hover .pic img {
	transform: scale(1.05);
}
#interview .personList a .pic img {
	vertical-align: bottom;
}
#interview .btnSp {
	display: none;
}
@media screen and (max-width : 768px) {
	#interview .listSp {
		position: relative;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	#interview .personList {
		background-color: #ffffff;
		border: solid 1px #e2e2e2;
	}
	#interview .personList.pos1 {
		position: relative;
		left: auto;
		top: auto;
		z-index: 3;
		margin: 0 5px 20px;
	}
	#interview .personList.pos2 {
		position: relative;
		left: auto;
		top: auto;
		z-index: 3;
		margin: 0 5px 20px;
	}
	#interview .personList.pos3 {
		position: relative;
		left: auto;
		top: auto;
		z-index: 3;
		margin: 0 5px 20px;
	}
	#interview .personList.pos4 {
		position: relative;
		left: auto;
		top: auto;
		z-index: 3;
		margin: 0 5px 20px;
	}
	#interview .personList.pos5 {
		position: relative;
		left: auto;
		top: auto;
		z-index: 3;
		margin: 0 5px 20px;
	}
	#interview .personList.pos6 {
		position: relative;
		left: auto;
		top: auto;
		z-index: 3;
		margin: 0 5px 20px;
	}
	#interview .personList .inner {
		position: relative;
	}

	#interview .personList a {
		display: block;
		text-decoration: none;
	}
	#interview .personList a .num {
		position: absolute;
		left: -5px;
		top: -5px;
		width: 30px;
		padding: 8px 0;
		background-color: #30c3cf;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		z-index: 3;
	}
	#interview .personList a .pic {
		width: 165px;
		height: 200px;
		background-color: #ffffff;
		overflow: hidden;
		text-align: center;
	}
	#interview .personList a .pic img {
		transition-duration: 0.5s;
	}
	#interview .personList a:hover .pic img {
		transform: scale(1.05);
	}
	#interview .personList a .pic img {
		vertical-align: bottom;
	}

	#interview .btnSp {
		display: block;
		padding: 0 15px 30px;
	}
	#interview .btnSp .linkBtn {
		width: 100%;
		background-color: #ffffff;
		border: solid 1px #30c3cf;
		position: relative;
		text-align: center;
	    z-index: 3;
	}
	#interview .btnSp .linkBtn a {
	    position: relative;
	    display: block;
		color: #30c3cf;
	    padding: 20px 0;
	    font-weight: 500;
	    text-align: center;
	    text-decoration: none;
	    text-transform: uppercase;
	    overflow: hidden;

	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#interview .btnSp .linkBtn a::before {
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 0px;
	    z-index: -1;
	    content: '';
	    color: #000 !important;
	    background: #30c3cf;
	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#interview .btnSp .linkBtn a::after {
	    content: "";
	    position: absolute;
	    height: 0%;
	    left: 50%;
	    top: 50%;
	    width: 150%;
	    z-index: -1;
	    transition: all 0.75s ease 0s;
	}
	#interview .btnSp .linkBtn a:hover {
		color: #ffffff;
	    text-shadow: none;
	    background-color: transparent;
	}
	#interview .btnSp .linkBtn a:hover::before {
	    left: 0%;
	    right: auto;
	    width: 100%;
	}
	#interview .btnSp .linkBtn a:hover::after {
	    height: 450%;
	}
	#interview .btnSp .linkBtn a .arrowUp {
		position: absolute;
		right: 16px;
		top: 24px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 3;

		transform: rotate(45deg);
	}
	#interview .btnSp .linkBtn a .arrowDown {
		position: absolute;
		right: 16px;
		top: 30px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 3;

		transform: rotate(-45deg);
	}
	#interview .btnSp .linkBtn a:hover .arrowUp {
		opacity: 0;
		animation: interviewArrowUp 0.2s linear 0.4s 1;
		animation-fill-mode: forwards;
	}
	#interview .btnSp .linkBtn a:hover .arrowDown {
		opacity: 0;
		animation: interviewArrowDown 0.2s linear 0.7s 1;
		animation-fill-mode: forwards;
	}
}
/*------------------------------*/
#interview .personList a .name {
	padding: 20px 16px 20px;
	color: #232323;
	font-size: 14px;
	font-weight: 500;
	position: relative;
	line-height: 1.3;
}
#interview .personList a .name span {
	color: #30c3cf;
	font-size: 12px;
}
#interview .personList a .name {
	padding: 16px 16px 16px;
	font-size: 14px;
	line-height: 1.3;
	background-color: #ffffff;
    position: relative;
    display: block;
	color: #232323;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#interview .personList a .name span {
	color: #30c3cf;
	font-size: 12px;
}
#interview .personList a .name::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #30c3cf;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#interview .personList a .name::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
#interview .personList a:hover .name {
	color: #ffffff;
    background-color: transparent;
}
#interview .personList a:hover .name::before {
    left: 0%;
    right: auto;
    width: 100%;
}
#interview .personList a:hover .name::after {
    height: 450%;
}
#interview .personList a:hover .name span {
	color: #ffffff;
}
#interview .personList a .name .arrowUp {
	position: absolute;
	right: 16px;
	top: 30px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 4;

	transform: rotate(45deg);
}
#interview .personList a .name .arrowDown {
	position: absolute;
	right: 16px;
	top: 36px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 4;

	transform: rotate(-45deg);
}
#interview .personList a:hover .name .arrowUp {
	opacity: 0;
	animation: interviewAnime5 0.2s linear 0.4s 1;
	animation-fill-mode: forwards;
}
#interview .personList a:hover .name .arrowDown {
	opacity: 0;
	animation: interviewAnime6 0.2s linear 0.7s 1;
	animation-fill-mode: forwards;
}
@media screen and (max-width : 768px) {
	#interview .personList a .name {
		padding: 14px 6px 14px;
		font-size: 12px;
		line-height: 1.3;
		background-color: #ffffff;
	    position: relative;
	    display: block;
		color: #232323;
	    font-weight: 500;
	    text-decoration: none;
	    text-transform: uppercase;
	    overflow: hidden;

	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#interview .personList a .name span {
		color: #30c3cf;
		font-size: 10px;
	}
	#interview .personList a .name::before {
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 0px;
	    z-index: -1;
	    content: '';
	    color: #000 !important;
	    background: #30c3cf;
	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#interview .personList a .name::after {
	    content: "";
	    position: absolute;
	    height: 0%;
	    left: 50%;
	    top: 50%;
	    width: 150%;
	    z-index: -1;
	    transition: all 0.75s ease 0s;
	}
	#interview .personList a:hover .name {
		color: #ffffff;
	    background-color: transparent;
	}
	#interview .personList a:hover .name::before {
	    left: 0%;
	    right: auto;
	    width: 100%;
	}
	#interview .personList a:hover .name::after {
	    height: 450%;
	}
	#interview .personList a:hover .name span {
		color: #ffffff;
	}
	#interview .personList a .name .arrowUp {
		position: absolute;
		right: 6px;
		top: 26px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 4;

		transform: rotate(45deg);
	}
	#interview .personList a .name .arrowDown {
		position: absolute;
		right: 6px;
		top: 32px;
		width: 10px;
		height: 2px;
		background-color: #30c3cf;
		opacity: 1;
		z-index: 4;

		transform: rotate(-45deg);
	}
	#interview .personList a:hover .name .arrowUp {
		opacity: 0;
		animation: interviewAnime5 0.2s linear 0.4s 1;
		animation-fill-mode: forwards;
	}
	#interview .personList a:hover .name .arrowDown {
		opacity: 0;
		animation: interviewAnime6 0.2s linear 0.7s 1;
		animation-fill-mode: forwards;
	}
}
/*------------------------------*/
@keyframes interviewAnime5 {
	0% {
		opacity: 1;
		width: 0px;
		right: 16px;
		top: 20px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 6px;
		top: 26px;
		background-color: #ffffff;
	}
}
/*------------------------------*/
@keyframes interviewAnime6 {
	0% {
		opacity: 1;
		width: 0px;
		right: 16px;
		top: 36px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 6px;
		top: 32px;
		background-color: #ffffff;
	}
}

/*------------------------------
	talk
------------------------------*/
#talk {
	height: 620px;
	margin-bottom: 100px;
	position: relative;
}
#talk .bgBlock1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 460px;
	height: 160px;
	background-color: #e6f3f5;
	z-index: 2;
}
#talk .bgBlock2 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 450px;
	height: 240px;
	background-color: #e6f3f5;
	z-index: 2;
}
@media screen and (max-width : 768px) {
	#talk {
		height: auto;
		margin-bottom: 50px;
		position: relative;
	}
	#talk .bgBlock1 {
		position: absolute;
		left: 0;
		top: 0;
		width: 260px;
		height: 140px;
		background-color: #e6f3f5;
		z-index: 2;
	}
	#talk .bgBlock2 {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 250px;
		height: 180px;
		background-color: #e6f3f5;
		z-index: 2;
	}
}
/*------------------------------*/
#talk .textBox {
	position: absolute;
	left: 20px;
	top: 150px;
	z-index: 3;
}
#talk .textBox .subTitle {
	font-size: 16px;
	padding-bottom: 20px;
}
#talk .textBox h2 {
	color: #30c3cf;
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
	font-weight: 500;
	padding-bottom: 40px;
}
#talk .textBox p {
	line-height: 1.7;
}
@media screen and (max-width : 768px) {
	#talk .textBox {
		position: relative;
		left: auto;
		top: auto;
		z-index: 3;
		padding: 20px 10px 40px;
	}
	#talk .textBox .subTitle {
		font-size: 14px;
		padding-bottom: 16px;
	}
	#talk .textBox h2 {
		color: #30c3cf;
		font-family: 'Noto Serif JP', serif;
		font-size: 26px;
		font-weight: 500;
		padding-bottom: 30px;
	}
	#talk .textBox p {
		line-height: 1.7;
	}
}
/*------------------------------*/
#talk .linkBtn1 {
	position: absolute;
	left: 70px;
	top: 300px;
	width: 690px;
	height: 245px;
	background-color: #30c3cf;
	border: solid 1px #e1e1e1;
	overflow: hidden;
	z-index: 3;
}
#talk .linkBtn1 a {
	height: 245px;
	display: block;
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
#talk .linkBtn1 .pic {
	width: 360px;
	height: 245px;
	background-color: #30c3cf;
	overflow: hidden;
	text-align: center;
}
#talk .linkBtn1 .pic img {
	transition-duration: 0.5s;
}
#talk .linkBtn1:hover .pic img {
	transform: scale(1.05);
}
#talk .linkBtn1 .pic img {
	vertical-align: bottom;
}
#talk .linkBtn1 a .txt {
	width: 330px;
	height: 245px;
	background-color: #30c3cf;
	text-align: center;

    position: relative;
    display: block;
	color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#talk .linkBtn1 a .txt .sub {
	padding: 90px 0 20px;
	color: #ffffff;
}
#talk .linkBtn1 .txt h3 {
	color: #ffffff;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
}
#talk .linkBtn1 a .txt::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#talk .linkBtn1 a .txt::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
#talk .linkBtn1 a:hover .txt {
	color: #232323;
    background-color: transparent;
}
#talk .linkBtn1 a:hover .txt::before {
    left: 0%;
    right: auto;
    width: 100%;
}
#talk .linkBtn1 a:hover .txt::after {
    height: 450%;
}
#talk .linkBtn1 a:hover .txt .sub {
	color: #30c3cf;
    background-color: transparent;
}
#talk .linkBtn1 a:hover .txt h3 {
	color: #232323;
    background-color: transparent;
}
@media screen and (max-width : 768px) {
	#talk .linkBtn1 {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto 30px;
		width: 350px;
		height: 260px;
		background-color: #30c3cf;
		border: solid 1px #e1e1e1;
		overflow: hidden;
		z-index: 3;
	}
	#talk .linkBtn1 a {
		height: 260px;
		display: block;
		color: #ffffff;
		text-decoration: none;
		font-weight: 500;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#talk .linkBtn1 .pic {
		width: 350px;
		height: 160px;
		background-color: #30c3cf;
		overflow: hidden;
		text-align: center;
	}
	#talk .linkBtn1 .pic img {
		transition-duration: 0.5s;
	}
	#talk .linkBtn1:hover .pic img {
		transform: scale(1.05);
	}
	#talk .linkBtn1 .pic img {
		vertical-align: bottom;
	}
	#talk .linkBtn1 a .txt {
		width: 350px;
		height: 100px;
		background-color: #30c3cf;
		text-align: center;

	    position: relative;
	    display: block;
		color: #ffffff;
	    font-weight: 500;
	    text-decoration: none;
	    text-transform: uppercase;
	    overflow: hidden;

	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#talk .linkBtn1 a .txt .sub {
		padding: 20px 0 12px;
		color: #ffffff;
	}
	#talk .linkBtn1 .txt h3 {
		color: #ffffff;
		font-weight: 500;
		font-size: 16px;
		font-style: italic;
		line-height: 1.3;
	}
	#talk .linkBtn1 a .txt::before {
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 0px;
	    z-index: -1;
	    content: '';
	    color: #000 !important;
	    background: #ffffff;
	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#talk .linkBtn1 a .txt::after {
	    content: "";
	    position: absolute;
	    height: 0%;
	    left: 50%;
	    top: 50%;
	    width: 150%;
	    z-index: -1;
	    transition: all 0.75s ease 0s;
	}
	#talk .linkBtn1 a:hover .txt {
		color: #232323;
	    background-color: transparent;
	}
	#talk .linkBtn1 a:hover .txt::before {
	    left: 0%;
	    right: auto;
	    width: 100%;
	}
	#talk .linkBtn1 a:hover .txt::after {
	    height: 450%;
	}
	#talk .linkBtn1 a:hover .txt .sub {
		color: #30c3cf;
	    background-color: transparent;
	}
	#talk .linkBtn1 a:hover .txt h3 {
		color: #232323;
	    background-color: transparent;
	}
}
/*------------------------------*/
#talk .linkBtn2 {
	position: absolute;
	left: 30px;
	top: 500px;
	width: 690px;
	height: 245px;
	background-color: #ffffff;
	border: solid 1px #e1e1e1;
	z-index: 3;
}
#talk .linkBtn2 a {
	height: 245px;
	display: block;
	color: #232323;
	text-decoration: none;
	font-weight: 500;

	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
#talk .linkBtn2 .pic {
	width: 360px;
	height: 245px;
	background-color: #ffffff;
	overflow: hidden;
	text-align: center;
}
#talk .linkBtn2 .pic img {
	transition-duration: 0.5s;
}
#talk .linkBtn2:hover .pic img {
	transform: scale(1.05);
}
#talk .linkBtn2 .pic img {
	vertical-align: bottom;
}
#talk .linkBtn2 a .txt {
	width: 330px;
	height: 245px;
	background-color: #ffffff;
	text-align: center;

    position: relative;
    display: block;
	color: #30c3cf;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#talk .linkBtn2 a .txt .sub {
	padding: 90px 0 20px;
	color: #30c3cf;
}
#talk .linkBtn2 .txt h3 {
	color: #232323;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	font-style: italic;
}
#talk .linkBtn2 a .txt::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #30c3cf;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#talk .linkBtn2 a .txt::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
#talk .linkBtn2 a:hover .txt {
	color: #ffffff;
    background-color: transparent;
}
#talk .linkBtn2 a:hover .txt::before {
    left: 0%;
    right: auto;
    width: 100%;
}
#talk .linkBtn2 a:hover .txt::after {
    height: 450%;
}
#talk .linkBtn2 a:hover .txt .sub {
	color: #ffffff;
    background-color: transparent;
}
#talk .linkBtn2 a:hover .txt h3 {
	color: #ffffff;
    background-color: transparent;
}
@media screen and (max-width : 768px) {
	#talk .linkBtn2 {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 auto 30px;
		width: 350px;
		height: 260px;
		background-color: #ffffff;
		border: solid 1px #e1e1e1;
		overflow: hidden;
		z-index: 3;
	}
	#talk .linkBtn2 a {
		height: 260px;
		display: block;
		color: #ffffff;
		text-decoration: none;
		font-weight: 500;

		display: -webkit-flex;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}
	#talk .linkBtn2 .pic {
		width: 350px;
		height: 160px;
		background-color: #ffffff;
		overflow: hidden;
		text-align: center;
	}
	#talk .linkBtn2 .pic img {
		transition-duration: 0.5s;
	}
	#talk .linkBtn2:hover .pic img {
		transform: scale(1.05);
	}
	#talk .linkBtn2 .pic img {
		vertical-align: bottom;
	}
	#talk .linkBtn2 a .txt {
		width: 350px;
		height: 100px;
		background-color: #ffffff;
		text-align: center;

	    position: relative;
	    display: block;
		color: #30c3cf;
	    font-weight: 500;
	    text-decoration: none;
	    text-transform: uppercase;
	    overflow: hidden;

	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#talk .linkBtn2 a .txt .sub {
		padding: 20px 0 12px;
		color: #30c3cf;
	}
	#talk .linkBtn2 .txt h3 {
		color: #232323;
		font-weight: 500;
		font-size: 16px;
		font-style: italic;
		line-height: 1.3;
	}
	#talk .linkBtn2 a .txt::before {
	    display: block;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    height: 100%;
	    width: 0px;
	    z-index: -1;
	    content: '';
	    color: #000 !important;
	    background: #30c3cf;
	    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	}
	#talk .linkBtn2 a .txt::after {
	    content: "";
	    position: absolute;
	    height: 0%;
	    left: 50%;
	    top: 50%;
	    width: 150%;
	    z-index: -1;
	    transition: all 0.75s ease 0s;
	}
	#talk .linkBtn2 a:hover .txt {
		color: #ffffff;
	    background-color: transparent;
	}
	#talk .linkBtn2 a:hover .txt::before {
	    left: 0%;
	    right: auto;
	    width: 100%;
	}
	#talk .linkBtn2 a:hover .txt::after {
	    height: 450%;
	}
	#talk .linkBtn2 a:hover .txt .sub {
		color: #ffffff;
	    background-color: transparent;
	}
	#talk .linkBtn2 a:hover .txt h3 {
		color: #ffffff;
	    background-color: transparent;
	}
}

/*------------------------------
	recruit
------------------------------*/
#recruit {
	padding: 50px 0 60px;
	background-color: #30c3cf;
}
#recruit h2 {
	padding-bottom: 40px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width : 768px) {
	#recruit {
		padding: 30px 0 40px;
		background-color: #30c3cf;
	}
	#recruit h2 {
		padding-bottom: 30px;
		color: #ffffff;
		font-size: 16px;
		font-weight: 500;
		text-align: center;
	}
}
/*------------------------------*/
#recruit #listBox {
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 10px;

	display: flex;
	justify-content: space-between;
}
#recruit #listBox .linkBtn {
	width: calc(33.3% - 22px);
	width: -webkit-calc(33.3% - 20px);
	margin: 0 10px;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	position: relative;
	text-align: center;
    z-index: 3;
}
@media screen and (max-width : 768px) {
	#recruit #listBox {
		max-width: 1290px;
		margin: 0 auto;
		padding: 0 10px;

		display: flex;
		justify-content: flex-start;
		flex-direction: column;
	}
	#recruit #listBox .linkBtn {
		width: calc(100% - 22px);
		width: -webkit-calc(100% - 20px);
		margin: 0 10px 15px;
		background-color: #ffffff;
		border: solid 1px #ffffff;
		position: relative;
		text-align: center;
	    z-index: 3;
	}
}
/*------------------------------*/
#recruit #listBox .linkBtn a {
	/*
	display: block;
	padding: 25px 0;
	color: #30c3cf;
	text-decoration: none;
	*/
    position: relative;
    display: block;
	color: #30c3cf;
    padding: 25px 0;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;

    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#recruit #listBox .linkBtn a::before {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #30c3cf;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
#recruit #listBox .linkBtn a::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    transition: all 0.75s ease 0s;
}
#recruit #listBox .linkBtn a:hover {
	color: #ffffff;
    text-shadow: none;
    background-color: transparent;
}
#recruit #listBox .linkBtn a:hover::before {
    left: 0%;
    right: auto;
    width: 100%;
}
#recruit #listBox .linkBtn a:hover::after {
    height: 450%;
}
#recruit #listBox .linkBtn a .arrowUp {
	position: absolute;
	right: 16px;
	top: 30px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 3;

	transform: rotate(45deg);
}
#recruit #listBox .linkBtn a .arrowDown {
	position: absolute;
	right: 16px;
	top: 36px;
	width: 10px;
	height: 2px;
	background-color: #30c3cf;
	opacity: 1;
	z-index: 3;

	transform: rotate(-45deg);
}
/*
#recruit #listBox .linkBtn:hover {
	animation: indexPic 0.6s ease 1;
}
*/
#recruit #listBox .linkBtn a:hover .arrowUp {
	opacity: 0;
	animation: indexArrowUp 0.2s linear 0.4s 1;
	animation-fill-mode: forwards;
}
#recruit #listBox .linkBtn a:hover .arrowDown {
	opacity: 0;
	animation: indexArrowDown 0.2s linear 0.7s 1;
	animation-fill-mode: forwards;
}
/*------------------------------*/
@keyframes indexPic {
	0% {
		background-color: #30c3cf;
		color: #ffffff;
	}
	100% {
		background-color: #ffffff;
		color: #30c3cf;
	}
}
/*------------------------------*/
@keyframes indexArrowUp {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 24px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 30px;
		background-color: #ffffff;
	}
}
/*------------------------------*/
@keyframes indexArrowDown {
	0% {
		opacity: 1;
		width: 0px;
		right: 26px;
		top: 42px;
		background-color: #ffffff;
	}
	100% {
		opacity: 1;
		width: 10px;
		right: 16px;
		top: 36px;
		background-color: #ffffff;
	}
}
