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

table, .wp-block-table td, .wp-block-table th{
	border: 0;
}

/*------------------------------------------------*/
/*コンテンツ*/
section.w1000 > .wp-block-group__inner-container{
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: auto;
	margin-right: auto;
}

/*通常テキスト*/
section .normalTxt{
	letter-spacing: 0.1em;
	line-height: 218.7%;
	color: #333;
	text-align: justify;
}
section .closeTxt{
	letter-spacing: 0.1em;
	line-height: 218.7%;
	color: #333;
}

/*テーブル*/
section figure.labelBlue table{
	border-spacing: 0;
	border: 1px solid #026a9e;
}
section figure.labelBlue.wp-block-table table td, section figure.labelBlue.wp-block-table table th{
	border: 0;
	background-color: #fff;
}

/* 色変更 */
html:is(.pageYellow) section figure.labelBlue.wp-block-table table td, section figure.labelBlue.wp-block-table table th{
	background-color: #F4E621;
}

html:is(.pageBlack) section figure.labelBlue.wp-block-table table td, section figure.labelBlue.wp-block-table table th{
	background-color: #000;
}

html:is(.pageBlue) section figure.labelBlue.wp-block-table table td, section figure.labelBlue.wp-block-table table th{
	background-color: #0071b4;
}
/**/

section figure.labelBlue table tr:nth-child(1) td:not(:last-child){
	border-right: 1px solid #fff;
}
section figure.labelBlue table tr td:not(:first-child){
	border-left: 1px solid #026a9e;
}
section figure.labelBlue table tr:not(:last-child) td{
	border-bottom: 1px solid #026a9e;
}
section figure.labelBlue table tr:nth-child(1) td{
	background-color: #026a9e;
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
	padding: 19px 0;
}

/* 色変更 */
html:is(.pageYellow) section figure.labelBlue table tr:nth-child(1) td{
	background-color: #F4E621;
}

html:is(.pageBlack) section figure.labelBlue table tr:nth-child(1) td{
	background-color: #000;
}

html:is(.pageBlue) section figure.labelBlue table tr:nth-child(1) td{
	background-color: #0071b4;
}
/**/

section figure.labelBlue table tr:not(:first-child) td{
	padding: 27px 30px;
}

/*アコーディオン*/
section .accordionWrap > .wp-block-group__inner-container{
	display: flex;
	flex-direction: column;
	gap: 10px 0;
}
section .accordionWrap .accordionColumn{
	width: 100%;
}
section .accordionWrap .accordionColumn h3.accoTitle{
	position: relative;
    cursor: pointer;
    transition: all .5s ease;
	border: 2px solid #026a9e;
	box-sizing: border-box;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	width: 100%;
	min-height: 80px;
	display: flex;
	align-items: center;
	font-size: 1.25em;/*20*/
	color: #026a9e;
	letter-spacing: 0.1em;
	padding-left: 60px;
	background-color: #fff;
}

/* 色変更 */
html:is(.pageYellow) section .accordionWrap .accordionColumn h3.accoTitle{
	background-color: #F4E621;
	border: 1px solid #000;
}

html:is(.pageBlack) section .accordionWrap .accordionColumn h3.accoTitle{
	background-color: #000;
	border: 1px solid #fff;
}

html:is(.pageBlue) section .accordionWrap .accordionColumn h3.accoTitle{
	background-color: #0071b4;
	border: 1px solid #fff;
}
/**/

section .accordionWrap .accordionColumn h3.accoTitle::before{
    content:'';
	background: url("../images/examination/icon_plus.webp") 0 0 / contain no-repeat, url("../images/examination/icon_minus.webp") 0 0 / contain no-repeat;
    width: 40px;
    height: fit-content;
	aspect-ratio: 1 / 1;
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 35px;
}
section .accordionWrap .accordionColumn h3.accoTitle.close::before{
	background: url("../images/examination/icon_minus.webp") 0 0 / contain no-repeat;
}
section .accordionWrap .accordionColumn .accordionArea {
    display: none;
}
section .accordionWrap .accordionColumn .accordionArea h4.hd{
	position: relative;
	font-size: 1.38em;/*22*/
	letter-spacing: 0.05em;
	padding-left: 30px;
}
section .accordionWrap .accordionColumn .accordionArea h4.hd::before{
	content: '';
	width: 16px;
	height: 16px;
	background-color: #f28e1e;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	top: 10px;
	left: 0;
}

/* 色変更 */
html:is(.pageYellow) section .accordionWrap .accordionColumn .accordionArea h4.hd::before{
	background-color: #000;
}

html:is(.pageBlack, .pageBlue) section .accordionWrap .accordionColumn .accordionArea h4.hd::before{
	background-color: #fff;
}
/**/

/*------------------------------------------------*/
/*採用試験関連最新情報*/

.block01 .wp-block-group__inner-container{
	padding: 65px 0 120px;
}
.block01 .newsLists{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 32px 0;
}
.block01 .newsLists .no-post{
	letter-spacing: 0.1em;
	text-align: center;
}

.block01 .newsLists a.post{
	padding: 23px 36px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 30px 30px 30px 0px rgba(223,238,244,0.58);
	position: relative;
}

/* 色変更 */
html:is(.pageYellow) .block01 .newsLists a.post{
	background-color: #F4E621;
	border: 1px solid #000;
}

html:is(.pageBlack) .block01 .newsLists a.post{
	background-color: #000;
	border: 1px solid #fff;
}

html:is(.pageBlue) .block01 .newsLists a.post{
	background-color: #0071b4;
	border: 1px solid #fff;
}
/**/

.block01 .newsLists a.post::before{
	content: '';
	background: url("../images/common/link_ico_ora.webp")no-repeat;
	background-size: cover;
	width: 20px;
	height: fit-content;
	aspect-ratio: 20 / 5;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 26px;
	transition: 0.5s all;
}
.block01 .newsLists a.post:hover::before{
	right: 16px;
}

.block01 .newsLists a.post dl{
	display: flex;
	align-items: center;
}
.block01 .newsLists a.post dl dt{
	width: 16.5%;
	display: flex;
	flex-direction: column;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}
.block01 .newsLists a.post dl dt::before{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #cadadd;
	position: absolute;
	top: 0;
	right: 27px;
}

/* 色変更 */
html:is(.pageYellow) .block01 .newsLists a.post dl dt::before{
	background-color: #000;
}

html:is(.pageBlack, .pageBlue) .block01 .newsLists a.post dl dt::before{
	background-color: #fff;
}
/**/

.block01 .newsLists a.post dl dt .date{
	color: #949494;
}
.block01 .newsLists a.post dl dt .cat{
	color: #0071b7;
}
.block01 .newsLists a.post dl dd{
	width: calc( 100% - 16.5%);
	font-weight: 700;
	line-height: 156.2%;
	letter-spacing: 0.1em;
	color: #333;
    transition: all 0.5s;
}
.block01 .newsLists a.post:hover{
	opacity: 1.0;
}
.block01 .newsLists a.post:hover dl dd{
	color: #d85c00;
}

.block01 .linkBtn{
	max-width: 320px;
	margin: 65px auto 0;
}

/*------------------------------------------------*/
/*受験資格*/

.block02{
	background: url("../images/examination/bg01.webp") 0 top / cover no-repeat;
}
.block02 .coverBgWhite{
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 50px 90px;
}

/* 色変更 */
html:is(.pageYellow, .pageBlack, .pageBlue) .block02{
	background: none;
}

html:is(.pageYellow) .block02 .coverBgWhite{
	background-color: #F4E621;
	border: 1px solid #000;
}

html:is(.pageBlack) .block02 .coverBgWhite{
	background-color: #000;
	border: 1px solid #fff;
}

html:is(.pageBlue) .block02 .coverBgWhite{
	background-color: #0071b4;
	border: 1px solid #fff;
}
/**/

.block02 ul.listOrange{
	display: flex;
	flex-direction: column;
	gap: 20px 0;
}
.block02 ul.listOrange li{
	padding-left: 30px;
	position: relative;
	font-size: 1.38em;/*22*/
	color: #026a9e;
	letter-spacing: 0.05em;
}
.block02 ul.listOrange li::before{
	content: '';
	width: 16px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #f28e1e;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	top: 10px;
	left: 0;
}

/* 色変更 */
html:is(.pageYellow) .block02 ul.listOrange li::before{
	background-color: #000;
}

html:is(.pageBlack, .pageBlue) .block02 ul.listOrange li::before{
	background-color: #fff;
}
/**/

section figure.labelBlue.shikaku table tr td:nth-child(1){
	width: 27%;
	text-align: center;
}
section figure.labelBlue.shikaku table tr td:nth-child(2){
	width: calc( 100% - 27% );
}

section figure.labelBlue.shikaku table tr td span{
	font-size: 1.25em;/*20*/
}

section figure.labelBlue.shikaku table tr td ul{
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}
section figure.labelBlue.shikaku table tr td ul li{
	position: relative;
	padding-left: 25px;
}
section figure.labelBlue.shikaku table tr td ul li::before{
	content: '';
	width: 14px;
	height: 14px;
	background-color: #026a9e;
	border-radius: 30px;
	position: absolute;
	top: 5px;
	left: 0;
}

/* 色変更 */
html:is(.pageYellow) section figure.labelBlue.shikaku table tr td ul li::before{
	background-color: #000;
}

html:is(.pageBlack, .pageBlue) section figure.labelBlue.shikaku table tr td ul li::before{
	background-color: #fff;
}
/**/


/*------------------------------------------------*/
/*試験内容*/

section figure.labelBlue.shiken.rowFour table tr td:nth-child(1){
	width: 25%;
	text-align: center;
}
section figure.labelBlue.shiken.rowFour table tr td:nth-child(2){
	width: 30%;
	text-align: center;
}
section figure.labelBlue.shiken.rowFour table tr td:nth-child(3){
	width: 20%;
	text-align: center;
}
section figure.labelBlue.shiken.rowFour table tr td:nth-child(4){
	width: 22%;
	text-align: center;
}

section figure.labelBlue.shiken.rowThree table tr td:nth-child(1){
	width: 25%;
	text-align: center;
}
section figure.labelBlue.shiken.rowThree table tr td:nth-child(2){
	width: 37%;
	text-align: center;
}
section figure.labelBlue.shiken.rowThree table tr td:nth-child(3){
	width: 38%;
	text-align: center;
}

/*------------------------------------------------*/
/*身体基準*/

section.block04{
	background-color: #f0f5f7;
}

/* 色変更 */
html:is(.pageYellow) section.block04{
	background-color: #F4E621;
}

html:is(.pageBlack) section.block04{
	background-color: #000;
}

html:is(.pageBlue) section.block04{
	background-color: #0071b4;
}
/**/

section figure.labelBlue.shintai table tr td:nth-child(1){
	width: 25%;
}
section figure.labelBlue.shintai table tr td:nth-child(2){
	width: 75%;
}

/*------------------------------------------------*/
/*体力試験基準*/

section figure.labelBlue.tairyoku table tr td:nth-child(1){
	width: 25%;
}
section figure.labelBlue.tairyoku table tr td:nth-child(2){
	width: 37.5%;
	text-align: center;
}
section figure.labelBlue.tairyoku table tr td:nth-child(3){
	width: 37.5%;
	text-align: center;
}

/*------------------------------------------------*/
/*特定資格加点*/

section figure.labelBlue.katen table tr td:nth-child(1){
	width: 9%;
}
section figure.labelBlue.katen table tr td:nth-child(2){
	width: 14%;
}
section figure.labelBlue.katen table tr td:nth-child(3){
	width: 47%;
}
section figure.labelBlue.katen table tr td:nth-child(4){
	width: 30%;
}
section figure.labelBlue.katen table tr:not(:last-child) td{
	border-left: 1px solid #026a9e;
}

section figure.labelBlue.katenList table{
	border-top: 1px solid #026a9e;
}
section figure.labelBlue.katenList table tr td{
	border-left: 1px solid #026a9e;
}
section figure.labelBlue.katenList table tr:nth-child(1) td {
    background-color: #fff;
    color: #000;
    text-align: left;
	padding: 27px 30px;
}
section figure.labelBlue.katenList table tr:nth-child(1) td:not(:last-child){
	border-right: 1px solid #026a9e;
}

section figure.labelBlue.katenList.row4 table tr td:nth-child(1){
	width: 15%;
}
section figure.labelBlue.katenList.row4 table tr td:nth-child(2){
	width: 35%;
}
section figure.labelBlue.katenList.row4 table tr td:nth-child(3){
	width: 25%;
}
section figure.labelBlue.katenList.row4 table tr td:nth-child(4){
	width: 25%;
}
section figure.labelBlue.katenList.row3 table tr td:nth-child(1){
	width: 15%;
}
section figure.labelBlue.katenList.row3 table tr td:nth-child(2){
	width: 60%;
}
section figure.labelBlue.katenList.row3 table tr td:nth-child(3){
	width: 25%;
}


/*------------------------------------------------*/
/*採用試験日程*/

section.block06{
	background: url("../images/examination/bg01.webp") 0 top / cover no-repeat;
}

/* 色変更 */
html:is(.pageYellow, .pageBlack, .pageBlue) section.block06{
	background: none;
}
/**/

/*------------------------------------------------*/
/*採用試験日程*/

section.block07 .wp-block-button.bnrEntry{
	width: 840px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
    aspect-ratio: 840 / 240;
}
section.block07 .wp-block-button.bnrEntry > a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: url("../images/examination/bnrEntryBg.webp") center / cover no-repeat;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	position: relative;
	align-items: center;
	justify-content: center;
	box-shadow: 30px 30px 20px 0px rgba(223,238,244,0.75);
	transition: all 0.6s ease;
	background-size: 100%;
}

/* 色変更 */
html:is(.pageYellow) section.block07 .wp-block-button.bnrEntry > a{
	background: #F4E621;
	border: 1px solid #000;
}

html:is(.pageBlack) section.block07 .wp-block-button.bnrEntry > a{
	background: #000;
	border: 1px solid #fff;
}

html:is(.pageBlue) section.block07 .wp-block-button.bnrEntry > a{
	background: #0071b4;
	border: 1px solid #fff;
}
/**/

section.block07 .wp-block-button.bnrEntry > a:hover {
    background-size: 125%;
	opacity: 1.0;
}
section.block07 .wp-block-button.bnrEntry > a::before{
	content: '';
	background: url("../images/examination/icon_mark.svg") 0 top / contain no-repeat;
	width: 74px;
	height: fit-content;
	aspect-ratio: 74 / 70;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 75px;
}
section.block07 .wp-block-button.bnrEntry > a::after{
	content: '';
	background: url("../images/examination/icon_arrow.svg") 0 top / contain no-repeat;
	width: 36px;
	height: fit-content;
	aspect-ratio: 1 / 1;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

section.block07 .wp-block-button.bnrEntry > a mark{
	font-size: 2.38em;/*38*/
	font-family: "Josefin Sans", sans-serif;
	color: #fff;
	line-height: 139.4%;
}
section.block07 .wp-block-button.bnrEntry > a strong{
	font-family: "Shippori Mincho B1", serif;
	font-size: 2.44em;/*39*/
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #fff;
	line-height: 117%;
}



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








