@charset "utf-8";
/* CSS Document */
/* サブのメイン画像とパンくずリスト共通▼ */
.sub-main{
	width: 100%;
	height: auto;
	background-color: #fefbf4; 
	background-image: url("../../img/common/sub-main-bg.png");
	background-position: top 60px right 5%;
	background-repeat: no-repeat;
	background-size:auto;
	padding-top: 60px;
	padding-left: 5%;
}
.sub-main-ttl{
	font-family:  "Mohave", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 115px;
	color: #8bc300;
	line-height: 1.1;
}
.sub-main-ttl-ja{
	font-family:  "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	color: #8bc300;
	margin-top: 0;
}
.sub-main p{
	width: 40%;
	margin-top: 20px;
	padding-bottom: 80px;
}
.breadcrumbs{
	width: 100%;
	height: auto;
	padding-left: 5%;
	background-color: #fefbf4; 
	padding-top: 20px;
}
.breadcrumbs-in{
	display: flex;
	font-size: 12px;
	color: #888;
	margin: 0 auto;
}
.breadcrumbs-in li span{
	padding-right: 5px;
}
.breadcrumbs-in li:after{
	content: " >";
}
.breadcrumbs-in li{
	margin-right: 14px;
}
li.bcl-last:after{
	content: none;
}
/* WEBエンジニア▼ */
.red{
	color: #ff0038;
}
.green{
	color: #017737;
}
.sub-engineer{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 130px;

}
.sub-engineer-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.sub-engineer-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
	margin-bottom: 60px;
}
.sub-engineer-in p{ 
	text-align: center;
}
/* 開発環境▼ */
.development{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;

}
.development-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.development-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
}
.sub-engineer-in p{
	text-align: center;
}
.development-box{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #8bc300;
	border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 80px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 80px;
}

.development-grid{
	display: grid;
	grid-template-columns: repeat(auto-fit, 280px);
	justify-content: space-around;
	grid-gap: 3rem;
}

.development-box h3{
	margin-top: 0;
	color: #fff;
	position: relative;
	padding-left: 26px;
}
.development-box h3::before{
	content: url("../../img/common/haguruma-icon-touka.png"); 
    display: inline-block; 
	position: absolute; 
    top: 2px;
	left: 0;
}
.development-box ul li{
	color: #fff;
	margin-top: 10px;
	padding-left: 27px;
}
.development-box ul li:nth-child(1){
	color: #fff;
	margin-top: 10px;
	padding-left: 0;
}
/* ともに働く人▼ */
.work-man{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;

}
.work-man-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.work-man-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
}
.work-man-box-cover{
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fff;
	margin-top: 80px;
	border-radius: 10px;
}
.work-man-box{
	width: 800px;
	margin: 0 auto;
}
.work-man-box-flex{
	display: flex;
	justify-content: space-between;
}
.work-man-left{
	width: 37%;
	margin-right: 3%;
}
.work-man-right{
	width: 67%;
	margin-left: 3%;
	margin-top: -30px;
}
.work-man-box-flex2{
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}

.tag{
	color: #8bc300;
	background: #fefbf4;
	border: solid 2px #8bc300;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
}
.work-man-read{
	margin-top: 30px;
	text-align: center;
}
.btn-green-web-cover{
	width: 250px;
	margin: 0 auto;
}
.btn-green-web{
	margin-top: 30px;
	width: 250px;
	height: 70px;
	color: #fff;
	background: #8bc300;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 70px;
	display: inline-block;
	transition: transform 0.3s ease;
}
.btn-green-web:hover{
	transform: scale(1.1);
}
/* 共通福利厚生▼ */
.benefit{
	width: 100%;
	background: #fefbf4;
}
.benefit2-flex-cover h3{
	left: -18px;
}
.benefit2-flex-cover h3::after{
	content: url("../../img/common/btn-icon.png");
	position: relative;
    top: 3px; 
	padding-left: 5px;
}
/*▼ベネフィットの中のホバー*/
.benefit h3{
	display: inline-block;
	transition: transform 0.3s ease; 
}
.benefit h3:hover{
	transform: scale(1.1);
	color: #8bc300;
}
.benefit2-flex-cover{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
	margin: 0 auto;
}
.benefit2-left{
	width: 369px;
	text-align: center;
	margin-top: 80px;
}
.benefit2-center{
	width: 369px;
	text-align: center;
	margin-top: 80px;
}
.benefit2-right{
	width: 369px;
	text-align: center;
	margin-top: 80px;
}
/* 募集要項▼ */
.gaidorain{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;

}
.gaidorain-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.gaidorain-cover{
	display: flex;
}
.gaidorain-left{
	margin-top: 100px;
	width: 47%;
	margin-right: 3%;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
}
.gaidorain-right{
	margin-top: 100px;
	width: 47%;
	margin-left: 3%;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
	
}
.s-haguruma{
	position:absolute;
	top: -21px;
	
}
.gaidorain-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
}
.gaidorain-cover h3{
	color: #8bc300;
	padding-left: 40px;
	padding-right: 40px;
}
.gaidorain-cover p{
	margin-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
.gaidorain-cover ul{
	margin-top: 20px;
	padding-left: 40px;
	padding-right: 40px;
}
/* 諸条件▼ */
.conditions{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 100px;

}
.conditions-in{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.conditions-cover{
	width: 860px;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 110px;
	padding-right: 80px;
	padding-left: 80px;
	border-radius: 10px;
}

.conditions-cont{
	margin-top: 30px;
	display: flex;
	padding-bottom: 30px;
	border-bottom: solid 1px #e7e4e4;
}
.conditions-cont:last-child{
	border-bottom: none;
}
.conditions-cont .tab{
	width: 120px;
	height: 40px;
	color: #fff;
	background: #8bc300;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
}
.conditions-cont .tab-br{
	width: 120px;
	height: 60px;
	color: #fff;
	background: #8bc300;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	padding-top: 10px;
}

.conditions-cont p{
	width: 80%;
	margin-top: 5px;	
	margin-left: 40px;
}
.conditions-cont p.m{
	width: 80%;
	margin-top: 0px;	
	margin-left: 40px;
}
.conditions-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 70px;
	margin-bottom: 80px;
}
.red{
	color: #ff0038;
}
/* 背景に固定するコンテンツ */
.fixed-content {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* ポップアップ全体 */
.popup {
    display: none; 
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    justify-content: center;
    align-items: center;
    z-index: 2; 
}

/* ポップアップの中身 */
.popup-content {
	margin-top: 150px;
	background: #fff;
    width: 1066px;
    max-width: 1066px;
    height: 100%; 
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 閉じるボタン */
.close-popup {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 60px;
    cursor: pointer;
	color: #fff;
}

/* ポップアップ内のスクロールエリア */
.popup-scroll {
    flex: 1; 
    padding: 20px;
    overflow-y: auto; 
}

/* 1200px以下▼ */
@media screen and (max-width:1200px) { 
/* サブのメイン画像とパンくずリスト共通▼ */
.sub-main p{
	width: 40%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 60px;
	}
/* WEBエンジニア▼ */
.sub-engineer{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 130px;

}
.sub-engineer-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* 開発環境▼ */
.development{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;

}
.development-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.development-box{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #8bc300;
	border-radius: 10px;
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 60px;
	padding-right: 60px;
	margin-top: 80px;
}
/* ともに働く人▼ */
.work-man{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;
	padding-left: 5%;
	padding-right: 5%;
}
.work-man-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.work-man-box-cover{
	width: 100%;
	height: auto;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #fff;
	margin-top: 80px;
	border-radius: 10px;
}

/* 共通福利厚生▼ */
.benefit{
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	background: #fefbf4;
}

.benefit2-flex-cover{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 100px;
	margin: 0 auto;
}
.benefit2-left{
	width: 369px;
	text-align: center;
	margin-top: 80px;
}
.benefit2-center{
	width: 369px;
	text-align: center;
	margin-top: 80px;
}
.benefit2-right{
	width: 369px;
	text-align: center;
	margin-top: 80px;
}
/* 募集要項▼ */
.gaidorain{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 150px;
	padding-left: 5%;
	padding-right: 5%;
}
.gaidorain-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
/* 諸条件▼ */
.conditions{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 100px;
	padding-left: 5%;
	padding-right: 5%;
}
.conditions-in{
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* 背景に固定するコンテンツ */
.fixed-content {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    background-color: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* ポップアップ全体 */
.popup {
    display: none; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 2; 
}

/* ポップアップの中身 */
.popup-content {
	margin-top: 150px;
	background: #fff;
    width: 1066px;
    max-width: 1066px;
    height: 100%; 
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 閉じるボタン */
.close-popup {
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 60px;
    cursor: pointer;
	color: #fff;
}

/* ポップアップ内のスクロールエリア */
.popup-scroll {
    flex: 1; 
    padding: 20px;
    overflow-y: auto; 
}
}
/* 960px以下▼ */
@media screen and (max-width:960px){
	.development-grid{
		grid-template-columns: repeat(auto-fit, 40%);
		grid-gap: 2rem;
	}
	.sub-main p{
	width: 60%;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 60px;
	}
/* ともに働く人▼ */

.work-man-box{
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto;
}
/* 諸条件▼ */

.conditions-cover{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-top: 80px;
	padding-bottom: 110px;
	padding-right: 80px;
	padding-left: 80px;
	border-radius: 10px;
}
/* ポップアップの中身 */
.popup-content {
	margin-top: 150px;
	background: #fff;
    width: 90%;
    max-width: 90%;
    height: 100%; 
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 閉じるボタン */
.close {
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 60px;
    cursor: pointer;
	color: #fff;
}
}
/* 599px以下▼ */
@media screen and (max-width:599px) { 

/* サブメイン▼ */
.sub-main{
	width: 100%;
	height: auto;
	background-color: #fefbf4; 
	background-image: none;
	background-position: none;
	background-repeat: no-repeat;
	background-size:none;
	padding-top: 20px;
	padding-left: 2%;
	padding-right: 2%;
}
.sub-main p{
	width: 100%;
	margin-top: 20px;
	padding-bottom: 40px;
}
.sub-main-ttl{
	font-family:  "Mohave", sans-serif;
	font-optical-sizing: auto;
	font-weight: 600;
	font-style: normal;
	font-size: 56px;
	color: #8bc300;
}
.sub-main-ttl-ja{
	font-family:  "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #8bc300;
	margin-top: 0;
}
	.none{
		display: none;
	}
/* パンくずリスト▼ */
.breadcrumbs{
	width: 100%;
	height: auto;
	padding-left: 2%;
	padding-right: 2%;
	background-color: #fefbf4; 
	padding-top: 15px;
}
.breadcrumbs-in{
	display: flex;
	flex-wrap: wrap;
}
.breadcrumbs-in li{
	margin-top: 5px;
	margin-right: 14px;
}
/* WEBエンジニア▼ */
.sub-engineer{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 100px;

}
.sub-engineer-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 40px;
	margin-bottom: 60px;
}
/* 開発環境▼ */
.development{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 60px;
	padding-left: 2%;
	padding-right:2%;
}
.development-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 40px;
}
.development-box{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #8bc300;
	border-radius: 10px;
	padding-top: 40px;
	padding-bottom: 80px;
	padding-left: 2%;
	padding-right: 2%;
	margin-top: 60px;
}

/* ともに働く人▼ */
.work-man{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 60px;
	padding-left: 2%;
	padding-right: 2%;
}
.work-man-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 40px;
}
.work-man-box-cover{
	width: 100%;
	height: auto;
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
	margin-top: 60px;
	border-radius: 10px;
}
.work-man-box{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.work-man-box-flex{
	display: flex;
	flex-direction: column;
	justify-content: none;
}
.work-man-left{
	width: 100%;
	margin-right: 0;
	text-align: center;
}
.work-man-right{
	width: 100%;
	margin-left: 0;
	margin-top: 0;
}

.work-man-read{
	margin-top: 30px;
	text-align: center;
}
.btn-green-web-cover{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.btn-green-web {
        margin-top: 30px;
        width: 250px;
        height: 60px;
        color: #fff;
        background: #8bc300;
        font-size: 18px;
        text-align: center;
        line-height: 60px;
        padding-left: 0;
        padding-right: 0;
        border-radius: 60px;
        display: inline-block;
        transition: transform 0.3s ease;
    }
/* 共通福利厚生▼ */
.benefit{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 40px;
	padding-bottom: 0;
	padding-left: 2%;
	padding-right: 2%;
}
.benefit2-flex-cover {
     margin-top: 0;
}
.benefit2-left{
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.benefit2-center{
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.benefit2-right{
	width: 100%;
	margin-top: 60px;
	text-align: center;
}
.benefit2-left img,.benefit2-center img,.benefit2-right img{
	width: 100%;
	height: auto;
}
/* 募集要項▼ */
.gaidorain{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 60px;
	padding-left: 2%;
	padding-right: 2%;
}

.gaidorain-cover{
	display: flex;
	flex-direction: column;
}
.gaidorain-left{
	margin-top: 60px;
	width: 100%;
	height: auto;
	margin-right: 0;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
}
.gaidorain-right{
	margin-top: 60px;
	width: 100%;
	height: auto;
	margin-left: 0;
	border-top: 1px solid #8bc300;
	border-bottom: 1px solid #8bc300;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
	
}
.gaidorain-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 40px;
}
/* 諸条件▼ */
.conditions{
	width: 100%;
	height: auto;
	background: #fefbf4;
	padding-top: 60px;
	padding-left: 2%;
	padding-right: 2%;
}

.conditions-cont{
	margin-top: 30px;
	display: flex;
	padding-bottom: 30px;
	border-bottom: solid 1px #e7e4e4;
}
.conditions-cont:last-child{
	border-bottom: none;
}
.conditions-cover{
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 4%;
	padding-left: 4%;
	border-radius: 10px;
}
.conditions-cont {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	padding-bottom: 30px;
	border-bottom: solid 1px #e7e4e4;
    }
.conditions-cont .tab{
	width: 120px;
	height: 40px;
	color: #fff;
	background: #8bc300;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	line-height: 40px;
}
.conditions-cont .tab-br{
	width: 150px;
	height: 40px;
	color: #fff;
	background: #8bc300;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
	padding-top: 10px;
}

.conditions-cont p{
	width: 100%;
	margin-top: 20px;	
	margin-left: 0;
}
.conditions-cont p.m{
	width: 100%;
	margin-top: 20px;	
	margin-left: 0;
}
.conditions-in h2{
	font-family:  "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 40px;
	margin-bottom: 60px;
}
/* ポップアップの中身 */
.popup-content {
	margin-top: 80px;
	background: #fff;
    width: 96%;
    max-width: 96%;
    height: 100%; 
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* 閉じるボタン */
.close-popup {
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 40px;
    cursor: pointer;
	color: #fff;
}

/* ポップアップ内のスクロールエリア */
.popup-scroll {
    flex: 1; 
    padding: 20px 2% 20px 2%;
    overflow-y: auto; 
}

}
