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

/*コンテンツ*/
section.w1000 > .wp-block-group__inner-container{
	width: 83.33%;
	margin-right: auto;
	margin-left: auto;
}

section .normalTxt{
	letter-spacing: 0.1em;
	line-height: 173.0%;
	color: #333;
	text-align: justify;
}
section .closeTxt{
	letter-spacing: 0.1em;
	line-height: 173.0%;
	color: #333;
}

.tableWrap, .accordionArea, .accordionColumn {
    min-width: 0 !important;
}
section .tableWrap{
	width: 100%;
	height: auto;
	overflow-x: auto;
	overflow-y: visible;
	-webkit-overflow-scrolling: touch;
}
section figure.labelBlue table{
	width: 720px !important;
	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;
}
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: 8px 0;
}
section figure.labelBlue table tr:not(:first-child) td{
	padding: 8px 10px;
}

/*アコーディオン*/
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: 1px solid #026a9e;
	box-sizing: border-box;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	width: 100%;
	min-height: 40px;
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	color: #026a9e;
	letter-spacing: 0.1em;
	padding-left: 18px;
	background-color: #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: 20px;
    height: 20px;
	aspect-ratio: 1 / 1;
    position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}
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.5rem;
	letter-spacing: 0.05em;
	padding-left: 20px;
}
section .accordionWrap .accordionColumn .accordionArea h4.hd::before{
	content: '';
	width: 12px;
	height: 12px;
	background-color: #f28e1e;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	top: 5px;
	left: 0;
}

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

.block01{
	padding: 35px 0;
}
.block01 h2.h2-midashi{
	margin-bottom: 25px;
}

.block01 .newsLists{
	display: flex;
	flex-direction: column;
	gap: 32px 0;
}
.block01 .newsLists .no-post{
	letter-spacing: 0.1em;
	text-align: center;
}

.block01 .newsLists a.post{
	padding: 20px 25px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 15px 15px 15px 0px rgba(223,238,244,0.58);
	position: relative;
}
.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 / 4;
	position: absolute;
	bottom: 25px;
	right: 20px;
}

.block01 .newsLists a.post dl{
	display: flex;
	flex-direction: column;
	gap: 22px 0;
}
.block01 .newsLists a.post dl dt{
	display: flex;
	gap: 0 18px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	position: relative;
}
.block01 .newsLists a.post dl dt::before{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #cadadd;
	position: absolute;
	bottom: -12px;
}
.block01 .newsLists a.post dl dt .date{
	color: #949494;
}
.block01 .newsLists a.post dl dt .cat{
	color: #0071b7;
}
.block01 .newsLists a.post dl dd{
	font-weight: 700;
	line-height: 165.3%;
	letter-spacing: 0.1em;
	color: #333;
}

.block01 .linkBtn{
	width: 83.33%;
	margin: 50px auto 0;
}

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

.block02{
	background: url("../images/examination/bg01.webp") 0 top / cover no-repeat;
}
.block02 .coverBgWhite{
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 23px 17px;
	overflow: hidden;
}
.block02 ul.listOrange{
	display: flex;
	flex-direction: column;
	gap: 22px 0;
}
.block02 ul.listOrange li{
	padding-left: 25px;
	position: relative;
	font-size: 1.5rem;
	color: #026a9e;
	letter-spacing: 0.05em;
}
.block02 ul.listOrange li::before{
	content: '';
	width: 11px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-color: #f28e1e;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	position: absolute;
	top: 6px;
	left: 0;
}

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

section figure.labelBlue.shikaku table tr td span{
	font-size: 1.6rem;
}

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


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

section figure.labelBlue.shiken.rowFour table tr td:nth-child(1){
	width: 30%;
	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: 22%;
	text-align: center;
}
section figure.labelBlue.shiken.rowFour table tr td:nth-child(4){
	width: 18%;
	text-align: center;
}

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

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

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

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.block06{
	background: url("../images/examination/bg01.webp") 0 top / cover no-repeat;
}

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

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: 8px 10px;
}
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: 20%;
}
section figure.labelBlue.katenList.row4 table tr td:nth-child(2){
	width: 40%;
}
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: 15%;
}

section figure.labelBlue.katenList.row3 table tr td:nth-child(1){
	width: 20%;
}
section figure.labelBlue.katenList.row3 table tr td:nth-child(2){
	width: 65%;
}
section figure.labelBlue.katenList.row3 table tr td:nth-child(3){
	width: 15%;
}

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

section.block07 .wp-block-button.bnrEntry{
	width: 100%;
	height: 100px;
}
section.block07 .wp-block-button.bnrEntry > a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: url("../images/examination/bnrEntryBg.webp") 0 top / cover no-repeat;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	position: relative;
	align-items: center;
	justify-content: center;
	box-shadow: 15px 15px 15px 0px rgba(223,238,244,0.43);
	padding-right: 13px;
}
section.block07 .wp-block-button.bnrEntry > a::before{
	content: '';
	background: url("../images/examination/icon_mark.svg") 0 top / contain no-repeat;
	width: 27px;
	height: 25px;
	aspect-ratio: 27 / 25;
	position: absolute;
	bottom: 28px;
	left: 28px;
}
section.block07 .wp-block-button.bnrEntry > a::after{
	content: '';
	background: url("../images/examination/icon_arrow.svg") 0 top / contain no-repeat;
	width: 13px;
	height: 13px;
	aspect-ratio: 1 / 1;
	position: absolute;
	bottom: 12px;
	right: 10px;
}

section.block07 .wp-block-button.bnrEntry > a mark{
	font-size: 1.4rem;
	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: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	color: #fff;
	line-height: 117%;
}

/*------------------------------------------------*/
/*scrollhintを整備*/

/* 初期状態：見えない */
.scroll-hint .scroll-hint-icon {
  opacity: 0;
  transform: translateY(6px);
  transition: opacity .4s ease, transform .4s ease;
}

/* フェードイン */
.scroll-hint.is-visible .scroll-hint-icon {
  opacity: 1;
  transform: translateY(0);
}

/* フェードアウト */
.scroll-hint.is-hidden .scroll-hint-icon {
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
}

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





