@charset "utf-8";
/* CSS Document */

/* 色変更 */
html:is(.pageYellow) #header::before {
	content: '';
	background: #F4E621;
	height: 120%;
}

html:is(.pageBlack) #header::before {
	content: '';
	background: #000;
	height: 120%;
}

html:is(.pageBlue) #header::before {
	content: '';
	background: #0071b4;
	height: 120%;
}

/*------------------------------------------------*/

#header::before {
    content: '';
    background: url(../images/uij/head_bg.webp) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    aspect-ratio: 1480 / 260;
    pointer-events: none;
    position: absolute;
    top: -7px;
    left: 0;
    z-index: -1;
}

.head-inner .head_logo {
    width: 22%; 
}

/*------------------------------------------------*/
/*コンテンツ*/
section .w1180{
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}
section .w1050{
	max-width: 1000px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}
section .w1000{
	max-width: 950px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}
section .w990{
	max-width: 940px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}
section .w900{
	max-width: 850px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}
section .w885{
	max-width: 835px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}
/*h2*/
section .blockHd{
	position: relative;
}
section .blockHd h2.volume{
	width: 100%;
	height: auto;
	aspect-ratio: 1481 / 254;
	position: relative;
	display: flex;
	align-items: flex-end;
}
section .blockHd h2.volume > p{
	font-size: 5.25em;/*84*/
	color: #fff;
	letter-spacing: 0.1em;
	padding: 25px;
}
section .blockHd .jp{
	min-height: 170px;
	font-size: 3.13em;/*50*/
	letter-spacing: 0.1em;
}
section .blockHd .jp > p{
	padding: 25px;
	line-height: 120%;
}
section .blockHd .image{
	position: absolute;
	bottom: -45px;
	width: 53.0%;/*785*/
	aspect-ratio: 785 / 380;
}
section .blockHd .image > img{
	width: 100%;
	height: auto;
}

/*h3*/
section .blockColumn h3.volume{
	max-width: 1050px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
section .blockColumn h3.volume::before{
	content: '';
	width: 551px;
	height: auto;
	aspect-ratio: 551 / 106;
	position: absolute;
	bottom: -10px;
	left: 0;
}
section .blockColumn h3.volume dl{
	display: flex;
	align-items: baseline;
	gap: 0 55px;
	position: relative;
	z-index: 1;
}
section .blockColumn h3.volume dl dt{
	font-size: 1.88em;/*30*/
	color: #fff;
	letter-spacing: 0.08em;
}
section .blockColumn h3.volume dl dd{
	font-size: 1.81em;/*29*/
	letter-spacing: 0.1em;
	opacity: 0.5;
}

/*リンクボタン*/
section .btnsList{
	max-width: 500px;
	margin: 55px auto 0;
	display: flex;
	flex-direction: column;
	gap: 35px 0;
	position: relative;
	z-index: 1;
}
section .btnsList > a{
	display: flex;
	align-items: center;
	gap: 35px 0;
	width: 100%;
	height: 100px;
	border: 2px solid #fff;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.38em;/*22*/
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	position: relative;
	box-shadow: 8px 8px 6px 0px rgba(140,211,242,0.40);
}
section .btnsList > a.gradation{
	background: #A4C900;
	background: linear-gradient(270deg, rgba(164, 201, 0, 1) 0%, rgba(164, 201, 0, 1) 28%, rgba(57, 146, 0, 1) 57%, rgba(24, 107, 40, 1) 100%);
	padding-left: 45px;
}
section .btnsList > a.entry{
	background: #A4C900;
	background: linear-gradient(270deg, rgba(164, 201, 0, 1) 0%, rgba(164, 201, 0, 1) 28%, rgba(57, 146, 0, 1) 57%, rgba(24, 107, 40, 1) 100%);
	padding-left: 180px;
}
section .btnsList > a.rehiring{
	background-color: #186b28;
	padding-left: 130px;
}
section .btnsList > a::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 30px;
}
section .btnsList > a.entry::before{
	content: 'Entry';
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.77em;/*39*/
	font-weight: 400;
	letter-spacing: 0.1em;
	color: #fff;
    display: flex;
    align-items: center;
}
section .btnsList > a.rehiring::before{
	content: '';
    background: url("../images/uij/icon_rehiring.webp") center / contain no-repeat;
    width: 52px;
	height: auto;
    aspect-ratio: 52 / 65;
}
section .btnsList > a::after{
	content: '';
    background: url("../images/special/flowicon07.svg") center / contain no-repeat;
    width: 35px;
	height: auto;
    aspect-ratio: 35 / 35;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 30px;
}

/*------------------------------------------------*/
.page_tit_wrap.special{
	background: url(../images/uij/mainvisual.webp) 0 0 / cover no-repeat;
	width: 100%;
	height: auto;
	aspect-ratio: 1481 / 895;
	position: relative;
}

.page_tit_wrap.special .page_tit{
	width: 100%;
	height: auto;
	aspect-ratio: 838 / 171;
	z-index: 1;
	position: absolute;
	top: 43.24vw;/*640*/
	left: 0;
	right: 0;
	margin: auto;
}
.page_tit_wrap.special .page_tit h2.page_title{
	display: flex;
	justify-content: center;
}

/*------------------------------------------------*/
section.block01{
	position: relative;
}
section.block01::before{
	content: '';
	width: 100%;
	height: auto;
	background: url("../images/uij/bg01.webp") 0 0 / cover no-repeat;
	aspect-ratio: 1480 / 1200;
	position: absolute;
	bottom: -115px;
	z-index: -2;
}
section.block01::after{
}
section.block01 .inn{
	padding: 150px 0 0;
}
section.block01 h3.h03-1{
    font-size: 2.88em;/*46*/
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.075em;
	color: #399200;
}
section.block01 h4.h04-2{
	margin-top: 15px;
    font-size: 1.44em;/*23*/
	font-weight: 600;
	text-align: center;
	color: #399200;
}

section.block01 .txts{
	padding: 65px 0 570px;
    font-size: 1.25em;/*20*/
	line-height: 215%;
	text-align: justify;
}

/*色替え*/
html:is(.pageYellow) section.block01::before{
	display: none;
}

html:is(.pageBlack) section.block01::before{
	display: none;
}

html:is(.pageBlue) section.block01::before{
	display: none;
}

/*------------------------------------------------*/
section.block02 .blockHd h2.volume{
	background: url("../images/uij/h02bg01.webp") 0 0 / cover no-repeat;
}
section.block02 .blockHd .image{
	right: 0;
}
section.block02 .blockHd h2.volume > p, section.block02 .blockHd .jp > p{
	width: 45.6%;/*675*/
	margin-left: 9.80rem;/*145*/
}
section.block02 .blockHd .jp{
	color: #0091a6;
	background-color: #E6F5F7;
}

section.block02 .blockColumn h3.volume::before{
	background: url("../images/uij/h3bg01.webp") 0 0 / contain no-repeat;
}
section.block02 .blockColumn h3.volume dl dd{
	color: #0091a6;
}

/**/
section.block02 .blockColumn{
	background-color: #E6F5F7;
	padding-top: 180px;
	padding-bottom: 185px;
}
section.block02 .blockColumn .accordion{
	max-width: 950px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}
section.block02 .blockColumn ul.area{
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
section.block02 .blockColumn ul.area li{
    transition: all 0.5s;
	cursor: pointer;
}

section.block02 .blockColumn ul.area li .title{
    border: 2px solid #3dbcce;
	box-sizing: border-box;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px 30px;
	position: relative;
}
section.block02 .blockColumn ul.area li .title::before{
    content: '';
	background: url("../images/uij/icon_arrowCircleBlue.svg") 0 0 / contain no-repeat;
	width: 31px;
	height: 31px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 35px;
}
section.block02 .blockColumn ul.area li .title.close::before{
    transform: rotate(180deg);
}
section.block02 .blockColumn ul.area li .title .parent {
    display: grid;
    grid-template-columns: 155px 635px;
    grid-template-rows: auto;
}
section.block02 .blockColumn ul.area li .title .div1 {
    grid-row: span 2 / span 2;
}
section.block02 .blockColumn ul.area li .title .div1 > img{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
section.block02 .blockColumn ul.area li .title .div2 {
    font-size: 1.56em;/*25*/
	color: #0091a6;
	letter-spacing: 0.15em;
	display: flex;
    align-items: end;
	border-bottom: 1px solid #0091a6;
	padding-bottom: 18px;
}
section.block02 .blockColumn ul.area li .title .div3 {
	padding-top: 18px;
    grid-column-start: 2;
	font-size: 1.06em;/*17*/
	font-weight: 500;
	color: #333;
	letter-spacing: 0.05em;
	display: flex;
	gap: 0 2em;
}

/*中身*/
section.block02 .blockColumn .box{
    display: none;
}
section.block02 .blockColumn .box > .inn{
	margin-top: 25px;
	padding: 30px 40px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section.block02 .blockColumn .box > .inn .profile{
	display: flex;
	justify-content: space-between;
}
section.block02 .blockColumn .box > .inn .profile .image{
	width: 50.3%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
section.block02 .blockColumn .box > .inn .profile .career{
	width: 45.6%;
}
section.block02 .blockColumn .box > .inn .profile .career .name{

}
section.block02 .blockColumn .box > .inn .profile .career .name > p:nth-child(1){
	font-weight: 700;
	letter-spacing: 0.1em;
}
section.block02 .blockColumn .box > .inn .profile .career .name > p:nth-child(2){
	margin-top: 10px;
	font-size: 1.69em;/*27*/
	font-weight: 700;
	text-align: right;
	padding-right: 100px;
}
section.block02 .blockColumn .box > .inn .profile .career .name > p:nth-child(2) span{
	font-size: 0.74em;/*20*/
}
section.block02 .blockColumn .box > .inn .profile .career .midashi{
	margin-top: 25px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #0091a6;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 1.13em;/*18*/
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;	
}
section.block02 .blockColumn .box > .inn .profile .career .list{
	margin-top: 10px;
	background-color: #e6f5f7;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 25px 30px;
	display: flex;
	flex-direction: column;
	gap: 5px 0;
	position: relative;
}
section.block02 .blockColumn .box > .inn .profile .career .list::before{
	content: '';
	width: 1px;
	height: calc( 100% - 50px );
	background-color: #000;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 25%;
}
section.block02 .blockColumn .box > .inn .profile .career .list > dl{
	display: flex;
	gap: 0 40px;

}
section.block02 .blockColumn .box > .inn .comment{
	margin-top: 40px;
	letter-spacing: 0.1em;
	line-height: 187.5%;
	text-align: justify;
}

/*色替え*/
html:is(.pageYellow) section.block02 .blockHd h2.volume,
html:is(.pageBlack) section.block02 .blockHd h2.volume,
html:is(.pageBlue) section.block02 .blockHd h2.volume{
	background: none;
}
html:is(.pageYellow) section.block02 .blockHd .jp,
html:is(.pageBlack) section.block02 .blockHd .jp,
html:is(.pageBlue) section.block02 .blockHd .jp{
	background-color: unset;
}

html:is(.pageYellow) section.block02 .blockColumn h3.volume::before,
html:is(.pageBlack) section.block02 .blockColumn h3.volume::before,
html:is(.pageBlue) section.block02 .blockColumn h3.volume::before{
	background: none;
}
html:is(.pageYellow) section.block02 .blockColumn,
html:is(.pageBlack) section.block02 .blockColumn,
html:is(.pageBlue) section.block02 .blockColumn{
	background-color: unset;
}

html:is(.pageBlack) section.block02 .blockColumn ul.area li .title,
html:is(.pageBlue) section.block02 .blockColumn ul.area li .title{
	background-color: unset;
	border: 2px solid #fff;
}
html:is(.pageYellow) section.block02 .blockColumn ul.area li .title{
	background-color: unset;
	border: 2px solid #000;
}

html:is(.pageBlack) section.block02 .blockColumn .box > .inn,
html:is(.pageBlue) section.block02 .blockColumn .box > .inn{
	background-color: unset;
	border: 2px solid #fff;
	box-sizing: border-box;
}
html:is(.pageYellow) section.block02 .blockColumn .box > .inn{
	background-color: unset;
	border: 2px solid #000;
	box-sizing: border-box;
}

html:is(.pageBlack) section.block02 .blockColumn .box > .inn .profile .career .midashi,
html:is(.pageBlue) section.block02 .blockColumn .box > .inn .profile .career .midashi{
	background-color: unset;
	border: 1px solid #fff;
	box-sizing: border-box;
}
html:is(.pageYellow) section.block02 .blockColumn .box > .inn .profile .career .midashi{
	background-color: unset;
	border: 1px solid #000;
	box-sizing: border-box;
}

html:is(.pageBlack) section.block02 .blockColumn .box > .inn .profile .career .list,
html:is(.pageBlue) section.block02 .blockColumn .box > .inn .profile .career .list{
	background-color: unset;
	border: 1px solid #fff;
	box-sizing: border-box;
}
html:is(.pageYellow) section.block02 .blockColumn .box > .inn .profile .career .list{
	background-color: unset;
	border: 1px solid #000;
	box-sizing: border-box;
}

/*------------------------------------------------*/
section.block03 .blockHd{
	margin-top: -95px;
}
section.block03 .blockHd h2.volume{
	background: url("../images/uij/h02bg02.webp") 0 0 / cover no-repeat;
}
section.block03 .blockHd .image{
	left: 0;
}
section.block03 .blockHd h2.volume > p, section.block03 .blockHd .jp > p{
	width: 42.9%;/*635*/
	margin: 0 0 0 auto;
}
section.block03 .blockHd .jp{
	color: #e67300;
	background-color: #FFF8D5;
}

section.block03 .blockColumn h3.volume::before{
	background: url("../images/uij/h3bg02.webp") 0 0 / contain no-repeat;
}
section.block03 .blockColumn h3.volume dl dd{
	color: #e67300;
}

/**/
section.block03 .blockColumn{
	background-color: #FFF8D5;
	padding-top: 180px;
	padding-bottom: 185px;
}
section.block03 .blockColumn .lists{
	max-width: 950px;
	width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}
section.block03 .blockColumn .lists ul.area{
	counter-reset: listnum;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 60px;
}
section.block03 .blockColumn .lists ul.area > li{
	position: relative;
	width: calc( 50% - 30px );
}
section.block03 .blockColumn .lists ul.area > li:nth-child(even){
	margin-top: 50px;
}
section.block03 .blockColumn .lists ul.area > li .thumb{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
section.block03 .blockColumn .lists ul.area > li .thumb::before{
	content: '';
	width: 164px;
	height: 164px;
	background-color: #FFF8D5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: block;
	position: absolute;
	bottom: -135px;
	left: -31px;
}
section.block03 .blockColumn .lists ul.area > li h3.hd, section.block03 .blockColumn .lists ul.area > li .txts{
	position: relative;
	z-index: 1;
}
section.block03 .blockColumn .lists ul.area > li h3.hd{
	font-size: 1.25em;/*20*/
	font-weight: 700;
	color: #e67300;
	letter-spacing: 0.1em;
	line-height: 125%;
	padding-top: 20px;
	padding-left: 125px;
}
section.block03 .blockColumn .lists ul.area > li h3.hd::before{
	counter-increment: listnum;
	content: counter(listnum);
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-size: 4.69em;/*75*/
	color: #e67300;
	vertical-align: middle;
	position: absolute;
	top: 26px;
	left: 16px;
	width: 75px;
	text-align: center;
}
section.block03 .blockColumn .lists ul.area > li .txts{
	margin-top: 25px;
	background-color: #fff;
	letter-spacing: 0.1em;
	line-height: 187.5%;
	text-align: justify;
	padding: 23px 27px;
}

/*色替え*/
html:is(.pageYellow) section.block03 .blockHd h2.volume,
html:is(.pageBlack) section.block03 .blockHd h2.volume,
html:is(.pageBlue) section.block03 .blockHd h2.volume{
	background: unset;
}
html:is(.pageYellow) section.block03 .blockHd .jp,
html:is(.pageBlack) section.block03 .blockHd .jp,
html:is(.pageBlue) section.block03 .blockHd .jp{
	background-color: unset;
}
html:is(.pageYellow) section.block03 .blockColumn h3.volume::before,
html:is(.pageBlack) section.block03 .blockColumn h3.volume::before,
html:is(.pageBlue) section.block03 .blockColumn h3.volume::before{
	background: unset;
}

html:is(.pageYellow) section.block03 .blockColumn,
html:is(.pageBlack) section.block03 .blockColumn,
html:is(.pageBlue) section.block03 .blockColumn{
	background-color: unset;
}

html:is(.pageYellow) section.block03 .blockColumn .lists ul.area > li h3.hd::before,
html:is(.pageBlack) section.block03 .blockColumn .lists ul.area > li h3.hd::before,
html:is(.pageBlue) section.block03 .blockColumn .lists ul.area > li h3.hd::before{
	color: unset;
}
html:is(.pageBlack) section.block03 .blockColumn .lists ul.area > li .txts,
html:is(.pageBlue) section.block03 .blockColumn .lists ul.area > li .txts{
	background-color: unset;
	border: 1px solid #fff;
	box-sizing: border-box;
}
html:is(.pageYellow) section.block03 .blockColumn .lists ul.area > li .txts{
	background-color: unset;
	border: 1px solid #000;
	box-sizing: border-box;
}

/*------------------------------------------------*/
section.block04 .blockHd{
	margin-top: -95px;
}

section.block04 .blockHd h2.volume{
	background: url("../images/uij/h02bg03.webp") 0 0 / cover no-repeat;
}
section.block04 .blockHd .image{
	right: 0;
}
section.block04 .blockHd h2.volume > p, section.block04 .blockHd .jp > p{
	/*width: 45.6%;/*675*/
	margin-left: 9.80rem;/*145*/
	z-index: 1;
}
section.block04 .blockHd h2.volume > p{
	font-size: 4.00em;/*64*/
}
section.block04 .blockHd .jp{
	color: #186b28;
	background-color: #ecf7cd;
}

section.block04 .blockColumn h3.volume::before{
	background: url("../images/uij/h3bg03.webp") 0 0 / contain no-repeat;
    width: 768px;
    height: auto;
    aspect-ratio: 768 / 120;
}
section.block04 .blockColumn h3.volume dl dd{
	color: #186b28;
}

/**/
section.block04 .blockColumn{
	background-color: #ecf7cd;
	padding-top: 85px;
	padding-bottom: 110px;
}

section.block04 .blockColumn .catchtxts{
	line-height: 187.5%;
	letter-spacing: 0.1em;
	text-align: justify;
}

section.block04 .blockColumn .caseColumn:first-of-type{
	margin-top: 55px;
}
section.block04 .blockColumn .caseColumn:not(:first-of-type){
	margin-top: 80px;
}

section.block04 .blockColumn .caseColumn h4.hd{
	position: relative;
	color: #186b28;
	font-size: 1.69em;/*27*/
	text-align: center;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	margin-bottom: 45px;
}
section.block04 .blockColumn .caseColumn h4.hd::before{
	content: '';
	width: 100%;
	height: 10px;
	background: #9DC01D;
	background: linear-gradient(90deg, rgba(157, 192, 29, 0) 0%, rgba(157, 192, 29, 1) 14%, rgba(61, 141, 56, 1) 28%, rgba(26, 104, 54, 1) 36%, rgba(26, 104, 54, 1) 60%, rgba(26, 104, 54, 1) 72%, rgba(157, 192, 29, 1) 86%, rgba(157, 192, 29, 0) 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}

section.block04 .blockColumn .listWrap{
	margin-top: 90px;
	display: flex;
	flex-direction: column;
	gap: 105px 0;
}
section.block04 .blockColumn .listWrap > .lists{
	position: relative;
}
section.block04 .blockColumn .listWrap > .lists h4.hd{
	width: calc( 100% - 465px );
	padding-left: 465px;
	padding-top: 10px;
	font-size: 1.50em;/*24*/
	color: #333;
	font-weight: 700;
	letter-spacing: 0.1em;
}
section.block04 .blockColumn .listWrap > .lists h4.hd::first-letter{
	color: #399200;
}
section.block04 .blockColumn .listWrap > .lists .images{
	position: absolute;
	top: 0;
	left: 0;
	width: 415px;
}
section.block04 .blockColumn .listWrap > .lists .images > img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite{
	width: calc( 100% - 180px );/*100+80*/
	background-color: #fff;
	margin: 15px 0 0 auto;
	padding: 35px 40px 65px;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite .comment{
	width: 500px;
	margin: 0 0 70px auto;
	line-height: 187.5%;
	letter-spacing: 0.1em;
	text-align: justify;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite h5.hd{
	margin-bottom: 30px;
	font-size: 1.25em;/*20*/
	color: #186b28;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite .items{
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite .items > dl{
	/*width: calc( 20% - 29px );*/
	width: 140px;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite .items > dl dt > img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite .items > dl dd{
	margin-top: 15px;
	letter-spacing: 0.1em;
	line-height: 125%;
	text-align: center;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite h5.hd.small{
	width: 500px;
	margin: 0 0 30px auto;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite .items.small{
	width: 500px;
	margin: 0 0 0 auto;
}
section.block04 .blockColumn .listWrap > .lists .innBgwhite .items.small > dl{
}

section.block04 .blockColumn .flexWrap{
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
	gap: 0 45px;
}
section.block04 .blockColumn .flexWrap > .image{
	width: 37.0%;
}
section.block04 .blockColumn .flexWrap > .image img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
section.block04 .blockColumn .flexWrap > .txts{
	width: 58.5%;
}
section.block04 .blockColumn .flexWrap > .txts h4.hd{
	position: relative;
	color: #186b28;
	font-size: 1.50em;/*24*/
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
section.block04 .blockColumn .flexWrap > .txts h4.hd::first-letter{
	color: #399200;
}
section.block04 .blockColumn .flexWrap > .txts h4.hd::before{
	content: '';
	width: 100%;
	height: 10px;
	background: #84BB60;
	background: linear-gradient(260deg, rgba(132, 187, 96, 0) 0%, rgba(132, 187, 96, 1) 28%, rgba(57, 146, 0, 1) 57%);
	position: absolute;
	bottom: 0;
	left: 0;
}
section.block04 .blockColumn .flexWrap > .txts .text{
	letter-spacing: 0.1em;
	color: #333;
	line-height: 187.5%;
}
section.block04 .blockColumn .fullWrap .lists{
	margin: 30px auto;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

section.block04 .blockColumn .fullWrap{
	margin-top: 60px;
	letter-spacing: 0.1em;
	color: #333;
	line-height: 187.5%;
}
section.block04 .blockColumn .fullWrap h4.hd{
	position: relative;
	color: #186b28;
	font-size: 1.50em;/*24*/
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
section.block04 .blockColumn .fullWrap h4.hd::first-letter{
	color: #399200;
}
section.block04 .blockColumn .fullWrap h4.hd::before{
	content: '';
	width: 100%;
	height: 10px;
	background: #84BB60;
	background: linear-gradient(260deg, rgba(132, 187, 96, 0) 0%, rgba(132, 187, 96, 1) 28%, rgba(57, 146, 0, 1) 57%);
	position: absolute;
	bottom: 0;
	left: 0;
}

section.block04 .blockColumn .fullWrap .lists > dl{
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
}
section.block04 .blockColumn .fullWrap .lists > dl dt{
	width: 80px;
	height: 100%;
	background-color: #fff676;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2.50em;/*40*/
	color: #186b28;
	letter-spacing: 0.1em;
}
section.block04 .blockColumn .fullWrap .lists > dl dd{
	width: calc( 100% - 95px );
	height: 100%;
	background-color: #fff;
	display: flex;
	align-items: center;
	padding-left: 15px;
	font-size: 1.13em;/*18*/
	font-weight: 700;
	letter-spacing: 0.1em;
}
section.block04 .blockColumn .fullWrap .lists > .subtxts{
	margin-left: 95px;
	margin-bottom: 16px;
	text-align: justify;
}

/*色替え*/
html:is(.pageYellow) section.block04 .blockHd h2.volume,
html:is(.pageBlack) section.block04 .blockHd h2.volume,
html:is(.pageBlue) section.block04 .blockHd h2.volume{
	background: unset;
}
html:is(.pageYellow) section.block04 .blockHd .jp,
html:is(.pageBlack) section.block04 .blockHd .jp,
html:is(.pageBlue) section.block04 .blockHd .jp{
	color: unset;
	background-color: unset;
}

html:is(.pageYellow) section.block04 .blockColumn,
html:is(.pageBlack) section.block04 .blockColumn,
html:is(.pageBlue) section.block04 .blockColumn{
    background-color: unset;
}

html:is(.pageBlack) section.block04 .blockColumn .caseColumn h4.hd::before,
html:is(.pageBlue) section.block04 .blockColumn .caseColumn h4.hd::before{
	background: #fff;
}
html:is(.pageYellow) section.block04 .blockColumn .caseColumn h4.hd::before{
	background: #000;
}

html:is(.pageYellow) section .btnsList > a.gradation,
html:is(.pageBlack) section .btnsList > a.gradation,
html:is(.pageBlue) section .btnsList > a.gradation{
	background: unset;
}

html:is(.pageYellow) section.block04 .blockColumn h3.volume::before,
html:is(.pageBlack) section.block04 .blockColumn h3.volume::before,
html:is(.pageBlue) section.block04 .blockColumn h3.volume::before{
	background: unset;
}

html:is(.pageYellow) section.block04 .blockColumn .listWrap > .lists h4.hd::first-letter,
html:is(.pageBlack) section.block04 .blockColumn .listWrap > .lists h4.hd::first-letter,
html:is(.pageBlue) section.block04 .blockColumn .listWrap > .lists h4.hd::first-letter{
	color: unset;
}

html:is(.pageYellow) section.block04 .blockColumn .listWrap > .lists .innBgwhite{
    background-color: unset;
	border: 1px solid #000;
	box-sizing: border-box;
}
html:is(.pageBlack) section.block04 .blockColumn .listWrap > .lists .innBgwhite,
html:is(.pageBlue) section.block04 .blockColumn .listWrap > .lists .innBgwhite{
    background-color: unset;
	border: 1px solid #fff;
	box-sizing: border-box;
}

html:is(.pageYellow) section.block04 .blockColumn .flexWrap > .txts h4.hd::before{
	background: #000;
}
html:is(.pageBlack) section.block04 .blockColumn .flexWrap > .txts h4.hd::before,
html:is(.pageBlue) section.block04 .blockColumn .flexWrap > .txts h4.hd::before{
	background: #fff;
}

html:is(.pageYellow) section.block04 .blockColumn .flexWrap > .txts h4.hd::first-letter,
html:is(.pageBlack) section.block04 .blockColumn .flexWrap > .txts h4.hd::first-letter,
html:is(.pageBlue) section.block04 .blockColumn .flexWrap > .txts h4.hd::first-letter{
	color: unset;
}

html:is(.pageYellow) section.block04 .blockColumn .fullWrap h4.hd::first-letter,
html:is(.pageBlack) section.block04 .blockColumn .fullWrap h4.hd::first-letter,
html:is(.pageBlue) section.block04 .blockColumn .fullWrap h4.hd::first-letter{
	color: unset;
}

html:is(.pageYellow) section.block04 .blockColumn .fullWrap h4.hd::before,
html:is(.pageBlack) section.block04 .blockColumn .fullWrap h4.hd::before,
html:is(.pageBlue) section.block04 .blockColumn .fullWrap h4.hd::before{
	background: unset;
}

html:is(.pageBlack) section.block04 .blockColumn .fullWrap .lists > dl,
html:is(.pageBlue) section.block04 .blockColumn .fullWrap .lists > dl{
	border: 1px solid #fff;
}
html:is(.pageYellow) section.block04 .blockColumn .fullWrap .lists > dl{
	border: 1px solid #000;
}
html:is(.pageYellow) section.block04 .blockColumn .fullWrap .lists > dl dt,
html:is(.pageBlack) section.block04 .blockColumn .fullWrap .lists > dl dt,
html:is(.pageBlue) section.block04 .blockColumn .fullWrap .lists > dl dt,
html:is(.pageYellow) section.block04 .blockColumn .fullWrap .lists > dl dd,
html:is(.pageBlack) section.block04 .blockColumn .fullWrap .lists > dl dd,
html:is(.pageBlue) section.block04 .blockColumn .fullWrap .lists > dl dd{
	background: unset;
}
html:is(.pageBlack) section.block04 .blockColumn .fullWrap .lists > dl dt,
html:is(.pageBlue) section.block04 .blockColumn .fullWrap .lists > dl dt{
	border-right: 1px solid #fff;
}
html:is(.pageYellow) section.block04 .blockColumn .fullWrap .lists > dl dt{
	border-right: 1px solid #000;
}

/*------------------------------------------------*/
section.block05{
	/*background-color: #ecf7cd;*/
	background: #fff;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(236, 247, 205, 1) 23%);
	padding: 0 0 175px;
}
section.block05 h4.h04-1 {
	position: relative;
}
section.block05 h4.h04-1::before{
	content: '';
	background: url(../images/uij/h4_bg01.webp) 0 0 / cover no-repeat;
	aspect-ratio: 311 / 104;
	width: 311px;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -41px;
	margin: auto;
}
section.block05 h4.h04-1 dl{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0 0;
}
section.block05 h4.h04-1 dt{
	font-size: 5.25em;/*84*/
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 100%;
}
section.block05 h4.h04-1 dd{
	font-size: 2.00em;/*32*/
	font-weight: 500;
	color: #186b28;
	letter-spacing: 0.1em;
	line-height: 100%;
}

section.block05 .flow{
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	gap: 70px 0;
	counter-reset: listnum;
}
section.block05 .flow > dl{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
section.block05 .flow > dl > dt{
	width: 14.7%;/*130*/
	display: flex;
	flex-direction: column;
	align-items: center;
}
section.block05 .flow > dl > dt:before{
	counter-increment: listnum;
	content: "STEP" counter(listnum); /* 半角スペースを入れて""の中にピリオドを追加 */
	color: #6CAA54;
	vertical-align: middle;
    font-family: "Josefin Sans", sans-serif;
	font-size: 2.00em;/*30*/
	color: #186b28;
	letter-spacing: 0.1em;
	line-height: 100%;
}
section.block05 .flow > dl > dd{
	width: 81.4%;/*720*/
	border: 1px solid #399200;
	box-sizing: border-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;	
	background-color: #fff;
	padding: 25px 35px;
	position: relative;
}
section.block05 .flow > dl:not(:last-of-type) > dd::before{
	content: '';
	width: 4px;
	height: 70px;
	border-left: 4px dotted #399200;
	box-sizing: border-box;
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: auto;
}

section.block05 .flow > dl > dd h5.midashi{
	font-size: 1.31em;
	font-weight: 700;
	color: #399200;
	letter-spacing: 0.1em;
	border-bottom: 1px solid #399200;
	padding-bottom: 10px;
}
section.block05 .flow > dl > dd > p{
	padding-top: 10px;
	letter-spacing: 0.1em;
	line-height: 156.3%;
	text-align: justify;
}

/*色替え*/
html:is(.pageYellow) section.block05 h4.h04-1::before,
html:is(.pageBlack) section.block05 h4.h04-1::before,
html:is(.pageBlue) section.block05 h4.h04-1::before{
	background: unset;
}

html:is(.pageYellow) section.block05, html:is(.pageBlack) section.block05, html:is(.pageBlue) section.block05{
	background: unset;
}
html:is(.pageYellow) section.block05 .flow > dl > dt:before, html:is(.pageBlack) section.block05 .flow > dl > dt:before, html:is(.pageBlue) section.block05 .flow > dl > dt:before{
	color: unset;
}
html:is(.pageYellow) section.block05 .flow > dl > dd, html:is(.pageBlack) section.block05 .flow > dl > dd, html:is(.pageBlue) section.block05 .flow > dl > dd{
	background-color: unset;
	border: 1px solid;
}

html:is(.pageYellow) section .btnsList > a.entry, html:is(.pageBlack) section .btnsList > a.entry, html:is(.pageBlue) section .btnsList > a.entry{
	background: unset;
}
html:is(.pageYellow) section .btnsList > a.rehiring, html:is(.pageBlack) section .btnsList > a.rehiring, html:is(.pageBlue) section .btnsList > a.rehiring{
	background-color: unset;
}

/*------------------------------------------------*/
section.block06{
	position: relative;
}
section.block06 > .inn{
	position: relative;
	z-index: 1;
	padding: 0 0;
}

section.block06 h3.h03-2{
	color: #399200;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px 0;
}
section.block06 h3.h03-2 > p:nth-of-type(1){
	font-size: 5.31em;/*85*/
	letter-spacing: 0.1em;
	line-height: 100%;
}
section.block06 h3.h03-2 > p:nth-of-type(2){
	font-size: 2.94em;/*47*/
	letter-spacing: 0.2em;
	line-height: 100%;
}

/**/
section.block06 .slick_wrap {
    width: 100%;
    margin-top: 92px;
    /*
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
*/
}
section.block06 .slick02 {
    width: 100%;
}
section.block06 .slick02 .slick-list {
    overflow: visible;
}
section.block06 .slick02 > button {
    width: 65px;
    position: absolute;
    top: 141px;
    z-index: 1;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: inherit;
    font: inherit;
    line-height: normal;
    overflow: visible;
    cursor: pointer;
}
section.block06 .slick02 > button img {
    width: 100%;
    height: auto;
}
section.block06 .slick02 > button.slick-prev {
    right: calc(100% - 14px);
}
section.block06 .slick02 > button.slick-next {
    left: calc(100% - 14px);
}
section.block06 .slick02 .s-slide {
    width: 23.7837%; /*352*/
    max-width: 352px;
    margin: 0 1.35rem;
}
section.block06 .slick02 .s-slide .s_inner {
    width: 100%;
    position: relative;
    cursor: pointer;
}
section.block06 .slick02 .s-slide .s_inner .thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border: 1px solid #026a9e;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.block06 .slick02 .s-slide .s_inner .thumb .thumb_inner {
    width: 88.9204%; /*313*/
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}
section.block06 .slick02 .s-slide .s_inner .thumb .thumb_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease; /* ゆっくり変化させる */
}
section.block06 .slick02 .s-slide .s_inner:hover .thumb .thumb_inner img {
    transform: scale(1.1); /* 拡大 */
}
section.block06 .slick02 .s-slide .category_area {
    width: 91.7613%; /*323*/
    padding: 13px 0 16px;
    margin: 0 0 -116px 1.4204%; /*5*/
    position: relative;
    ;
    top: -116px;
    z-index: 1;
}
section.block06 .slick02 .s-slide .category_area::before {
    content: '';
    width: 110.2167%; /*356*/
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
section.block06 .slick02 .s-slide .category_area.bumon01::before {
    background: rgba(34, 72, 150, 0.9);
}
section.block06 .slick02 .s-slide .category_area.bumon02::before {
    background: rgba(0, 164, 152, 0.9);
}
section.block06 .slick02 .s-slide .category_area.bumon03::before {
    background: rgba(2, 106, 158, 0.9);
}
section.block06 .slick02 .s-slide .category_area.bumon04::before {
    background: rgba(77, 77, 77, 0.9);
}
section.block06 .slick02 .s-slide .category_area.bumon05::before {
    background: rgba(0, 160, 216, 0.9);
}
section.block06 .slick02 .s-slide .category_area.bumon06::before {
    background: rgba(33, 57, 79, 0.9);
}
section.block06 .slick02 .s-slide .category_area.bumon08::before {
    background: rgba(15, 122, 71, 0.9);
}
/* 色変更 */
html:is(.pageYellow) section.block06 .slick02 .s-slide .category_area::before {
    background: #F4E621;
    border-top: 1px solid #000;
    box-sizing: border-box;
}
html:is(.pageBlack) section.block06 .slick02 .s-slide .category_area::before {
    background: #000;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
html:is(.pageBlue) section.block06 .slick02 .s-slide .category_area::before {
    background: #0071b4;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
/**/
section.block06 .slick02 .s-slide .category_area p {
    padding-left: 6.8111%; /*22*/
    box-sizing: border-box;
    line-height: 1.44;
    letter-spacing: 0.05em;
    color: #fff;
}
section.block06 .slick02 .s-slide .txt_area {
    width: 81.25%; /*286*/
    min-height: 110px;
    padding: 15px 2.25em 0 1.125em; /*36 18*/
    box-sizing: border-box;
    margin-left: 11.6477%; /*41*/
    position: relative;
    z-index: 1;
}
section.block06 .slick02 .s-slide .txt_area::before {
    content: '';
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 110px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
/* 色変更 */
html:is(.pageYellow) section.block06 .slick02 .s-slide .txt_area::before {
    background: #F4E621;
    border-top: 1px solid #000;
    box-sizing: border-box;
}
html:is(.pageBlack) section.block06 .slick02 .s-slide .txt_area::before {
    background: #000;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
html:is(.pageBlue) section.block06 .slick02 .s-slide .txt_area::before {
    background: #0071b4;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
/**/
section.block06 .slick02 .s-slide .txt_area::after {
    content: '';
    background: url("../images/common/link_ico_ora.webp")no-repeat;
    background-size: cover;
    width: 10.4895%; /*30*/
    height: auto;
    aspect-ratio: 24 / 7;
    transition: 0.5s;
    position: absolute;
    bottom: 23px;
    right: -2.7972%; /*-8*/
}
section.block06 .slick02 .s-slide .s_inner:hover .txt_area::after {
    right: -6.2937%; /*-18*/
}
section.block06 .slick02 .s-slide .txt_area p {
    font-size: 1.1875em; /*19*/
    line-height: 1.3473;
    letter-spacing: 0.1em;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
/**/
section.block06 .no-post-message{
	margin: 250px auto 150px;
	font-size: 1.56em;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
}
section.block06 .toList{
	max-width: 430px;
	height: 65px;
	margin-top: 55px;
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
}
section.block06 .toList > a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
	background-color: #186b28;
	border-radius: 31px;
    box-shadow: 7px 7px 5px rgba(140, 211, 242, 0.45);
    overflow: hidden;
    position: relative;
    transition: ease .2s;
}
a.bgleft::before {
    background: #ef7c1d;
}
section.block06 .toList > a::after {
    content: '';
    background: url("../images/uij/icon_orangearrow.svg") center top / contain no-repeat;
    width: 30px;
    height: auto;
    aspect-ratio: 30 / 8;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
section.block06 .toList > a span{
	font-size: 1.13em;/*18*/
	color: #fff;
}

/*色替え*/
html:is(.pageYellow) section.block06 .toList > a, html:is(.pageBlack) section.block06 .toList > a, html:is(.pageBlue) section.block06 .toList > a{
	background-color: unset;
}

/*------------------------------------------------*/
section.block07{
	position: relative;
}
section.block07::before{
	content: '';
	width: 100%;
	height: auto;
	aspect-ratio: 1480 / 618;
	background: url(../images/uij/bg02.webp) center bottom / cover no-repeat;
	position: absolute;
	top: 0;
	z-index: -1;
}
section.block07 > .inn{
	padding: 210px 0 290px;
}

section.block07 .banneres{
	display: flex;
	gap: 0 56px;
}
section.block07 .banneres > a{
	width: calc( 100% - 28px );
	height: auto;
	aspect-ratio: 473 / 156;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: rgba(0,92,57,0.72);
	position: relative;
}
section.block07 .banneres > a::before{
    content: '';
    background: url("../images/special/icon_question.svg") left top / contain no-repeat;
    width: 50px;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    left: 40px;
}
section.block07 .banneres > a.question::before{
    background: url("../images/special/icon_question.svg") left top / contain no-repeat;
    width: 50px;
}
section.block07 .banneres > a.guidelines::before{
    background: url("../images/special/icon_guidelines.svg") left top / contain no-repeat;
    width: 40px;
}
section.block07 .banneres > a::after{
    content: '';
    background: url("../images/special/icon_circleorangearrow.svg") left top / contain no-repeat;
    width: 30px;
    height: auto;
    aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
    right: 40px;
}
section.block07 .banneres > a span{
	font-size: 1.56em;/*25*/
	color: #fff;
}

/*色替え*/
html:is(.pageYellow) section.block07::before, html:is(.pageBlack) section.block07::before, html:is(.pageBlue) section.block07::before{
	background: unset;
}
html:is(.pageYellow) section.block07 .banneres > a, html:is(.pageBlack) section.block07 .banneres > a, html:is(.pageBlue) section.block07 .banneres > a{
	background-color: unset;
}



/*------------------------------------------------*/
#footer{
	background-color: #186b28;
}


/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/








