@charset "UTF-8";


	
	
/* pagetitle
--------------------- */
#pagetitle.recruitment {
	background: url("../recruit/image/recruitment/pagetitle_pht.jpg") no-repeat center / cover;
}
#pagetitle.faq {
	background: url("../recruit/image/faq/pagetitle_pht.jpg") no-repeat center / cover;
}
#pagetitle.person {
	background: url("../recruit/image/person/pagetitle_pht.jpg") no-repeat center / cover;
}
#pagetitle.career {
	background: url("../recruit/image/career/pagetitle_pht.jpg") no-repeat center / cover;
}
#pagetitle.internship {
	background: url("../recruit/image/internship/pagetitle_pht.jpg") no-repeat center / cover;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}


	
	
/* recruitment
--------------------- */
#recruitment .contents {
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}
	#recruitment .contents table {
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 50px;
	}
		#recruitment .contents table th {
			width: 240px;
			background: #F8F8F8;
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			padding: 20px 0 20px 20px;
			font-size: 1.6rem;
			text-align: left;
			line-height: 1.6em;
		}
		#recruitment .contents table td {
			width: -webkit-calc(100% - 240px);
			width: calc(100% - 240px);
			border-top: solid 1px #ddd;
			border-bottom: solid 1px #ddd;
			padding: 20px 0 20px 20px;
			font-size: 1.6rem;
			line-height: 1.6em;
		}

	#recruitment .contents .btn {
		margin: 0 auto;
	}
@media screen and (max-width: 1024px) {
	#recruitment .contents {
		width: -webkit-calc(100% - 18vw);
		width: calc(100% - 18vw);
	}
		#recruitment .contents table {
			margin-bottom: 5vw;
		}
			#recruitment .contents table th {
				width: 24vw;
				padding: 2vw 0 2vw 2vw;
				font-size: 1.6vw;
			}
			#recruitment .contents table td {
				width: -webkit-calc(100% - 24vw);
				width: calc(100% - 24vw);
				padding: 2vw 0 2vw 2vw;
				font-size: 1.6vw;
			}
}
@media screen and (max-width: 767px) {
	#recruitment .inner {
		display: block;
	}
		#recruitment .contents {
			width: 100%;
		}
			#recruitment .contents table {
				margin-bottom: 8vw;
				border-bottom: solid 1px #ddd;
			}
				#recruitment .contents table th {
					display: block;
					width: 100%;
					background: none;
					padding: 4vw 3vw 2vw 3vw;
					font-size: 4.0vw;
					border-bottom: none;
				}
				#recruitment .contents table td {
					display: block;
					width: 100%;
					padding: 0 3vw 4vw 3vw;
					font-size: 3.6vw;
					border-top: none;
					border-bottom: none;
				}
}


	
	
/* flow
--------------------- */
#flow .contents {
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}
@media screen and (max-width: 1024px) {
	#flow .contents {
		width: -webkit-calc(100% - 18vw);
		width: calc(100% - 18vw);
	}
}
@media screen and (max-width: 767px) {
	#flow .inner {
		display: block;
	}
		#flow .contents {
			width: 100%;
		}
}


	
	
/* faq
--------------------- */
#faq .contents {
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
}
	#faq .contents .cell {
		margin-bottom: 50px;
	}
	#faq .contents .cell:nth-last-child(1) {
		margin-bottom: 0;
	}
		#faq .contents .cell h3 {
			font-size: 3.0rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 20px;
		}

		#faq .contents .cell .box {
			background: #F8F8F8;
			margin-bottom: 20px;
		}
		#faq .contents .cell .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#faq .contents .cell .box h4 {
				padding: 20px 80px 20px 80px;
				font-size: 2.2rem;
				font-weight: 700;
				line-height: 1.3em;
				position: relative;
				cursor: pointer;
			}
			#faq .contents .cell .box h4:before {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				height: 100%;
				content: "Q";
				font-family: "IBM Plex Sans JP", sans-serif;
				font-weight: 700;
				font-size: 2.2rem;
				color: #F18D00;
				letter-spacing: 0;
				line-height: 1.3em;
				position: absolute;
				top: 2px;
				left: 30px;
			}
			#faq .contents .cell .box h4:after {
				content: "";
				width: 20px;
				height: 20px;
				background: url("../recruit/image/faq/icon_plus.svg") no-repeat center / 100%;
				position: absolute;
				top: 50%;
				right: 30px;
				margin-top: -10px;
				transition: 0.3s;
				-webkit-transition: 0.3s;
			}
			#faq .contents .cell .box h4.active:after {
				transform:rotate(135deg);
			}

			#faq .contents .cell .box .text {
				display: none;
				padding: 0 30px 20px 80px;
				position: relative;
			}
			#faq .contents .cell .box .text:before {
				content: "A";
				font-family: "IBM Plex Sans JP", sans-serif;
				font-weight: 700;
				font-size: 2.2rem;
				color: #E6002D;
				letter-spacing: 0;
				line-height: 1.3em;
				position: absolute;
				top: 2px;
				left: 30px;
			}
				#faq .contents .cell .box .text a {
					color: #0084FF;
					text-decoration: underline;
				}
				#faq .contents .cell .box .text a:hover {
					text-decoration: none;
				}

				#faq .contents .cell .box .text table {
					width: 100%;
					max-width: 500px;
					border-collapse: collapse;
					margin-bottom: 10px;
				}
					#faq .contents .cell .box .text table th {
						background: #ffff;
						border-right: solid 1px #ddd;
						font-size: 1.5rem;
						line-height: 1;
						padding: 15px;
						text-align: center;
					}
					#faq .contents .cell .box .text table th:nth-last-child(1) {
						border-right: none;
					}
					#faq .contents .cell .box .text table td {
						border-right: solid 1px #ddd;
						border-bottom: solid 1px #ddd;
						font-size: 1.5rem;
						line-height: 1;
						padding: 15px;
						text-align: center;
					}
					#faq .contents .cell .box .text table td:nth-last-child(1) {
						border-right: none;
					}
@media screen and (max-width: 1024px) {
	#faq .contents {
		width: -webkit-calc(100% - 18vw);
		width: calc(100% - 18vw);
	}
		#faq .contents .cell {
			margin-bottom: 5vw;
		}
			#faq .contents .cell h3 {
				font-size: 3.0vw;
				margin-bottom: 2vw;
			}

			#faq .contents .cell .box {
				margin-bottom: 2vw;
			}
				#faq .contents .cell .box h4 {
					padding: 2vw 8vw 2vw 8vw;
					font-size: 2.2vw;
				}
				#faq .contents .cell .box h4:before {
					font-size: 2.2vw;
					top: 0.2vw;
					left: 3vw;
				}
				#faq .contents .cell .box h4:after {
					width: 2vw;
					height: 2vw;
					right: 3vw;
					margin-top: -1vw;
				}

				#faq .contents .cell .box .text {
					padding: 0 3vw 2vw 8vw;
				}
				#faq .contents .cell .box .text:before {
					font-size: 2.2vw;
					top: 0.2vw;
					left: 3vw;
				}
					#faq .contents .cell .box .text table {
						width: 100%;
						max-width: 100%;
						margin-bottom: 1vw;
					}
						#faq .contents .cell .box .text table th {
							font-size: 1.5vw;
							padding: 1.5vw;
						}
						#faq .contents .cell .box .text table td {
							font-size: 1.5vw;
							padding: 1.5vw;
						}
}
@media screen and (max-width: 767px) {
	#faq .inner {
		display: block;
	}
		#faq .contents {
			width: 100%;
		}
			#faq .contents .cell {
				margin-bottom: 8vw;
			}
				#faq .contents .cell h3 {
					font-size: 5.4vw;
					margin-bottom: 4vw;
				}

				#faq .contents .cell .box {
					margin-bottom: 3vw;
				}
					#faq .contents .cell .box h4 {
						padding: 4vw 10vw 4vw 10vw;
						font-size: 4.2vw;
					}
					#faq .contents .cell .box h4:before {
						font-size: 4.2vw;
						top: 0.2vw;
						left: 4vw;
					}
					#faq .contents .cell .box h4:after {
						width: 4vw;
						height: 4vw;
						right: 4vw;
						margin-top: -2vw;
					}

					#faq .contents .cell .box .text {
						padding: 0 4vw 4vw 10vw;
					}
					#faq .contents .cell .box .text:before {
						font-size: 4.2vw;
						top: 2vw;
						left: 4vw;
					}
						#faq .contents .cell .box .text table {
							width: 100%;
							max-width: 100%;
							margin-bottom: 2vw;
						}
							#faq .contents .cell .box .text table th {
								font-size: 3.2vw;
								padding: 3vw;
							}
							#faq .contents .cell .box .text table td {
								font-size: 3.2vw;
								padding: 3vw;
							}
}


	
	
/* harassment
--------------------- */
#harassment .area {
	background: #F8F8F8;
	padding: 50px 100px;
}
	#harassment .area h2 {
		font-size: 2.4rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 20px;
	}

	#harassment .area .txt a {
		text-decoration: underline;
		color: #1558d6;
	}
	#harassment .area .txt a:hover {
		text-decoration: none;
	}

	#harassment .area ul {
		margin-top: 20px;
		margin-bottom: 20px;
	}
		#harassment .area ul li {
			font-size: 1.6rem;
			padding-left: 18px;
			margin-bottom: 5px;
			position: relative;
		}
		#harassment .area ul li:nth-last-child() {
			margin-bottom: 0;
		}
		#harassment .area ul li:before {
			content: "";
			width: 10px;
			height: 10px;
			border-radius: 50%;
			background: #F18D00;
			position: absolute;
			top: 10.5px;
			left: 0;
		}
@media screen and (max-width: 1024px) {
	#harassment .area {
		padding: 5vw 7vw;
	}
		#harassment .area h2 {
			font-size: 2.4vw;
			margin-bottom: 2vw;
		}

		#harassment .area ul {
			margin-top: 2vw;
			margin-bottom: 2vw;
		}
			#harassment .area ul li {
				font-size: 1.6vw;
				padding-left: 1.8vw;
				margin-bottom: 0.5vw;
			}
			#harassment .area ul li:before {
				width: 1vw;
				height: 1vw;
				top: 1vw;
			}
}
@media screen and (max-width: 767px) {
	#harassment .area {
		padding: 8vw;
	}
		#harassment .area h2 {
			font-size: 4.8vw;
			margin-bottom: 3vw;
		}

		#harassment .area ul {
			margin-top: 4vw;
			margin-bottom: 4vw;
		}
			#harassment .area ul li {
				font-size: 3.8vw;
				padding-left: 4.5vw;
				margin-bottom: 1vw;
			}
			#harassment .area ul li:before {
				width: 2.6vw;
				height: 2.6vw;
				top: 2.4vw;
			}
}


	
	
/* message
--------------------- */
#message h2 {
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

#message .read {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 2.2em;
	text-align: center;
}

#message .pht {
	position: absolute;
}
#message .pht01 {
	width: 220px;
	border: solid 1px #E6002D;
	box-shadow: 10px 10px 0px 0px #E6002D;
	top: -40px;
	left: 0;
}
#message .pht02 {
	width: 220px;
	border: solid 1px #F18D00;
	box-shadow: 10px 10px 0px 0px #F18D00;
	top: 200px;
	right: 0;
}
#message .pht03 {
	width: 220px;
	border: solid 1px #EFB312;
	box-shadow: 10px 10px 0px 0px #EFB312;
	bottom: -80px;
	left: 70px;
}
@media screen and (max-width: 1200px) {
	#message .pht01 {
		left: 2vw;
	}
	#message .pht02 {
		right: 2vw;
	}
	#message .pht03 {
		left: 5vw;
	}
}
@media screen and (max-width: 1024px) {
	#message h2 {
		font-size: 1.6vw;
		margin-bottom: 4vw;
	}

	#message .read {
		font-size: 1.8vw;
	}

	#message .pht01 {
		width: 20vw;
		top: -4vw;
	}
	#message .pht02 {
		width: 20vw;
		top: 20vw;
	}
	#message .pht03 {
		width: 20vw;
		bottom: -8vw;
		left: 6vw;
	}
}
@media screen and (max-width: 767px) {
	#message h2 {
		font-size: 3.6vw;
		letter-spacing: 0;
		margin-bottom: 4vw;
	}

	#message .read {
		font-size: 3.8vw;
		padding-bottom: 15vw;
	}

	#message .pht01 {
		box-shadow: 5px 5px 0px 0px #E6002D;
		width: 18vw;
		top: -10vw;
		left: 0;
	}
	#message .pht02 {
		box-shadow: 5px 5px 0px 0px #F18D00;
		width: 16vw;
		top: 38vw;
	}
	#message .pht03 {
		box-shadow: 5px 5px 0px 0px #EFB312;
		width: 28vw;
		bottom: -9vw;
		left: 18vw;
	}
}


	
	
/* keyword
--------------------- */
#keyword .zu {
	width: 460px;
	margin: 0 auto 80px auto;
}

#keyword .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: solid 1px #ddd;
	padding: 35px 0;
}
#keyword .box:nth-last-child(1) {
	border-bottom: solid 1px #ddd;
}
	#keyword .box .icon {
		width: 15%;
	}

	#keyword .box .text {
		width: 82%;
	}
		#keyword .box .text h2 {
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1;
			margin-bottom: 10px;
		}

		#keyword .box .text h3 {
			font-size: 2.4rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 10px;
		}
@media screen and (max-width: 1024px) {
	#keyword .zu {
		width: 46vw;
		margin: 0 auto 8vw auto;
	}

	#keyword .box {
		padding: 3.5vw 0;
	}
		#keyword .box .icon {
			width: 15%;
		}

		#keyword .box .text {
			width: 82%;
		}
			#keyword .box .text h2 {
				font-size: 2.0vw;
				margin-bottom: 1vw;
			}

			#keyword .box .text h3 {
				font-size: 2.4vw;
				margin-bottom: 1vw;
			}
}
@media screen and (max-width: 767px) {
	#keyword .zu {
		width: 80vw;
		margin: 0 auto 8vw auto;
	}

	#keyword .box {
		padding: 6vw 0;
	}
		#keyword .box .icon {
			width: 30%;
		}

		#keyword .box .text {
			width: 64%;
		}
			#keyword .box .text h2 {
				font-size: 3.8vw;
				margin-bottom: 2vw;
			}

			#keyword .box .text h3 {
				font-size: 4.4vw;
				margin-bottom: 2vw;
			}

			#keyword .box .text .txt {
				line-height: 1.6em;
			}
}


	
	
/* career-message
--------------------- */
#career-message .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
	#career-message .inner .text {
		width: 50%;
	}
		#career-message .inner .text .txt {
			font-size: 1.8rem;
			line-height: 2em;
			margin-bottom: 20px;
		}

	#career-message .inner .pht {
		width: 45%;
	}
@media screen and (max-width: 1024px) {
	#career-message .inner .text {
		width: 55%;
	}
		#career-message .inner .text .txt {
			font-size: 1.6vw;
			line-height: 1.8em;
			margin-bottom: 2vw;
		}

	#career-message .inner .pht {
		width: 45%;
	}
}
@media screen and (max-width: 767px) {
	#career-message .inner {
		display: block;
	}
		#career-message .inner .text {
			width: 100%;
			margin-bottom: 10vw;
		}
			#career-message .inner .text .txt {
				font-size: 3.8vw;
				line-height: 1.8em;
				margin-bottom: 3vw;
			}

		#career-message .inner .pht {
			width: 100%;
		}
}


	
	
/* career-contents
--------------------- */
#career-contents .list a.linkbox {
	display: block;
	width: 31%;
	margin-top: 10px;
}
	#career-contents .list a.linkbox .text {
		padding-top: 18px;
	}
		#career-contents .list a.linkbox .text h3 {
			font-size: 2.0rem;
			font-weight: 700;
			line-height: 1.3em;
			margin-bottom: 12px;
		}

		#career-contents .list a.linkbox .text .more {
			height: 20px;
			background: url("../image/common/icon_arrow_red01.svg") no-repeat left center / 36px;
			padding-left: 46px;
			font-size: 1.4rem;
			font-weight: 500;
			line-height: 23px;
			transition: 0.3s;
			-webkit-transition: 0.3s;
		}
		#career-contents .list a.linkbox:hover .text .more {
			padding-left: 42px;
		}
@media screen and (max-width: 1024px) {
	#career-contents .list a.linkbox {
		margin-top: 1vw;
	}
		#career-contents .list a.linkbox .text {
			padding-top: 1.8vw;
		}
			#career-contents .list a.linkbox .text h3 {
				font-size: 2.0vw;
				margin-bottom: 1.2vw;
			}

			#career-contents .list a.linkbox .text .more {
				height: 2vw;
				background: url("../image/common/icon_arrow_red01.svg") no-repeat left center / 3.6vw;
				padding-left: 4.6vw;
				font-size: 1.4vw;
				line-height: 2.3vw;
			}
			#career-contents .list a.linkbox:hover .text .more {
				padding-left: 4.2vw;
			}
}
@media screen and (max-width: 767px) {
	#career-contents .list {
		display: block;
	}
		#career-contents .list a.linkbox {
			width: 100%;
			margin-top: 8vw;
		}
			#career-contents .list a.linkbox .text {
				padding-top: 4vw;
			}
				#career-contents .list a.linkbox .text h3 {
					font-size: 5.0vw;
					margin-bottom: 3vw;
				}

				#career-contents .list a.linkbox .text .more {
					height: 5vw;
					background: url("../image/common/icon_arrow_red01.svg") no-repeat left center / 8vw;
					padding-left: 9.5vw;
					font-size: 3.4vw;
					line-height: 5.5vw;
				}
				#career-contents .list a.linkbox:hover .text .more {
					padding-left: 9.5vw;
				}
}


	
	
/* event
--------------------- */
#event .text {
	width: 48%;
	order: 2;
}
	#event .text .e-ttl {
		padding-bottom: 30px;
		margin-bottom: 30px;
		border-bottom: dashed 1px #ddd;
	}
		#event .text .e-ttl h2 {
			font-size: 3.2rem;
			font-weight: 600;
			line-height: 1.3em;
			margin-bottom: 5px;
			background: linear-gradient(to right, #F18D00, #E6002D);
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
		}

	#event .text .cell a.mynavi {
		display: block;
		max-width: 390px;
		border: solid 1px #ddd;
		padding: 18px 60px;
		margin-top: 15px;
		margin-bottom: 20px;
	}

#event .pht {
	width: 48%;
	order: 1;
}
@media screen and (max-width: 1024px) {
	#event .text .e-ttl {
		padding-bottom: 3vw;
		margin-bottom: 3vw;
	}
		#event .text .e-ttl h2 {
			font-size: 3.0vw;
			margin-bottom: 0.5vw;
		}

	#event .text .cell a.mynavi {
		max-width: 36vw;
		padding: 1.8vw 6vw;
		margin-top: 1.5vw;
		margin-bottom: 2vw;
	}
}
@media screen and (max-width: 767px) {
	#event .inner {
		display: block;
	}
		#event .text {
			width: 100%;
			margin-bottom: 8vw;
		}
			#event .text .e-ttl {
				padding-bottom: 5vw;
				margin-bottom: 5vw;
			}
				#event .text .e-ttl h2 {
					font-size: 6.0vw;
					margin-bottom: 1vw;
				}

			#event .text .cell a.mynavi {
				max-width: 100%;
				padding: 4vw 15vw;
				margin-top: 3vw;
				margin-bottom: 4vw;
			}

		#event .pht {
			width: 100%;
		}
}


	
	
/* program
--------------------- */
#program .p-ttl {
	text-align: center;
	margin-bottom: 30px;
}
	#program .p-ttl h2 {
		font-size: 3.0rem;
		font-weight: 700;
		line-height: 1.3em;
		margin-bottom: 10px;
	}

#program .list .box {
	width: 31%;
	padding: 30px 20px;
	background: linear-gradient(to right, rgba(241,141,0,0.1), rgba(230,0,45,0.1));
}
	#program .list .box .icon {
		width: 120px;
		margin: 0 auto;
	}

	#program .list .box h3 {
		font-size: 2.2rem;
		font-weight: 700;
		line-height: 1.3em;
		text-align: center;
		margin-top: 15px;
		padding-bottom: 20px;
		margin-bottom: 15px;
		position: relative;
	}
	#program .list .box h3:before {
		content: "";
		width: 30px;
		height: 2px;
		background: linear-gradient(to right, rgba(241,141,0,1), rgba(230,0,45,1));
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -15px;
	}

	#program .list .box .txt {
		text-align: center;
		line-height: 1.8em;
	}
@media screen and (max-width: 1024px) {
	#program .p-ttl {
		margin-bottom: 3vw;
	}
		#program .p-ttl h2 {
			font-size: 3.0vw;
			margin-bottom: 1vw;
		}

	#program .list .box {
		width: 31%;
		padding: 3vw 2vw;
	}
		#program .list .box .icon {
			width: 12vw;
		}

		#program .list .box h3 {
			font-size: 2.2vw;
			margin-top: 1.5vw;
			padding-bottom: 2vw;
			margin-bottom: 1.5vw;
		}
		#program .list .box h3:before {
			width: 3vw;
			height: 2px;
			margin-left: -1.5vw;
		}
}
@media screen and (max-width: 767px) {
	#program .p-ttl {
		margin-bottom: 6vw;
	}
		#program .p-ttl h2 {
			font-size: 6.0vw;
			margin-bottom: 3vw;
		}

	#program .list {
		display: block;
	}
		#program .list .box {
			width: 100%;
			padding: 6vw 10vw;
			margin-bottom: 3vw;
		}
		#program .list .box:nth-last-child(1) {
			margin-bottom: 0;
		}
			#program .list .box .icon {
				width: 25vw;
			}

			#program .list .box h3 {
				font-size: 5.0vw;
				margin-top: 3vw;
				padding-bottom: 4vw;
				margin-bottom: 3vw;
			}
			#program .list .box h3:before {
				width: 6vw;
				height: 2px;
				margin-left: -3vw;
			}

			#program .list .box .txt {
				text-align: left;
			}
}


	
	
/* entry
--------------------- */
#entry h2 {
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 20px;
}

#entry .btn-entry {
	max-width: 600px;
	margin: 0 auto;
}
	#entry .btn-entry a {
		display: block;
		height: 80px;
		background: url("../image/common/icon_arrow_red02.svg") no-repeat right 30px center / 36px;
		font-size: 2.4rem;
		font-weight: 700;
		text-align: center;
		letter-spacing: 0.06em;
		line-height: 80px;
		color: #fff;
	}
	#entry .btn-entry a:hover {
		background: url("../image/common/icon_arrow_red02.svg") no-repeat right 25px center / 36px;
		letter-spacing: 0.15em;
	}
@media screen and (max-width: 1024px) {
	#entry h2 {
		font-size: 3.0vw;
		margin-bottom: 2vw;
	}

	#entry .btn-entry {
		max-width: 60vw;
	}
		#entry .btn-entry a {
			height: 8vw;
			background: url("../image/common/icon_arrow_red02.svg") no-repeat right 3vw center / 3.6vw;
			font-size: 2.4vw;
			line-height: 8vw;
		}
		#entry .btn-entry a:hover {
			background: url("../image/common/icon_arrow_red02.svg") no-repeat right 2.5vw center / 3.6vw;
		}
}
@media screen and (max-width: 767px) {
	#entry h2 {
		font-size: 5.0vw;
		margin-bottom: 4vw;
	}

	#entry .btn-entry {
		max-width: 70vw;
	}
		#entry .btn-entry a {
			height: 14vw;
			background: url("../image/common/icon_arrow_red02.svg") no-repeat right 5vw center / 6vw;
			font-size: 4.4vw;
			line-height: 14vw;
		}
		#entry .btn-entry a:hover {
			background: url("../image/common/icon_arrow_red02.svg") no-repeat right 5vw center / 6vw;
			letter-spacing: 0.06em;
		}
}












