@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
株式会社サンロイヤル新潟　カスタム対応
	ver.2025.05.30.Custom-SunroyalNiigata
	ホーム　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/recruit.css
Editor:			TRUSTEC
Description:	ホーム　スタイルシート。
────────────────────────────────────────
2025/05/30:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [CUSTOM PROPERTIES] ::::: */
:root {

	/* Fonts
	--------- --------- --------- ------- */
}

#recruit-eyecatch {
    width: 100%;
    height: 100%;
	aspect-ratio: 16 / 9;
}
@media(max-width: 767px){
	#recruit-eyecatch {
		aspect-ratio: 9 / 16;
	}
}

#recruit-eyecatch.eyecatch {
	background: #ffffff;
	background-size: cover;
	background-attachment: fixed;
	color: #ffffff;
	background-color: #ffffff;
	position: relative;
    height: 100%;
    max-height: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	overflow: hidden;
}
@media(min-width: 992px){
	#recruit-eyecatch,
	#recruit-eyecatch.eyecatch {
		max-height: 980px;
	}
}
#recruit-eyecatch.eyecatch .eyecatch-wrapper {
}

/*	Centering Block	*/
#recruit-eyecatch.eyecatch .eyecatch-centering {
    width: fit-content;
    max-width: initial;
    position: absolute;
    z-index: 40;
    bottom: 45%;
	left: 10%;
}
#recruit-eyecatch.eyecatch .background-slider{
    width: 100%;
    height: 100%;
	background-size: cover;
	align-items: center;
	border: none;
	vertical-align: middle;
    max-height: 800px;
	position: relative;
}
@media(min-width: 992px){
	#recruit-eyecatch.eyecatch .background-slider{
		max-height: 980px;
	}
}
@media(max-width: 767px){
	#recruit-eyecatch.eyecatch .eyecatch-centering {
		flex-direction: column;
		align-items: flex-start;
		left: 5%;
	}
}
@media(max-width: 576px){
	#recruit-eyecatch.eyecatch .eyecatch-centering {
        bottom: 10%;
	}
}
.eyecatch-background-text{
	position: absolute;
    z-index: 20;
    bottom: 0;
    left: 0;
    display: flex;
    max-width: 100%;
    height: 89%;
    flex-direction: column;
    overflow: hidden;
    justify-content: space-between;
    mix-blend-mode: overlay;
}
.catchphrase-eng{
    font-size: 17.3vw;
    text-align: start;
    display: inline-block;
    font-weight: 900;
    font-family: var(--common-font-family-english);
    line-height: .8;
    margin: 0;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    opacity: 0.7;
    overflow: visible;
    color: #0f1e33;
}
@media(max-width: 767px){
	.eyecatch-background-text{
		bottom: unset;
        top: 7%;
        height: fit-content;
	}
	.catchphrase-eng{
		font-size: 28vw;
	}
}
@media(max-width: 576px){
	.eyecatch-background-text{
        bottom: unset;
        top: 9%;
        right: 0;
        height: fit-content;
        transform: rotate(90deg);
        left: 0;
	}
	.catchphrase-eng{
        line-height: .9;
        font-size: 29vw;
        letter-spacing: .02em;
	}
}
#recruit-eyecatch.eyecatch .background-slider img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
#recruit-eyecatch.eyecatch .background-slider .slider-item .img1{
    z-index: 10;
}
#recruit-eyecatch.eyecatch .background-slider .slider-item .img2{
    z-index: 30;
}

.eyecatch-centering .catchphrase{
    color: var(--common-article-title-color1);
    font-size: max(1.5rem, 2vw);
    letter-spacing: var(--common-letter-spacing-title);
    text-align: start;
    display: inline-block;
    font-weight: 400;
    font-family: var(--common-title-font);
    line-height: 1.2;
    padding-left: 0.25em;
    padding-top: 0.1em;
    background-color: #ffffff;
}
@media(max-width: 767px){
	.eyecatch-centering .catchphrase{
		font-size: max(1.5rem, 1.5vw);
	}
}




.our-policy-intro-wrapper{
    position: relative;
    height: fit-content;
    display: flex;
    align-items: center;
    margin-top: 2em;
    height: 95vh;
    max-height: 700px;
}
.our-policy-intro{
	margin-left: 10%;
	/*width: 50%;*/
}
.page-intro-text {
    color: var(--common-color);
    font-size: max(.9rem, 1vw);
    font-family: var(--common-title-font);
    letter-spacing: var(--common-letter-spacing-title);
    font-weight: 900;
    line-height: 2em;
    margin-bottom: 0.5em;
	text-shadow: 0 0 10px #ffffff, 0 0 8px #ffffff, 0 0 5px #ffffff;
}
@media(max-width: 1199px){
	.our-policy-intro-wrapper{
		height: 90vh;
	}
	.our-policy-intro{
		margin-left: 5%;
	}
}
@media(max-width: 767px){
	.our-policy-intro-wrapper{
		height: unset;
		max-height: unset;
	}
	.our-policy-intro{
		margin-left: 0;
		/*width: 50%;*/
	}
}
@media(max-width: 575px){
	.our-policy-intro{
		margin-left: 0;
		/*width: 50%;*/
	}
}
.our-policy-text-wrapper{
	margin-top: 4em;
}
@media(max-width: 1199px){
	.our-policy-text-wrapper{
		margin-top: 2em;
	}
}
@media(max-width: 991px){
	.our-policy-text-wrapper{
		margin-top: 0em;
	}
}
@media(max-width: 767px){
	.our-policy-text-wrapper{
		margin-top: 250px;
        background-color: #ffffff;
		width: 65%;
		max-width: 555px;
		padding: 1.5em 2.5em;
		border-radius: .5em;
	}
}
@media(max-width: 576px){
	.our-policy-text-wrapper{
		margin-top: 250px;
        background-color: #ffffff;
		width: 95%;
		max-width: unset;
		padding: 1.5em 2.5em;
	}
}
.our-policy-col-picture-background{
    background-color: #f3f6e6;
    width: 96%;
    height: 54%;
    position: absolute;
    content: '';
    bottom: -2em;
    right: 0;
    z-index: -10;
    border-bottom-left-radius: .5em;
    border-top-left-radius: .5em;
}
.our-policy-col-picture-wrapper{
    width: 75%;
	max-width: 550px;
    height: auto;
    margin-left: .5em;
	margin-top: 2em;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 4 / 3;
	border-radius: .5em;
}
@media(max-width: 991px){
	.our-policy-col-picture-wrapper{
		width: 100%;
	}
}
@media(max-width: 767px){
	.our-policy-col-picture-wrapper{
        margin: auto;
		margin-top: 1.5em;
        width: 80%;
		position: relative;
	}
}
.our-policy-col-background{
    position: absolute;
    z-index: -10;
    right: 0;
    top: 0;
    width: 65%;
    height: 95vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    aspect-ratio: 4 / 3;
	border-top-left-radius: .5em;
	border-bottom-left-radius: .5em;
    max-height: 650px;
}
@media(max-width: 1199px){
	.our-policy-col-background{
		width: 65%;
		height: 87vh;
        max-height: 600px;
	}
}

@media(max-width: 767px){
	.our-policy-col-background{
		width: 95%;
        height: 400px;
	}
}
.our-policy {
    background-color: #e1f1e6;
	padding: 3em 1.5em;
	margin-top: calc(var(--common-margin-width) / 2);
	margin-bottom: calc(var(--common-margin-width) / 2);
	border-radius: .5em;
}
.our-policy .article-title{
	max-width: 600px;
	margin: auto;
}
#policy-title{
    color: var(--common-article-title-color1);
    font-size: max(1.5rem, 1.4vw);
    letter-spacing: var(--common-letter-spacing-title);
    text-align: center;
    display: flex;
    align-items: center;
    font-weight: 900;
    font-family: var(--common-title-font);
	margin-bottom: 2em;
}
.our-policy{
	min-width: 1150px !important;
	max-width: 1200px;
	width: 90%;
}
@media(max-width: 1199px){
	.our-policy{
		max-width: 900px !important;
		min-width: unset !important;
		width: 90%;
	}
}
@media(max-width: 991px){
	.our-policy{
		min-width: 700px !important;
	}
}
@media(max-width: 767px){
	.our-policy{
		margin-top: 5em;
		max-width: unset !important;
		min-width: 500px !important;
	}
}
@media(max-width: 576px){
	.our-policy{
		margin-top: 5em;
		max-width: unset !important;
		min-width: unset !important;
		width: 95%;
	}
}
.policy-list{
	margin: auto;
	width: fit-content;
	margin-top: 1.5em;
}
.policy-list li::marker{
	color: #00813d;
    font-weight: 900;
    font-family: var(--common-title-font);
}
@media(max-width: 575px){
	.policy-list{
		margin-left: 0;
	}
}
.policy-list li{
	margin: .5em 0;
	width: fit-content;
}



#about-us{
    background-color: #e1f1e6;
}
.about-us-title-wrapper{
	padding: calc(var(--common-margin-width) / 1) 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/recruit/about-us-title-picture.jpg);
}

.about-us-intro{
   color: var(--common-color);
    font-size: max(1rem, 1vw);
    font-family: var(--common-title-font);
    letter-spacing: var(--common-letter-spacing-title);
    font-weight: 900;
    line-height: 2em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    width: 100%;
}
.section-title{
    font-size: max(1rem, 1vw);
    font-family: var(--common-title-font);
	margin: 0 auto;
    position: relative;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.section-title .text{
	font-size: max(1.3rem, 1.35vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.section-title .sub-title{
	font-size: .8em;
}
.section-title .icon {
    margin-right: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5em;
    height: 3.5em;
}
.icon-img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.section-title-col{
	background-color: #ffffff;
	border-radius: .5em;
	padding: 3em 1em;
}
@media(min-width: 992px){
	.section-title-col-3{
		max-width: 470px;
	}
}
@media(max-width: 991px){
	.section-title{
		margin-bottom: .5em;
	}
}
@media(max-width: 767px){
	.section-title-col{
		border-radius: 0;
	}
}
.number-of-staff-img-list{
    display: flex;
    flex-direction: row;
    padding-left: 0;
    padding-top: 1em;
    list-style: none;
    align-items: center;
    justify-content: space-evenly;
	flex-wrap: wrap;
    max-width: 1200px;
	width: 90%;
    margin: auto;
}
.number-of-staff-img-list .number-of-staff {
    border-radius: 0.5rem;
    width: 25%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media(max-width: 991px){
	.number-of-staff-img-list{
		margin-top: 1em;
	    justify-content: center;
	}
	.number-of-staff-img-list .number-of-staff {
		width: 35%;
	}
}
@media(max-width: 575px){
	.number-of-staff-img-list .number-of-staff {
		width: 50%;
		max-width: 200px;
	}
}
.benefits-row,
.career-row,
.working-environment-row{
    display: flex;
    justify-content: center;
}
.number-of-staff-text .title{
    font-size: max(1.2rem, 1.4vw);
	font-weight: 900;
	white-space: nowrap;
	margin-top: 1em;
}
.number-of-staff-text .number{
    font-size: max(2rem, 3.5vw);
	font-weight: 900;
	white-space: nowrap;
    font-family: var(--common-title-font);
    line-height: 1.2em;
}
.number-of-staff-text .number .unit{
    font-size: .5em;
	font-weight: 900;
}
@media(max-width: 991px){
	.number-of-staff-text .title{
		font-size: max(1.5rem, 1.5vw);
		font-weight: 900;
		white-space: nowrap;
	}
	.number-of-staff-text .number{
		font-size: max(3rem, 3.5vw);
		font-weight: 900;
		white-space: nowrap;
		font-family: var(--common-title-font);
	}
}
@media(max-width: 575px){
	.number-of-staff-text .title{
		font-size: max(1.2rem, 1.5vw);
		font-weight: 900;
		white-space: nowrap;
	}
	.number-of-staff-text .number{
		font-size: max(2.5rem, 3vw);
		font-weight: 900;
		white-space: nowrap;
		font-family: var(--common-title-font);
	}
}
.number-of-staff-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    position: relative;
}
.number-of-staff-img{
    padding: 1em;
}
.number-of-staff-img .common-picture{
    max-width: 270px;
    height: auto;
}
.section-contents{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section-contents .text{
	margin: auto;
	margin-bottom: 0;
	margin-top: .5em;
	width: 80%;
}
@media(max-width: 991px){
	.section-contents{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		max-width: 600px;
		margin: auto;
	}
}
@media(max-width: 575px){
	.section-contents .text{
		width: 95%;
	}
}
.staffing{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    font-size: max(3.5rem, 3.5vw);
	height: fit-content;
    margin-top: .4em;
    flex: 1 1;
}
.staffing .number{
	font-weight: 900;
	white-space: nowrap;
    font-family: var(--common-title-font);
    margin-bottom: .4em;
}
.staffing .text{
    font-size: .4em;
	font-weight: 900;
}
@media(max-width: 991px){
	.staffing{
		font-size: max(3.5rem, 3.5vw);
		font-weight: 900;
		white-space: nowrap;
		font-family: var(--common-title-font);
	}
}
@media(max-width: 575px){
	.staffing{
		font-size: max(3rem, 3vw);
		font-weight: 900;
		white-space: nowrap;
		font-family: var(--common-title-font);
	}
}

.career-list{
	width: 85%;
    margin: auto;
	margin-top: 2em;
    margin-bottom: .5em;
    flex: 1 1;
}
.career-items::marker{
	color: #8bc5a0;
	content: '\f0c8';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5em;
}
.career-items{
	font-size: max(1.1rem, 1vw);
	padding: .3em 0;
	padding-left: .8em;
    line-height: 1.5em;
	font-weight: 500;
}
@media(max-width: 575px){
	.career-list{
		max-width: 400px;
        margin: 1.5em auto;
        margin-bottom: 2em;
        width: 95%;
        flex: none;
	}
}
.point{
	margin: auto;
    width: 85%;
    flex: 1 1;
	padding-bottom: 1em;
}
.point strong{
	font-size: max(1.1rem, 1vw);
	background-color: #06823d;
	padding: .2em .8em;
	border-radius: 5px;
	color: #ffffff;
	font-weight: 900;
    margin-bottom: .5em;
    display: block;
    width: fit-content;
}
@media(max-width: 575px){
	.point{
		max-width: 400px;
		width: 95%;
		padding-bottom: 0;
	}
}
.benefits-list {
    list-style: none;
    padding: 0.5em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0.5em 1.5em;
	width: 80%;
    max-width: 950px;
	margin: auto;
    margin-top: 2em;
    margin-bottom: 1.5em;
}
.benefits-items{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: .8em;
    width: 48%;
    font-size: max(1.1rem, 1vw);
    padding: .3em 0;
    line-height: 1.5em;
	white-space: nowrap;
}
.benefits-items::before {
    color: #8bc5a0;
    content: '\f0c8';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.benefits-items strong{
	width: 7em;
}
@media(max-width: 1199px){
	.benefits-items{
		width: 100%;
		white-space: normal;
	}
}
@media(max-width: 575px){
	.benefits-list {
	    margin: 1em auto;
		width: 90%;
		max-width: 400px;
	}
}
.benefit-text{
    font-size: max(3rem, 3vw);
    font-weight: 900;
    white-space: nowrap;
    font-family: var(--common-title-font);
    line-height: 2em;
    text-align: center;
}
.about-us-foorer-wrapper{
	position: relative;
}
.about-us-foorer-picture{
	position: relative;
	z-index: 10;
}
.about-us-foorer-picture .common-picture{
	border-radius: .5em;
}
.about-us-foorer-background{
    width: 100%;
    height: 65%;
    background-color: #ffffff;
    position: absolute;
    content: '';
    bottom: -2em;
    right: 0;
    z-index: 0;
    bottom: 0;
    left: 0;
}
@media(max-width: 991px){
	.about-us-foorer-picture .common-picture{
		border-radius: 0;
	}
}







.table-information tbody,
.table-information td,
.table-information tfoot,
.table-information th,
.table-information thead,
.table-information tr {
	border-right: none;
	border-left: none;
	vertical-align: middle;
}

/*	Table Col Width	*/
.table-information th{
	text-align: start;
	color: var(--table-th-color);
	font-weight: var(--common-font-weight-bold);
}
.table-information td{
	padding: 0.5rem 2rem;
}

.table-information .col-th {
	width: var(--table-th-width);
	min-width: 8em;
	min-width: 6em;
}
.table-information .col-td {
	width: var(--table-td-width);
	min-width: 24em;
}

.table-information tbody,
.table-information tr{
	width: 100%;
}
.table-information th,
.table-information td{
	padding: 1em;
}
@media(max-width: 768px){
	.table-information th,
	.table-information td{
		padding: .5em;
		font-size: .9rem;
	}

}
@media(max-width: 576px){
	.table-information .col-th{
        min-width: 1em;
        width: 25%;
	}
	.table-information .col-td{
		min-width: 15em;
        width: 75%;
	}
}

/*	Table Caption	*/
.table-information .caption-top {
	color: var(--table-caption-color);
}


.recruit-company-picture{
    overflow: hidden;
    height: 100%;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}
@media(max-width: 991px){
	.recruit-company-picture {
		border-top-right-radius:  0 !important;
		border-bottom-right-radius:  0 !important;
	}
	.recruit-company-picture{
		max-height: 400px;
	}
}
@media(max-width: 576px){
	.recruit-company-picture{
		max-height: 250px;
	}
}

.flow-item-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 1em;
}
.flow-item{
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 1em;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
}
@media(max-width: 768px){
	.flow-item {
		display: flex	;
		flex-direction: column;
		justify-content: flex-start;
		align-items: stretch;
	}
}
.flow-list{
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
}
.flow-numbering{
    border-top-left-radius: .5em;
    border-bottom-left-radius: .5em;
    width: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	color: #ffffff;
    font-size: max(1rem, 1vw);
    font-family: var(--common-title-font);
    font-weight: 900;
}
.flow-numbering .numbering{
    font-size: 1.5em;
	line-height: 1.3em;
}
.num-1{
	background: #06823d;
}
.num-2{
	background: #408e42;
}
.num-3{
	background: #599745;
}
.num-4{
	background: #74a148;
}
.flow-text{
	width: 85%;
    padding: 3em 2.5em;
}
@media(max-width: 768px){
	.flow-text,
	.flow-numbering{
		width: 100%;
	}
	.flow-numbering{
		border-top-right-radius: .5em;
		border-top-left-radius: .5em;
		border-bottom-left-radius: 0;
		padding: 1em 0;
		display: flex;
		flex-direction: row;
		align-items: baseline;
	}
	.flow-numbering .step{
		margin-right: .5em;
	}
	.flow-text{
		padding: 2em;
	}
}
@media(max-width: 576px){
	.flow-text{
		padding: 2em 1.25em;
	}
}
.flow-title{
    font-size: max(1.5rem, 1.4vw);
    font-family: var(--common-title-font);
    font-weight: 900;
    margin-bottom: .7em;
}
.flow-contents p{
	margin-bottom: 1em;
    margin-top: 1.5em;
}
.flow-contact-list{
    margin-top: .5em;
    padding-left: 0;
    list-style: none;
}
.flow-contact-list .flow-contact-item .caption{
    width: 5em;
    display: inline-block;
}
.flow-contact-list .flow-contact-item .caption-tel::before{
	content: '\f095';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5em;
	color: #599745;
}
.flow-contact-list .flow-contact-item .caption-mail::before{
	content: '\f0e0';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	margin-right: .5em;
	color: #599745;
}
.flow-contact-list .under-bar{
	color: var(--common-section-title-color);
}

@media screen and (max-width: 1000px) {
	.flow-contact-list .under-bar:active{
		color: #599745;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.flow-contact-list .under-bar:hover{
		color: #599745;
	}
}
.flow-item-wrapper .triangle{
	display: inline-block;
	width: 120px;
	height: 30px;
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.flow-item-wrapper .triangle-1{
	background: #27873f;
}
.flow-item-wrapper .triangle-2{
	background: #4b9143;
}
.flow-item-wrapper .triangle-3{
	background: #679c46;
}
@media(max-width: 576px){
	.flow-item-wrapper .triangle{
		display: inline-block;
		width: 100px;
		height: 20px;
		clip-path: polygon(0 0, 100% 0%, 50% 100%);
	}
}

.message-list-none{
	text-align: center;
	margin-top: calc(var(--common-margin-width) / 4);
	margin-bottom: calc(var(--common-margin-width) / 2);
}
#application-requirements-contact,
#jobs-and-entry-contact {
	margin-top: calc(var(--common-margin-width) / 1.5);
	padding-top: calc(var(--common-margin-width) / 1.5);
	padding-bottom: calc(var(--common-margin-width) / 1.5);
	background-image: linear-gradient(#83a84a, #00813d);
}
.application-requirements-contact-col,
.jobs-and-entry-contact-col {
	width: fit-content;
    display: flex;
    flex-direction: column;
    margin: auto;
}
.application-requirements-contact-col .contact-telp-caption,
.jobs-and-entry-contact-col .contact-telp-caption {
    font-size: max(1.2rem, 1.1vw) !important;
    font-weight: 600;
    margin-bottom: 1.5em;
    color: #ffffff;
    text-align: center;
}
.application-requirements-contact-col .telp-btn ,
.jobs-and-entry-contact-col .telp-btn {
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    font-size: max(2rem, 2vw) !important;
    font-weight: 900 !important;
    letter-spacing: 0.1em;
    padding-bottom: 0;
    margin-bottom: .7em;
    color: #ffffff;
	width: fit-content;
    text-align: center;
}
.application-requirements-contact-col .telp-btn:hover .telp-num,
.jobs-and-entry-contact-col .telp-btn:hover .telp-num{
	transition: all 0.2s;
}
.application-requirements-contact-col .telp-btn .telp-num,
.jobs-and-entry-contact-col .telp-btn .telp-num{
	margin-bottom: .3em;
	transition: all 0.2s;
	height: 1em;
}
.application-requirements-contact-col .manager,
.application-requirements-contact-col .business-hours,
.jobs-and-entry-contact-col .manager,
.jobs-and-entry-contact-col .business-hours{
    font-size: max(1rem, 1vw) !important;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
}
.telp-btn .decoration-line {
    height: 2px;
	margin: auto;
    margin-bottom: 2px;
    display: block;
    background-color: #ffffff;
}
.telp-btn .line1,
.telp-btn .line2,
.telp-btn .line3{
	width: 20%;
	filter: opacity(0);
	transition: .8s;
}
.telp-btn .fa-phone{
	font-size: .9em;
	margin-right: .4em;
}

.recruit-list {
    display: flex;
    flex-direction: row;
    padding-left: 0;
    padding-top: 1em;
    list-style: none;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    width: 90%;
    margin: auto;
}
@media(max-width: 768px){
	.recruit-list {
		width: 100%;
	}
}
.application-requirements-list .list-group-item dl{
	margin-bottom: 0;
}
@media(max-width: 768px){
	.application-requirements-list .list-group-item dl{
		flex-direction: column;
		align-items: flex-start;
	}
}

.recruit-list .recruit-list-item {
    border-radius: .5rem;
    width: 25%;
	min-width: 300px;
    display: flex;
    margin: 1em;
}
.index-card-recruit-list{
	border-radius: .5rem;
    width: 100%;
}
.card-title{
	color: var(--common-section-title-color);
    font-weight: 900;
    font-family: var(--common-title-font);
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    padding-top: 0;
}

.card-title,
.comment_text{
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    flex: 10;
    padding: 1rem 1rem 0 1rem;
}
@media(max-width: 576px){
	.card-title,
	.comment_text{
        padding: 2rem 1.25rem 0 1.25rem;
		text-align: justify;
	}
}
@media(max-width: 576px){
	.recruit-list .recruit-list-item{
		border-radius: .5rem;
		width: 25%;
		min-width: 310px;
		display: flex;
		margin: 1em 0;
	}
}

.job_division_text{
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.application-requirements-list .list-group-item{
	padding: 1em 0;
}
.recruit-list-item dl .dt-title {
    display: flex;
    align-items: center;
	margin-bottom: .3em;
}
.recruit-list-item dl .dots {
    background-color: #83a84a;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    margin-right: 0.4em;
    display: block;
}
.card-footer {
    padding: 1rem;
    background-color: #00813d;
    border-top: none;
	text-align: center;
	color: #ffffff;
	border-bottom-left-radius: .5rem !important;
	border-bottom-right-radius: .5rem !important;
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
	font-weight: 900;
}
.card-footer::after {
  background: #83a84a;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity .5s, transform 0s;
  transition-delay: 0s, .4s;
}
@media screen and (max-width: 1000px) {
	.card-footer:active{
		letter-spacing: 0.15em;
	}
	.card-footer:active::after {
	  opacity: 1;
	  transform: translateY(-50%) scale(1.1);
	  transition-delay: 0s;
	  transition: opacity .8s, transform .6s ease-in-out;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.card-footer:hover{
		letter-spacing: 0.15em;
	}
	.card-footer:hover::after {
	  opacity: 1;
	  transform: translateY(-50%) scale(1.1);
	  transition-delay: 0s;
	  transition: opacity .8s, transform .6s ease-in-out;
	}
}

#recruit-list,
#jobs-and-entry-title,
#jobs-and-entry-short-title,
#jobs-and-entry-line-1,
#jobs-and-entry-line-2,
#jobs-and-entry-line-3,
#flow-title,
#flow-short-title,
#flow-line-1,
#flow-line-2,
#flow-line-3,
#benefits-title,
#benefits-line-1,
#benefits-line-2,
#benefits-line-3,
#career-title,
#career-line-1,
#career-line-2,
#career-line-3,
#working-environment-title,
#working-environment-line-1,
#working-environment-line-2,
#working-environment-line-3,
#recruit-company-title,
#recruit-company-short-title,
#recruit-company-line-1,
#recruit-company-line-2,
#recruit-company-line-3,
#about-us-title,
#about-us-short-title,
#about-us-line-1,
#about-us-line-2,
#about-us-line-3,
#our-policy-title,
#our-policy-short-title,
#our-policy-line-1,
#our-policy-line-2,
#our-policy-line-3,
#policy-title,
#policy-list-group,
#policy-line-1,
#policy-line-2,
#policy-line-3,
#policy-text,
#policy-background,
#policy-picture-wrapper,
#policy-picture{
	filter: opacity(0);
	transition: all 1s;
	will-change: opacity;
}

#jobs-and-entry-contact-telp-num,
#jobs-and-entry-contact-line-1,
#jobs-and-entry-contact-line-2,
#jobs-and-entry-contact-line-3,
#application-requirements-contact-telp-num,
#application-requirements-contact-line-1,
#application-requirements-contact-line-2,
#application-requirements-contact-line-3{
	filter: opacity(1);
}




#application-requirements-page-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/recruit/job-intro-background.jpg);
}

@media(max-width: 767px){
    #application-requirements-page-title {
        background-image: url(../images/recruit/job-intro-background-md.jpg);
        padding-top: 1rem !important;
    }
}
#annotation_flg_close {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 3.5em 5em;
    margin-top: calc(clamp(4rem, 7vw, 8rem) / 3);
    margin-bottom: calc(clamp(4rem, 7vw, 8rem) / 1.5);
}
.caption_flg_close {
	line-height: 1.8em;
    font-size: max(1.7rem, 1.7vw);
    font-family: var(--common-title-font);
    font-weight: 900;
    width: fit-content;
    text-align: center;
    letter-spacing: .1em;
}
.caption_flg_close::before {
    content: '\f071';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: .5em;
    color: #c23b3b;
}
.annotation_text{
    font-size: max(1rem, 1.05vw);
    line-height: 1.8em;
}
.log-feed{
	margin-top: var(--common-margin-width);
	margin-bottom: calc(var(--common-margin-width)/2);
}
.application_img_wrapper img{
    border-radius: 1em;
}
.application_img_wrapper{
    border-radius: 1em;
    max-width: 880px;
    margin: auto;
    margin-bottom: 2em;
}
.application_comment{
    font-size: max(1rem, 1.05vw);
    max-width: 880px;
    margin: auto;
    margin-bottom: 1.5em;
}
.application-requirements-list {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    max-width: 880px;
    margin: auto;
    margin-bottom: 0;
    border-radius: .25rem;
    flex-grow: 10;
}
.application-requirements-list .list-group-item {
    border-bottom: 1px dotted rgba(0, 0, 0, .3);
}
.application-requirements-list .list-group-item {
    padding: 1em 0;
}
.application-requirements-list .list-group-item dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
}
.application-requirements-list .list-group-item dt {
    width: 35%;
    max-width: 13em;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media(max-width: 767px){
	.application-requirements-list .list-group-item {
		padding: 1.5em 1em;
	}
	.application-requirements-list .list-group-item dt {
		margin-bottom: .5em;
	}
}
.application-requirements-list .list-group-item dl .dt-title {
    display: flex;
    align-items: center;
}
.application-requirements-list .list-group-item dl .dots {
    background-color: #00813d;
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    margin-right: 1em;
    display: block;
}
.application-requirements-list .list-group-item dd {
    width: 65%;
    padding-bottom: 0;
    margin-bottom: 0;
}
@media(max-width: 767px){
	.application-requirements-list .list-group-item dd {
		width: 100%;
	}
}

.btn-recruit-return {
    color: #00813d !important;
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    text-align: center;
    vertical-align: baseline;
    letter-spacing: var(--button-letter-spacing);
    width: 13em;
    padding: 0;
    height: fit-content;
    border-radius: 0.5em;
    pointer-events: none;
	position: relative;
    margin: auto;
    display: block;
    z-index: 2;
    overflow: hidden;
}
.btn-recruit-return .href-txt:after{
	content: '\f053';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	position: absolute;
	left: 30px;
	right: unset;
	top: 0;
	transition: ease .3s;
}
@media screen and (max-width: 1000px) {
	.btn-recruit-return:active{
		box-shadow: none;
	}
	.btn-recruit-return .href-txt:active:after{
		right: unset;
		left: 25px;
		transition: ease .3s;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.btn-recruit-return:hover,
	.btn-recruit-return:focus{
		box-shadow: none;
	}
	.btn-recruit-return .href-txt:hover:after,
	.btn-recruit-return .href-txt:focus:after {
		right: unset;
		left: 25px;
		transition: ease .3s;
	}
}
.btn-recruit-return .href-txt {
    padding: 0 .8em 0 2.4em;
    border: 2px solid #00813d;
    border-radius: 0.5em;
    display: block;
    width: 12.5em;
    position: relative;
    line-height: 3em;
    pointer-events: auto;
	transition: ease .3s;
    z-index: 3;
}
.btn-recruit-return .href-txt:hover,
.btn-recruit-return .href-txt:active,
.btn-recruit-return .href-txt:focus{
    color: #ffffff !important;
	transition: ease .3s;
}

.btn-recruit-return::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #00813d;
    border-radius: 0.5em;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.5s ease;
    transition-property: transform;
    overflow: hidden;
    z-index: 1;
}

@media screen and (max-width: 1000px) {
	.btn-recruit-return:active::before,
	.btn-recruit-return:focus::before {
	  transform: scaleX(1);
	  transform-origin: right;
	  border-radius: 0.5em;
	}
}
/* PCの時は:hover */
@media screen and (min-width: 1001px) {
	.btn-recruit-return:hover::before{
	  transform: scaleX(1);
	  transform-origin: right;
	  border-radius: 0.5em;
	}
}