.text-dark-blue {
    color: #12247B
}

.medium-text {
    font-weight: 600
}

.is-size-13 {
    font-size: 13px
}

.is-size-10 {
    font-size: 10px
}

#x {
    position: absolute;
    background: #fff;
    border-radius: 100%;
    border: 0;
    color: #000;
    top: -15px;
    right: -15px;
    z-index: 2000
}

.pagination-select {
    background-color: #007AFF;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 5px
}

.info-color {
    color: #646776;
}

.has-blue-color {
    background-color: #1E95F4;
}

.horizontal-line {
    display: inline-block;
    border-top: 3px solid #FD9D53;
    margin: 0 10px;
    width: 100px
}

body {
    
}

@media only screen and (min-width: 769px) {
    .button-font-size {
        font-size: 18px;
    }

    header .header_inner {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    header {
        width: 100%;
        background-color: #fff;
        padding: 25px 0 20px;
        position: fixed;
        top: 0;
        z-index: 9999;
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
    }

    img, li {
        vertical-align: bottom
    }

    ol, ul {
        list-style: none
    }

    header .header_links > li:first-child {
        border-left: none
    }

    a {
        color: inherit;
        text-decoration: none
    }

    header #header_logo {
        width: 245px
    }

    nav {
        display: block
    }

    header .header_links {
        display: flex;
        align-items: center
    }

    header .header_links > li {
        font-weight: 700;
        line-height: 40px;
        border-left: 1px solid #e5e5e5
    }

    header .header_links > li a {
        color: #12247b;
        padding: 0 20px
    }

    footer .footer_inner {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 15px;
        padding-top: 25px;
    }

    footer .footer_inner .footer_catch {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 25px
    }

    footer .footer_inner .footer_catch .text_area {
        width: 650px;
        font-size: 26px;
        font-weight: 600
    }

    footer .footer_inner .footer_catch .text_area .catch_text {
        font-size: 55px;
        line-height: 1;
        margin-bottom: 20px
    }

    footer .footer_inner .footer_catch .image_area {
        text-align: center;
        flex: 1
    }

    footer .footer_inner .footer_catch .image_area img {
        width: auto;
        max-width: 100%;
        margin: 0 auto
    }

    footer .footer_inner .footer_navi {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 85px 0 40px;
        border-top: 1px solid #f2f3f8
    }

    footer .footer_inner .footer_navi .footer_desc {
        width: 380px
    }

    footer .footer_inner .footer_navi .footer_desc #footer_logo {
        width: 245px;
        margin-bottom: 35px
    }

    .only_sp {
        display: none
    }

    footer .footer_inner .footer_navi .footer_links {
        width: 190px
    }

    footer .footer_inner .footer_navi .navi_label {
        font-size: 18px;
        font-weight: 700
    }

    footer .footer_inner .footer_navi .footer_links .link_list {
        margin-top: 35px
    }

    footer .footer_inner .footer_navi .footer_links .link_list > li {
        margin-bottom: 15px
    }

    footer .footer_inner .footer_navi .footer_btns {
        max-width: 350px
    }

    footer .footer_inner .footer_navi .navi_label {
        font-size: 18px;
        font-weight: 700
    }

    footer .footer_inner .footer_navi .footer_btns .sns_btns {
        width: 244px;
        margin-top: 15px;
        display: flex;
        justify-content: space-between
    }

    footer .footer_inner .footer_navi .footer_btns .sns_btns > li {
        width: 40px
    }

    footer .footer_inner .footer_navi .footer_btns .sns_btns > li a {
        width: 40px;
        height: 40px;
        font-size: 26px;
        text-align: center;
        line-height: 40px;
        display: block;
        border: 2px solid #fff;
        border-radius: 5px
    }

    footer .footer_inner .footer_navi .footer_btns .download_btns {
        width: 244px;
        margin-top: 35px;
        display: flex;
        justify-content: space-between
    }

    footer .footer_inner .footer_navi .footer_btns .download_btns > li {
        width: 118px
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns {
        width: 326px;
        margin-top: 20px;
        display: flex;
        justify-content: space-between
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li.leaveinfo {
        width: 125px
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li.leaveinfo a {
        color: #fd9d53
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li a > i {
        margin-right: 5px
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li a {
        width: 100%;
        display: block;
        position: relative;
        background-color: #fff;
        padding: 0 10px;
        line-height: 50px;
        border-radius: 5px
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li.messenger {
        width: 190px;
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li.messenger a {
        color: #289ef1
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li a > svg {
        margin-right: 5px
    }

    /* footer #copyright {
        font-size: 16px;
        text-align: center;
        padding: 30px 0 25px;
        border-top: 1px solid #f2f3f8
    } */

    .container-style {
        padding-left: 10px;
        padding-right: 10px
    }

    .job-card-min-height {
        min-height: 145px
    }

    .modal-class {
        width: 30%;
        z-index: 1000;
        overflow: visible
    }

    .margin-bottom-for-card-tags {
        margin-bottom: 25px
    }

    .is-size-55 {
        font-size: 55px;
        font-weight: bold;
    }

    img, li {
        vertical-align: bottom
    }

    #mainvisual .mainvisual_inner > * {
        position: relative;
        z-index: 1
    }

    #mainvisual {
        padding-top: 105px;
        position: relative;
        color: #fff
    }

    #mainvisual .mainvisual_inner {
        max-width: 1140px;
        margin: 0 auto
    }

    #mainvisual .main_image {
        position: relative;
        top: -400px;
        left: 50%;
        bottom: 0;
        z-index: 500
    }

    #mainvisual .main_image > img {
        width: auto
    }

    img {
        width: 100%
    }

    #mainvisual .sub_text {
        font-size: 22px
    }

    #mainvisual h1 {
        font-size: 58px;
        width: 50%;
        line-height: 1.4
    }

}

@media only screen and (max-width: 768px) {
    .button-font-size {
        font-size: 11px;
    }

    header {
        padding: 2.608vw 0 3.259vw;
        box-shadow: 0 .652vw 1.304vw 0 rgba(0, 0, 0, .1);
        width: 100%;
        background-color: #fff;
        position: fixed;
        top: 0;
        z-index: 9999
    }

    header .header_inner {
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 5.215vw;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    a {
        color: inherit;
        text-decoration: none
    }

    header #header_logo {
        width: 34.68vw
    }

    nav {
        display: block
    }

    header .header_links {
        display: flex;
        align-items: center
    }

    header .header_links > li:first-child {
        border-left: none
    }

    header .header_links > li {
        line-height: 5.215vw;
        font-size: 2.609vw;
        font-weight: 700;
        border-left: 1px solid #e5e5e5
    }

    header .header_links > li a {
        padding: 2.608vw;
        color: #12247b
    }

    footer .footer_inner {
        padding: 0;
        width: 100%;
        max-width: 1140px;
        margin: 0 auto;
    }

    footer .footer_inner .footer_catch {
        margin-bottom: 7.823vw;
        flex-direction: column-reverse;
        padding: 0 10px;
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    footer .footer_inner .footer_catch .text_area {
        width: 100%;
        text-align: center;
        font-size: 3.911vw;
        font-weight: 700
    }

    footer .footer_inner .footer_catch .text_area .catch_text {
        font-size: 6.78vw;
        line-height: 1.2;
        margin-bottom: 2.608vw
    }

    footer .footer_inner .footer_catch .image_area {
        width: 12.385vw;
        margin: 0 auto 10px;
        text-align: center;
        flex: 1
    }

    footer .footer_inner .footer_catch .image_area img {
        width: auto;
        max-width: 100%;
        margin: 0 auto
    }

    footer .footer_inner .footer_navi {
        padding: 11.082vw 0 10.169vw;
        flex-direction: column;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    footer .footer_inner .footer_navi .footer_desc {
        width: 100%;
        font-size: 3.651vw;
        text-align: center;
        margin-bottom: 6.519vw
    }

    footer .footer_inner .footer_navi .footer_desc #footer_logo {
        margin: 0 auto 9.126vw;
        width: 49.022vw
    }

    footer .footer_inner .footer_navi .footer_links {
        width: 100%;
        font-size: 4.433vw;
        text-align: center
    }

    footer .footer_inner .footer_navi .navi_label {
        font-size: 4.433vw;
        line-height: 13.038vw;
        text-align: center;
        font-weight: 700;
    }

    footer .footer_inner .footer_navi .footer_links .link_list {
        margin-top: 35px
    }

    footer .footer_inner .footer_navi .footer_links .link_list > li {
        margin-bottom: 6.519vw
    }

    footer .footer_inner .footer_navi .footer_btns {
        width: 100%;
        max-width: none;
        text-align: center;
        margin-top: 8.475vw
    }

    footer .footer_inner .footer_navi .navi_label {
        font-size: 4.433vw;
        line-height: 13.038vw;
        text-align: center;
    }

    footer .footer_inner .footer_navi .footer_btns .sns_btns {
        width: 100%;
        margin-top: 5.867vw;
        padding: 0 11.082vw;
        display: flex;
        justify-content: space-between
    }

    footer .footer_inner .footer_navi .footer_btns .sns_btns > li {
        width: 13.038vw
    }

    footer .footer_inner .footer_navi .footer_btns .sns_btns > li a {
        width: 13.038vw;
        height: 13.038vw;
        font-size: 7.823vw;
        line-height: 13.038vw;
        border-radius: 1.956vw;
        text-align: center;
        display: block;
        border: 2px solid #fff;
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li a > svg {
        margin-right: 5px
    }

    footer .footer_inner .footer_navi .footer_btns .download_btns {
        width: 100%;
        margin-top: 4.563vw;
        padding: 0 9.387vw;
        justify-content: space-between;
        display: flex
    }

    footer .footer_inner .footer_navi .footer_btns .download_btns > li {
        width: 39.113vw
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns {
        width: 100%;
        margin-top: 12.386vw;
        padding: 0 9.387vw;
        display: flex;
        justify-content: space-between
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li.leaveinfo {
        width: 29.465vw
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li.messenger {
        width: 100%;
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li.messenger a {
        color: #289ef1
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li {
        font-size: 3.651vw
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li.leaveinfo a {
        color: #fd9d53
    }

    footer .footer_inner .footer_navi .footer_btns .contact_btns > li a {
        padding: 0 2.608vw;
        line-height: 12.25vw;
        border-radius: 1.304vw;
        width: 100%;
        display: block;
        position: relative;
        background-color: #fff
    }

    /* footer #copyright {
        font-size: 3.651vw;
        padding: 4.563vw 0 5.215vw;
        text-align: center;
        border-top: 1px solid #f2f3f8
    } */

    .has-padding-10 {
        padding-left: 10px;
        padding-right: 10px
    }

    .modal-class {
        width: 90%;
        z-index: 1000;
        overflow: visible
    }

    #mainvisual .mainvisual_inner {
        padding: 0 4.563vw;
        max-width: 1140px;
        margin: 0 auto
    }

    #mainvisual .sub_text {
        font-size: 4.694vw
    }

    #mainvisual .main_image {
        left: 0;
        position: relative;
        top: 0;
        z-index: 1
    }

    #mainvisual .main_image img {
        width: 135%
    }
}

/*Small devices (landscape phones, 576px and up*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .job-offered-margin {
        margin-top: -90px;
        margin-bottom: 20px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .job-offered-margin {
        margin-top: 0;
        margin-bottom: 20px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .job-offered-margin {
        margin-top: -90px;
        margin-bottom: 20px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .job-offered-margin {
        margin-top: -90px;
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .job-offered-margin {
        margin-top: -90px;
        margin-bottom: 20px;
    }
}

html * {
    font-family: projectFont, sans-serif !important;
}

.bold-text {
    font-weight: bold;
}

#playgames * {
    font-family: 'Noto Sans JP',Arial,Helvetica,sans-serif!important;
}

#playgames a:hover {
	opacity: 0.7;
}

#playgames {
	padding: 0 0 180px;
	color: #646776;
	overflow: hidden;
}
#playgames .section_inner {
	display: grid;
	grid-template-columns: 1fr 40%;
	justify-content: space-between;
	align-items: center;
    max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}

#playgames .section_inner .head_area {
	z-index: 1;
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	align-self: self-end;
	padding-bottom: 50px;
	margin-bottom: 24px;
	position: relative;
}
#playgames .section_inner .head_area::after {
	position: absolute;
	content: "";
	width: 95px;
	height: 3px;
	background-color: #fd9d53;
	border-radius: 2px;
	bottom: 0;
}
#playgames .section_inner .head_area .section_title {
	font-size: 50px;
	font-weight: bold;
	margin-top: 0;
}
#playgames .section_inner .head_area .section_title::before {
	display: none;
}
#playgames .section_inner .head_area .lead_text {
	color: #313d87;
	font-size: 22px;
}
#playgames .section_inner .head_area .lead_text .strong_text {
	color: #636775;
	font-weight: bold;
}
#playgames .section_inner .text_area {
	z-index: 1;
	grid-column: 1 / 2;
	grid-row: 3 / 6;
	align-self: self-start;
}
#playgames .section_inner .text_area .copy_text {
	color: #313d87;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#playgames .section_inner .text_area p {
	font-size: 17px;
}
#playgames .section_inner .text_area > p + p {
	margin-top: 1em;
}
#playgames .section_inner .text_area .detail_btns {
	display: flex;
	justify-content: space-between;
	margin-top: 35px;
}
#playgames .section_inner .text_area .detail_btns > li {
	width: 50%;
	max-width: 230px;
}
#playgames .section_inner .text_area .detail_btns > li a {
	color: #ffffff;
	background-color: #f79309;
	display: block;
	width: 100%;
	position: relative;
	border-radius: 8px;
	padding: 15px 15px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
#playgames .section_inner .image_area {
	flex: 1;
	grid-row: 1 / 6;
	height: 715px;
	position: relative;
}
#playgames .section_inner .image_area img {
	position: absolute;
	left: 0;
	width: auto;
    max-width: unset;
}
/**/
#playgames .section_title {
	color: #313e87;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 25px;
	position: relative;
	padding-top: 20px;
}
#playgames .section_title:before {
	position: absolute;
	content: "";
	width: 95px;
	height: 3px;
	background-color: #fd9d53;
	border-radius: 2px;
	top: 0;
}

@media only screen and (max-width: 767px) {
	#playgames {
		padding-top: 11.734vw;
		padding-bottom: 17.6vw;
        font-size: 3.5vw;
	}
	#playgames .section_inner {
		grid-template-columns: 1fr;
        padding: 0 2.608vw;
	}
	#playgames .section_inner .head_area {
		width: 100%;
		grid-row: auto;
		padding-bottom: 4.563vw;
		margin-bottom: 6.518vw;
	}
	#playgames .section_inner .head_area::after {
		width: 19.557vw;
		height: 0.391vw;
		left: 50%;
		transform: translateX(-50%);
	}
	#playgames .section_inner .head_area .section_title {
		font-size: 7.432vw;
	}
	#playgames .section_inner .head_area .lead_text {
		font-size: 3.911vw;
		text-align: center;
	}
	#playgames .section_inner .text_area {
		width: 100%;
		grid-row: auto;
		margin-top: 8.475vw;
		position: relative;
	}
	#playgames .section_inner .text_area::after {
		background: url(/images/jobseeker/common/bg_playgames.png) no-repeat center top;
		background-size: 100% auto;
		content: "";
		width: 65.841vw;
		height: 22.034vw;
		position: absolute;
		left: 50%;
		bottom: 7.171vw;
		transform: translateX(-50%);
	}
	#playgames .section_inner .text_area .copy_text {
		font-size: 5.215vw;
		margin-bottom: 10px;
	}
	#playgames .section_inner .text_area > p {
		font-size: 3.911vw;
		text-align: center;
		position: relative;
		z-index: 2;
	}
	#playgames .section_inner .text_area .detail_btns {
		width: 50vw;
		margin: 7.171vw auto 0;
		flex-direction: column;
	}
	#playgames .section_inner .text_area .detail_btns > li {
		width: 100%;
		max-width: none;
		margin-top: 4.563vw;
	}
	#playgames .section_inner .text_area .detail_btns > li:first-child {
		margin-top: 0;
	}
	#playgames .section_inner .text_area .detail_btns > li a {
		width: 100%;
		border-radius: 1.304vw;
		padding: 3.129vw 3.259vw;
		font-size: 4.172vw;
	}
	#playgames .section_inner .image_area {
		grid-row: auto;
		height: auto;
		width: 100%;
		margin: 0;
	}
	#playgames .section_inner .image_area img {
		position: relative;
		width: 100%;
        max-width: unset;
	}

	#playgames .section_title {
		font-size: 7.432vw;
		line-height: 1.1;
		text-align: center;
		padding-top: 2.608vw;
	}
	#playgames .section_title:before {
		width: 19.557vw;
		height: 0.391vw;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

#copy {
	margin-top: 0;
}

#copy {
	padding: 0 0 100px;
	color: #646776;
	overflow: hidden;
	margin-top: 60px;
    position: relative;
}

#copy .section_inner {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	z-index: 2;
    max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}
#copy .section_inner .text_area {
	width: 60%;
	z-index: 1;
}
#copy .section_inner .section_title {
	font-weight: bold;
	margin-bottom: 10px;
}
#copy .section_inner .section_title::before {
	display: none;
}
#copy .section_inner .text_area p {
	font-size: 18px;
}
#copy .section_inner .image_area {
	flex: 1;
	height: 462px;
	position: relative;
	margin: 0 80px 0 -65px;
}
#copy .section_inner .image_area img {
	position: absolute;
	left: 0;
	width: auto;
	max-width: 100%;
}

#copy .section_title {
	color: #313e87;
	font-size: 38px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 25px;
	position: relative;
	padding-top: 20px;
}
#copy .section_title:before {
	position: absolute;
	content: "";
	width: 95px;
	height: 3px;
	background-color: #fd9d53;
	border-radius: 2px;
	top: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1139px) {
	#copy .section_inner .image_area {
		height: 40.562vw;
		margin-right: 0;
	}
	#copy .section_inner .image_area img {
		height: 100%;
	}
	#copy .section_inner .text_area {
		width: calc( 100% - ((381vw / 1139) * 100 ));
	}
}
@media only screen and (max-width: 767px) {
	#copy {
		padding-top: 7.823vw;
		padding-bottom: 14.342vw;
		margin-top: 10.43vw;
        font-size: 3.5vw;
	}	
	#copy .section_inner {
		flex-direction: column-reverse;
        padding: 0 2.608vw;
	}
	#copy .section_inner .text_area {
		width: 100%;
		padding-top: 0;
		text-align: center;
	}
	#copy .section_inner .text_area > p {
		margin: 0 auto;
		font-size: 3.65vw;
		text-align: center;
	}
	#copy .section_inner .image_area {
		height: auto;
		width: 49.544vw;
		margin: -6.519vw auto 0;
		position: relative;
	}
	#copy .section_inner .image_area img {
		position: relative;
	}
	#copy.bg_line::before,
	#copy.bg_line::after {
		height: 7.823vw;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#copy.bg_line::after {
		bottom: 0;
	}

	#copy .section_title {
		font-size: 7.432vw;
		line-height: 1.1;
		text-align: center;
		padding-top: 2.608vw;
	}
	#copy .section_title:before {
		width: 19.557vw;
		height: 0.391vw;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

/* NEW FOOTER SEEKER */
footer {
    background: none!important;
}

.seeker-footer {
    background: #33A8ED;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 72px 8px;
}

.seeker-footer .logo-signin-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 52px;
    max-width: 1176px;
    margin-left: auto;
    margin-right: auto;
}

.seeker-footer .logo-container {
    width: fit-content;
    margin-right: 12px;
    text-align: center;
}

.seeker-footer .wj-logo {
    margin-bottom: 8px;
    width: 343px;
    height: 52px;
}

.seeker-footer .wj-logo-title {
    color: #FFF;
    font-size: 24px;
    font-family: 'Noto Sans JP'!important;
    font-weight: 300;
    letter-spacing: -0.456px;
}

.seeker-footer .signin-btn {
    border-radius: 100px;
    background: #EF7679;
    display: flex;
    color: #FFF;
    font-size: 24px;
    font-family: "Noto Sans JP"!important;
    font-weight: 500;
    letter-spacing: 0.8px;
    border: none;
    height: fit-content;

    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    align-self: end;
}

.seeker-footer .signin-arrow {
    height: 24px;
    width: auto;
}

.seeker-footer .signin-btn:hover {
    color: #FFF;
    background: #ce6162;
}

.seeker-footer .signin-arrow {

}

.seeker-footer .seeker-main-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 48px;
    max-width: 1176px;
    margin-left: auto;
    margin-right: auto;
}

.seeker-footer .seeker-desc {
    color: #FFF;
    font-size: 20px;
    font-family: "Noto Sans JP"!important;
    line-height: 31px;
    letter-spacing: 0.4px;
    max-width: 347.402px;
    font-weight: 300;
    margin-right: 80px;
    opacity: 0.8;
}

.seeker-footer .link-main-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 347.402px - 80px);
    flex-wrap: wrap;
}

.seeker-footer .link-container-multi {
    display: flex;
    flex-direction: column;
}

.seeker-footer .link-container-multi .link-container:not(:first-child) {
    margin-top: 44px;
}

.seeker-footer .link-container {
    display: flex;
    flex-direction: column;
}

.seeker-footer .link-title {
    color: #FAFAFA;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-weight: 700;
    line-height: 22.4px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.seeker-footer .seeker-link {
    color: #FFF;
    font-size: 16px;
    font-family: "Noto Sans JP"!important;
    font-weight: 400;
    line-height: 22.4px;
    padding-bottom: 24px;
    display: block;
}

.seeker-footer .hidden {
    display: none!important;
}

.seeker-footer .seeker-link:hover {
    color: #ffffff;
}

.seeker-footer .checkbox-toggle {
    display: none;
}

.social-download-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    background: #33A8ED;
    padding-top: 54px;
    padding-bottom: 54px;
    justify-content: space-evenly;
    gap: 48px;
}

.social-container {
    display: flex;
    flex-direction: row;
    width: fit-content;
    min-width: 325px;
}

.social-container a {
    margin-right: 18px;
    position: relative;
}

.social-container div {
    position: absolute;
    margin: 8px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    z-index: 0;
}

.social-container a img {
    position: relative;
    height: auto;
    z-index: 1;
    height: 44px;
}

.download-container {
    display: flex;
    flex-direction: row;
}

.download-container a {
    margin-right: 36px;
}

.download-container a img {
    height: 44px;
    width: auto;
}

#copyright {
    color: #FFF;
    font-size: 16px;
    font-family: "Noto Sans JP"!important;
    line-height: 31px;
    letter-spacing: 0.4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.59);
    background: #33A8ED;
}

#copyright span {
    opacity: 0.8;
}

@media only screen and (max-width: 1128px) {
    .seeker-footer {
        padding: 72px 72px;
    }

    .seeker-footer .seeker-desc {
        max-width: 100%;
        margin: 0;
        margin-bottom: 48px;
    }
    .seeker-footer .link-main-container {
        width: 100%;
    }

    .seeker-footer .social-container {
        margin-right: 0px;
    }

    .seeker-footer .download-container {
        justify-content: flex-end;
        width: 100%;
    }

    .seeker-footer .download-container a {
        margin: 0;
        margin-left: 24px;
    }

    .seeker-footer .download-container a img {
        height: 44px;
    }
}

@media only screen and (max-width: 769px) {
    .seeker-footer .social-container {
        min-width: 250px;
    }

    .seeker-footer .social-container a{
        margin-right: 6px;
    }

    .seeker-footer .download-container a{
        margin-left: 8px;
    }

    .seeker-footer .link-container, .seeker-footer .link-container-multi {
        width: 100%;
    }

    .seeker-footer .link-container-multi .link-container:not(:first-child) {
        margin-top: 0px;
    }

    .seeker-footer .seeker-link {
        display: none;
    }
    
    .seeker-footer .checkbox-toggle:checked ~ .seeker-links .seeker-link {
    display: block;
    }
    
    .seeker-footer .link-title::after {
        content: "+";
        display: inline-block;
        position: absolute;
        right: 0;
        margin-left: 5px;
        margin-right: 72px;
        font-size: 24px;
    }

    .seeker-footer .checkbox-toggle:checked ~ .seeker-footer .link-title::after {
        content: "-";
    }

    .seeker-footer .link-title {
        border-bottom: 1px solid #fff;
        margin-top: 12px;
    }

    .seeker-footer .logo-signin-container {
        flex-wrap: wrap;
        justify-content: center;
    }

    .seeker-footer .logo-container {
        margin-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 645px) {
    .seeker-footer {
        padding: 26px 26px;
    }
    
    .seeker-footer .seeker-desc {
        font-size: 12px;
        line-height: 18px;
    }

    .seeker-footer .seeker-main-container {
        margin-bottom: 24px;
    }

    .seeker-footer .link-title::after {
        margin-right: 26px;
    }

    .seeker-footer .link-title {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .seeker-footer .seeker-link {
        font-size: 14px;
        padding-bottom: 12px;
    }

    .sign-in-footer-cta {
        color: #FFF;
        font-family: "Noto Sans JP"!important;
        font-size: 12px;
        font-weight: 500;
        border-bottom: 2px solid #FFF;
        padding: 5px 12px;
    }

    .sign-in-footer-cta:hover {
        color: #e8e8e8;
    }

    .social-download-container {
        flex-wrap: wrap;
        gap: 0px;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .social-container {
        width: 100%;
        justify-content: space-evenly;
        margin-bottom: 24px;
    }

    .download-container {
        width: 100%;
        justify-content: space-evenly;
    }

    .download-container a img {
        height: 38px;
    }

    #copyright {
        font-size: 12px;
        padding: 8px;
    }

    .seeker-footer .logo-signin-container {
        justify-content: start;
        margin-bottom: 0;
    }

    .seeker-footer .logo-container {
        text-align: center;
    }

    .seeker-footer .wj-logo {
        width: 166px;
        height: 25px;
        margin-bottom: 0;
    }

    .seeker-footer .wj-logo-title {
        font-size: 11px;
        letter-spacing: -0.209px;
    }

    .seeker-footer .signin-btn {
        font-size: 18px;
        padding: 8px 24px;
    }

    .seeker-footer .signin-arrow {
        height: 18px;
    }
}

/* NEW HEADER SEEKER */

header {
    padding: 20px 0 15px;
    position: sticky;
}

.seeker-header {
    width: 100%;
    margin: 0 auto;
    padding: 0 112px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.seeker-header .logo-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
}

.seeker-header .header-logo {
    height: 30.5px;
    width: auto;
    margin-bottom: 2px;
}

.seeker-header .header-text1 {
    color: #5F5F5F;
    font-size: 16px;
    font-family: Noto Sans JP!important;
    font-weight: 400;
    letter-spacing: -0.304px;
}

.seeker-header .header-text2 {
    color: #373737;
    font-size: 12px;
    font-family: "Noto Sans JP"!important;
    letter-spacing: 0.2px;
    opacity: 0.8;
}

.seeker-header .language-box {
    position: relative;
    padding: 12px 0px;
    display: flex;
    justify-content: center;
}

.seeker-header .language-row .language-icon {
    width: 24px;
    height: 24px;
}

.seeker-header .language-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 8px;
    width: 100%;
    color: #000;
    font-family: Noto Sans JP!important;
    font-size: 12px;
    font-weight: 350;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.seeker-header .language-main {
    border-radius: 8px;
    background-color: #FFF;
    padding: 10px 20px;
    box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.10), 2px 2px 2px 0px rgba(0, 0, 0, 0.10);
    color: #33A8ED;
    font-family: Noto Sans JP!important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.seeker-header .language-content {
    display: none;
    position: absolute;
    border-radius: 4px;
    background: #FFF;
    flex-direction: column;
    min-width: max-content;
    box-shadow: -2px 0px 4px 0px rgba(0, 0, 0, 0.15), 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
    top: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.seeker-header .language-box-open .language-content {
    display: flex;
}

.seeker-header .language-box:hover .language-content {
    display: flex;
}

.seeker-header .language-box:checked .language-content {
    display: flex;
}

.seeker-header .language-box .language-content .language-row {
    padding: 2.5px 8px;
}
.seeker-header .language-box .language-content .language-row:hover {
    background-color: #dadada;
}

.seeker-header .signin-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.seeker-header .signin-btn {
    border-radius: 8px;
    background: #33A8ED;
    color: #FFF;
    font-size: 18px;
    font-family: Noto Sans JP!important;
    font-weight: 500;
    letter-spacing: 0.1px;
    border: none;

    padding: 10px 32px;

    align-self: end;
    white-space: nowrap;
}

.seeker-header .signup-btn {
    color: #33A8ED;
    font-size: 18px;
    font-family: Noto Sans JP!important;
    font-weight: 700;
    letter-spacing: 0.1px;
    border: none;

    padding: 10px 32px;

    align-self: end;
    white-space: nowrap;
}

.seeker-header .signin-arrow {
    height: 18px;
    width: auto;
}

.seeker-header .signin-btn:hover {
    color: #FFF;
    background: #2c9ada;
}

@media only screen and (max-width: 1128px) {
    .seeker-header {
        padding: 0 72px;
    }
}
@media only screen and (max-width: 800px) {
    header {
        padding: 12px 0 12px;
    }

    .seeker-header {
        padding: 0 26px;
        line-height: 1.2;
    }
    .seeker-header .header-logo {
        height: 12.85px;
        margin-bottom: 1px;
    }
    
    .seeker-header .header-text1 {
        color: #373737;
        font-size: 7px;
        letter-spacing: -0.133px;
        font-weight: 700;
    }
    .seeker-header .language-row .language-icon {
        width: 16px;
        height: 16px;
    }

    .seeker-header .language-box {
        padding: 0px;
    
    }
    .seeker-header .language-row { 
        font-size: 10px;
    }

    .seeker-header .language-content {
        top: calc(100% + 12px);
    }

    .seeker-header .language-main {
        font-size: 12px;
        padding: 8px 16px;
    }
    
    .seeker-header .header-text2 {
        font-size: 8px;
    }

    .seeker-header .signin-btn {
        font-size: 12px;
        padding: 8px 16px;
    }

    .seeker-header .signup-btn {
        display: none;
    }
    
    .seeker-header .signin-arrow {
        height: 14px;
    }
}

/* EMPLOYER FOOTER */

.emp-footer {
    background: #FFF;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 72px 8px;
    text-align: left;
    max-width: 1176px;
    margin-left: auto;
    margin-right: auto;
}

.emp-footer a {
    margin: 0;
}

.emp-footer .logo-container {
    width: fit-content;
    margin-right: 12px;
    text-align: center;
    margin-bottom: 52px;
    text-align: center;
}

.emp-footer .wj-logo {
    margin-bottom: 8px;
    width: 343px;
    height: 52px;
}

.emp-footer .wj-logo-title {
    color: #373737!important;
    font-size: 24px;
    font-family: "Noto Sans JP"!important;
    font-weight: 500;
    letter-spacing: -0.144px;
    opacity: 0.8;
}

.emp-footer .emp-main-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.emp-footer .link-container-multi {
    display: flex;
    flex-direction: column;
}

.emp-footer .link-container-multi .link-container:not(:first-child) {
    margin-top: 44px;
}

.emp-footer .link-container {
    display: flex;
    flex-direction: column;
}

.emp-footer .link-title {
    color: #373737!important;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-weight: 700;
    line-height: 22.4px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.emp-footer .emp-link {
    color: #373737!important;
    font-size: 16px;
    font-family: "Noto Sans JP"!important;
    font-weight: 400;
    line-height: 22.4px;
    padding-bottom: 24px;
    display: block;
}

.emp-footer .hidden {
    display: none!important;
}

.emp-footer .emp-link:hover {
    color: #b6b6b6!important;
}

.emp-footer .checkbox-toggle {
    display: none;
}

#copyright {
    color: #FFF!important;
    font-size: 16px;
    font-family: "Noto Sans JP"!important;
    line-height: 31px;
    letter-spacing: 0.4px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.59);
    background: #33A8ED;
    font-weight: 400!important;
}

#copyright span {
    opacity: 0.8;
}

.emp-footer .redirect-buttons-container {
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   width: 100%;
   max-width: 1176px;
   margin-bottom: 90px;
}

.emp-arrow-link {
    color: #33A8ED;
    font-family: "Noto Sans JP"!important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 8px;
}

.emp-arrow-link:hover {
    color: #329fde;
}

.emp-arrow-link svg {
    width: 32px;
    height: 32px;
}

.emp-footer .redirect-buttons-container a {
    color: #08105D;

    font-family: "Noto Sans JP"!important;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    border-bottom: 2px solid #08105D;
    padding: 0 16px;
}

/* .emp-footer .redirect-buttons-container a:not(:last-child) {
    margin-right: 32px;
} */

/* .emp-footer .redirect-buttons-container .btn1 {
    background: #4C47B2;
}

.emp-footer .redirect-buttons-container .btn2 {
    background: #E1696C;
}

.emp-footer .redirect-buttons-container .btn3 {
    background: #846AF7;
}

.emp-footer .redirect-buttons-container .btn4 {
    background: #F49E54;
}

.emp-footer .redirect-buttons-container .btn5 {
    background: #52C0DD;
} */

@media only screen and (max-width: 1128px) {
    .emp-footer {
        padding: 72px 72px;
    }

    .emp-arrow-link {
        font-size: 12px;
        gap: 4px;
    }

    .emp-arrow-link svg {
        width: 20px;
        height: 20px;
    }

    .emp-footer .redirect-buttons-container {
        row-gap: 28px;
        column-gap: 12px;
        margin-bottom: 40px;
    }

    .emp-footer .redirect-buttons-container a {
        /* width: 40%;
        flex: none;
        margin: 12px 0; */
    }
}

@media only screen and (max-width: 769px) {
    .emp-footer .link-container, .emp-footer .link-container-multi {
        width: 100%;
    }

    .emp-footer .link-container-multi .link-container:not(:first-child) {
        margin-top: 0px;
    }

    .emp-footer .link-title {
        border-bottom: 1px solid #373737;
        text-decoration-line: none;
    }

    .emp-footer .emp-link {
        display: none;
    }
    
    .emp-footer .checkbox-toggle:checked ~ .emp-links .emp-link {
    display: block;
    }
    
    .emp-footer .link-title::after {
        content: "+";
        display: inline-block;
        position: absolute;
        right: 0;
        margin-left: 5px;
        margin-right: 72px;
        text-decoration: none;
        font-size: 24px;
    }

    .emp-footer .checkbox-toggle:checked ~ .emp-footer .link-title::after {
        content: "-";
    }

    .emp-footer .link-title {
        margin-top: 12px;
    }

    .emp-footer .logo-container {
        margin-right: auto;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 645px) {
    .emp-footer {
        padding: 26px 26px;
    }

    .emp-footer .emp-main-container {
        margin-bottom: 60px;
    }

    .emp-footer .link-title::after {
        margin-right: 26px;
    }

    .emp-footer .link-title {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .emp-footer .emp-link {
        font-size: 14px;
        padding-bottom: 12px;
    }

    #copyright {
        font-size: 12px;
        padding: 8px;
    }

    .emp-footer .logo-container {
        text-align: center;
    }

    .emp-footer .wj-logo {
        width: 166.727px;
        height: 25.23px;
        margin-bottom: 4px;
    }

    .emp-footer .wj-logo-title {
        font-size: 13px;
        letter-spacing: -0.78px;
    }

    .emp-footer .redirect-buttons-container a {
        font-size: 12px;
        flex: 1 1 35%;
        max-width: fit-content;
        margin: auto;
        text-wrap: nowrap;
    }

    /* .emp-footer .redirect-buttons-container a:not(:last-child) {
        margin-right: 0px;
    } */
}

/* NEW JOB LIST STYLE */

.job-list-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 34px 30px 24px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.job-list-container .list-title {
    color: #322599;
    font-size: 36px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.job-list-container .list-title-underline {
    width: 89px;
    height: 3px;
    background: #FD9D53;
}

.job-list-container .jobs-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 24px;
    margin-bottom: 38px;
    max-width: 1440px;
    width: 100%;
}

.no-job-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
}

.job-list-container .no-job-text {
    color: #08105D;
    text-align: center;
    font-family: "Noto Sans JP"!important;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0.1px;
    margin-top: 100px;
}

.job-list-container .no-job-subtext {
    color: #08105D;
    text-align: center;
    font-family: "Noto Sans JP"!important;
    font-size: 24px;
    font-weight: 500;
    line-height: 52px;
    letter-spacing: 0.1px;
}

.no-job-img {
    margin-top: 47px;
    width: 155.727px;
    height: 218.335px;
}

.no-job-cta {
    border-radius: 8px;
    background: #FFBE00;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 16px;

    color: #FFF;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin-top: 47px;
}

.no-job-cta:hover {
    color: #FFF;
    background: #eab103;
}

.job-list-container .job-card-container {
    flex: 1 0 25%;
    max-width: calc((100% - 48px)/3);
}

@media only screen and (max-width: 956px) {
    .job-list-container .job-card-container {
        flex: 1 0 33%;
        max-width: 50%;
    }

    .job-list-container .list-title {
        line-height: 50px;
    }
}

.job-list-container .view-all-jobs {
    border-radius: 75px;
    background: #33A8ED;
    box-shadow: 0px 3px 20px 0px rgba(39, 38, 81, 0.19);
    padding: 12px 15px;
    margin-bottom: 57px;

    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    text-decoration: none;
}

.job-list-container .view-all-jobs:hover {
    background: #2e9bda;
    color: #FFF;
}

.job-list-container .pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: "Noto Sans JP"!important;
    font-size: 18px;
    max-width: 1440px;
    flex-wrap: wrap;
}

.job-list-container .paginated-by {
    color: #373737;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: 31px;
    letter-spacing: 0.48px;
    opacity: 0.8;
}

.job-list-container .paginated-by .pagination-select {
    background: #FFF;
    padding: 4px 12px;
    color: #373737;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 700!important;
    line-height: 31px;
    letter-spacing: 0.48px;
    opacity: 0.8;
}

.job-list-container .paginated-by .total-pages {
    color: #373737;
    font-size: 18px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 400!important;
    line-height: 31px;
    letter-spacing: 0.48px;
    opacity: 0.8;
}

.job-list-container .pagination-controller {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 20px!important;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 8px;
    background: #FFF;
    padding: 8px;
}

.pagination-controller .pagination-link {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 20px!important;
    font-weight: 400!important;
    border: none;
    padding: 0;
    margin: 0;
    height: 38px;
}

.pagination-controller .pagination-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pagination-controller .current-page-button, .pagination-controller .current-page-button:hover {
    color: #33A8ED;
    font-family: "Noto Sans JP"!important;
    font-size: 24px!important;
    font-weight: 500!important;
}

.pagination-controller .pagination-next {
    background-color: #33A8ED;
    border-radius: 100%;
    min-width: 38px!important;
    width: 38px!important;
    height: 38px!important;
    border: none;
    order: unset;
    position: relative;
}

.pagination-next svg {
    position: absolute;
}

@media only screen and (max-width: 1128px) {

    .job-list-container .paginated-by {
        font-size: 14px;
    }

    .job-list-container .paginated-by .pagination-select {
        font-size: 14px;
    }

    .job-list-container .paginated-by .total-pages {
        font-size: 14px;
    }

    .pagination-arrow {
        font-size: 12px!important;
        padding: 2px 6px!important;
        margin: 0!important;
    }

    .pagination-link {
        font-size: 12px!important;
        /* padding: 2px 6px!important; */
        margin: 0!important;
    }

    .pagination-ellipsis { 
        font-size: 12px!important;
        margin: 0!important;
    }
}

@media only screen and (max-width: 645px) {
    .job-list-container {
        padding: 16px 8px 24px;
    }

    .job-list-container .pagination-container {
        justify-content: center;
        gap: 16px;
        flex-direction: column;
    }

    .job-list-container .no-job-text {
        margin-top: 12px;
    }
}

/* NEW JOB LIST CARD STYLE */

.job-card {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 20px 20px 50px 1px rgba(43, 63, 115, 0.11);
    height: 100%;
}

.job-card .job-image-container {
    position: relative;
}

.job-card .job-image {
    height: 271px;
    border-radius: 20px 20px 0px 0px;
    object-fit: cover;
    width: 100%;
}
.job-card:hover {
    cursor: pointer;
    background:rgb(237, 237, 237);
    box-shadow: 20px 20px 50px 1px rgba(43, 63, 115, 0.228);
}

.job-card .job-type {
    position: absolute;
    bottom: 12px;
    left: 12px;
    display: inline-flex;
    padding: 8px 12px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    color: #FFF;
    font-size: 12px;
    font-family: Noto Sans JP!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.job-data-container {
    padding: 24px;
    height: calc(100% - 271px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.job-card .job-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
}

.job-card .job-title-main {
    color: #373737;
    font-size: 18px;
    font-family: Noto Sans JP!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    padding-bottom: 8px;
}

.job-card .job-title-sub {
    color: #373737;
    font-size: 18px;
    font-family: Noto Sans JP!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.48px;
    padding-bottom: 16px;
}

.job-card .job-station {
    color: #373737;
    font-size: 15px;
    font-family: Noto Sans JP!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    white-space: wrap!important;
}

.job-card .job-station-icon {
    width: 20px;
    height: auto;
}

.job-card .job-salary {
    color: #373737;
    font-size: 15px;
    font-family: Noto Sans JP!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.job-card .job-salary-icon {
    width: 20px;
    height: auto;
}

.job-card .job-merit-container {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding-bottom: 20px;
}

.job-card .job-merit {
    border-radius: 38px;
    background: rgba(123, 112, 247, 0.20);
    padding: 9px 12px;
    align-items: flex-start;
    color: #7B70F7;
    font-size: 12px;
    font-family: Noto Sans JP!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
}

.job-card .job-view-btn {
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 75px;
    background: #33A8ED;
    box-shadow: 0px 3px 20px 0px rgba(39, 38, 81, 0.19);

    color: #FFF;
    font-size: 14px;
    font-family: Noto Sans JP!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.36px;
    width: fit-content;
}

.change-language-main {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.change-language-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 28px 24px 0;
}

.change-language-image {
    width: 50%;
    height: auto;

}

.change-language-data {
    display: flex;
    flex-direction: column;
    padding: 54px 76px;
    padding-top: 0;
    padding-right: 0;
}

.change-language-title {
    color: #08105D;

    font-family: "Noto Sans JP"!important;
    font-size: 34px;
    font-weight: 700;
}

.change-language-sub {
    color: #000;
    text-align: justify;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 400;
}

.change-language-get-started {
    border-radius: 8px;
    border: 1.5px solid #33A8ED;
    background: #33A8ED;
    padding: 8px 18px;
    color: #FFF;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 700;

    width: fit-content;
    margin: 18px 0 30px;
}

.change-language-get-started:hover {
    background: #2f9bdb;
    color: #FFF;
}

.change-languages-box {
    border-radius: 16px;
    border: 2px solid #33A8ED;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding: 8px 24px 22px;
}

.change-languages-title {
    color: #08105D;

    font-family: "Noto Sans JP"!important;
    font-size: 24px;
    font-weight: 700;
    margin-right: auto;
}

.change-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    
}

.change-language {
    color: #FFF;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    padding: 8px 18px;
    border-radius: 8px;
}

.is-current {
    background: #1C9EFE;
}

.is-current:hover {
    color: #FFF;
    background: #1688da;
} 

.is-not-current {
    border: 1.8px solid #1C9EFE;
    color: #1C9EFE;
    font-weight: 500;
}

.is-not-current:hover {
    background: #e6f4ff;
    color: #1C9EFE;
} 

.wj-banner {
    display: block;
}

.wj-banner-mobile {
    display: none;
}

@media only screen and (max-width: 1128px) {
    .change-language-main {
        /* padding: 48px 72px; */
    }

    .change-language-container {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        padding: 28px 12px 0;
        padding-top: 0;
    }

    .change-language-data {
        padding: 0;
        padding-bottom: 16px;
    }

    .list-title {
        margin-top: 0!important;
    }

    .change-language-title {
        font-size: 20px;
        line-height: 32px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
    }

    .change-language-sub {
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
        margin-left: auto;
        margin-right: auto;
    }

    .change-language-get-started {
        margin-left: auto;
        margin-right: auto;
    }

    .change-language {
        font-size: 12px;
        padding: 6px 16px;
    }

    .change-language-image {
        width: 100%;
    }
}

@media only screen and (max-width: 645px) {
    .change-language-main {
        /* padding: 26px 26px; */
    }

    .change-language-get-started {
        margin-left: auto;
        margin-right: auto;
    }

    .change-languages-box {
        border: none;
        padding: 0;
    }

    .change-languages-title {
        display: none;
    }

    .change-languages {
        gap: 8px;
    }

    .wj-banner {
        display: none;
    }
    
    .wj-banner-mobile {
        display: block;
    }
}

/* JO FILTER STYLING */

.jl-box {

}

.job-page-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.job-page {
    padding: 30px 30px 0 30px;
    max-width: 1440px;
    width: 100%;
}

.job-top-box {
    border-radius: 16px;
    background: #33A8ED;
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding: 20px 36px;
}

.job-top-box .job-top-line {
    background-color: #FFF87D;
    width: 7px;
}

.job-top-box .job-top-text-container {

}

.job-top-text-container .large-text {
    color: #FFF;
    font-family: Noto Sans JP!important;
    font-size: 40px;
    font-weight: 700;
}

.job-top-text-container .small-text {
    color: #FFF;
    font-family: Noto Sans JP!important;
    font-size: 18px;
    font-weight: 400;
}
@media only screen and (max-width: 800px) {
    .job-list-container {
        padding: 16px 8px 24px;
    }
    .job-page {
        padding: 16px 8px 0 8px;
    }
    .job-top-box {
        gap: 12px;
        padding: 10px 16px;
    }
    .job-top-box .job-top-line {
        width: 4px;
    }
    .job-top-text-container .large-text {
        font-size: 20px;
    }

    .job-top-text-container .small-text {
        font-size: 12px;
    }
}

.breadcrumb-container {
    display: flex;
    flex-direction: row;
    margin-left: 22px;
    margin-top: 22px;
    align-items: center;
}

.breadcrumb-container .field-text {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 400;
}

.breadcrumb-container .sep-arrow {
    width: 24px;
    height: 24px;
}

.horizontal-filter-box {
    position: relative;
    width: 100%;
}

.horizontal-filter-container {
    display: flex;
    flex-direction: row;
    gap: 16px;
    overflow: scroll;
    margin-top: 32px;
    scrollbar-width: none;
    
}

.horizontal-filter-box .floating-arrow-container {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 120px;
    background: linear-gradient(270deg, #FFF 33.33%, rgba(255, 255, 255, 0.00) 104.76%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.floating-arrow-container .floating-arrow-cta {
    cursor: pointer;
}

.horizontal-filter-container ::-webkit-scrollbar {
    display: none;
    width: 0px;
  }

.horizontal-filter-container .filter-item {
    border-radius: 47px;
    border: 1.5px solid #33A8ED;
    background: #FFF;
    padding: 8px 24px;
    color: #000;
}

.horizontal-filter-container .filter-item-selected {
    position: sticky;
    border-radius: 47px;
    border: 1.5px solid #33A8ED;
    background: #33A8ED;
    padding: 8px 24px;
    color: #FFF;
    right: 80px;
    left: 0;
}

.horizontal-filter-container .filter-item-text {
    font-family: 'Noto Sans JP'!important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

@media only screen and (max-width: 800px) {
    .horizontal-filter-container {
        gap: 8px;
        margin-top: 16px;
    }

    .horizontal-filter-container .filter-item {
        border: 1px solid #E9E9E9;
        padding: 8px 16px;
    }
    
    .horizontal-filter-container .filter-item-selected {
        border: 1px solid #BBE6FF;
        background: #BBE6FF;
        padding: 8px 16px;
        right: 60px;
    }

    .horizontal-filter-box .floating-arrow-container {
        width: 80px;
    }

    .horizontal-filter-container .filter-item-text {
        font-size: 14px;
        color: #000;
    }
}

.sign-in-backdrop {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(129, 129, 129, 0.70);
    z-index: 9999;
}

.sign-in-box {
    border-radius: 8px;
    border: 2px solid #F1F1F1;
    padding: 0px 24px;
    background: #FFF;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sign-in-close {
    position: absolute;
    right: 9px;
    top: 9px;
    cursor: pointer;
}

.sign-in-close svg {
    width: 24px;
    height: 24px;
}

.sign-in-text {
    color: #08105D;
    text-align: center;
    font-family: "Noto Sans JP"!important;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1px;
    margin-top: 69px;
}

.sign-in-cta {
    border-radius: 8px;
    background: #33A8ED;
    padding: 0px 16px;
    height: 36px;
    color: #FFF!important;
    text-align: center;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.1px;
    margin-top: 44px;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sign-in-cta:hover {
    color: #FFF;
    background: #309cdb;
}

.filter-input-container {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    border: 2px solid #33A8ED;
    padding: 16px;
    justify-content: center;
    gap: 53px;
    margin-top: 27px;
}

.filter-input-container .filter-input-field {
    border-radius: 32px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2px 16px;
    gap: 12px;
    flex: 1;
    visibility: hidden;
    position: relative;
    max-width: 450px;
}

.input-active {
    border: 1px solid #A0DBFD!important;
    background: #BBE6FF!important;
}

.remove-filter-container {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    cursor: pointer;
    z-index: 999;
}

.remove-filter-container svg {
    
}

.filter-input-field .filter-input-icon {
    width: 32px;
    height: 32px;
}

.filter-input-field .selectize-control {
    width: 100%;
}

.filter-input-field .selectize-input {
    box-shadow: none!important;
    background-color: none!important;
}

.filter-input-field  .selectize-dropdown {
    top: 50px!important;
    box-shadow: 0 0px 20px rgba(0, 0, 0, .2)!important;
}

.filter-input-field input {
    color: #4E4E4E;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
.filter-input-field  .selectize-dropdown [data-selectable] {
    border-bottom: 1px solid #ACACAC;
    margin: 0 34px;
    padding: 12px 0;
    background-color: #FFF!important;
    color: #000;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.176px;
}

.filter-input-field .filter-input-text {

}

.filter-input-field .filter-input-close {

}

.job-title-main {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.job-title-applied {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title-text-container {
    display: flex;
    flex-direction: column;
}

.title-text-container .title-text {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.title-text-container .title-underline {
    width: 100%;
    height: 4px;
    background-color: #FFF87D;
    margin-top: 4px;
}
.job-title-applied .title-underline {
    max-width: 78px;
    transform: translateX(-8px);
}

.job-list-language {
    padding: 42px 112px 48px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.job-ll-title {
    color: #FFF;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; /* 125% */
    margin-bottom: 26px;
}

.job-ll-container {
    border-radius: 8px;
    border: 1px solid  #FFF;
    display: flex;
    max-width: 780px;
    padding: 26px 32px;
    gap: 15px;
}

.job-ll-container-title {
    color: #FFF;

    font-family: Noto Sans JP!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;

    min-width: 67px;
}

.ll-change-languages {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-right: 43px;
}

.ll-change-language {
    color: #373737;

    /* Desktop/Body regular */
    font-family: Noto Sans JP!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */

    padding: 8px 30px;
    
    border-radius: 8px;
    background: #F3F3F3;
    box-shadow: 0px 2px 2px 0px #FFF inset, 0px -2px 2px 0px rgba(0, 0, 0, 0.25) inset;
}

.ll-change-language:hover {
    background: #dfdfdf;
} 

.job-filter-box {
    border-radius: 12px;
    background: #FD9D53;
    box-shadow: 0px 9px 50px 0px rgba(51, 168, 237, 0.20);
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 46px 38px 53px;
    max-width: 1440px;
}

.job-filter-box .job-filter-title-container {
    border-left: 6px solid #FFF87D;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
    padding-left: 12px;
}

.job-filter-box .job-filter-title {
    color: #FFF;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; /* 125% */
}

.job-filter-box .job-filter-subtitle {
    color: #FFF;
    font-family: Noto Sans JP!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 127.273% */
}

.job-filter-container {
    display: flex;
    gap: 22px;
    align-items: flex-end;
    width: -webkit-fill-available;
    justify-content: flex-start;
    margin-left: 48px;
    margin-right: 53px;
}

.job-filter-inp {
    display: flex;
    flex-direction: column;
    width:  calc(50% - 80px);
    visibility: hidden;
}

.job-filter-inp-title {
    color: #FFF;
    font-family: Noto Sans JP!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 127.273% */
    margin-bottom: 8px;
}

.job-filter-select {
    color: #000;

    /* Desktop/Body small 14 */
    font-family: Noto Sans JP!important;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px; /* 142.857% */
    width: 100%;
}

.selectize-input {
    border: none!important;
    border-radius: 7px!important;
    background: none!important;
    line-height: 25px!important;
    display: flex!important;
    flex-direction: row;
}

.selectize-input input, .selectize-input .item {
    color: #4E4E4E!important;
    letter-spacing: 0.4px!important;
    font-family: "Noto Sans JP"!important;
    font-size: 14px!important;
    text-wrap: nowrap;
}

.selectize-input input {
    width: 100%!important;
}

.selectize-input:after {
    border-color: transparent transparent transparent transparent!important;
    border-radius: 24px;
}

.selectize-input.dropdown-active:after {
    border-color: transparent transparent transparent transparent!important;
}

.selectize-dropdown {
    border-radius: 6px!important;
    overflow: hidden!important;
    margin-top: 8px!important;
    border: none!important;
}

.selectize-dropdown-content::-webkit-scrollbar {
    width: 16px!important;
}

.selectize-dropdown-content::-webkit-scrollbar-track {
    border-radius: 3px!important;
    background: #F3F3F3!important;
    border-left: 6px solid transparent!important;
    border-right: 6px solid transparent!important;
    background-clip: padding-box!important;
    margin: 12px 0!important;
}

.selectize-dropdown-content::-webkit-scrollbar-thumb {
    background-color: #33A8ED!important;
    border-radius: 120px!important;
    width: 6px!important;
    border: 4px solid rgba(0, 0, 0, 0)!important;
    background: content-box;
}

.selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
    background-color: #33A8ED!important;
}

.selectize-dropdown .selected {
    background: #33A8ED!important;
    border-radius: 5px!important;
}

.selectize-dropdown .active:not(.selected) {
    /* border-radius: 5px!important;
    background: #E2F5FF!important;*/
    color: #33A8ED!important; 
}

.selectize-input::before {
    content: none!important;
}

.filter-apply-btn {
    border-radius: 8px;
    background: #33A8ED;

    color: #FFF;

    font-family: Noto Sans JP!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    padding: 12px 43px;
    height: fit-content;
    white-space: nowrap;
}

.filter-apply-btn:hover {
    color: #FFF;
    background: #2c97d4;
}

.job-filter-bottom-line {
    width: 100%;
    height: 8px;
    background: #33A8ED;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.popular-job-box {
    display: flex;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.40) 0%, rgba(255, 255, 255, 0.10) 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 9px 50px 0px rgba(51, 168, 237, 0.20);
    border-radius: 12px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 42px 38px;
    margin-top: 45px;
    max-width: 1440px;
}

.popular-job-box .job-filter-title-container {
    border-left: 6px solid #EA696C;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 30px;
    padding-left: 12px;
}

.popular-job-box .job-filter-title {
    color: #33A8ED;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; /* 125% */
}

.popular-job-box .job-filter-subtitle {
    color: #373737;
    font-family: Noto Sans JP!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 127.273% */
}

.popular-job-container {
    padding: 0px 39px 52px;
    display: flex;
    flex-wrap: wrap;
    gap: 37px;
    width: 100%;
}

.popular-job {
    color: #FFF;
    /* Desktop/Body bold */
    font-family: Noto Sans JP!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    display: flex;
    align-items: center;
    flex: 1 1 20%;
    flex-wrap: wrap;
    padding: 12px 27px;
    border-radius: 12px;
    background: #33A8ED;
    box-shadow: 0px -2px 3px 0px rgba(0, 0, 0, 0.25) inset, 0px 2px 2px 0px rgba(255, 255, 255, 0.50) inset, 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}

.popular-job:hover {
    color: #FFF;
    background: #2b93cf;
}

.popular-job-img {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: #FFF;
    margin-right: 8px;
    border: 5px solid #fff;
}

.job-list-title-container {
    border-left: 6px solid #EA696C;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 100px;
    width: 100%;
    padding-left: 12px;
    max-width: 1440px;
}

.job-list-title {
    color: #33A8ED;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.job-list-subtitle {
    color: #373737;
    font-family: Noto Sans JP!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
} 

.job-information-box {
    padding: 72px 112px;
}

.job-information-container {
    border-radius: 16px;
    border-bottom: 5px solid #FD6568;
    background: #FFF;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px 36px;
    max-width: 1440px;
    position: relative;
    margin-top: 40px;
}

.md-container {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Noto Sans JP"!important;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.132px;
    padding: 18px 36px;
}

.md-container > * {
	padding-bottom: 8px;
}

.md-container h1 {
    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 24px;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    letter-spacing: -0.264px;
    margin-bottom: 16px;
}

.md-container h2 {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.176px;
}

.md-container h3 {
    color: rgba(0, 0, 0, 0.80);
    font-family: "Noto Sans JP"!important;
    font-size: 12px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.176px;
}

.md-container ol {
    list-style-type: decimal;
    padding-inline-start: 40px;
}

.md-container ul {
    list-style-type: disc;
    padding-inline-start: 40px;
}

.job-information-line {
    height: 100%;
    position: absolute;
    width: 8px; 
    left: 0;
    top: 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #EA696C;
}

.job-information-img {
    position: absolute;
    bottom: 0;
    right: 85px;
    height: 125%;
    width: auto;
}

.job-information-logo {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 49px;
    height: auto;
}

.job-information-main {
    display: flex;
    flex-direction: column;
}

.job-information-title-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 26px;
    margin-bottom: 16px;
}

.job-information-title-line {
    width: 6px;
    height: 46px;
    background-color: #FD6568;
}

.job-information-title {
    color: #08105D;
    font-family: Noto Sans JP!important;
    font-size: 34px;
    font-weight: 700;
}

.job-information-subtitle {
    color: #08105D;

    font-family: Noto Sans JP!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.176px;
    margin-left: 39px;
    margin-bottom: 30px;
    max-width: 500px;
}

.job-information-inp {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
    margin-left: 39px;
}

.job-info-input-box {
    display: flex;
    flex-direction: row;
    border-radius: 32px;
    border: 1px solid #E9E9E9;
    gap: 10px;
    padding: 8px 20px;
    align-items: center;
    overflow: hidden;

    background: #FFF;

    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
}

#email-error {
    margin-left: 6px;
}

.job-information-email-icon {
    width: 32px;
    height: 32px;
}

.job-information-email {
    outline: none;
    color: #4E4E4E;

    /* Desktop/Body regular */
    font-family: Noto Sans JP!important;
    font-size: 16px;
    letter-spacing: 0.4px;
    font-weight: 400;
    border: none;
    width: 337px;
}

.job-information-btn {
    border-radius: 8px;
    background:#33A8ED;

    padding: 10px 32px;

    color: #FFF;

    /* Desktop/Body regular */
    font-family: Noto Sans JP!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.1px;
    border: none;
    cursor: pointer;
    height: fit-content;
}

.job-information-btn:hover {
    transform: scale(1.05);
    color: #FFF;
}

.logo-slider-box {
    padding: 72px 112px;
}

.logo-slider {
    border-radius: 16px;
    border-bottom: 5px solid #FD6568;
    background: #FFF;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px 36px;
    max-width: 1440px;
    overflow: hidden;
    padding-bottom: 57px;
    margin-top: 64px;
}

.slider-line {
    width: 100%;
    height: 8px;
    background: #28C1DD;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.slider-title-container {
    border-left: 6px solid #EA696C;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding-left: 12px;
    max-width: 1440px;
    margin-bottom: 60px;
}

.slider-title {
    color: #33A8ED;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.slider-container {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    justify-content: space-between;
    align-items: center;
    left: 0;
    width: max-content;
    gap: 48px;
}

.slider-box {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 36px;
}

.slider-item {
    height: 48px;
    width: auto;
}

.live-japan-box {
    padding: 72px 112px;
}

.live-japan-container {
    background: linear-gradient(141deg, rgba(255, 255, 255, 0.60) 0%, rgba(255, 255, 255, 0.30) 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0px 9px 50px 0px rgba(51, 168, 237, 0.20);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 42px 38px;
    max-width: 1440px;
    margin-top: 64px;
}

.live-japan-title-container {
    border-left: 6px solid #EA696C;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding-left: 12px;
    max-width: 1440px;
    margin-bottom: 15px;
}

.live-japan-title {
    color: #33A8ED;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.live-japan-subtitle {
    color: #000;
    font-family: Noto Sans JP!important;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 46px;
}

.live-japan-card-container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 51px;
    row-gap: 29px;
}

.live-japan-card {
    flex: 1 1 25%;
    border-radius: 16px;
    border: 2px solid #33A8ED;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(51, 168, 237, 0.20);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    height: 200px;
}

.live-japan-card:hover {
    background: #d9d9d9;
}

.job-card-line {
    width: 100%;
    height: 6px;
    background: #1A9EFF;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.live-japan-card-img {
    width: 80px;
    max-width: 90%;
    height: auto;
}

.live-japan-card-title {
    color: #1A9EFF;
    text-align: center;
    font-family: Noto Sans JP!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 127.273% */
}

.live-japan-card-container .remittance .job-card-line {
    background: #EA696C;
}

.live-japan-card-container .remittance .live-japan-card-title {
    color: #EA696C;
}

.live-japan-card-container .sim-card .job-card-line {
    background: #1A9EFF;
}

.live-japan-card-container .sim-card .live-japan-card-title {
    color: #1A9EFF;
}

.live-japan-card-container .online-course .job-card-line {
    background: #28C1DD;
}

.live-japan-card-container .online-course .live-japan-card-title {
    color: #28C1DD;
}

.live-japan-card-container .credit-card .job-card-line {
    background: #EA696C;
}

.live-japan-card-container .credit-card .live-japan-card-title {
    color: #EA696C;
}

.live-japan-card-container .teaching-english .job-card-line {
    background: #7B70F7;
}

.live-japan-card-container .teaching-english .live-japan-card-title {
    color: #7B70F7;
}

.live-japan-card-container .exp-japan .job-card-line {
    background: #077AFF;
}

.live-japan-card-container .exp-japan .live-japan-card-title {
    color: #077AFF;
}

.signin-apply-container {
    /* padding: 72px 112px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.job-list-container .signin-apply-container {
    background: linear-gradient(145deg, rgba(249, 249, 249, 0.60) 0%, rgba(249, 249, 249, 0.30) 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0px 9px 50px 0px rgba(51, 168, 237, 0.20);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 42px 38px;
    max-width: 1440px;
    margin-top: 64px;
}

.signin-apply-title-container {
    border-left: 6px solid #EA696C;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding-left: 12px;
    max-width: 1440px;
    margin-bottom: 15px;
}

.signin-apply-title {
    color: #33A8ED;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.signin-apply-container .list-title {
    color: #322599;
    font-size: 36px;
    font-family: "Noto Sans JP"!important;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 0.48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.signin-apply-container .list-title-underline {
    width: 89px;
    height: 3px;
    background: #FD9D53;
}

.signin-apply {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.steps-container {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 85%;
    position: relative;
    margin-top: 54px;
}

.step-divider {
    position: absolute;
    width: calc(100% - 60px);
    margin-left: 30px;
    z-index: 0;
    height: 4px;
    background: rgba(51, 168, 237, 0.30);
    margin-top: 32px;
}

.step-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.step-main {
    color:#373737;
    font-family: "Noto Sans JP"!important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0.32px;
    position: relative;
    z-index: 1;
}

.arc {
    height: 56px;
    width: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    border-radius: 100%;
    border: 4px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    
}

.arc-blur {
    height: 48px;
    width: 48px;
    position: absolute;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    border-radius: 100%;
    background-color: #FFF;
    z-index: -1;
    box-shadow: 0px 3px 20px 0px rgba(39, 38, 81, 0.19);
}

.step-1 .arc {
    border-color: #33A8ED transparent transparent transparent;
}

.step-2 .arc {
    border-color: #33A8ED #33A8ED transparent transparent;
}

.step-3 .arc {
    border-color: #33A8ED #33A8ED #33A8ED transparent;
}

.step-4 .arc {
    border-color: #33A8ED;
}

.step-title {
    color: #373737;
    text-align: center;
    font-family: "Noto Sans JP"!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    margin: 18px 0 9px;
}

.step-sub {
    color: #373737;
    text-align: center;
    font-family: "Noto Sans JP"!important;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.4px;
    opacity: 0.6;
}

.signin-image {
    width: 100%;
    height: auto;
}

.signin-apply-btn {
    color: #FFF;
    font-family: "Noto Sans JP"!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;

    border-radius: 8px;
    border: 1.5px solid #33A8ED;
    background: #33A8ED;
    padding: 8px 18px;

    width: fit-content;

    margin: 24px 0px 30px;
}

.job-list-container .signin-apply-btn {
    padding: 12px 37px;
    font-size: 12px;
    line-height: 18px;
    margin: 0px 0px 7px;
}

.signin-apply-btn:hover {
    background: #2f9bdb;
    color: #FFF;
}

.review-container {
    background: linear-gradient(145deg, rgba(249, 249, 249, 0.60) 0%, rgba(249, 249, 249, 0.30) 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0px 9px 50px 0px rgba(51, 168, 237, 0.20);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 42px 38px;
    max-width: 1440px;
    margin-top: 64px;
}

.review-title-container {
    border-left: 6px solid #EA696C;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding-left: 12px;
    max-width: 1440px;
    margin-bottom: 48px;
}

.review-title {
    color: #33A8ED;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.all-review-box {
    display: flex;
    gap: 12px;
}

.review-box {
    flex: 1 1 25%;
    display: flex;
    flex-direction: column;
    padding: 22px 19px 31px;

    border-radius: 16px;
    border: 2px solid #33A8ED;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(51, 168, 237, 0.20);
}

.review-img {
    width: 82px;
    max-width: 100%;
    height: auto;
    margin-bottom: 19px;
}

.review-field {
    /* Desktop/Body bold */
    font-family: Noto Sans JP!important;
    font-size: 12px;
    font-style: normal;
    line-height: 18px; /* 150% */
    display: flex;
    margin-bottom: 4px;
}

.review-field-title {
    color: #1A9EFF;
    font-weight: 700;
    margin-right: 4px;
}

.review-field-value {
    color: #373737;
    font-weight: 400;
}

.review-divider {
    width: 100%;
    height: 1px;
    margin: 11px 0 15px;
    background: #E0E0E0;
}

.review-text {
    color: #373737;
    font-family: Noto Sans JP!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px; /* 150% */
}

.covered-by-container {
    background: linear-gradient(145deg, rgba(249, 249, 249, 0.60) 0%, rgba(249, 249, 249, 0.30) 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0px 9px 50px 0px rgba(51, 168, 237, 0.20);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 42px 38px;
    max-width: 1440px;
    margin-top: 64px;
    position: relative;
}

.covered-by-line {
    width: 100%;
    height: 8px;
    background: #EA696C;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.covered-by-container {
    background: linear-gradient(145deg, rgba(249, 249, 249, 0.60) 0%, rgba(249, 249, 249, 0.30) 100%);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0px 9px 50px 0px rgba(51, 168, 237, 0.20);
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 42px 38px;
    max-width: 1440px;
    margin-top: 64px;
}

.covered-by-title-container {
    border-left: 6px solid #EA696C;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    padding-left: 12px;
    max-width: 1440px;
    margin-bottom: 15px;
}

.covered-by-title {
    color: #33A8ED;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
}

.covered-by-companies {
    display: flex;
    flex-wrap: wrap;
    gap: 33px;
    justify-content: space-between;
    align-items: center;
    margin: 25px 76px 0px;
}

.covered-by-img {
    flex: 1 1 25%;
    width: 0;
}

.thank-you-popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 99999;
    backdrop-filter: blur(5px);
}

.thank-you-container {
    border-radius: 12px;
    background:#FFF;
    box-shadow: 0px 12px 34px 0px rgba(0, 0, 0, 0.10);
    width: 517px;
    height: 240px;
}

.thank-you-main {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}

.thank-you-bottom-line {
    width: 100%;
    height: 8px;
    background: #EA696C;
    bottom: 0;
    left: 0;
    position: absolute;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.thank-you-txt {
    color: #373737;
    font-family: Noto Sans JP!important;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px; /* 125% */
}

.thank-you-close-btn {
    border-radius: 8px;
    background: #33A8ED;
    padding: 12px 37px;

    color: #FFF;

    /* Desktop/Body bold */
    font-family: Noto Sans JP!important;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */

    border: none;
    width: fit-content;
}

.salary-lines {
    line-height: 20px;
    height: 60px;
}

.thank-you-close-btn:hover {
    background: #2989c1;
}
@media only screen and (max-width: 1128px) {
    .job-list-language {
        padding: 48px 72px;
    }

    .job-filter-box {
        padding: 38px 30px;
    }

    .job-filter-container {
        margin: 0;
    }

    .popular-job-box {
        padding: 38px 30px;
    }

    .popular-job-container {
        padding: 0;
    }

    .popular-job {
        flex: 1 1 25%;
    }

    .job-information-box {
        padding: 72px 72px;
    }

    .job-information-img { 
        display: none;
    }

    .logo-slider-box {
        padding: 72px 72px;
    }
    
    .live-japan-box {
        padding: 72px 72px;
    }

    .signin-apply-container {
        /* padding: 48px 72px; */
    }
}

@media only screen and (max-width: 645px) {
    .filter-input-field input {
        font-size: 16px!important;
    }
    .job-list-container .job-card-container {
        flex: 1 0 50%;
        max-width: 100%;
    }
    .sign-in-box {
        margin-left: 8px;
        margin-right: 8px;
    }

    .job-list-language {
        padding: 26px 26px;
    }

    .selectize-input {
        padding: 0 8px!important;
    }

    .selectize-input input, .selectize-input .item {
        font-size: 16px!important;
    }

    .job-ll-title {
        font-size: 16px;
        line-height: 1; /* 150% */
        margin-bottom: 16px;
    }

    .job-ll-container-title {
        font-size: 16px;
        line-height: 24px; 
    }

    .job-ll-container {
        flex-direction: column;
        padding-right: 0;
    }

    .ll-change-languages {
        margin-right: 16px;
    }

    .ll-change-language {
        font-size: 8.882px;
        line-height: 13.322px;
        padding: 5px 22px;
    }

    .job-filter-box {
        padding: 25px 20px;
    }

    .job-filter-container {
        flex-direction: column;
        margin: 0;
    }

    .job-filter-inp {
        width: 100%;
    }

    .filter-apply-btn {
        width: 100%;
        text-align: center;
        line-height: 12px;
    }

    .job-filter-title {
        font-size: 18px!important;
        line-height: 24px!important;
    }

    .job-filter-title-container {
        margin-bottom: 15px!important;
    }

    .job-filter-subtitle {
        font-size: 16px!important;
        line-height: 24px!important;
    }

    .job-card .job-type {
        padding: 4px 12px;
        font-size: 10px;
        bottom: 26px;
        left: 16px;
    }

    .job-card .job-image {
        height: 176px;
    }

    .job-data-container {
        padding: 18px;
        height: auto;
    }

    .job-card .job-title-main {
        padding-bottom: 0;
        font-size: 16px;
    }

    .job-card .job-title-sub {
        padding-bottom: 12px;
        font-size: 16px;
    }

    .job-card .job-station {
        font-size: 12px;  
        gap: 8px;
        padding-bottom: 6px;  
    }

    .job-card .job-salary {
        font-size: 12px;    
        gap: 8px;    
    }

    .job-card .job-station-icon {
        width: 15px;
    }

    .job-card .job-salary-icon  {
        width: 15px;
    }

    .job-card .job-merit {
        padding: 6px 8px;
        font-size: 10px;
    }

    .job-card .job-view-btn {
        font-size: 10px;
        font-weight: 500;
        padding: 10px 32px;
    }

    .popular-job-box {
        padding: 35px 20px;
    }

    .popular-job-container {
        gap: 16px;
    }

    .popular-job {
        flex: 1 1 33%;
        padding: 8px 18px;
        flex-wrap: nowrap;
    }

    .popular-job-img {
        height: 24px;
        width: 24px;
        border: 3px solid #fff;
    }

    .job-information-box {
        padding: 26px 26px;
    }
    .logo-slider-box {
        padding: 26px 26px;
    }

    .live-japan-box {
        padding: 26px 26px;
    }

    .signin-apply-container {
        padding: 0;
    }

    .signin-apply-btn {
        font-size: 14px;
        padding: 10px 20px;
        margin-bottom: 0px;
        margin-top: 18px;
    }

    .steps-container {
        width: 90%;
    }

    .step-divider {
        margin-top: 22px;
    }

    .arc {
        height: 40px;
        width: 40px;
        top: calc(50% - 20px);
        left: calc(50% - 20px);
        border: 4px solid;
    }

    .arc-blur {
        height: 32px;
        width: 32px;
        top: calc(50% - 16px);
        left: calc(50% - 16px);
    }

    .step-main {
        font-size: 18px;
        line-height: 48px;
    }

    .step-title {
        font-size: 14px;
    }

    .step-sub {
        font-size: 12px;
        margin: 0 12px;
        margin-bottom: 8px;
    }

    .job-information-container {
        padding: 18px 12px;
    }

    .md-container {
        font-size: 10px;
        padding: 18px;
    }

    .md-container > * {
        padding-bottom: 4px;
    }

    .md-container h1 {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .md-container h2 {
        font-size: 12px;
    }

    .md-container h3 {
        font-size: 10px;
    }

    .job-information-logo {
        display: none;
        right: 20px;
        width: 63px;
    }

    .job-information-title {
        font-size: 20px;
    }

    .job-information-subtitle {
        font-size: 12px;
    }

    .job-information-inp {
        flex-direction: column;
        margin-left: 0;
    }

    .job-info-input-box {
        width: 100%;
    }

    .job-information-title-row {
        gap: 8px;
    }

    .job-information-email {
        padding: 5px 20px;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
    }

    .job-information-btn {
        font-size: 14px;
        padding: 12px 18px;
        margin-top: 24px;
    }

    .logo-slider {
        padding: 35px 20px;
    }

    .slider-title {
        font-size: 20px;
        line-height: 24px;
    }

    .job-list-container .signin-apply-container {
        padding: 35px 20px;  
    }

    .signin-apply-title {
        font-size: 20px;
        line-height: 24px;
    }

    .live-japan-subtitle {
        font-size: 16px;
        line-height: 24px;
    }

    .live-japan-card-container {
        gap: 16px;
    }
    
    .live-japan-card {
        flex: 1 1 33%;
        gap: 6px;
        height: 128px;
    } 

    .live-japan-card-img {
        width: 60px;
    }

    .live-japan-card-title {
        font-size: 14px;
        line-height: 19px;
    }

    .live-japan-card-title br {
        display: none;
    }

    .review-container {
        padding: 35px 20px;
    }

    .review-title {
        font-size: 20px;
        line-height: 24px;
    }

    .all-review-box {
        flex-direction: column;
    }

    .review-img {
        width: 110px;
        height: 110px;
    }

    .review-field {
        font-size: 16px;
        line-height: 24px;
    }

    .review-text {
        font-size: 16px;
        line-height: 24px;
    }

    .covered-by-container {
        padding: 35px 20px;
    } 

    .covered-by-title {
        font-size: 20px;
        line-height: 24px;
    }

    .covered-by-companies {
        margin: 0;
        margin-top: 35px;
    }

    .covered-by-img {
        flex: 1 1 33%;
    }

    .thank-you-container {
        width: calc(100% - 40px);
    }

    .filter-input-container {
        flex-direction: column;
        gap: 12px;
        border: none;
        padding: 0;
    }

    .filter-input-container .filter-input-field {
        max-width: unset!important;
        padding: 8px 16px;
    }

    .filter-input-container .selectize-dropdown {
        width: calc(100vw - 16px)!important;
        transform: translateX(-61px)!important;
        top: 38px!important;
    }

    .title-text {
        font-size: 16px!important;
    }
    
    .breadcrumb-container {
        margin-left: 0;
    }

    .job-list-card:hover {
        transform: unset!important;
    }

    .salary-lines {
        height: unset!important;
    }

    .job-list-info-row {
        font-size: 12px!important;
        font-weight: 400!important;
    }

    .expiry-row {
        font-size: 10px!important;
    }
}

.job-list-card {
    border-radius: 16px;
    border: 2px solid #EBEBEB;
    background: #FFF;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.05);

    padding: 10px 20px 16px 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.job-list-card:hover {
    transform: scale(1.05);
}

.job-list-card .job-title-row {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.job-list-image {
    width: 83.115px;
    height: 61.244px;
    border-radius: 6px;
    object-fit: cover;
}

.job-list-title-text {
    color: #08105D;
    font-family: "Noto Sans JP";
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.job-list-title-text-small {
    font-weight: 400;
    font-size: 14px
}

.job-list-tag-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    margin-top: 17px;
    flex-wrap: wrap;
}

.job-list-tag {
    border-radius: 35px;
    border-width: 1px;
    border-style: solid;
    padding: 6px 12px;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 500;
    min-width: 117px;
    display: flex;
    justify-content: center;
}

.job-list-merit-container {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    margin-top: 17px;
    flex-wrap: wrap;
    max-height: 80px;
    overflow: hidden;
}

.job-list-merit {
    border-radius: 35px;
    background: rgba(169, 223, 255, 0.50);
    padding: 0px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 28px;
    font-family: "Noto Sans JP"!important;
    font-size: 12px;
    font-weight: 400;
    color: #08105D;
}

.job-list-info-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-top: 8px;

    color: #08105D;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 500;
}

.job-list-info-icon {
    width: 19px;
    height: 19px;
    margin-right: 6px;
}

.expiry-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 8px;

    color: #33A8ED;
    font-family: "Noto Sans JP"!important;
    font-size: 12px;
    font-weight: 400;
}

.expiry-icon {
    width: 12px;
    height: 13.483px;
    margin-right: 10px;
    margin-left: 3px;
}

.apply-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 12px;
    gap: 8px;
    margin-left: auto;
}

.image-save {
    border-radius: 8px;
    border: 1.5px solid #33A8ED;
    justify-content: center;
    align-items: center;
    width: 39px;
    height: 39px;
    display: flex;
    cursor: pointer;
}

.see-more-cta {
    border-radius: 8px;
    border: 1.5px solid #33A8ED;
    background: #33A8ED;
    padding: 8px 16px;

    color: #FFF;
    font-family: "Noto Sans JP"!important;
    font-size: 14px;
    font-weight: 700;
}