@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
*/

body .recruit-content *{
	font-family: 'Noto Sans JP', sans-serif;
}
.recruit-content .en {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
body {
	margin: 0;
	padding: 0;
}
.recruit-content * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
}
.recruit-content img {
	vertical-align: top;
	image-rendering: -webkit-optimize-contrast;
	-webkit-backface-visibility: hidden;
}
.recruit-content * {
	color: #333333;
	font-size: 100%;
	line-height: 2em;
	font-weight: 400;
	letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
	.recruit-content * {
		letter-spacing: .01em;
		font-size: 98%;
	}
}
.recruit-content ul {
	list-style: none;
}
.recruit-content li {
	list-style-type: none;
}
.recruit-content a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
.recruit-content table {
	border-collapse: collapse;
	border-spacing: 0;
}
.recruit-content * :before, .recruit-content * :after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.recruit-content img {
	width: 100%;
	height: auto;
}
.recruit-content .link-area {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.recruit-content .sp-only
.recruit-content .sp-video {
   display: none!important;
}
.recruit-content .brtab, .recruit-content .brsp {
 	display: none;
 }

@media screen and (max-width: 1024px) {
	.recruit-content .brtab {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.recruit-content .pc-only {
		display: none!important;
	}
	.recruit-content .sp-only {
		display: block;
	}
	.recruit-content .brpc {
		display: none;
	}
	.recruit-content .brsp {
		display: block;
	}
}

.recruit-content .main-visual {
	width: 100%;
	position: relative;
}
.content {
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
.recruit-content .intro-content {
	position: relative;
	margin-bottom: 80px;
}
.recruit-content .intro-content h1 {
	width: 90%;
	margin: 0 auto -30px;
	max-width: 640px;
	background: #FFF;
	padding: 40px 20px;
	top: -60px;
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 1.6rem;
}
.recruit-content .center-txt {
	text-align: center;
}
.recruit-content .product-revoria {
	padding: 40px 0;
}
.recruit-content .point-list {
	margin: 50px auto;
}
.recruit-content .point-list .list-ttl {
	text-align: center;
	color: #01916D;
	font-size: 1.2rem;
}
.recruit-content .point-list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 40px;
}
.recruit-content .point-list ul li {
	width: 31.33%;
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 30px;
	position: relative;
}
.recruit-content .point-list ul li:before {
	width: 24px;
	height: 24px;
	background-image: url("/fb-sp/fb/ja/about/careers/graduates/special/img/box-deco01.svg");
	left: 0;
	top: 0;
	z-index: 2;
}
.recruit-content .point-list ul li .ttl {
	text-align: center;
	color: #01916D;
	font-size: 1.4rem;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.recruit-content .btn-wrap {
	position: relative;
}
.recruit-content .btn-wrap  > p {
	text-align: center;
	color: #01916D;
	font-size: 1.2rem;
}
.black-btn {
	position: relative;
	margin: 10px auto 100px;
	max-width: 600px;
	background: #333333;
	transition: all .4s;
}
.black-btn p {
	text-align: center;
	color: #FFF;
	padding: 14px 0
}
.black-btn:after {
	width: 20px;
	height: 4px;
	background-image: url("/fb-sp/fb/ja/about/careers/graduates/special/img/arrow-green.svg");
	right: 5px;
	bottom: 5px;
	transition: all .2s;
}
@keyframes moveRight {
  from {
		opacity: 0;
    right: 10px;
  }
  to {
		opacity: 1;
    right: 5px;
  }
}
@media (hover: hover) {
	.black-btn:hover {
		background: #0B0B0B;
	}
	.black-btn:hover:after {
		animation: moveRight .4s ease-in-out;
	}
}


@media screen and (max-width: 1024px) {
	.recruit-content .intro-content h1 {
		width: 90%;
		margin: 0 auto -10px;
		max-width: 640px;
		background: #FFF;
		padding: 20px 20px;
		top: -20px;
		position: relative;
		z-index: 2;
		text-align: center;
		font-size: 1.2rem;
	}
	.recruit-content .center-txt {
		font-size: 0.9rem;
	}
	.recruit-content .product-revoria {
		padding: 40px 0;
	}
	.recruit-content .point-list {
		margin: 50px auto;
	}
	.recruit-content .point-list .list-ttl {
		text-align: center;
		color: #01916D;
		font-size: 1.2rem;
	}
	.recruit-content .point-list ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 20px 0 20px;
	}
	.recruit-content .point-list ul li {
		width: 100%;
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 30px;
		position: relative;
		margin-bottom: 30px;
	}
	.recruit-content .point-list ul li:before {
		width: 24px;
		height: 24px;
		background-image: url("/fb-sp/fb/ja/about/careers/graduates/special/img/box-deco01.svg");
		left: 0;
		top: 0;
		z-index: 2;
	}
	.recruit-content .point-list ul li .ttl {
		text-align: center;
		color: #01916D;
		font-size: 1.2rem;
		line-height: 1.6em;
		padding-bottom: 10px;
	}
	.recruit-content .btn-wrap {
		position: relative;
	}
	.recruit-content .btn-wrap  > p {
		text-align: center;
		color: #01916D;
		font-size: 1.2rem;
	}
	.black-btn {
		position: relative;
		margin: 10px auto 100px;
		max-width: 600px;
		background: #333333;
		transition: all .4s;
	}
	.black-btn p {
		text-align: center;
		color: #FFF;
		padding: 14px 14px;
	}
	.black-btn:after {
		width: 20px;
		height: 4px;
		background-image: url("/fb-sp/fb/ja/about/careers/graduates/special/img/arrow-green.svg");
		right: 5px;
		bottom: 5px;
		transition: all .2s;
	}
}
.lineup h2 {
	text-align: center;
	color: #01916D;
	font-size: 1.2rem;
	padding-bottom: 10px;
}
.lineup-box {
	background: #F6F7F6;
	padding: 40px;
	margin-bottom: 40px;
}
.lineup-box .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lineup-box .flex .txt {
	width: 48%;
}
.lineup-box .flex .txt .ttl-txt {
	text-align: center;
	margin-bottom: 20px;
}
.ttl-txt p:nth-of-type(1) {
	line-height: 1.2em;
}
.ttl-txt p:nth-of-type(1) span {
	font-size: 1.4rem;
	display: block;
}
.ttl-txt p:nth-of-type(2) {
	color: #01916D;
	font-size: 1.4rem;
	line-height: 1.2em;
}
.ttl-txt p:nth-of-type(2) span {
	color: #01916D;
	display: block;
	line-height: 1.2em;
	padding: 10px 0;
}
.lineup-box .flex .visual {
	width: 48%;
	display: flex;
	justify-content: center; /* 水平方向の中央揃え */
	align-items: center;
}
.lineup-point {
	background: #fff;
	filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
	padding: 30px;
	margin-top: 40px;
}
.lineup-point p:nth-of-type(1) {
	text-align: center;
	font-size: 1.2rem;
	padding-bottom: 10px;
}
.bottom-bnr {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 80px auto;
	width: 86%;
}
.bottom-bnr .side-image {
	width: 21.6%;
}
.bottom-bnr .main-image {
	width: 56.8%;
}

@media screen and (max-width: 1024px) {
	.lineup h2 {
		text-align: center;
		color: #01916D;
		font-size: 1.2rem;
		padding-bottom: 10px;
	}
	.lineup-box {
		background: #F6F7F6;
		padding: 20px;
		margin-bottom: 20px;
	}
	.lineup-box .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.lineup-box .flex .txt {
		width: 100%;
	}
	.lineup-box .flex .txt .ttl-txt {
		text-align: center;
		margin-bottom: 20px;
	}
	.ttl-txt p:nth-of-type(1) {
		line-height: 1.2em;
	}
	.ttl-txt p:nth-of-type(1) span {
		font-size: 1.4rem;
		display: block;
	}
	.ttl-txt p:nth-of-type(2) {
		color: #01916D;
		font-size: 1.4rem;
		line-height: 1.2em;
	}
	.ttl-txt p:nth-of-type(2) span {
		color: #01916D;
		display: block;
		line-height: 1.2em;
		padding: 10px 0;
	}
	.lineup-box .flex .visual {
		width: 100%;
		max-width: 400px;
		margin: 20px auto 0;
		display: flex;
		justify-content: center; /* 水平方向の中央揃え */
		align-items: center;
	}
	.lineup-point {
		background: #fff;
		filter: drop-shadow(0px 0px 6px rgba(51, 83, 76, 0.3));
		padding: 30px;
		margin-top: 40px;
	}
	.lineup-point p:nth-of-type(1) {
		text-align: center;
		font-size: 1.2rem;
		padding-bottom: 10px;
	}
	.bottom-bnr {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 40px auto;
		width: 92%;
	}
}

@media screen and (max-width: 767px) {
	.bottom-bnr {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 80px auto;
		width: 100%;
	}
	.bottom-bnr .side-image {
		display: none;
	}
	.bottom-bnr .main-image {
		width: 100%;
	}
}