.saisyo {
	background-color: #F5F5F5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
}

.sa02 {
	max-width: 1000px;
	box-sizing: border-box;
	padding: 60px 10%;
}

.title {
	margin-bottom: 30px;
	text-align: center;
}
.title h2 {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 240%;
}
.title h6 {
	font-family: "Times New Roman", Times, "serif";
	font-weight: 400;
	font-style: normal;
	font-size: 100%;
	color: #61D3FC;
}
.aicons {
	width: 80px;
}
.tokui h4 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 30px;
	text-align: center;
	border-top: 1px solid #989898;
	padding-top: 10px;
}
.tokui h3 {
	font-family: a-otf-futo-min-a101-pr6n, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 220%;
}
.tokui h3 span {
	background:linear-gradient(transparent 70%, #A6E5FC 70%);
}
.tokui ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tokui ul li {
	width: 33.33%;
	text-align: center;
	margin-top: 10px;
}

.totyuu {
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
}
.con-bb {
	width: 47%;
}

.btn a {
	background-color: #61D3FC;
	border-radius: 5px;
	padding: 10px 20px;
	display: block;
	margin-top: 20px;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	position: relative;
}
.btn a:before {
    position: absolute;
    z-index: 3;
    display: block;
    content: "";
    right: 20px;
    top: 50%;
    width: 6px;
    height: 6px;
	margin-top: -3px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
}
.btn2 a {
	border: 2px solid #fff;
}

.recru-top {
	
}

.recbox {
	max-width: 700px;
	margin: 0 auto;
	background-color: #61D3FC;
	padding: 40px;
	display: flex;
	justify-content: space-between;
	margin-top: -160px;
	position: relative;
	z-index: 10;
}
.recbox .title {
	width: 30%;
}
.recbox-text {
	width: 60%;
	
}
.recbox .title h6 {
	color: #000;
}


@media screen and ( max-width:800px )
{

.sa01 {
	display: none;
}
.sa03 {
	display: none;
}
.sa02 {
	max-width: 1000px;
	box-sizing: border-box;
	padding: 30px 5%;
}
.saisyo {
	margin-top: 0px;
}
.totyuu {
	margin-top: 0px;
	display: inherit;
	justify-content: space-between;
}
.con-bb {
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	margin-top: 60px;
}
.recbox {
	padding: 40px 5%;
	display: inherit;
	margin-top: 0px;
}
.recbox .title {
	width: 100%;
}
.recbox-text {
	width: 100%;
	
}

}
