/*2024年8月　河合追加エリア*/

h2{
	font-weight: 900;
}

/*2024年3月　河合追加エリア*/

#K_RecruitHead {
    background-color:rgb(253,243,214);
	background-size: cover;
	position:relative;
	display: flex;
	width:  100vw;
	height: 100vh;
}
.TOP_MOJI{
    display:block;
	width: 60%;
	height:auto;
	max-height:auto;
	position:absolute;
	bottom:2vh;
	left:3vw;
	z-index:100;
}

.MINNA{
	width:  100%;
	height:100%;
	background: url("../img/recruit/202404_SAIYO_TOP_MS.png");
	background-position: right;
    background-repeat: no-repeat;
	position:absolute;
	bottom:0vh;
	right:0vw;
	object-fit:cover;
}


.K_OrangeWave {
	height: 42px;
	width: 100vw;
    z-index:101;
	position:absolute;
	bottom:0vh;
}


#K_RecruitOrange {
	background-color: #f7b531;
	width: 100vw;
}
.K_ContentInnerY{
	padding-top:10vw;
	
}
.K_RecruitOrangeWrap {
	position: relative;
}

.TyuouNiYosetai{
	display:flex;
	justify-content: center;
}

.subarasiki{
	width:90vw;
	height:20vw;
	max-height:120px;
	background: url("../img/recruit/202404_SAIYO_TOP_subarasiki.svg");
	background-repeat: no-repeat;
	background-position:center;
}

.K_RecruitOrangeWrap p {
	display: block;
	width: 70vw;
	margin: auto;
	color: #fff;
	font-size: 1.5vw;
	text-align:center;
	padding-top:5vw;
	padding-bottom:5vw;
}

.K_RecruitOrangeWrap img{
	width: 13vw;
	height: auto;
}

.K_Drone {
	position: absolute;
	top: 4vw;
    right:15vw;
}
.K_ExcavatorCar {
	position: absolute;
	top: 15vw;
    left:  11vw;
}
.K_sokuryo {
	position: absolute;
	top: 20vw;
    right: 11vw;
}
.K_3top{
  display:flex;
	justify-content: center;
}
.K_3top img {
  width: 60%;
}
.K_btn {
  display: inline-block;
  background: black;
  color: #fff;
  padding: 16px 50px; 
  text-decoration: none; 
  border-radius: 40px;
  margin-bottom:5vw;
  font-size: 1.5vw;
}





@media screen and (min-width: 1100px) {
	.TOP_MOJI{
    display:block;
	width: 50%;
	height:auto;
	max-height:auto;
	position:absolute;
	bottom:2vh;
	left:3vw;
	z-index:100;
}

.MINNA{
	width:  100%;
	height:100%;
	background: url("../img/recruit/202404_SAIYO_TOP_M.png");
	background-position: right;
    background-repeat: no-repeat;
	position:absolute;
	bottom:0vh;
	right:0vw;
	object-fit:cover;
}
	.K_OrangeWave {
	height: 52px;
	width: 100vw;
    z-index:101;
	position:absolute;
	bottom:0vh;
}
}
@media screen and (min-width: 1500px) {
	
	.TOP_MOJI{
	width: 40%;
	height:auto;
	max-height:80vh;
	position:absolute;
	bottom:2vh;
	left:5vw;
	z-index:100;
}
	.MINNA{
	background: url("../img/recruit/202404_SAIYO_TOP_L.png");
	background-position: right;
    background-repeat: no-repeat;
}
	.K_OrangeWave {
	height: 52px;
	width: 100vw;
    z-index:101;
	position:absolute;
	bottom:0vh;
}
}
/*2024年3月　河合追加エリア　END*/

/*2024年4月　西山追加エリア*/

/* すばらしき土木の世界へのアニメーション */
.subarasiki{
	opacity: 0;
}

.subarasiki.scale_up{
	animation: scale 0.8s ease-in 0.1s forwards;
}

@keyframes scale{
	from{
		opacity: 0;
		transform:  scale(0.1);
	}
	to{
		opacity: 1;
		transform: scale(1.0);
	}
}

/* すばらしき土木…の説明文アニメーション */
.K_RecruitOrangeWrap > p > span{
	display: block;
	opacity: 0;
	transform: translateY(20px);
	transition-timing-function: ease-in;
	animation-name: fadeIn;
	animation-fill-mode: forwards;
	animation-duration: 1s;
}

.K_RecruitOrangeWrap > p > span:nth-child(1){
	animation-delay: 2s;
}

.K_RecruitOrangeWrap > p > span:nth-child(2){
	animation-delay: 3s;
}

.K_RecruitOrangeWrap > p > span:nth-child(3){
	animation-delay: 4s;
}

.K_RecruitOrangeWrap > p > span:nth-child(4){
	animation-delay: 5s;
}

.K_RecruitOrangeWrap > p > span:nth-child(5){
	animation-delay: 6s;
}

.K_RecruitOrangeWrap > p > span:nth-child(6){
	animation-delay: 7s;
}

.K_RecruitOrangeWrap > p > span:nth-child(7){
	animation-delay: 8s;
}

@keyframes fadeIn{
	from{
		transform: translateY(20px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}

/*2024年4月　西山追加エリア　END*/

/* #TopHead {
	background-image: url(../img/top/Head.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: auto;
} */

.PcView , .pcView {
  display: block;
}

.SpView , .spView {
  display: none;
}

#eTopHead {
    position: relative;
}

#eTopHead .swiper-container {
	max-width: unset;
}

#eHeadImg {
    text-align: right;
}

#eHeadImg img {
    width: 100%;
}

.TopHeadCont {
	display: block;
    width: 30em;
    height: auto;
    padding: auto;
    padding: 9.5em 0;
    margin: auto;
}

.TopHeadCont div ul {
	display: flex;
	justify-content: space-between;
}

.TopHeadCont div ul li {
	border: 5px solid #f7b531;
	margin: 20px auto;
	color: #f7b531;
	font-size: 40px;
}

.TopHeadCont div div {
	color: #fff;
	font-size: 50px;
}

.TopHeadCont p {
	color: #f7b531;
}

.TopInfoWrap {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
}

.TopInfoCont > div {
    position: relative;
}

.TopInfoCont > p {
	color: #ea411c;
	padding-top: 10px;
	padding-bottom: 30px;
}

.TopInfoCont > div > h2 {
	font-size: 30px;
    padding-bottom: 10px;
}

.TopInfoCont > div > h2::after {
    content: '';
    display: block;
    height: 8px;
	border-image: linear-gradient(-90deg, #F29500 50%, #C10D13 ) fill 0//0 100vw 0 0;
    position: absolute;
    left: 0;
    top: 18%;
	overflow-x: hidden;
}

.TopInfoCont div p {
	width: 600px;
	display: inline-block;
	margin-top: 50px;
}

.groupWrap {
    max-width: 1200px;
    margin: 0 auto 50px;
    text-align: left;
    position: relative;
}

.groupWrap h2 {
    font-size: 30px;
    margin: 0 auto 20px;
    display: inline-block;
    padding: 0 0 10px;
}

.groupWrap > h2::after {
    content: '';
    display: block;
    width: 700px;
    height: 8px;
    background: linear-gradient( -90deg, #F29500, #C10D13);
    position: absolute;
    right: 73%;
    top: 40%;
    overflow-x: hidden;
}

.TopCompanyWrap {
	margin: auto;
	padding: 25px 0;
}

.TopCompanyList article {
	background-color: #fff;
	padding:0 0 15px;
}

.TopCompanyList article p {
    color: #fff;
	font-size: 22px;
	font-weight: 900;
	height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
	display: flex;
	align-items: center;
}

.TopCompanyList article:hover {
	opacity: 0.5;
}

.CompanyFade {
	position: relative;
}

.CompanyFade img{
	margin: 0 auto;
}

.CompanyFade .CompanyFadeActive {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}

.CompanyFade:hover .CompanyFadeActive {
  opacity: 1;
}

.TopAboutWrap {
	width: 1000px;
	margin: auto;
}

#TopWorks {
    padding: 150px 0 100px;
}

#TopWorks article {
    background-color: #fff;
    padding: 0 0 15px;
}

#TopWorks article:hover {
	opacity: 0.5;
}

.TitleWrap {
	text-align: center;
	margin-bottom: 50px;
}

.TitleWrap h2 {
	font-size: 40px;
	border-bottom: 8px solid #C10D13;
	border-image: linear-gradient(to right, #C10D13 0%, #F29500 100%);
	border-image-slice: 1;
	margin:0 auto 20px;
	display: inline-block;
    padding: 0 20px 10px;
}

.TopAboutList {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.TopAboutList div {
	width: 318px;
}

.TopAboutList div h3 {
	font-size: 20px;
    padding: 30px 0 10px;
	font-weight: 900;
}

#TopRecruit {
	background-color: rgba(234, 108, 28, 0.2);
}

.TopRecruitList {
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin: auto;
}

.TopRecruitList article {
	padding: 25px 0 35px;
	width: 280px;
	background-color: #fff;
}
.TopRecruitList article h3{
	padding: 15px;
	font-weight: 700;
}



#TopWorksAsahi article {
	background-color: #fff;
    padding: 0 0 15px;
}

.caseCont {
	position: relative;
}
.caseCont img{
	margin: 0 auto;
}

.caseCont > p {
	color: #000000;
    position: absolute;
    font-size: 18px;
    width: 450px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 40%;
    right: 0;
	display: flex;
	align-items: center;
	font-weight: 900;
}

.WorksText > div {
	width: 350px;
	height: auto;
}

.WorksText {
	font-size: 25px;
	color: #fff;
	line-height: 1.5;
}

.WorksText span {
	font-size: 50px;
}

.WorksBtn a {
	width: 200px;
  height: 130px;
  margin: auto;
}

#TopSNS {
	background-color:rgba(137,137,137,0.2);
}

.TopSNSWrap {
	width: 1200px;
	margin: auto;
}

.TopSNSList {
	display: flex;
	justify-content: space-around;
}

.TopSNSList a{
	display: block;
	width: calc((1200px - 40px) / 4);
	height: auto;
	background: #fff;
	text-align: center;
	padding-top: 80px;
}

.TopSNSList img {
    width: 130px;
    height: auto;
}

.TopSNSList a p{
	padding: 30px;
	font-size: 18px;
}

#eFootLinkList {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

#eFootLinkList > a {
    height: 70px;
    margin: 1% 1%;
}

#eFootLinkList > a img {
    width: 100%;
	height: 100%;
}

#TopAsahiG {
    text-align: center;
}

.listGroup {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.listGroup > a {
    width: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
}

#AboutHead {
	background-image: url(../img/about/head.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	height: 420px;
	display: flex;
	align-items: center;
}

#AboutHead h2 {
	font-size: 50px;
	color: #fff;
	width: 1000px;
	margin: auto;
	display: flex;
	align-items: center;
}

#AboutHead h2 span {
	font-size: 18px;
	padding-top: 20px;
}

#AboutMessage {
	border-bottom: 8px solid #ea411c;
	border-top: 8px solid #ea411c;
}

.MessageInnerY {
    padding: 100px 0 100px;
}

.PhilosophyInnerY {
    padding: 100px 0 100px;
}

.AboutPhilosophyWrap {
	width: 1000px;
	margin: auto;
}

.AboutTitle {
	font-size: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.AboutTitle span {
	font-size: 18px;
	padding-top: 20px;
}

.AboutSubTitle {
	font-size: 30px;
    font-weight: bold;
    padding-bottom: 10px;
}

.AboutMessageWrap {
	width: 1000px;
	margin: auto;
}

.AboutCEOWrap {
	width: 1200px;
	margin: auto;
	background-image: url(../img/about/ceo.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.AboutCEOWrap > div {
	width: 500px;
	padding: 50px 0 30px 100px;
}

.AboutCEOWrap > div > p {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 50px;
	border-top:1px solid #000;
	white-space: nowrap;
}

.AboutCEOWrap > div div p {
	font-size: 50px;
	font-weight: 500;
}

.AboutMessageWrap > p {
	padding: 100px 0;
}

.AboutMessageWrap > div {
	text-align: right;
	padding-bottom: 130px;
}

.AboutMessageWrap > div > p {
	font-size: 23px;
    letter-spacing: 5px;
}

.AboutMessagePhoto {
	background-image: url(../img/about/message_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 290px;
}
#AboutOverView {
	border-bottom: 8px solid #ea411c;
}
.AboutOverViewWrap {
	width: 1000px ;
	margin: auto;
}

.AboutOverViewList {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
}

.AboutOverViewList > p {
	width: 148px;
    height: 100px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AboutOverViewList img {
	width: 120px;
    height: auto;
}

#AboutOverViewInfoList {
	margin-bottom: 100px;
}

.CompanyName {
	display: flex;
	align-items: center;
}

.CompanyNameLogo {
	width: 200px;
	height: auto;
	margin-right: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.CompanyNameLogo img {
	width: 180px;
	height: auto;
}

.CompanyNameTitle h4{
	font-size: 30px;
	width: 480px;
	border-bottom: .5px solid #000;
}

.CompanyNameTitle p {
	font-size: 18px;
}

.TableTop {
	display: flex;
	justify-content:space-between;
	margin-bottom: 20px;
}

.TableBottom dd {
	width: 17%;
}

.TableTop dl dt {
	width: auto;
	line-height: 1.6;
}

.TableTop>div {
	width: 480px;
}

dl {
	display: flex;
	border-top: .5px solid #000;
}

dl:last-child {
	border-bottom: .5px solid #000;
}

dd {
	background-color: #dcdddd;
	width: 30%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

dt {
	background-color: #fff;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	padding: 20px 10px 20px 30px;
}

.Iso {
	background-image: url(../img/about/ISO_rogo2025.jpg);
    background-repeat: no-repeat;
    background-position: left 300px center;
	background-size: contain;
}

/*タブ実装*/

.tab_btn {
	transition: all 0.2s ease 0s;
	opacity: 0.6;
}

.tab_btn:hover {
	background-color: #dce1e4;
}

.tab_btn.active {
	opacity: 1;
}

.tab_panel {
    display:none;
}

.tab_panel.active {
    display:block;
}

.HistoryInnerY {
	padding: 100px 0 ;
}

.AboutHistoryWrap {
	width: 1000px;
	margin: auto;
}

.SmallDotRow {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.SmallDotLeft{
	width: 485px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.SmallDotRight {
	width: 485px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.SmallDot {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #000;
}

.SmallDotLeft >.Bar{
	width: 80px;
	height: 1px;
	background-color: #000;
	margin-left: 10px;
}

.SmallDotRight>.Bar {
	width: 80px;
	height: 1px;
	background-color: #000;
	margin-right: 10px;
}
.SmallDotLeft >.Cont {
margin-right: auto;
}
.SmallDotRight>.Cont {
margin-left: 80px;
}

.Year {
	font-size: 30px;
	line-height: 1;
}

.Year span {
	font-size: 16px;
}

.LargeDotRow {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.LargeDotYear {
	font-size: 30px;
	margin-left: 35px;
	line-height: 1;
}

.LargeDotBar {
	width: 45px;
	height: 1px;
	background-color: #000;
	margin-left: 10px;
}

.LargeDot {
	color: #fff;
	font-size: 25px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.LargeDotLeft{
	width: 450px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.LargeDotRight {
	width: 450px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.LargeDotLeft >.Bar{
	width: 45px;
	height: 1px;
	background-color: #000;
	margin-left: 10px;
}

.LargeDotRight>.Bar {
	width: 45px;
	height: 1px;
	background-color: #000;
	margin-right: 10px;
}

.LargeDotLeft >.Cont {
margin-right: auto;
}
.LargeDotRight>.Cont {
margin-left: auto;
}

#AboutHistoryMain {
    padding: 20px;
    height: auto;
}

#AboutHistoryMain .Visible {
	visibility: hidden;
}

#EntryHead {
	height: 580px;
	background-image: url(../img/entry/head.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

.EntryHeadWrap {
	width: 1200px;
	margin:0 auto 30px;
}
.EntryHeadWrap div {
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	position: relative;
	padding-top:250px;
	padding-bottom:120px;
}

.EntryHeadWrap div h2 {
	color: #fff;
	font-size: 50px;
}

.EntryHeadWrap div h3 {
	color: #f7b531;
	font-size: 40px;
	position: absolute;
	top: 310px;
    left: 20px;
}

.EntryHeadWrap p {
	color: #fff;
	font-size: 14px;
}

.OrangeWave {
	background-image: url(../img/entry/wave_orange.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 52px;
	width: 100%;
	position: absolute;
  bottom: 0;
  left: 0;
}

#EntryOrange {
	background-color: #f7b531;
}


.EntryOrangeWrap {
	width: 1000px;
	margin: auto;
	text-align: center;
	position: relative;
}

.EntryOrangeWrap img {
	position: absolute;
	bottom: -100px;
    left: -40px;
}
.EntryOrangeWrap div {
	width: 610px;
	margin:0 auto 40px;
	font-size: 30px;
}
.EntryOrangeWrap p {
	display: block;
	width: 755px;
	margin:0 auto 40px;
	font-size: 24px;
	color: #fff;
}

.EntryOrangeWrap ul {
	width: 500px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.EntryOrangeWrap ul li a {
	border: 2px solid #000;
	padding: 5px 25px;
}

.RecruitTitleWrap {
	width: 1200px;
	margin:0 auto 80px;
	position: relative;
}

#EmploymentSelection .RecruitTitleWrap h2 {
	color: #f7b531;
	font-size: 50px;

}

#EmploymentSelection .RecruitTitleWrap h3 {
	font-size: 40px;
	position: absolute;
	top: 60px;
    left: 20px;
}

#EmploymentSelection > div {
	padding: 100px 0 100px;
}

.EmploymentSelectionFlowWrap {
	width: 1000px;
	margin: auto;
}

.EmploymentSelectionFlowWrap article {
	height: 118px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}

.Step {
	padding: 0 30px 0 25px;
	border-right: 1px solid #000;
	margin-right: 30px;
	display: flex;
	align-items: center;
	width: 440px;
	font-size: 24px;
	height: 96px;
}

.BorderNone{
	border-right: unset;
}

.Step p {
	color: #fff;
	font-size: 40px;
	display: flex;
	align-items: center;
	margin-right: 60px;
}

.Step p span {
	color: #fff;
	font-size: 60px;
	padding-left: 20px;
}

.Odd {
	background-color: #f7b531;
}

.Even {
	background-color: #fae3bb;
}

.Triangle{
    position: absolute;
    bottom: -20px;
    left: 150px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    z-index: 1;
}

.Odd > .Triangle {
	border-color: #f7b531 transparent transparent transparent;
}

.Even > .Triangle {
	border-color: #fae3bb transparent transparent transparent;
}

#NewGraduate {
	background-color: #54afc8;
}

.RecruitTitleWrap h2 {
	color: #fff;
	font-size: 50px;

}

.RecruitTitleWrap h3 {
	font-size: 40px;
	position: absolute;
	top: 60px;
    left: 20px;
}

.RecruitTableWrap {
	width: 1000px;
	margin: auto;
}

.RecruitTableWrap p{
	display: block;
	text-align: right;
}

#NewGraduate .RecruitTableWrap > dl dd {
	background-color: #c8dde6;
}

.RecruitBtnWrap {
	margin-top: 80px;
	text-align: center;
}

.RecruitBtnWrap>a {
	border: 2px solid #000;
    padding: 5px 30px 13px;
}
	
#MidCareer {
	background-color: #c8bb9d;
}

#MidCareer dl dd {
	background-color: #efebe2;
}

.H150 dd , .H150 dt {
	height: 150px;
}

#EntryForm .RecruitTitleWrap h2 {
	color: #e96e76;
}

.RecruitFormWrap {
	width: 1000px;
	margin: auto;
}
.RecruitFormWrap p {
	padding-bottom: 80px;
}

.FormItem {
	margin-bottom: 50px;
}

.FormItem>label {
	font-size: 20px;
}

.FormItem>label span {
	color: #e30920;
	padding-left: 15px;
	font-size: 14px;
}

.FormItem div {
	height: auto;
	width: 100%;
	margin-top: 15px;
}

.Radio {
	height: 100px;
	display: flex;
	align-items: center;
}

.FormItem .Radio label{
	font-size: 16px;
}

input[type="text"] {
	background-color: #fadfe1;
	height:100px;
	width:100%;
	padding: 30px;
}

textarea {
	background-color: #fadfe1;
	height:150px;
	width:100%;
	padding: 30px;
}

.FormItem div .Address {
	width: 300px;
	margin-left: 10px;
	margin-bottom: 15px;
}

#RecruitHead {
	background-image: url(../img/recruit/head.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 990px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.RecruitHeadCont {
	width: 630px;
    height: 630px;
    border: 25px solid #f7b531;
    font-size: 90px;
    color: #f7b531;
	line-height: 1.2;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.RecruitHeadCont p {
	font-size: 60px;
}

.RecruitHeadCont p span {
	color: #fff;
}

.RecruitHeadCont div span {
	font-size: 250px;
}

#RecruitOrange {
	background-color: #f7b531;
}

.RecruitOrangeWrap {
	width: 1200px;
	margin: auto;
	position: relative;
}

.RecruitOrangeWrap img {
	width: 250px;
	height: auto;
}

.RecruitOrangeWrap div {
	width: 800px;
	margin:0 auto 50px;
	font-size: 30px;
	text-align: center;
}

.RecruitOrangeWrap p {
	display: block;
	width: 700px;
	margin: auto;
	color: #fff;
	font-size: 20px;
}

.Drone {
	position: absolute;
	top: -50px;
    right: 50px;
}
.ExcavatorCar {
	position: absolute;
	top: -10px;
    left: -40px;
}

.Kaityo {
	position: absolute;
	bottom: -100px;
	left: 0;
}

.Ceo {
	position: absolute;
	bottom: -100px;
	right: 0;
}

#RecruitConstruction {
	background-color: #54afc8;
}

.RecruitConstructionWrap {
	width: 1000px;
	margin: 0 auto 100px;
	position: relative;
}

.Circle {
	border: 10px solid #fff;
	border-radius: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.Circle p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: rgba(84, 175, 200, 0.8);
	opacity: 0;
}
.Circle p:hover {
	opacity: 1;
	transition: all 0.6s ease;
}


.JapanBg {
	background-image: url(../img/recruit/japan.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 847px;
	width: 830px;
	margin: auto;
}

.JapanBg p {
	color: #fff;
}

.Shimane {
	background-image: url(../img/recruit/works_shimane.png);
	width: 200px;
	height: 200px;
	position: absolute;
	bottom: 220px;
}

.Okayama_Revetment {
	background-image: url(../img/recruit/works_okayama_Revetment.png);
	width: 200px;
	height: 200px;
	position: absolute;
	top: 180px;
    left: 65px;
}

.Okayama_WaterPipe {
	background-image: url(../img/recruit/works_okayama_WaterPipe.png);
	width: 260px;
	height: 260px;
	position: absolute;
	top: 140px;
    left: 330px;
}

.Hukushima {
	background-image: url(../img/recruit/works_hukushima.png);
	width: 200px;
	height: 200px;
	position: absolute;
	top: 360px;
    right: 0;
}

.Tokushima {
	background-image: url(../img/recruit/works_tokushima.png);
	width: 163px;
	height: 163px;
	position: absolute;
	bottom: -80px;
    left: 250px;
}

.Tokyo_Slope{
	background-image: url(../img/recruit/works_tokyo_Slope.png);
	width: 163px;
	height: 163px;
	position: absolute;
	right: 400px;
    bottom: -30px;
}

.Tokyo_HeadManhole {
	background-image: url(../img/recruit/works_tokyo_HeadManhole.png);
	width: 327px;
	height: 327px;
	position: absolute;
	right: 0;
    bottom: -100px;
}

.JapanBar {
	height: 1px;
	background-color: #fff;
}

.Shimane_Bar {
	position: absolute;
    width: 70px;
    transform: rotate(45deg);
    bottom: 235px;
    left: 157px;
}

.Okayama_Revetment_Bar {
	position: absolute;
    transform: rotate(70deg);
    width: 282px;
    left: 108px;
    top: 505px;
}
.Okayama_WaterPipe_Bar {
	position: absolute;
    transform: rotate(110deg);
    width: 260px;
    bottom: 332px;
    left: 243px;
}
.Hukushima_Bar {
    position: absolute;
    transform: rotate(-12deg);
    width: 149px;
    right: 197px;
    top: 480px;
}
.Tokushima_Bar {
    position: absolute;
    transform: rotate(90deg);
    width: 55px;
    bottom: 103px;
    left: 300px;
}
.Tokyo_Slope_Bar {
    position: absolute;
    transform: rotate(122deg);
    width: 115px;
    bottom: 177px;
    right: 378px;
}
.Tokyo_HeadManhole_Bar {
    position: absolute;
    transform: rotate(40deg);
    width: 130px;
    bottom: 199px;
    right: 274px;
}

#RecruitMore .RecruitTitleWrap h2 {
	color: #54afc8;
}

.RecruitMoreWrap {
	width: 1200px;
	margin: auto;
}

.RecruitMoreWrap > p {
	padding: 0 100px 60px;
}

.RecruitMoreWrap > div {
	display: flex;
	align-items: center;
	justify-content:space-between;
}

.RecruitMoreWrap div a p {
	font-size: 20px;
	padding-top: 50px;
}

.RecruitMoreWrap img {
	width: 100%;
	margin: 0 auto;
}

#RecruitCareer {
	background-color: #c8bb9d;
}

.RecruitCareerWrap {
	width: 1200px;
	margin: auto;
}

.RecruitCareerWrap > p {
	padding: 0 100px 60px;
	color: #fff;
}

.RecruitCareerSlideWrap {
	width: 1200px;
	margin: auto;
}

.RecruitCareerSlide {
	width: 1000px;
	margin: auto ;
	position: relative;
}

.RecruitCareerSlideInfo {
	display: flex;
	align-items: center;
}

.RecruitCareerSlideInfo > div {
	color: #fff;
	font-size: 50px;
	padding-right: 70px;
}

.RecruitCareerSlideInfo > p {
	padding:20px 30px;
	border-left: 1px solid #000;
}

.RecruitCareerSlideInfo > div span {
	font-size: 100px;
}

.RecruitCareerSlideInfo small {
	position: absolute;
    top: 55px;
    left: 80px;
    font-size: 20px;
}

.RecruitCareerSlide > p {
	padding-top: 30px;
}

.YearWorkList {
	padding-top: 30px;
	display: flex;
}

.YearWorkList p {
	width: 20%;
}

.RecruitCareerSlideFutureList div {
	color: #fff;
	font-size: 40px;
	border: 10px solid #fff;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
}

.RecruitCareerSlideFutureList div:last-child {
	margin-bottom: 0;
}

#RecruitOneDay .RecruitTitleWrap h2 {
	color: #e96e76;
}

.RecruitOneDayWrap {
	display: flex;
	margin-bottom: 80px;
	height: 650px;
}
.RecruitOneDayIntro {
	width: 1200px;
	margin: auto;
}
.RecruitOneDayIntro > p {
    padding: 0 100px 60px;
}

.MoriyaWrap , .SatoWrap {
	width: 50%;
	position: relative;
}

.Moriya {
	background-image: url(../img/recruit/moriya_gray.jpg);
	display: flex;
  justify-content: flex-end;
  align-items: flex-end;
	padding: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 650px;
	width: 100%;
	position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.Moriya:hover {
	background-image: url(../img/recruit/moriya_color.jpg);
}

.MoriyaActive  {
	background-image: url(../img/recruit/moriya_color.jpg);
	width: 100%;
}

.Sato {
	background-image: url(../img/recruit/sato_gray.jpg);
	display: flex;
  align-items: flex-end;
	padding: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	height: 650px;
	width: 100%;
	position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.Sato:hover {
	background-image: url(../img/recruit/sato_color.jpg);
}
.SatoActive  {
	background-image: url(../img/recruit/sato_color.jpg);
	width: 100%;
}

.MoriyaOneDay {
	position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
	width: 500px;
	height: 650px;
	overflow-y: scroll;
	margin-left: 100px;
}

.MoriyaOneDay > .OneDay {
	position: relative;
	border-left: 1px solid #e96e76;
	margin-left: 50px;
	padding-bottom: 20px;
}

.SatoOneDay {
	position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
	width: 500px;
	height: 650px;
	overflow-y: scroll;
	margin-right: 100px;
}

.SatoOneDay > .OneDay {
	position: relative;
	border-left: 1px solid #e96e76;
	margin-left: 50px;
	padding-bottom: 20px;
}

.OneDay:last-child {
	border-left: none;
}

.OneDayTime {
	color: #fff;
	background-color: #e96e76;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	position: absolute;
	top: 0;
	left: -50px;
}

.OneDayInfo {
	width: 310px;
	margin: auto;
}

.OneDayInfo p span {
	font-size: 25px;
}

.Moriya > .RecruitOneDayCont {
	text-align: right;
}

.RecruitOneDayCont {
	color: #fff;
	line-height: 1.2;
	z-index: 3;
	text-shadow: 2px 2px 10px #000;
}

.RecruitOneDayCont > div {
	font-size: 50px;
	color: #e96e76;
	padding-bottom: 60px;
}

.RecruitOneDayCont > p {
	font-size: 50px;
	padding-bottom: 15px;
}

.Hide {
	visibility: hidden;
	opacity: 0;
  transform: translate(0, 45px);
  transition: all 500ms;
}

.RecruitOneDayComeOn {
	height: 220px;
	background-color: #e96e76;
}

.RecruitOneDayComeOn div {
	width: 1000px;
	margin: auto;
	text-align: center;
	position: relative;
}

.RecruitOneDayComeOn div h2 {
	color: #fff;font-size: 80px;
}

.RecruitOneDayComeOn div h3 {
	font-size: 40px;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
}

.RecruitGroupInfoWrap {
	width: 1000px;
	margin:auto;
	position: relative;
}

.RecruitGroupInfo_AsahiGroup {
	text-align: center;
}

.RecruitGroupInfo_AsahiGroup > div {
	width: 450px;
    height: auto;
    margin: auto;
}

.RecruitGroupInfo_AsahiGroup > p {
	font-size: 40px;
	padding: 30px 0;
}

.RecruitGroupInfoWrap > article {
	display: flex;
	border-top: 1px solid #000;
	padding: 30px 0;
}

.RecruitGroupInfoWrap > article:last-child {
	border-bottom: 1px solid #000;
}
.RecruitGroupInfoWrap > article > div {
	font-size: 20px;
	padding: 0 60px;
}

.RecruitGroupInfoWrap > article > div > p {
	font-size: 30px;
}
.RecruitGroupInfoLogo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.RecruitGroupInfoWrap > article a {
	color: #f7b531;
    display: inline-block;
    padding: 0px 35px;
    border: 5px solid #f7b531;
    margin-left: 5px;
    font-size: 25px;
    margin-top: 10px;
}

.RecruitGroupInfoWrap > div {
	width: 630px;
	height: auto;
	margin: 10px auto 0;
}

.RecruitGroupInfoWrap > img {
	position: absolute;
	right: -80px;
    bottom: 200px;
}

#RecruitGroupInfo {
	position: relative;
}

.swiper-slider2-container {
	position: relative;
}

.swiper-container {
	max-width: 1000px;
	margin: auto;
	overflow-x: hidden;
}

.swiper-slider2-button-prev{
  position: absolute;
  top: 50%;
  left: 0;
  width: 53px;
  height: 69px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/recruit/prev.png);
  background-repeat: no-repeat;
  outline: none
}

.swiper-slider2-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 53px;
  height: 69px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/recruit/next.png);
  background-repeat: no-repeat;
  outline: none
}

.slider2 .swiper-button-pre:after,
.slider2 .swiper-button-next:after {
  content: '';
}

section#youtube {
    padding-bottom: 100px;
}

section#youtube .TitleWrap {
	padding-top: 100px;
}

section#youtube .youtube{
	box-sizing: border-box;
	position: relative;
	background: #000;
	width: 100%;
	max-width: 800px;
	margin: 60px auto;
	padding: 20px 50px;
	display: flex;
}

section#youtube .youtube::before {
	content: "";
	background: url(../img/top/frame.png) center top;
	background-size: 50px 36px;
	background-repeat: round;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

section#youtube .youtube::after {
	content: "";
	background: url(../img/top/frame.png) center top;
	background-size: 50px 36px;
	background-repeat: round;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

section#youtube .youtube {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
}

section#youtube .youtube iframe {
    position: absolute;
    top: 20px;
    left: 50px;
    width: calc(100% - 100px);
    height: calc(100% - 40px);
}

#eYoutubeLink {
    text-align: center;
    margin: 0 auto;
}

#eYoutubeLink .eArrowButton a {
    background-color: #e50012;
    color: #FFF;
    padding: 0.5em 3em 0.5em 3em;
    display: inline-block;
}

#ePageHead {
	background-image: url(../img/news/head.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	height: 420px;
	display: flex;
	align-items: center;
}

#ePageHead h2 {
	font-size: 50px;
	color: #fff;
	width: 1000px;
	margin: auto;
	display: flex;
	align-items: center;
}

#ePageHead h2 span {
	font-size: 18px;
	padding-top: 20px;
}

/*2024年8月　河合修整エリア*/

#eNewsSingle article header h2 {
	border-bottom: 0.5px solid #000;
	padding: 5px 20px;
    font-weight: 900;
}

.K_tag{
	display: flex;
	padding: 5px 20px;
	justify-content: space-between;
	font-size: small;
	font-weight: lighter;
}

#eNewsSingle article header div h2 {
	font-size: 20px;
}

#eNewsSingle article header time {
    text-align: right;
}

#eNewsSingle article header + div {
    margin: 1.5em 0;
	padding: 0 20px;
}

#eNewsSingle article header + div > figure {
    margin-top: 80px;
}

#eWorksLink {
	text-align: center;
}

/*2024年8月　河合修整エリアEND*/