@charset "utf-8";
/* CSS Document */
.main-wrap,.cate_wrap .cate5{
	background-image: url("https://yokota-sekizai.co.jp/bg_item1.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.cate_wrap .cate1 .topbox .txtbox,.cate_wrap .cate1 .topbox img{
	width: 50%;
}
.cate_wrap .cate1 .topbox .txtbox{
	padding-left: 5%;
}
.cate_wrap .cate1 .boxwrap .box{
	padding-top: 100px;
}
.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.cate_wrap .cate1 .boxwrap .box .img1{
	width: 35%;
}
.cate_wrap .cate1 .boxwrap .box .img2{
	width: 15%;
}
.cate_wrap .cate1 .boxwrap .box .txtbox{
	width: 50%;
	padding: 0 3%;
}
.cate_wrap .cate1 .boxwrap .box .itemwrap > div:not(:last-of-type){margin-bottom: 30px;}
.cate_wrap .cate1 .boxwrap .box .itemwrap > div img{
	width: 50px;
}
.cate_wrap .cate1 .boxwrap .box .itemwrap > div p{
	width: calc(100% - 50px);
	padding-left: 20px;
}
.cate_wrap .cate1 .bottombox{
	position: relative;
}
.cate_wrap .cate1 .bottombox .boxtitle h2{
	position: relative;
}
.cate_wrap .cate1 .bottombox .boxtitle h2::before,.cate_wrap .cate1 .bottombox .boxtitle h2::after{
	content: "";
	position: absolute;
	background-color: #000000;
	width: 1px;
	height: 30px;
	top: 50%;
}
.cate_wrap .cate1 .bottombox .boxtitle h2::before{
	left: -20px;
	transform: translateY(-50%) rotate(-30deg);
}
.cate_wrap .cate1 .bottombox .boxtitle h2::after{
	right: -20px;
	transform: translateY(-50%) rotate(30deg);
}
.cate_wrap .cate1 .bottombox img{
	position: absolute;
	top: -3%;
	right: 10%;
	width: 8%;
}
.cate_wrap .cate1 .bottombox .contents{
	background-color: #F8F7F1;
	border-radius: 40px;
	padding: 5%;
	position: relative;
	z-index: 2;
	gap: 15px;
}
.cate_wrap .cate1 .bottombox .contents p{
	padding: 2% 5%;
	background-color: #012F7C;
	color: #fff;
	text-align: center;
	border-radius: 200px;
}

.cate_wrap .cate2{
	padding-top: 0;
}
.cate_wrap .cate2 .boxwrap .box{
	color: #fff;
}
.cate_wrap .cate2 .boxwrap .box:nth-of-type(odd),.cate_wrap .cate6 .boxwrap .box2,.cate_wrap .cate6 .boxwrap .box:nth-of-type(odd),.cate_wrap .cate6 .boxwrap .box2{
	flex-direction: row-reverse;
}
.cate_wrap .cate2 .boxwrap .box,.cate_wrap .cate6 .boxwrap .box,.cate_wrap .cate8 .boxwrap .box{
	justify-content: space-between;
}
.cate_wrap .cate2 .boxwrap .box:not(:first-of-type),.cate_wrap .cate6 .boxwrap .box:not(:first-of-type),.cate_wrap .cate8 .boxwrap .box:not(:first-of-type){
	padding-top: 100px;
}
.cate_wrap .cate2 .boxwrap .box .contents,.cate_wrap .cate6 .boxwrap .box .contents,.cate_wrap .cate8 .boxwrap .box .contents{
	width: 55%;
}
.cate_wrap .cate2 .boxwrap .box .imgbox1,.cate_wrap .cate6 .boxwrap .box .imgbox1,.cate_wrap .cate8 .boxwrap .box .imgbox1{
	width: 40%;
}
.cate_wrap .cate2 .boxwrap .box .contents,.cate_wrap .cate6 .boxwrap .box2 .contents{
	width: 55%;
	padding: 0 3%;
}
.cate_wrap .cate2 .boxwrap .box2 .imgbox1,.cate_wrap .cate6 .boxwrap .box2 .imgbox1{
	width: 30%;
}
.cate_wrap .cate2 .boxwrap .box2 .imgbox2,.cate_wrap .cate6 .boxwrap .box2 .imgbox2{
	width: 15%;
}
.cate_wrap .cate2 .boxwrap .box .contents,.cate_wrap .cate6 .boxwrap .box .contents{
	position: relative;
	padding-left: 90px;
	padding-top: 60px;
}
.cate_wrap .cate2 .boxwrap .box .contents .num,.cate_wrap .cate6 .boxwrap .box .contents .num{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
}

.cate_wrap .cate3 .box:not(:last-of-type),.cate_wrap .cate6 .item:not(:last-of-type){
	margin-bottom: 80px;
}
.cate_wrap .cate3 .titlewrap{
}
.cate_wrap .cate3 .titlewrap .title,.cate_wrap .cate6 .item .titlewrap .title{
	width: 40%;
	gap: 10px;
}
.cate_wrap .cate3 .titlewrap .title img,.cate_wrap .cate6 .item .titlewrap .title img{
	width: 60px;
}
.cate_wrap .cate3 .titlewrap > p,.cate_wrap .cate6 .item .titlewrap > p{
	width: 60%;
}
.cate_wrap .cate3 .imgwrap,.cate_wrap .cate6 .imgwrap{
	gap: 15px;
	justify-content: flex-start;
}
.cate_wrap .cate3 .imgwrap img,.cate_wrap .cate6 .imgwrap > div{
	width: calc(100% / 3 - 30px / 3);
	border-radius: 8px;
}
.cate_wrap .cate3 .imgwrap img{
	border-radius: 8px;
}
.cate_wrap .cate6 .imgwrap > div img{}
.cate_wrap .cate4 .box:nth-of-type(odd){
	background-color: #DCDDC7;
}
.cate_wrap .cate4 .box:nth-of-type(even){
	background-color: #F8F7F1;
}
.cate_wrap .cate4 .box{
	justify-content: space-between;
}
.cate_wrap .cate4 .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.cate_wrap .cate4 .box .imgbox{
	width: 45%;
}
.cate_wrap .cate4 .box .txtbox{
	width: 50%;
}

.cate_wrap .cate5 .flow_wrap{
	gap: 50px;
	position: relative;
	align-items: flex-start;
}
.cate_wrap .cate5 .flow_wrap::after{
	content: "";
	position: absolute;
	z-index: 1;
	top: 14%;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 30px);
	border-bottom: 1px dotted #000;
}
.cate_wrap .cate5 .flow_wrap .box{
	position: relative;
	z-index: 3;
	width: calc(100% / 9 - 50px * 8 / 9);
	text-align: center;
	padding: 0 10px;
	background-color: #E9E5D7;
}
.cate_wrap .cate5 .flow_wrap .box img{
	margin-bottom: 20px;
}
.cate_wrap .cate5 .flow_wrap .box h3{
	display: inline-block;
	padding: 15px;
	background-color: #fff;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.cate_wrap .cate5 .topbox,.cate_wrap .cate6 .topbox{
	position: relative;
	z-index: 2;
	transform: translateY(50%);
}
.cate_wrap .cate5 .topbox p,.cate_wrap .cate6 .topbox p{
	background-color: #000;
	color: #fff;
	padding: 10px 30px;
	border-radius: 200px;
}
.cate_wrap .cate5 .itembox,.cate_wrap .cate6 .itembox{
	padding: 10% 5%;
	background-color: #F8F7F1;
	border-radius: 40px;
}
.cate_wrap .cate5 .itembox .item{
	padding: 5% 0;
}
.cate_wrap .cate5 .itembox .item:first-of-type{
	padding-top: 0;
}
.cate_wrap .cate5 .itembox .item:last-of-type{
	padding-bottom: 0;
}
.cate_wrap .cate5 .itembox .item:not(:last-of-type){
	border-bottom: dotted 1px #000;
}
.recruit_area .boxtitle h2::before{
	left: -20px;
	transform: translateY(-50%) rotate(-30deg);
}
.recruit_area .boxtitle h2::after{
	right: -20px;
	transform: translateY(-50%) rotate(30deg);
}
.recruit_area .recruit_box{
	position: relative;
	padding: 10%;
	border-radius: 500px;
	overflow: hidden;
	justify-content: space-between;
}
body.on .recruit_area .recruit_box::after{
	content: "";
	position: absolute;
	background-color: rgba(0,0,0,0.60);
	mix-blend-mode: multiply;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: ease 0.3s;
}
body.on .recruit_area .recruit_box:hover::after{
	opacity: 0.4;
}
.recruit_area .recruit_box > div{
	position: relative;
	z-index: 3;
}
.recruit_area .recruit_box p{color: #fff;}


.cate_wrap .cate6{
	background-color: #F9C037;
}

.section03 .webgene-blog {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	gap: 50px 30px;
}
.section03 .webgene-blog .webgene-item {
	width: calc(100% / 4 - 90px / 4);
	transition: ease 0.3s;
}
.section03 .webgene-blog .webgene-item a{display:block}
.section03 .webgene-blog .webgene-item:hover {
	opacity: 0.5 !important;
}
.section03 .webgene-blog .webgene-item .imgbox {
	border-radius: 200px;
}
.section03 .webgene-blog .webgene-item .date {
	color: #3C3C3C;
}
.section03 .webgene-blog .webgene-item .cate {
	display: inline-block;
	padding: 7px 15px;
	border-radius: 200px;
	line-height: 1;
	background-color: #DA401E;
	color: #fff;
}

.cate_wrap .cate8{
	background-color: #DCDDC7;
}
.cate_wrap .cate8 .boxwrap .box{
	justify-content: space-between;
}
.cate_wrap .cate8 .boxwrap .box:nth-of-type(odd){
	flex-direction: row-reverse;
}
.cate_wrap .cate8 .box .imgbox{
	width: 45%;
}
.cate_wrap .cate8 .box .txtbox{
	width: 50%;
}
.cate_wrap .cate9 .itemwrap{
	gap: 15px;
}
.cate_wrap .cate9 .itemwrap a{
	display: block;
	height: 40vh;
	max-height: 400px;
	border-radius: 10px;
}
.cate_wrap .cate9 .itemwrap a:nth-of-type(n+1){
	width: calc(45% - 30px /3);
}
.cate_wrap .cate9 .itemwrap a:nth-of-type(n+2){
	width: calc(25% - 30px /3);
}
.cate_wrap .cate9 .itemwrap a:nth-of-type(n+3){
	width: calc(30% - 30px /3);
}
.cate_wrap .cate9 .itemwrap a:nth-of-type(n+3),.cate_wrap .cate9 .itemwrap a:nth-of-type(n+4){
	width: calc(30% - 30px /3);
}
.cate_wrap .cate9 .itemwrap a:nth-of-type(n+5){
	width: calc(45% - 30px /3);
}
.cate_wrap .cate9 .itemwrap a:nth-of-type(n+6){
	width: calc(25% - 30px /3);
}
.cate_wrap .cate10{
	background-color: #F9C037;
	margin-bottom: -50px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.cate_wrap .cate2 .boxwrap .box .contents,.cate_wrap .cate6 .boxwrap .box1 .contents{
		padding-left: 80px;
		padding-top: 50px;
	}
	.cate_wrap .cate2 .boxwrap .box .contents .num,.cate_wrap .cate6 .boxwrap .box1 .contents .num{
		width: 80px;
	}
	.cate_wrap .cate5 .flow_wrap{
		gap: 30px;
	}
	.cate_wrap .cate5 .flow_wrap::after{
		top: 14%;
		width: calc(100% - 30px);
	}
	.cate_wrap .cate5 .flow_wrap .box{
		width: calc(100% / 9 - 30px * 8 / 9);
		padding: 0 10px;
	}
	.cate_wrap .cate5 .flow_wrap .box h3{
		padding: 10px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.cate_wrap .cate2 .boxwrap .box .contents,.cate_wrap .cate6 .boxwrap .box .contents{
		padding-left: 70px;
		padding-top: 40px;
	}
	.cate_wrap .cate2 .boxwrap .box .contents .num,.cate_wrap .cate6 .boxwrap .box .contents .num{
		width: 70px;
	}
	.cate_wrap .cate5 .flow_wrap{
		gap: 20px;
	}
	.cate_wrap .cate5 .flow_wrap::after{
		top: 14%;
		width: calc(100% - 30px);
	}
	.cate_wrap .cate5 .flow_wrap .box{
		width: calc(100% / 9 - 20px * 8 / 9);
		padding: 0 10px;
	}
	.cate_wrap .cate5 .flow_wrap .box h3{
		padding: 10px;
	}
	.section03 .webgene-blog{
		gap: 50px;
	}
	.section03 .webgene-blog .webgene-item {
		width: calc(100% / 2 - 50px / 2);
	}
	.cate_wrap .cate9 .itemwrap a{
		display: block;
		height: 30vh;
		max-height: 300px;
		border-radius: 10px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.cate_wrap .cate1 .topbox .txtbox{
		width: 55%;
		padding-left: 3%;
	}
	.cate_wrap .cate1 .topbox img{
		width: 45%;
	}
	.cate_wrap .cate1 .boxwrap .box{
		align-items: flex-start;
	}
	.cate_wrap .cate1 .boxwrap .box .img1{
		width: 35%;
	}
	.cate_wrap .cate1 .boxwrap .box .img2{
		width: 25%;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd) .img2{
		margin-left: 75%;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(even) .img2{
		margin-right: 75%;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox{
		width: 65%;
		padding: 0 3%;
		margin-bottom: -15%;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd) .txtbox{
		padding-left: 0;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(even) .txtbox{
		padding-right: 0;
	}
	.cate_wrap .cate2 .boxwrap .box,.cate_wrap .cate6 .boxwrap .box,.cate_wrap .cate8 .boxwrap .box{
		justify-content: center;
		gap: 30px;
	}
	.cate_wrap .cate2 .boxwrap .box .imgbox1,.cate_wrap .cate6 .boxwrap .box .imgbox1,.cate_wrap .cate8 .boxwrap .box .imgbox1{
		width: 60%;
	}
	.cate_wrap .cate2 .boxwrap .box2 .imgbox2,.cate_wrap .cate6 .boxwrap .box2 .imgbox2{
		width: 30%;
		margin-left: 60%;
	}
	.cate_wrap .cate2 .boxwrap .box .contents,.cate_wrap .cate6 .boxwrap .box .contents,.cate_wrap .cate8 .boxwrap .box .contents{
		width: 100%;
	}
	.cate_wrap .cate2 .boxwrap .box .contents,.cate_wrap .cate6 .boxwrap .box .contents{
		padding-left: 60px;
		padding-top: 40px;
	}
	.cate_wrap .cate6 .boxwrap .box .contents .num{
		width: 60px;
	}
	.cate_wrap .cate4 .box{
		justify-content: center;
	}
	.cate_wrap .cate4 .box .imgbox{
		width: 60%;
		margin-bottom: 30px;
	}
	.cate_wrap .cate4 .box .txtbox{
		width: 100%;
	}
	.cate_wrap .cate5 .flow_wrap{
		margin: 0 auto;
		gap: 20px;
		flex-direction: column;
	}
	.cate_wrap .cate5 .flow_wrap::after{
		display: none;
	}
	.cate_wrap .cate5 .flow_wrap .box{
		width: auto;
		padding: 0;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		justify-content: flex-start;
		align-items: center;
		flex-direction: row;
		gap: 15px;
	}
	.cate_wrap .cate5 .flow_wrap .box img{
		width: 70px;
		margin-bottom: 0;
	}
	.cate_wrap .cate5 .flow_wrap .box h3{
		padding: 10px;
		-webkit-writing-mode: horizontal-tb;
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
	}
	.recruit_area .recruit_box{
		padding: 10% 6%;
	}
	.section03 .webgene-blog{
		gap: 50px 30px;
	}
	.section03 .webgene-blog .webgene-item {
		width: calc(100% / 2 - 30px / 2);
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.cate_wrap .cate1 .boxwrap .box{
		gap: 20px;
	}
	.cate_wrap .cate1 .boxwrap .box{
		padding-top: 80px;
	}
	.cate_wrap .cate1 .boxwrap .box .img1{
		width: 70%;
	}
	.cate_wrap .cate1 .boxwrap .box .img2{
		width: 40%;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd) .img2{
		margin-left: 60%;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(even) .img2{
		margin-right: 60%;
	}
	.cate_wrap .cate1 .boxwrap .box .txtbox{
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(odd) .txtbox{
		padding-left: 0;
	}
	.cate_wrap .cate1 .boxwrap .box:nth-of-type(even) .txtbox{
		padding-right: 0;
	}
	.cate_wrap .cate1 .bottombox img{
		display: none;
	}
	.cate_wrap .cate2 .boxwrap .box:not(:first-of-type),.cate_wrap .cate6 .boxwrap .box:not(:first-of-type),.cate_wrap .cate8 .boxwrap .box:not(:first-of-type){
		padding-top: 80px;
	}
	.cate_wrap .cate2 .boxwrap .box .imgbox1,.cate_wrap .cate6 .boxwrap .box .imgbox1,.cate_wrap .cate8 .boxwrap .box .imgbox1{
		width: 70%;
	}
	.cate_wrap .cate2 .boxwrap .box .contents,.cate_wrap .cate6 .boxwrap .box .contents,.cate_wrap .cate8 .boxwrap .box .contents{
		width: 100%;
	}
	.cate_wrap .cate2 .boxwrap .box .contents,.cate_wrap .cate6 .boxwrap .box .contents{
		padding-left: 50px;
		padding-top: 30px;
	}
	.cate_wrap .cate2 .boxwrap .box .contents .num,.cate_wrap .cate6 .boxwrap .box .contents .num{
		width: 50px;
	}
	.cate_wrap .cate3 .box:not(:last-of-type){
		margin-bottom: 50px;
	}
	.cate_wrap .cate3 .titlewrap .title, .cate_wrap .cate6 .item .titlewrap .title,.cate_wrap .cate3 .titlewrap > p, .cate_wrap .cate6 .item .titlewrap > p{
		width: 100%;
	}
	.cate_wrap .cate3 .titlewrap .title img, .cate_wrap .cate6 .item .titlewrap .title img{
		width: 50px;
	}
	.cate_wrap .cate3 .titlewrap .title, .cate_wrap .cate6 .item .titlewrap .title{
		margin-bottom: 20px;
	}
	.cate_wrap .cate3 .imgwrap, .cate_wrap .cate6 .imgwrap{
		gap: 10px;
	}
	.cate_wrap .cate3 .imgwrap img, .cate_wrap .cate6 .imgwrap > div{
		width: calc(50% - 10px / 2);
	}
	.cate_wrap .cate4 .box .imgbox{
		width: 70%;
	}
	.cate_wrap .cate4 .box .txtbox{
		width: 100%;
	}
	.cate_wrap .cate5 .flow_wrap .box img{
		width: 40px;
		margin-bottom: 0;
	}
	.cate_wrap .cate5 .flow_wrap{
		align-items: flex-start;
	}
	.recruit_area .recruit_box{
		padding: 10% 6%;
		justify-content: center;
		gap: 20px;
	}
	.recruit_area .recruit_box .titlebox{
		width: 100%;
		text-align: center;
	}
	.section03 .webgene-blog{
		gap: 40px;
		justify-content: center;
	}
	.section03 .webgene-blog .webgene-item {
		width: 90%;
	}
	.cate_wrap .cate9 .itemwrap a{
		width: calc(50% - 15px / 2)!important;
		display: block;
		height: 20vh;
		max-height: 200px;
		border-radius: 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

