@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      recruit.css
 Author:         ハリウッドチェーン・成通グループ
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');


/*----------------------------------------------------
	Reset
----------------------------------------------------*/
body {
	font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	background: #FFF8EF;
	color: #000;
	font-size: 14px;
	line-height: 1.6;
}
#tmpRecruit ul {
	margin-bottom: 0;
	padding: 0;
}
#tmpRecruit dl {
	margin-bottom: 0;
}
#tmpRecruit li {
	list-style: none;
}
#tmpRecruit p {
	margin-bottom: 0;
}

ul#breadcrumbs li {
    display: inline-block;
    font-size: 13px;
    padding-right: 26px;
    position: relative;
}
ul#breadcrumbs li:first-child:after {
    display: block;
    content: ">";
    position: absolute;
    right: 5px;
    top: 0;
}
ul#breadcrumbs li a {
	color: #000;
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
.container {
	width: 1300px;
}
ul#breadcrumbs {
	width: 1110px;
	margin: auto;
}
}


#tmpRecruit {
	position: relative;
	padding-top: 94px;
}
#tmpRecruit h2 {
	margin-bottom: 22px;
	font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-size: 28px;
	font-weight: normal;
}
@media (min-width: 768px) {
#tmpRecruit h2 {
	margin-top: 40px;
	font-size: 54px;
}
}
@media (min-width: 992px) {
#tmpRecruit {
	padding-top: 82px;
}
#tmpRecruit h2 {
	margin-bottom: 0;
}
}

#tmpRecruit #pageNavi li {
	margin-bottom: 12px;
}
#tmpRecruit #pageNavi li a {
	display: block;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 1.5em;
	background: #FFF url("../img/recruit/icon_arrow_b.svg") no-repeat center right 12px;
	border: #01619D 1px solid;
	border-radius: 100px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #01619D;
}
#tmpRecruit #pageNavi li.entry a {
	background: #D07A23 url("../img/recruit/icon_blank_w.svg") no-repeat center right 12px;
	border: #D07A23 1px solid;
	color: #FFF;
}
#tmpRecruit a:hover {
	text-decoration: none;
}

#tmpRecruit h3 {
	margin-top: 38px;
	margin-bottom: 12px;
	padding-left: 10px;
	border-left: #01619D 6px solid;
	font-size: 16px;
	font-weight: bold;
	color: #01619D;
}
#tmpRecruit h3 span {
	margin-top: 38px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #01619D;
}
.brsp {
        display: block;
    }
@media (min-width: 992px) {
#tmpRecruit #pageNavi {
	position: fixed;
	top: 260px;
	left: 50px;
	transition: all 0.6s ease;
}
#tmpRecruit #pageNavi.shrink {
	top: 120px;
	transition: all 0.6s ease;
}
#tmpRecruit #pageNavi li {
	max-width: 268px;
	margin-bottom: 24px;
}
#tmpRecruit #pageNavi li a {
	padding-top: 16px;
	padding-bottom: 16px;
	background: #FFF url("../img/recruit/icon_arrow_b.svg") no-repeat center right 20px;
	font-size: 16px;
}
#tmpRecruit #pageNavi li.entry a {
	background: #D07A23 url("../img/recruit/icon_blank_w.svg") no-repeat center right 20px;
}
#tmpRecruit h3 {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 22px;
}
#tmpRecruit h3 span {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 22px;
}
.brsp {
    display: none;
}
}


#tmpRecruit .whiteBoard {
	background: #FFF;
	border-radius: 10px;
}

#outline, #data {
	margin-bottom: 40px;
}
#tmpRecruit #outline .whiteBoard,
#tmpRecruit #data .whiteBoard {
	padding-bottom: 24px;
}
#tmpRecruit #outline .whiteBoard dt,
#tmpRecruit #data .whiteBoard dt {
	margin-top: 24px;
	font-size: 14px;
	font-weight: bold;
}
#tmpRecruit #outline .whiteBoard dd,
#tmpRecruit #data .whiteBoard dd {
	margin-top: 6px;
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: #000 1px dashed;
	font-size: 14px;
}
#tmpRecruit #outline .whiteBoard dd:last-of-type,
#tmpRecruit #data .whiteBoard dd:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
#outline .movie {
	margin-top: 20px;
}
@media (min-width: 768px) {
#outline, #data {
	margin-bottom: 64px;
}
#tmpRecruit #outline .whiteBoard,
#tmpRecruit #data .whiteBoard {
	padding-top: 20px;
	padding-bottom: 34px;
}
#tmpRecruit #outline .whiteBoard dt,
#tmpRecruit #data .whiteBoard dt {
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #000 1px dashed;
	font-size: 16px;
}
#tmpRecruit #outline .whiteBoard dd,
#tmpRecruit #data .whiteBoard dd {
	margin-top: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 16px;
}
#tmpRecruit #outline .whiteBoard dt:last-of-type,
#tmpRecruit #data .whiteBoard dt:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
#outline .movie {
	margin-top: 12px;
}
}

#jobfair {
	padding-bottom: 40px;
	background: #f6ecdc;
}
#tmpRecruit #jobfair .whiteBoard {
	margin-top: 24px;
	padding-top: 24px;
	padding-bottom: 24px;
}
#tmpRecruit #jobfair .whiteBoard:first-of-type {
	margin-top: 0;
}
#tmpRecruit #jobfair .whiteBoard dt {
	margin-top: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #01619D;
}
#tmpRecruit #jobfair .whiteBoard .recommendBoard {
	margin-top: 36px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f2f7fa;
	border-radius: 10px;
	
}
#tmpRecruit #jobfair .whiteBoard .recommendBoard h4 {
	padding-left: 20px;
	background: url("../img/recruit/icon_star.svg") no-repeat center left;
	font-size: 14px;
	font-weight: bold;
	color: #01619D;
}
.btnLink {
	margin-top: 24px;
}
.btnLink a {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #01619D url("../img/recruit/icon_blank_w.svg") no-repeat center right 12px;
	border-radius: 100px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
}
@media (min-width: 768px) {
#jobfair {
	padding-top: 28px;
	padding-bottom: 64px;
}
#tmpRecruit #jobfair .whiteBoard {
	margin-top: 38px;
	padding-top: 38px;
	padding-bottom: 38px;
}
#tmpRecruit #jobfair .whiteBoard .photo {
	margin-top: 12px;
}
#tmpRecruit #jobfair .whiteBoard dt {
	margin-top: 0;
	font-size: 28px;
}
#tmpRecruit #jobfair .whiteBoard .recommendBoard {
	margin-top: 24px;
	padding-top: 26px;
	padding-bottom: 26px;
}
#tmpRecruit #jobfair .whiteBoard .recommendBoard h4 {
	padding-left: 26px;
	background: url("../img/recruit/icon_star.svg") no-repeat center left/20px 20px;
	font-size: 16px;
}
.btnLink {
	margin-top: 32px;
}
.btnLink a {
	background: #01619D url("../img/recruit/icon_blank_w.svg") no-repeat center right 20px;
	font-size: 16px;
}
}
@media (min-width: 992px) {
#jobfair {
	padding-top: 0;
}
}

#benefitHealth {
	padding-bottom: 40px;
	background: #f6ecdc;
}
#tmpRecruit #benefitHealth .whiteBoard {
	padding-top: 0;
	padding-bottom: 24px;
}
#tmpRecruit #benefitHealth li {
	margin-top: 12px;
}
#tmpRecruit #benefitHealth li span {
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
	padding: 10px 14px;
	border: #01619D 1px solid;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	color: #01619D;
}
#tmpRecruit #benefitHealth .whiteBoard dl dt {
	margin-top: 24px;
	padding-left: 26px !important;
	font-size: 14px;
	font-weight: bold;
}
#tmpRecruit #benefitHealth .whiteBoard dl.health dt {
	background: url("../img/recruit/icon_health.svg") no-repeat left center;
}
#tmpRecruit #benefitHealth .whiteBoard dl.lifestyle dt {
	background: url("../img/recruit/icon_lifestyle.svg") no-repeat left center;
}
#tmpRecruit #benefitHealth .whiteBoard dl.other dt {
	background: url("../img/recruit/icon_other.svg") no-repeat left center;
}
@media (min-width: 768px) {
#benefitHealth {
	padding-top: 28px;
	padding-bottom: 64px;
}
}
@media (min-width: 992px) {
#benefitHealth {
	padding-top: 0;
}
#tmpRecruit #benefitHealth .whiteBoard {
	padding-bottom: 32px;
}
#tmpRecruit #benefitHealth li {
	margin-top: 8px;
}
#tmpRecruit #benefitHealth li span {
	padding: 20px 14px;
	font-size: 16px;
}
#tmpRecruit #benefitHealth .whiteBoard dl dt {
	margin-top: 32px;
	margin-bottom: 4px;
	padding-left: 32px !important;
	font-size: 18px;
}
#tmpRecruit #benefitHealth .whiteBoard dl.health dt {
	background: url("../img/recruit/icon_health.svg") no-repeat left center/30px 24px;
}
#tmpRecruit #benefitHealth .whiteBoard dl.lifestyle dt {
	background: url("../img/recruit/icon_lifestyle.svg") no-repeat left center/30px 24px;
}
#tmpRecruit #benefitHealth .whiteBoard dl.other dt {
	background: url("../img/recruit/icon_other.svg") no-repeat left center/30px 24px;
}
}

#book {
	padding-bottom: 64px;
}
#tmpRecruit #book .whiteBoard {
	padding-top: 0;
	padding-bottom: 24px;
}
#tmpRecruit #book .whiteBoard .bookContents {
	margin-top: 32px;
	padding-bottom: 32px;
	border-bottom: #000 1px dashed;
}
#tmpRecruit #book .whiteBoard .bookContents:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
#tmpRecruit #book .whiteBoard .bookContents dd h4 {
	margin-top: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
#tmpRecruit #book .whiteBoard .bookContents dd p {
	font-size: 14px;
}
#tmpRecruit #book .whiteBoard .bookContents dd p.btnDL {
	margin-top: 20px;
}
#tmpRecruit #book .whiteBoard .bookContents dd p.btnDL a {
	display: block;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #FFF url("../img/recruit/icon_pdf.svg") no-repeat center right 16px;
	border: #000 1px solid;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #000;
}
@media (min-width: 992px) {
#book {
	padding-bottom: 28px;
}
#tmpRecruit #book .whiteBoard .bookContents dd h4 {
	font-size: 16px;
}
#tmpRecruit #book .whiteBoard .bookContents dd p {
	font-size: 16px;
}
#tmpRecruit #book .whiteBoard .bookContents dd p.btnDL {
	margin-top: 26px;
}
#tmpRecruit #book .whiteBoard .bookContents dd p.btnDL a {
	padding-top: 18px;
	padding-bottom: 18px;
	background: #FFF url("../img/recruit/icon_pdf.svg") no-repeat center right 20px;
	font-size: 16px;
}
}

#tmpRecruit .btnEntry {
	margin-top: 40px;
}
#tmpRecruit .btnEntry a {
	display: block;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 40px !important;
	background: #D07A23 url("../img/recruit/icon_blank_w.svg") no-repeat center right 30px;
	border-radius: 100px;
	font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-style: normal;
	font-size: 24px;
	color: #FFF;
}
#tmpRecruit .btnEntry a span {
	display: block;
 	font-family: "游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	font-weight: bold;
	font-size: 12px;
}
@media (min-width: 992px) {
#tmpRecruit .btnEntry {
	margin-top: 80px;
}
#tmpRecruit .btnEntry a {
	padding-top: 54px;
	padding-bottom: 54px;
	padding-left: 140px !important;
	background: #D07A23 url("../img/recruit/icon_blank_w.svg") no-repeat center right 70px/24px 24px;
	border-radius: 200px;
	font-size: 60px;
}
#tmpRecruit .btnEntry a span {
	font-size: 20px;
}
}



