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

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

/* 色変更 */
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%;
}

/**/
/*------------------------------------------------*/
/*コンテンツ*/
section .w1180 {
    max-width: 1130px;
    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 .w840 {
    max-width: 790px;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
}
/*見出し*/
h3.h03-1 dl {
    position: relative;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
h3.h03-1 dl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(180deg, rgba(235, 161, 34, 1) 0%, rgba(53, 145, 99, 1) 26%, rgba(11, 105, 166, 1) 66%, rgba(134, 106, 169, 1) 100%);
}

/* 色変更 */
html:is(.pageYellow) h3.h03-1 dl::before{
	background: #000;
}

html:is(.pageBlack, .pageBlue) h3.h03-1 dl::before{
	background: #fff;
}
/**/

h3.h03-1 dt {
    width: fit-content;
    font-size: 5.25em; /*84*/
    letter-spacing: 0.1em;
    line-height: 100%;
    background: linear-gradient(90deg, rgba(235, 161, 34, 1) 0%, rgba(53, 145, 99, 1) 26%, rgba(11, 105, 166, 1) 66%, rgba(134, 106, 169, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
h3.h03-1 dd {
    width: fit-content;
    font-size: 2.81em; /*45*/
    letter-spacing: 0.1em;
    color: #064e7a;
    line-height: 100%;
    padding-bottom: 25px;
}
h4.h04-1 {
    position: relative;
    margin-top: 190px; /*95*/
}
h4.h04-1::before {
    content: '';
    background: url(../images/special/h4_bg01.webp) 0 0 / cover no-repeat;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.column.domain h4.h04-1::before {
    background: url(../images/special/h4_bg01.webp) 0 0 / cover no-repeat;
    width: 65.2%; /*645*/
    aspect-ratio: 645 / 108;
    top: -40px;
}
.column.flow h4.h04-1::before {
    background: url(../images/special/h4_bg02.webp) 0 0 / cover no-repeat;
    width: 37.0%; /*311*/
    aspect-ratio: 311 / 104;
    top: -34px;
}

/* 色変更 */
html:is(.pageYellow, .pageBlack, .pageBlue) h4.h04-1::before{
	content: none;
}
/**/

h4.h04-1 dl {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0 0;
}
h4.h04-1 dt {
    font-size: 5.25em; /*84*/
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 100%;
}
h4.h04-1 dd {
    font-size: 2.00em; /*32*/
    font-weight: 500;
    color: #064e7a;
    letter-spacing: 0.1em;
    line-height: 100%;
}
/*色*/
.color333 {
    color: #333;
}
/*------------------------------------------------*/
.page_tit_wrap.special {
    background: url(../images/special/mainvisual.webp) 0 0 / cover no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1480 / 895;
    position: relative;
}
.page_tit_wrap.special .page_tit {
    width: 100%;
    height: auto;
    aspect-ratio: 633 / 160;
    z-index: 1;
    position: absolute;
    top: 26.69vw; /*395*/
    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: '';
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1480 / 290;
    background: #7F66A1;
    background: linear-gradient(90deg, rgba(127, 102, 161, 1) 0%, rgba(11, 105, 166, 1) 33%, rgba(53, 145, 99, 1) 73%, rgba(235, 161, 34, 1) 100%);
    position: absolute;
    bottom: 0;
}
section.block01 .inn {
    padding: 110px 0 65px;
    background: url(../images/special/bg01.webp) 0 0 / cover no-repeat;
    width: 100%;
    height: auto;
}

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

section.block01 h3.h03-1 {
    font-size: 2.19em; /*35*/
    color: #fff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.2em;
}
section.block01 .txts {}
section.block01 .txts > p {
    font-size: 1.13em; /*18*/
    color: #fff;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 172%;
}
section.block01 .txts > p:first-of-type {
    margin-top: 65px;
}
section.block01 .txts > p:not(:first-of-type) {
    margin-top: 35px;
}
/*スライド*/
section.block01 .slider {
    overflow: hidden;
    width: 100%;
    min-height: 406px;
    margin: 55px auto 0;
    display: flex;
    gap: 0 25px;
    width: 200vw; /* 中身2周分 */
    animation: infinity-scroll-left 40s linear infinite;
    will-change: transform;
    position: relative;
}
section.block01 .slider .scrollItem {
    flex: 0 0 314px; /*スライドサイズ*/
    aspect-ratio: 314 / 302;
}
/* 偶数だけ下げる */
section.block01 .slider .scrollItem:nth-child(odd) {
    transform: translateY(105px);
}
section.block01 .slider img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-drag: none;
    pointer-events: none;
}
@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/*------------------------------------------------*/
section.block02 {
    position: relative;
    background-color: #dcf0f9;
}
section.block02::before {
    content: '';
    background: url(../images/special/parts02.webp) 0 0 / contain no-repeat;
    width: 54.0%;
    height: auto;
    aspect-ratio: 779 / 493;
    position: absolute;
    top: 0;
    left: 0;
}

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

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

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

html:is(.pageYellow, .pageBlack, .pageBlue) section.block02::before{
	content: none;
}
/**/


section.block02::after {}
/*キャッチ*/
section.block02 .column.catch {
    padding-top: 95px;
}
section.block02 .column.catch::before {
    /*
	content: '';
	background: url(../images/special/img01.webp) 0 0 / contain no-repeat;
	width: 45.9%;
	height: auto;
	aspect-ratio: 680 / 382;
	position: absolute;
	top: 145px;
	right: 0;
	*/
}
section.block02 .column.catch > .inn {
    position: relative;
    z-index: 1;
}
section.block02 .column.catch .txts {
    max-width: 556px;
    margin-top: 23px;
    margin-left: 40px;
    letter-spacing: 0.1em;
    line-height: 187.5%;
}
section.block02 .column.catch .images {
    width: 45.9%;
    height: auto;
    aspect-ratio: 680 / 382;
    position: absolute;
    top: 145px;
    right: 0;
}
section.block02 .column.catch .images > img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
/*専門職領域*/
section.block02 .column.domain {
    position: relative;
    padding-top: 0;
    z-index: 1;
}
section.block02 .column.domain::before {
    content: '';
    background: url("../images/special/parts03.webp") 0 0 / contain no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1481 / 1094;
    position: absolute;
    top: 175px;
}

/* 色変更 */
html:is(.pageYellow, .pageBlack, .pageBlue) section.block02 .column.domain::before{
	content: none;
}
/**/

section.block02 .column.domain > .inn > .txts {
    margin-top: 35px;
    letter-spacing: 0.1em;
    line-height: 187.5%;
}
section.block02 .column ul.area {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 20px 0;
}
section.block02 .column ul.area li {
    transition: all 0.5s;
	cursor: pointer;
}
section.block02 .column ul.area li.bgon {
    background-color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column ul.area li.bgon{
	background-color: #F4E621;
	border: 1px solid #000;
}

html:is(.pageBlack) section.block02 .column ul.area li.bgon{
	background-color: #000;
	border: 1px solid #fff;
}

html:is(.pageBlue) section.block02 .column ul.area li.bgon{
	background-color: #0071b4;
	border: 1px solid #fff;
}

/**/

section.block02 .column .title {
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    background-color: #fff;
    border: 1px solid #026a9e;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column .title{
	background-color: #F4E621;
	border: 1px solid #000;
}

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

html:is(.pageBlue) section.block02 .column .title{
	background-color: #0071b4;
	border: 1px solid #fff;
}

/**/

section.block02 .column .title::before {
    content: '';
    width: 54px;
    height: 54px;
    background-color: #f28e1e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
}
section.block02 .column .title .inn {
    position: relative;
    padding: 10px;
    /*
	display: flex;
	align-items: center;
	gap: 0 23px;
	*/
    display: grid;
    grid-template-columns: 20% 80%;
    grid-template-rows: repeat(2, 1fr);
}
section.block02 .column .title .inn::before, section.block02 .column .title .inn::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 2px;
    background-color: #fff;
}
section.block02 .column .title .inn::before {
    right: 39px;
    transform: rotate(0deg);
}
section.block02 .column .title .inn::after {
    right: 39px;
    transform: rotate(90deg);
}
section.block02 .column .title.close .inn::after {
    display: none;
}
section.block02 .column .title .thumb {
    grid-row: span 2 / span 2;
    width: fit-content;
	max-width: 154px;
}
section.block02 .column .title .thumb > img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
section.block02 .column .title .txts {
    font-size: 2.50em; /*40*/
    letter-spacing: 0.1em;
    color: #064e7a;
    line-height: 100%;
    display: flex;
    align-items: end;
}
section.block02 .column .title .comment {
    padding-top: 15px;
    grid-column-start: 2;
    font-size: 1.13em; /*18*/
    letter-spacing: 0.1em;
    line-height: 100%;
    display: flex;
    align-items: flex-start;
}
section.block02 .column .title .status {
    position: absolute;
    top: 36px;
    right: 105px;
    width: 180px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f3fcff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 1;
    font-size: 1.25em; /*20*/
    color: #0071b7;
    font-weight: 500;
    letter-spacing: 0.05em;
}

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

html:is(.pageBlack) section.block02 .column .title .status{
	background-color: #000;
}

html:is(.pageBlue) section.block02 .column .title .status{
	background-color: #0071b4;
}

/**/

section.block02 .column .title .status::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 4px; /* 枠線太さ */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: linear-gradient(90deg, rgba(235, 161, 34, 1) 0%, rgba(53, 145, 99, 1) 26%, rgba(11, 105, 166, 1) 66%, rgba(134, 106, 169, 1) 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}
/*中身*/
section.block02 .column .box {
    display: none;
    padding: 25px 50px 50px;
}
section.block02 .column .box > .txts {
    letter-spacing: 0.05em;
    line-height: 187.5%;
}
section.block02 .column .box h5.hd {
    font-size: 1.25em; /*20*/
    color: #026a9e;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #026a9e;
    padding: 0 5px 10px 5px;
    margin-top: 40px;
}
section.block02 .requirements div.hd {
	margin-top: 20px;
	margin-bottom: -10px;
	font-weight: 700;
    letter-spacing: 0.05em;
}
section.block02 .column .box h5.hd > span {
    font-size: 0.90em; /*18*/
}
section.block02 .column .box h5.hd.orange::first-letter {
    color: #f28e1e;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column .box h5.hd.orange::first-letter{
	color: #000;
}

html:is(.pageBlack, .pageBlue) section.block02 .column .box h5.hd.orange::first-letter{
	color: #fff;
}

/**/
section.block02 .column .box .txt {
    margin-top: 20px;
    letter-spacing: 0.05em;
    line-height: 187.5%;
}
section.block02 .column .box ul.list {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 13px 0;
}
section.block02 .column .box ul.list > li {
    padding-left: 30px;
    position: relative;
}
section.block02 .column .box ul.list > li:not(.point)::before {
    content: '';
    width: 16px;
    height: 16px;
    background-color: #f28e1e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column .box ul.list > li:not(.point)::before{
	background-color: #000;
}

html:is(.pageBlack, .pageBlue) section.block02 .column .box ul.list > li:not(.point)::before{
	background-color: #fff;
}

/**/

section.block02 .column .box ul.list > li.point::before {
    content: '※';
    width: 16px;
    height: 16px;
	color: #f28e1e;
    position: absolute;
    top: 0;
    left: 0;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column .box ul.list > li.point::before{
	color: #000;
}

html:is(.pageBlack, .pageBlue) section.block02 .column .box ul.list > li.point::before{
	color: #fff;
}

/**/

/*li > li*/
section.block02 .column .box ul.list > li ul{
	margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
section.block02 .column .box ul.list > li ul li{
    padding-left: 15px;
    position: relative;
}
section.block02 .column .box ul.list > li ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #f28e1e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

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

html:is(.pageBlack, .pageBlue) section.block02 .column .box ul.list > li ul li::before{
	background-color: #fff;
}

/**/

section.block02 .column.domain .notice {
    margin-top: 50px;
    border: 2px solid #e81c24;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column.domain .notice{
	background-color: #F4E621;
	border: 2px solid #000;
}

html:is(.pageBlack) section.block02 .column.domain .notice{
	background-color: #000;
	border: 2px solid #fff;
}

html:is(.pageBlue) section.block02 .column.domain .notice{
	background-color: #0071b4;
	border: 2px solid #fff;
}

/**/
section.block02 .column.domain .notice > ul {
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    gap: 25px 0;
}
section.block02 .column.domain .notice > ul li {
    padding-left: 25px;
    position: relative;
    font-size: 1.13em; /*18*/
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 166.6%;
}
section.block02 .column.domain .notice > ul li::before {
    content: '※';
    color: #e81c24;
    position: absolute;
    left: 0;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column.domain .notice > ul li::before{
	color: #000;
}
html:is(.pageBlack, .pageBlue) section.block02 .column.domain .notice > ul li::before{
	color: #fff;
}
/**/

/*応募フロー*/
section.block02 .column.flow {
    position: relative;
}
section.block02 .column.flow::before {
    content: '';
    background: url("../images/special/parts04.webp") 0 0 / contain no-repeat;
    width: 100%;
    height: auto;
    aspect-ratio: 1480 / 1926;
    position: absolute;
    top: -885px;
}

/* 色変更 */
html:is(.pageYellow, .pageBlack, .pageBlue) section.block02 .column.flow::before{
	content: none;
}
/**/

section.block02 .column.flow .parent {
    margin-top: 35px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 0fr);
    gap: 50px;
}
section.block02 .column.flow .parent > div:not(:last-of-type) {
    position: relative;
}
section.block02 .column.flow .parent > div:not(:last-of-type)::after {
    content: '';
    background: url("../images/special/icon_circleBlue.svg") center / contain no-repeat;
    width: 48px;
    height: auto;
    aspect-ratio: 48 / 22;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
}
/*競争試験には矢印をもう一つ付ける*/
section.block02 .column.flow .parent > div.div1::before {
    content: '';
    background: url("../images/special/icon_circleBlue.svg") center / contain no-repeat;
    width: 48px;
    height: auto;
    aspect-ratio: 48 / 22;
    position: absolute;
    bottom: -35px;
    right: -48px;
    transform: rotate(317deg);
}
section.block02 .column.flow .parent .div1, section.block02 .column.flow .parent .div2 {
    display: flex;
    justify-content: space-between;
}
section.block02 .column.flow .parent .div1 > dl, section.block02 .column.flow .parent .div2 > dl {
    width: 100%;
    border: 1px solid #064e7a;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
section.block02 .column.flow .parent .div1 > dl > dt, section.block02 .column.flow .parent .div2 > dl > dt {
    height: 80px;
    background-color: #064e7a;
    font-size: 1.56em; /*25*/
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column.flow .parent .div1 > dl,
html:is(.pageYellow) section.block02 .column.flow .parent .div2 > dl,
html:is(.pageYellow) section.block02 .column.flow .parent .div1 > dl > dt,
html:is(.pageYellow) section.block02 .column.flow .parent .div2 > dl > dt{
	background-color: #F4E621;
}

html:is(.pageBlack) section.block02 .column.flow .parent .div1 > dl,
html:is(.pageBlack) section.block02 .column.flow .parent .div2 > dl,
html:is(.pageBlack) section.block02 .column.flow .parent .div1 > dl > dt,
html:is(.pageBlack) section.block02 .column.flow .parent .div2 > dl > dt{
	background-color: #000;
}

html:is(.pageBlue) section.block02 .column.flow .parent .div1 > dl,
html:is(.pageBlue) section.block02 .column.flow .parent .div2 > dl,
html:is(.pageBlue) section.block02 .column.flow .parent .div1 > dl > dt,
html:is(.pageBlue) section.block02 .column.flow .parent .div2 > dl > dt{
	background-color: #0071b4;
}
/**/

section.block02 .column.flow .parent .div1 > dl > dt::before {
    content: '';
    background: url("../images/special/flowicon01.svg") center / contain no-repeat;
    width: 40px;
    height: auto;
    aspect-ratio: 40 / 43;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 85px;
}
section.block02 .column.flow .parent .div2 > dl > dt::before {
    content: '';
    background: url("../images/special/flowicon02.svg") center / contain no-repeat;
    width: 31px;
    height: auto;
    aspect-ratio: 31 / 39;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 85px;
}
section.block02 .column.flow .parent .div1 > dl > dd, section.block02 .column.flow .parent .div2 > dl > dd {
    padding-top: 20px;
    padding-bottom: 25px;
    flex-grow: 1;
}
section.block02 .column.flow .parent .div1 > dl > dd ul, section.block02 .column.flow .parent .div2 > dl > dd ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
}
section.block02 .column.flow .parent .div1 > dl > dd ul li, section.block02 .column.flow .parent .div2 > dl > dd ul li {
    font-size: 1.25em; /*20*/
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #333;
}
section.block02 .column.flow .parent .div3, section.block02 .column.flow .parent .div4, section.block02 .column.flow .parent .div5 {
    height: 105px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 23px;
    font-size: 1.56em; /*25*/
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 120%;
    text-align: center;
}
section.block02 .column.flow .parent .div3 {
    background-color: #f28e1e;
}
section.block02 .column.flow .parent .div4 {
    background-color: #026a9e;
}
section.block02 .column.flow .parent .div5 {
    grid-column: span 2 / span 2;
    background-color: #ec5a24;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column.flow .parent .div3,
html:is(.pageYellow) section.block02 .column.flow .parent .div4,
html:is(.pageYellow) section.block02 .column.flow .parent .div5{
	background-color: #F4E621;
	border: 1px solid #000;
}

html:is(.pageBlack) section.block02 .column.flow .parent .div3,
html:is(.pageBlack) section.block02 .column.flow .parent .div4,
html:is(.pageBlack) section.block02 .column.flow .parent .div5{
	background-color: #000;
	border: 1px solid #fff;
}

html:is(.pageBlue) section.block02 .column.flow .parent .div3,
html:is(.pageBlue) section.block02 .column.flow .parent .div4,
html:is(.pageBlue) section.block02 .column.flow .parent .div5{
	background-color: #0071b4;
	border: 1px solid #fff;
}

/**/
section.block02 .column.flow .parent .div3::before {
    content: '';
    background: url("../images/special/flowicon03.svg") center / contain no-repeat;
    width: 51px;
    height: auto;
    aspect-ratio: 51 / 64;
}
section.block02 .column.flow .parent .div4::before {
    content: '';
    background: url("../images/special/flowicon04.svg") center / contain no-repeat;
    width: 51px;
    height: auto;
    aspect-ratio: 51 / 49;
}
section.block02 .column.flow .parent .div5::before {
    content: '';
    background: url("../images/special/flowicon05.svg") center / contain no-repeat;
    width: 68px;
    height: auto;
    aspect-ratio: 68 / 49;
}
section.block02 .column.flow .parent .div6, section.block02 .column.flow .parent .div7 {
    grid-column: span 2 / span 2;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ec5a24;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.1em;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column.flow .parent .div6,
html:is(.pageYellow) section.block02 .column.flow .parent .div7{
	background-color: #F4E621;
}

html:is(.pageBlack) section.block02 .column.flow .parent .div6,
html:is(.pageBlack) section.block02 .column.flow .parent .div7{
	background-color: #000;
}

html:is(.pageBlue) section.block02 .column.flow .parent .div6,
html:is(.pageBlue) section.block02 .column.flow .parent .div7{
	background-color: #0071b4;
}

/**/
section.block02 .column.flow .parent .div6 > p.orange, section.block02 .column.flow .parent .div7 > p.orange {
    font-size: 1.56em; /*25*/
    color: #ec5a24;
}
section.block02 .column.flow .parent .div6 > p:not(.orange), section.block02 .column.flow .parent .div7 > p:not(.orange) {
    font-size: 1.25em; /*20*/
}
section.block02 .column.flow .parent .div6 {
    grid-row-start: 4;
}
section.block02 .column.flow .parent .div7 {
    grid-row-start: 5;
}
section.block02 .column.flow .btnsList {
    max-width: 500px;
    margin: 55px auto 0;
    display: flex;
    flex-direction: column;
    gap: 35px 0;
    position: relative;
    z-index: 1;
}
section.block02 .column.flow .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;
}
section.block02 .column.flow .btnsList > a.entry {
    background: linear-gradient(90deg, rgba(235, 161, 34, 1) 0%, rgba(53, 145, 99, 1) 50%, rgba(11, 105, 166, 1) 100%);
    padding-left: 180px;
}
section.block02 .column.flow .btnsList > a.rehiring {
    background-color: #00417c;
    padding-left: 130px;
}

/* 色変更 */
html:is(.pageYellow) section.block02 .column.flow .btnsList > a.entry{
	background: #F4E621;
}

html:is(.pageBlack) section.block02 .column.flow .btnsList > a.entry{
	background: #000;
}

html:is(.pageBlue) section.block02 .column.flow .btnsList > a.entry{
	background: #0071b4;
}

html:is(.pageYellow) section.block02 .column.flow .btnsList > a.rehiring{
	background-color: #F4E621;
}

html:is(.pageBlack) section.block02 .column.flow .btnsList > a.rehiring{
	background-color: #000;
}

html:is(.pageBlue) section.block02 .column.flow .btnsList > a.rehiring{
	background-color: #0071b4;
}

/**/
section.block02 .column.flow .btnsList > a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
}
section.block02 .column.flow .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.block02 .column.flow .btnsList > a.rehiring::before {
    content: '';
    background: url("../images/special/flowicon06.svg") center / contain no-repeat;
    width: 51px;
    height: auto;
    aspect-ratio: 51 / 64;
}
section.block02 .column.flow .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;
}
/*------------------------------------------------*/
section.block03 {
    position: relative;
    background-color: #0b69a6;
}
section.block03::before {
    content: '';
    width: 100%;
    height: auto;
    aspect-ratio: 1480 / 512;
    position: absolute;
    background: #DCF0F9;
    background: linear-gradient(180deg, rgba(220, 240, 249, 1) 0%, rgba(11, 105, 166, 1) 100%);
    top: -40px;
    position: absolute;
}
section.block03::after {
    content: '';
    width: 100%;
    max-height: 490px;
    aspect-ratio: 1480 / 490;
    position: absolute;
    background: #006FB2;
    background: linear-gradient(90deg, rgba(0, 111, 178, 1) 0%, rgba(52, 150, 102, 1) 50%, rgba(245, 165, 23, 1) 100%);
    bottom: 0;
    position: absolute;
}

/* 色変更 */

html:is(.pageYellow) section.block03{
    background-color: #F4E621;
}
html:is(.pageBlack) section.block03{
    background-color: #000;
}
html:is(.pageBlue) section.block03{
    background-color: #0071b4;
}

html:is(.pageYellow, .pageBlack, .pageBlue) section.block03::before,
html:is(.pageYellow, .pageBlack, .pageBlue) section.block03::after{
	content: none;
}
/**/

section.block03 > .inn {
    position: relative;
    z-index: 1;
    padding: 105px 0 95px;
}
section.block03 h3.h03-2 {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px 0;
}
section.block03 h3.h03-2 > p:nth-of-type(1) {
    font-size: 5.31em; /*85*/
    letter-spacing: 0.1em;
    line-height: 100%;
}
section.block03 h3.h03-2 > p:nth-of-type(2) {
    font-size: 2.94em; /*47*/
    letter-spacing: 0.2em;
    line-height: 100%;
}
/**/
section.block03 .slick_wrap {
    width: 100%;
    margin-top: 92px;
    /*
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
*/
}
section.block03 .slick02 {
    width: 100%;
}
section.block03 .slick02 .slick-list {
    overflow: visible;
}
section.block03 .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.block03 .slick02 > button img {
    width: 100%;
    height: auto;
}
section.block03 .slick02 > button.slick-prev {
    right: calc(100% - 14px);
}
section.block03 .slick02 > button.slick-next {
    left: calc(100% - 14px);
}
section.block03 .slick02 .s-slide {
    width: 23.7837%; /*352*/
    max-width: 352px;
    margin: 0 1.35rem;
}
section.block03 .slick02 .s-slide .s_inner {
    width: 100%;
    position: relative;
    cursor: pointer;
}
section.block03 .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.block03 .slick02 .s-slide .s_inner .thumb .thumb_inner {
    width: 88.9204%; /*313*/
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}
section.block03 .slick02 .s-slide .s_inner .thumb .thumb_inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease; /* ゆっくり変化させる */
}
section.block03 .slick02 .s-slide .s_inner:hover .thumb .thumb_inner img {
    transform: scale(1.1); /* 拡大 */
}
section.block03 .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.block03 .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.block03 .slick02 .s-slide .category_area.bumon01::before {
    background: rgba(34, 72, 150, 0.9);
}
section.block03 .slick02 .s-slide .category_area.bumon02::before {
    background: rgba(0, 164, 152, 0.9);
}
section.block03 .slick02 .s-slide .category_area.bumon03::before {
    background: rgba(2, 106, 158, 0.9);
}
section.block03 .slick02 .s-slide .category_area.bumon04::before {
    background: rgba(77, 77, 77, 0.9);
}
section.block03 .slick02 .s-slide .category_area.bumon05::before {
    background: rgba(0, 160, 216, 0.9);
}
section.block03 .slick02 .s-slide .category_area.bumon06::before {
    background: rgba(33, 57, 79, 0.9);
}
section.block03 .slick02 .s-slide .category_area.bumon08::before {
    background: rgba(15, 122, 71, 0.9);
}
/* 色変更 */
html:is(.pageYellow) section.block03 .slick02 .s-slide .category_area::before {
    background: #F4E621;
    border-top: 1px solid #000;
    box-sizing: border-box;
}
html:is(.pageBlack) section.block03 .slick02 .s-slide .category_area::before {
    background: #000;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
html:is(.pageBlue) section.block03 .slick02 .s-slide .category_area::before {
    background: #0071b4;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
/**/
section.block03 .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.block03 .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.block03 .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.block03 .slick02 .s-slide .txt_area::before {
    background: #F4E621;
    border-top: 1px solid #000;
    box-sizing: border-box;
}
html:is(.pageBlack) section.block03 .slick02 .s-slide .txt_area::before {
    background: #000;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
html:is(.pageBlue) section.block03 .slick02 .s-slide .txt_area::before {
    background: #0071b4;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
/**/
section.block03 .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.block03 .slick02 .s-slide .s_inner:hover .txt_area::after {
    right: -6.2937%; /*-18*/
}
section.block03 .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.block03 .no-post-message{
	margin: 250px auto 150px;
	font-size: 1.56em;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
}

section.block03 .toList {
    max-width: 430px;
    height: 65px;
	margin-top: 87px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}
section.block03 .toList > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    background-color: #fff;
    border-radius: 31px;
    box-shadow: 7px 7px 5px rgba(140, 211, 242, 0.45);
    overflow: hidden;
    position: relative;
    transition: ease .2s;
}


/* 色変更 */
html:is(.pageYellow) section.block03 .toList > a{
    background-color: #F4E621;
    border-top: 1px solid #000;
}
html:is(.pageBlack) section.block03 .toList > a{
    background-color: #000;
    border-top: 1px solid #fff;
}
html:is(.pageBlue) section.block03 .toList > a{
    background-color: #0071b4;
    border-top: 1px solid #fff;
}
/**/

a.bgleft::before {
    background: #ef7c1d;
}
section.block03 .toList > a::after {
    right: 20px;
    background: url("../images/special/icon_circleorangearrow.svg") 0% 0% / cover no-repeat;
}
section.block03 .toList > a span {
    font-size: 1.13em; /*18*/
    color: #026a9e;
}
section.block03 .toList > a:hover span {
    color: #fff;
}
/*------------------------------------------------*/
section.block04 {
    position: relative;
}
section.block04::before {
    content: '';
    width: 100%;
    height: auto;
    aspect-ratio: 1480 / 515;
    background: url(../images/special/bg02.webp) center top / cover no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
}


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

section.block04 > .inn {
    padding: 130px 0 170px;
}
section.block04 .banneres {
    display: flex;
    gap: 0 56px;
}
section.block04 .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(6, 78, 122, 0.70);
    position: relative;
}

/* 色変更 */
html:is(.pageYellow) section.block04 .banneres > a{
    background-color: #F4E621;
    border-top: 1px solid #000;
}
html:is(.pageBlack) section.block04 .banneres > a{
    background-color: #000;
    border-top: 1px solid #fff;
}
html:is(.pageBlue) section.block04 .banneres > a{
    background-color: #0071b4;
    border-top: 1px solid #fff;
}
/**/

section.block04 .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.block04 .banneres > a.question::before {
    background: url("../images/special/icon_question.svg") left top / contain no-repeat;
    width: 50px;
}
section.block04 .banneres > a.guidelines::before {
    background: url("../images/special/icon_guidelines.svg") left top / contain no-repeat;
    width: 40px;
}
section.block04 .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.block04 .banneres > a span {
    font-size: 1.56em; /*25*/
    color: #fff;
}
/*------------------------------------------------*/
#footer {
    background: #866AA9;
    background: linear-gradient(55deg, rgba(134, 106, 169, 1) 0%, rgba(11, 105, 166, 1) 33%, rgba(53, 145, 99, 1) 73%, rgba(235, 161, 34, 1) 100%);
}
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/