@charset "UTF-8";

/*
**************************************************************************
*	Bears Ray contact.css
**************************************************************************/

@media (max-width: 767px) {
}


/* --------------------------------------------------
		contact
-------------------------------------------------- */
.contact-tel {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
}
.contact-mail {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.contact-text {
	text-align: center;
}

@media (max-width: 767px) {
.contact-tel {
	font-size: 1.75rem;
}
.contact-mail {
	font-size: 1.75rem;
	margin-bottom: 20px;
}
.contact-text {
	text-align: left;
}
}


/* --------------------------------------------------
		cooperation
-------------------------------------------------- */
.cooperation-tel {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
}
.cooperation-mail {
	text-align: center;
	font-size: 2.0rem;
	font-weight: 500;
	margin-bottom: 30px;
}
.cooperation-text {
	text-align: center;
}

@media (max-width: 767px) {
.cooperation-tel {
	font-size: 1.75rem;
}
.cooperation-mail {
	font-size: 1.75rem;
	margin-bottom: 20px;
}
.cooperation-text {
	text-align: left;
}
}


/* --------------------------------------------------
		recruit
-------------------------------------------------- */
.recruit-text {
	text-align: center;
	margin-bottom: 30px;
}
.recruit-link {
	text-align: center;
	letter-spacing: -0.4em;
	margin: -20px 0 100px;
}
.recruit-link li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 20px 10px 0;
}
.recruit-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 260px;
	height: 80px;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius: 6px 6px;
	text-decoration: none;
	transition: opacity .2s ease;
}
.recruit-link a:hover {
	opacity: 0.8;
}
.recruit-link a.bears {
	background-color: #ffffff;
}
.recruit-link a.bears img {
	width: 163px;
}
.recruit-link a.career {
	color: #ffffff;
	line-height: 1.5;
	background-color: #e4007f;
}
.recruit-box {
	padding: 60px 6.521739130434783%;
	border: 2px solid #cccccc;
}

@media (max-width: 767px) {
.recruit-text {
	text-align: left;
	margin-bottom: 20px;
}
.recruit-link {
	margin: 0 0 50px;
}
.recruit-link li {
	display: block;
	margin: 15px 0 0;
}
.recruit-link a {
	width: 100%;
	height: 90px;
}
.recruit-link a:hover {
	opacity: 1;
}
.recruit-link a.bears img {
	width: 200px;
}
.recruit-box {
	padding: 30px 30px;
}
}
