@charset "utf-8";
/* CSS Document */
html{
	font-size:62.5%;	/*16px X 62.5%=10px */
	height: 100%;
}
body{
	font-size:1.6rem;
	color: #333;
/*
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
*/
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.025em;
	line-height: 1.8;
	vertical-align: baseline;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
html, body {
	height: 100%;
}
body > footer {
  position: sticky;
  top: 100vh;
}
.content {
  flex: 1;
}
pre {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
a{
	color: #1a0dab;
	text-decoration: none;
}
a:hover{
	opacity: 0.5;
}
button:hover{
	opacity: 0.5;
}
img{
	max-width: 100%;
	height: auto;
	/*width:100%;*/
}
h1{
	z-index: 2;
}
h2{
	font-size: 2rem;
	font-weight: bold;
	color: #111;
}
h3{
	font-size: 1.6rem;
	font-weight: bold;
	color: #111;
	margin-bottom: 32px;
}
h4{
	margin-bottom: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #111;
}
span{
	display: inline-block;
}
input:not([type="image"]) {  
	font-size: 1.6rem;
	border-radius: 4px;
  border: 1px solid #888;
	box-sizing: border-box;
	line-height: 40px;
	height: 40px;
	padding-left: 8px;
  padding-right: 8px;
	color: #333;
}
select {
	-webkit-appearance: none;
	appearance: none; /* デフォルトのスタイルを無効 */
  }
select::-ms-expand {
	display: none; /* デフォルトのスタイルを無効(IE用) */
}
select{
	cursor: pointer;
	font-size: 1.6rem;
	border-radius: 4px;
	border: 1px solid #888;
	height: 40px;
	line-height: 40px;
	padding-left: 8px;
  padding-right: 22px;
	background-image: url(../images/chevron-down_b.svg);
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-color: #fff;
	color: #333
}
::placeholder {
	color: #bbb;
}
  /* 旧Edge対応 */
  ::-ms-input-placeholder {
	color: #bbb;
 }
  /* IE対応 */
  :-ms-input-placeholder {
	color: #bbb;
}
pre{
	white-space: pre-wrap; /* はみ出たときに折り返す */
}
button{
	cursor: pointer;
}
/*----------------------------------------------
*
*  【SPレイアウト】
*
 ---------------------------------------------*/
/*----------------------------------------------
*   パーツ
---------------------------------------------*/
.block_flex-1{
	display: block;
}
.wrap_common{
	margin-left: auto;
	margin-right: auto;
	padding-left: 0vw;
	padding-right: 4vw;
	max-width: 1120px;
}
.wrap_narrow{
	margin-left: auto;
	margin-right: auto;
	padding-left: 4vw;
	padding-right: 4vw;
	max-width: 672px;
}
.background_wrap_narrow{
	background-color: #fff;
}
.section_common{
	padding-top: 32px;
	padding-bottom: 32px;
}
.section_common-2{
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 32px;
}
.background_r-1{
	background-color: #D8424D;
}
.background_r-2{
	background-color: #F08D94;
}
.background_r-3{
	background-color: #FFECEE;
}
.background_w{
	background-color: #fff;
}
.color_r-1{
	color: #D8424D;
}
.section_title:before {
	content: '';
	display: inline-block;
	width: 24px;
	height: 34px;
	margin-right: -34px;
	margin-left: 0px;
	border-left: 24px solid #ffdf00;
	vertical-align: -9px;
}
.section_title-2{
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	height: 56px;
	line-height: 60px;
}
.section_title_3{
	color:#D8424D;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 32px;
}
.section_title_4{
	color: #111;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 32px;
}
.img_radius_up{
	border-radius: 8px 8px 0 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 .clearfix:before {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
.display_pc{
	display: none;
}
.display_sp{
	display: block;
}
.overlay{
	z-index: 2;
	width:100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .7);
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.65s;
}
.overlay.active{
	opacity	: 1;
	visibility: visible;
	transition: opacity 0.65s;
}
.bullet_wrap{
	display: flex;
	line-height: 1.6rem;
	margin-bottom: 8px;
}
.bullet{
	margin: 0 0.5em 0 0;
	width: 1em;
	height: 1em;
}
/*----------------------------------------------
*  caution 
---------------------------------------------*/
/* ヘッダーメニューの新着メッセージ数 */
.caution_message_count{
	position: absolute;
	background-color: #ffdf00;
	border-radius: 50%;
	top: -4px;
	right: -12px;
	width: 22px;
	height: 22px;
	color: #333;
	font-size: 1.4rem;
	z-index: 10;
	display: flex;
	box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
/* 新着メッセージがない場合は非表示 */
.caution_message_count.dsp_none{
	display: none;
}
/*  ハンバーガーメニューを開いたら非表示  */
.caution_message_count.hidden{
	visibility: hidden;
}
/* ハンバーガーメニュー内の新着メッセージ数 */
.caution_message_count_toggle{
	background-color: #ffdf00;
	border-radius: 50%;
	margin-left: 8px;
	width: 22px;
	height: 22px;
	color: #333;
	font-size: 1.4rem;
	z-index: 10;
	display: flex;
	box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
/* 新着メッセージがない場合は非表示 */
.caution_message_count_toggle.dsp_none{
	display: none;
}

	/*----------------------------------------------
*  inputタグ
---------------------------------------------*/
.label_input{
	display: block;
	margin-bottom: 32px;
}
.label_input_margin-bottom .label_input{
	margin-bottom: 24px;
}
.input_row{
	width: 100%;
}
.label_1char{
	width: 1.6rem;
	font-weight: normal;
}
.input_caption{
	display: block;	
	width: 100%;
}
.input_caption p{
	color: #888;	
}
/*----------------------------------------------
*  inputタグ  type-2: width 65% ラベル横並びテキスト 
---------------------------------------------*/
.label_input_row-horizon{
	padding-top: 4px;
	display: flex;
	align-items: center;
	margin-bottom: 4px;
}
.label_input_row-horizon label{
	margin: auto 0;
}
.input_row-65p{
	width: 65%;
}
.label_1line{
	display:block;
}
/*----------------------------------------------
*  inputタグ  生年月日 
---------------------------------------------*/
.label_input_birthday{
	display: flex;
}
.label_input_year{
	width: 52%;
	display: flex;
}
.input_year{
	width: 72%;
	margin-right:8px;
}
.label_input_month{
	width: 34%;
	display: flex;
	justify-content: center;
}
.input_month{
	width: 60%;
	margin-right: 8px;
}
.label_input_day{
	width: 34%;
	display: flex;
	justify-content: flex-end;
}
.input_day{
	width: 60%;
	margin-right: 8px;
}

/*---------------------------------------------
*  inputタグ  チェックボックス 
---------------------------------------------*/
.checkbox_flex{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.checkbox_width{
	width: 46%;
}
.checkbox_position{
	position: relative;
}
.checkbox_position input[type=checkbox] {
	position: absolute;
	opacity: 0;
	display: none;
}
.checkbox_position label{
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	display: block;
	padding: 6px 14px 6px 38px;
	border: 1px solid #888;
	border-radius: 4px;
	background-color: transparent;
	font-weight: normal;
	font-size: 1.6rem;
	width: 100%;
	height: 40px;
	line-height: 31px;
}
.checkbox_position label:before{
	position: absolute;
	top: 12px;
	left: 12px;
	content: "";
	box-sizing: border-box;
	border: 1px solid #888;
	border-radius: 20%;
	background-color: #fff;
	width: 18px;
	height: 18px;
}
.checkbox_position label:after{
	position: absolute;
	top: 15px;
	left: 17px;
	content: "";
	box-sizing: border-box;
	border-right: 4px solid #D8424D;
	border-bottom: 4px solid #D8424D;
	width: 8px;
	height: 11px;
	opacity: 0;
	transform: rotate(45deg);
}
.checkbox_position input[type=checkbox]:checked + label{
	background-color: #F9D1D4;
	border: 1px solid #D8424D;
	color: #D8424D;
}
.checkbox_position input[type=checkbox]:checked + label:before{
	background-color: #fff;
	border: 1px solid #D8424D;
}
.checkbox_position input[type=checkbox]:checked + label:after{
	opacity: 1;
}

/*---------------------------------------------
*  inputタグ  ラジオボタン 
---------------------------------------------*/
.radio_flex{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.radio_width{
	width: 46%;
}
.radio_position{
	position: relative;
}
.radio_position input[type=radio] {
	position: absolute;
	opacity: 0;
	display: none;
}
.radio_position label{
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	display: block;
	padding: 6px 14px 6px 38px;
	border: 1px solid #888;
	border-radius: 4px;
	background-color: transparent;
	font-weight: normal;
	font-size: 1.6rem;
	width: 100%;
	height: 40px;
}
.radio_position label:before{
	position: absolute;
	top: 12px;
	left: 12px;
	content: "";
	box-sizing: border-box;
	border: 1px solid #888;
	border-radius: 50%;
	background-color: #fff;
	width: 18px;
	height: 18px;
}
.radio_position label:after{
	position: absolute;
	top: 16px;
	left: 16px;
	content: "";
	box-sizing: border-box;
	border: 1px solid #D8424D;
	border-radius: 50%;
	background-color: #D8424D;
	width: 10px;
	height: 10px;
	opacity: 0;
}
.radio_position input[type=radio]:checked + label{
	background-color: #F9D1D4;
	border: 1px solid #D8424D;
	color: #D8424D;
}
.radio_position input[type=radio]:checked + label:before{
	background-color: #fff;
	border: 1px solid #D8424D;
}
.radio_position input[type=radio]:checked + label:after{
	opacity: 1;
}

/*---------------------------------------------
*  inputタグ ファイル選択 
---------------------------------------------*/
input[type="file"] {
	display: none;
}
.input_file{
	display: flex;
	justify-content	:space-between;
}
.input_file input{
	height: 40px;
    width: 70%;
		padding: 0;
    line-height: 40px;
		border :none;
}
.input_file label{
	font-size: 1.4rem;
	font-weight: normal;
	background-image: url(../images/file-plus_r.svg);
	background-position: right 8px center;
	width: 128px;
	padding-left: 8px;
	margin-left: 0;
	margin-right: 0;
	text-align: left;
	cursor: pointer;
}
.input_file p{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;;
	font-size: 1.2rem;
	padding: 0 8px;
	width: calc(100% - 128px - 40px);
	height: 40px;
	line-height: 18px;
	color: #333;
}

/*---------------------------------------------
*  txtareaタグ 
---------------------------------------------*/
.textarea_content {
	border: 1px solid #888;
	border-radius: 4px;
	box-sizing: border-box;
	width: 100%;
	height: 30rem;
	overflow-y: scroll;
	padding: 8px;
	font-size: 1.6rem;
}
/*---------------------------------------------
*  inputタグ  無効
---------------------------------------------*/
.input_disabled{
	background-color: #eee;
    color: #888;
}

/*----------------------------------------------
*   必須マーク
---------------------------------------------*/
.required_r{
	border: 1PX solid #D8424D;
	color: #D8424D;
	font-size: 1.1rem;
	padding: 1px 6px;
	margin-left: 16px;
}
/*----------------------------------------------
*   button
---------------------------------------------*/
.btn_type-1{
	box-sizing: border-box;
	border-radius: 4px;
	background-color: #D8424D;
	border: 1px solid #D8424D;
	color: #fff;
	font-size: 2.2rem;
	width: 100%;
	height: 56px;
	display: block;
	text-align: center;
	line-height:56px;
	margin-bottom: 32px;
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	box-shadow: 4px 4px 10px rgb(131 131 131 / 50%);
}
.btn_type-1_y{
	background-color: #ffdf00;
	border-color:#ffdf00;
	color: #333;
	height: 64px;
	box-shadow: 4px 4px 10px rgb(131 131 131 / 25%);

}
.btn_type-1_y-2{
	background-color: #ffdf00;
	border-color: #ffdf00;
	color: #111;
	box-shadow: 4px 4px 10px rgb(131 131 131 / 25%);
}
.btn_registation_message-1{
	display: block;
	font-size: 1.2rem;
	line-height: 2.7;
}
.wrap_top_login .btn_registation_message-1{
	line-height: 3.7;
}
.btn_registation_message-2{
	display: block;
	font-size: 2.2rem;
	line-height: 0.7;
}
.wrap_top_login .btn_registation_message-2{
	line-height: 0.4;
}
.btn_registation_message-3{
	font-size: 14px;
	font-weight: bold;
	line-height: 2.6;
}
.btn_type-2{
	box-sizing: border-box;
	border: 1px solid #D8424D;
	border-radius: 4px;
	background-color: #FFECEE;
	color: #D8424D;
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	line-height:40px;
	margin-bottom: 32px;
	background-image: url(../images/plus_r.svg);
	background-position: right 22px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	box-shadow: 4px 4px 10px rgb(131 131 131 / 25%);
}
.btn_type-3{
	display: inline-block;
	margin-bottom: 32px;
	text-decoration-line: underline;
}
.btn_type-4{
	box-sizing: border-box;
	border: 1px solid #D8424D;
	border-radius: 4px;
	background-color: #FFECEE;
	color: #D8424D;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height:40px;
	margin-bottom: 32px;
	background-position: right 18px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	box-shadow: 4px 4px 10px rgb(131 131 131 / 25%);
}
.btn_type-5{
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: transparent;
	color: #D8424D;
	width: 100%;
	height: 56px;
	line-height:56px;
	display: block;
	text-align: center;
	margin-bottom: 32px;
	background-image: url(../images/angle-right-solid_r.svg);
	background-position: right 18px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	box-shadow: 4px 4px 10px rgb(131 131 131 / 25%);
}
.btn_type-6{
	box-sizing: border-box;
	border: 1px solid #D8424D;
	border-radius: 4px;
	background-color: #FFECEE;
	color: #D8424D;
	font-size: 1.4rem;
	width: 112px;
	height: 32px;
	line-height:32px;
	display: block;
	text-align: center;
	margin-bottom: 8px;
	background-image: url(../images/angle-right-solid_r.svg);
	background-position: right 14px center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
	box-shadow: 4px 4px 10px rgb(131 131 131 / 25%);
}
.btn_language{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	text-indent:.01px; /* Firefox用 */
	text-overflow:""; /* Firefox用 */
	width: 130px;
	height: 3rem;
	background-image: url(../images/globe_r.svg);
	background-size: 2.8rem;
	background-position: right;
	border: none;
	cursor: pointer;
	position: relative;
	left: -93px;
}
.btn_language:focus{
	outline: none;
}
.btn_language_shade {
	content: "";
	position: absolute;
	width: 92px;
	height: 48px;
	background-color: #fff;
	z-index: 1;
	top: -9px;
	left: -84px;
}
.btn_go_top{
	cursor: pointer;
	box-sizing: border-box;
	border: 1px solid #333;
	border-radius: 4px;
	background-color: rgba(255,255,255,0.8);
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height:40px;
	background-image: url(../images/chevron-up_g.svg);
	background-position: right 7px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	box-shadow: 4px 4px 10px rgb(131 131 131 / 25%);
}

/*----------------------------------------------
*  icon
---------------------------------------------*/
.icon_root{
	position:relative;
}
.icon_common{
	width: 3rem;
	height: 3rem;
}
.icon_common_small{
	width: 2rem;
	height: 2rem;
	margin: -16px 8px 0 0 ;
}
.icon_globe{
	width: 3rem;
	height: 3rem;
}
.icon_btn_search{
	background-image: url(../images/search_w.svg);
}
.icon_btn_plus{
	background-image: url(../images/plus_r.svg);
}
.icon_btn_chevron-right{
	background-image: url(../images/chevron-right_w.svg);
	background-size: 32px 32px;
}
.icon_btn_chevron-right_r{
	background-image: url(../images/chevron-right_r.svg);
}
.icon_btn_chevron-right_b{
	background-image: url(../images/chevron-right_b.svg);
}
.icon_btn_registation{
	background-image: url(../images/user-plus_g.svg);
}
.icon_btn_login{
	background-image: url(../images/log-in_r.svg);
}
.icon_btn_login_w{
	background-image: url(../images/log-in_w.svg);
}
.icon_btn_trash{
	background-image: url(../images/trash_r.svg);
	background-position: center;
}
.icon_btn_send_b{
	background-image: url(../images/send_b.svg);
}
/*----------------------------------------------
*   header
---------------------------------------------*/
.header{
	position: fixed;
	border-bottom:1px solid  #f0f0f0;
	width: 100vw;
	top: 0;
	background-color: #fff;
	z-index: 1;
}
.header_logo{
	width: 140px;
	z-index: 2;
}
.header_contents{
	display: flex;
	justify-content: space-between;;
	height: 48px;
	align-items: center;
}
.header_back-margin{
	margin-top: 50px;
}
.display_header_menu{
	display:none;
}
.display_header_menu a{
	color: #333;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 220px;
	font-size: 1.5rem;
}
.display_header_menu span{
	padding-top: 2px;
}
.display_header_menu > a > span{
  width: 164px;
  text-align: center;
}
.display_btn_toggle{
	display: block;
	margin: auto 10px;
}

/*----------------------------------------------
* navigation(sp)
---------------------------------------------*/
.header_navigation {
	display: flex;
	justify-content: flex-end;
}
.nav_list{
	position: absolute;
	right: 0;
	top: 0;
	padding: 9px 0 0;
	margin: 0 auto;
	width: 0;
	height: 100vh;
	background-color: #fff;
  display: block;
	transform: translate(101vw);
  transition: all .5s;
	z-index: 3;
}
.nav_list.active{
	transform: translateZ(0);
	width: 80%;
	max-width: 512px;
}
.nav_list li{
	display: flex;
	align-items: center;
	margin: 0 auto;
	width: 19rem;
	padding: 16px 0;
	border-top: 1px solid #ddd;
}
.nav_list li a{
	color: #333;
	position: relative;
}
.nav_list li:last-child{
	border-bottom: 1px solid #ddd;
}
.btn_toggle {
	position: relative;
	width: 34px;
	height: 32px;
	cursor: pointer;
	z-index: 4; 
	background: transparent;
	border: none;
	margin-left: -30px;
}
.btn_toggle span {
	display: inline-block;
	transition: all .4s;
	/*アニメーションの設定*/
	position: absolute; 
	left: 0;
}
  
.btn_toggle span:nth-of-type(1), .btn_toggle span:nth-of-type(2) {
	height: 3px;
	background: #D8424D;
	width: 100%;
}

.btn_toggle span:nth-of-type(1) {
	top: 0px; 
}
  
.btn_toggle span:nth-of-type(2) {
	top: 10px; 
}

.btn_toggle span:nth-of-type(3) {
	top: 16px;
	font-size: 1rem;
	font-weight: 500;
	width: 30px;
	text-transform: uppercase;
	color: #D8424D;
}

/*線が×に*/
.btn_toggle_span:nth-of-type(1).active {
	top: 6px;
	transform: translateY(6px) rotate(-45deg);
}
.btn_toggle_span:nth-of-type(2).active {
	top: 6px;
	transform: translateY(6px) rotate(45deg);
}
.btn_toggle_span:nth-of-type(3).active {
	opacity: 0; 
}

#mask {
	display: none;
	transition: all .5s; 
}

.open #mask {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: .5;
	z-index: 3;
	cursor: pointer; 
}

/*----------------------------------------------
*   Key visual
---------------------------------------------*/
.kv{
	display: flex;
  justify-content: center;
  background-color: #FFECEE;
}
.kv picture{
	width: 100%;
	max-width: 1120px;
	height: 24vh;
	max-height: 224px;
	object-fit: cover;
}
.kv img{
	width: 100%;
	max-width: 1120px;
	height: 24vh;
	max-height: 224px;
	object-fit: cover;
}
/*----------------------------------------------
*   ページネーション
---------------------------------------------*/
.pagenation{
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.pagenation_btn{
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 18%;
	height: 32px;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 4px 4px 15px rgba(131,131,131,0.30);
}
.pagenation_btn input {
		display: flex;
	}
.pagenation_number_icon{
	display: none;
}
.pagenation li input{
	width: 2.2rem;
	filter: grayscale(100%);
}
.pagenation li span{
	color: #636363;
}
/*----------------------------------------------
*   求人リスト
---------------------------------------------*/
/*  検索結果リスト用レイアウト */
.offer_overview_list-1{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
	grid-gap: 24px;
	margin-bottom: 32px;
}
/*  検索結果リスト下部 広告レイアウト */
.offer_overview_list-2{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(157px, 1fr));
	grid-gap: 16px
}
/*  検索結果リスト上部 広告レイアウト */
.offer_overview_list-3{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
	grid-gap: 24px
}
/*  ログイン,会員登録ボタン位置 広告表示 */
.top_login_offer{
	display: none;
}
.top_login_offer.active{
	display: block;
}
/* 検索結果の件数 */
.offer_overview_result{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px 32px;
	margin-bottom: 24px;
}
.offer_overview_count{
	color: #D8424D;
	font-weight: bold;
	margin-right: 4px;
}
.offer_overview{
	border: none;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 4px 4px 10px rgba(131,131,131,0.25);
	display: block;
	grid-template-rows: max-content 48px 1fr;
	break-inside: avoid;
	min-width: 256px;
}
.offer_overview_list-2 .offer_overview{
	min-width: 157px;
	box-shadow: 4px 4px 15px rgba(131,131,131,0.30);
}
.offer_overview_list-3 .offer_overview{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-shadow: 4px 4px 15px rgba(131,131,131,0.30);
}
.offer_detail{
	font-size: 14px;
}
.top_login_offer{
	display: none;
}
.top_login_offer.active{
	display: block;
}
.top_login_offer .offer_overview{
	min-width: 248px;
}
.offer_overview_content{
	position: relative;
	font-size: 1.6rem;
	padding: 8px 8px 0 26px;
	margin-bottom: 8px;
	overflow: hidden;
	height: 5rem;
	font-weight: bold;
	color:#D8424D;
}
.offer_detail .offer_overview_content{
	height: 100%;
}
.offer_overview_content:before {
	position: absolute;
	content: '';
	display: inline-block;
	height: 100%;
	margin-left: -18px;
	border-left: 10px solid #ffdf00;
	vertical-align: -9px;
}
@supports (-webkit-line-clamp: 2) {
	.offer_overview_list-1 .offer_overview_content-ellipsis {
	  display: -webkit-box;
	  overflow: hidden;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 2) {
	.offer_overview_list-2 .offer_overview_content-ellipsis{
	  display: -webkit-box;
	  overflow: hidden;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 2) {
	.offer_overview_list-3 .offer_overview_content-ellipsis {
	  display: -webkit-box;
	  overflow: hidden;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 2) {
	.top_login_offer .offer_overview_content-ellipsis {
	  display: -webkit-box;
	  overflow: hidden;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	}
}
@supports (-webkit-line-clamp: 3) {
	.offer_detail .offer_overview_content-ellipsis {
	  display: -webkit-box;
	  overflow: hidden;
	  -webkit-line-clamp: 3;
	  -webkit-box-orient: vertical;
	}
}
.offer_overview_list-2 .offer_overview_content{
	margin: 0 8px 8px;
	padding: 8px 0 0;
	overflow: hidden;
	height: 4rem;
	font-weight: normal;
	font-size: 1.2rem;
	color:#D8424D;
}
.offer_overview_list-3 .offer_overview_content {
	margin: 0 8px 8px;
	padding: 8px 0 0;
}
.top_login_offer.active .offer_overview_content{
	margin-bottom: 4px;
}
.offer_overview_list-2 .offer_overview_content::before{
	display: none;
}
.offer_overview_list-3 .offer_overview_content::before{
	display: none;
}
.offer_detail h3{
	margin-bottom: 24px;
	padding: 8px 16px 8px;
	background-color: #D8424D;
	color: #fff;
}
.offer_detail h4{
	display: flex;
}
.offer_detail_subtitle{
	position: relative;
	padding-left: 16px;
}
.offer_detail_subtitle::before{
	position: absolute;
	content: '';
	display: inline-block;
	height: 28px;
	margin-left: -15px;
	border-left: 8px solid #D8424D;
}
.offer_detail > p{
	margin-bottom: 16px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
}
.offer_detail > ul > li{
	margin-bottom: 16px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
}
.offer_detail > ul > li:first-child{
	padding-top: 0;
	border-top: none;
}
.offer_detail .offer_overview_content{
	padding: 0 0 0 18px;
}
.offer_overview_list-3 > li:nth-child(2){
	display: none;
}
/*.offer_overview_list-3 > li:nth-child(3){
	display: none;
}*/
.offer_overview_float_left{
	box-sizing: border-box;
	display: inline-block;
	margin: 0 0 8px 10px;
	width: 49%;
}
.offer_overview_list-2 .offer_overview_float_left{
	width: calc(100% - 16px);
}
.offer_overview_list-3 .offer_overview_float_left{
	width: calc(100% - 136px);
}
.top_login_offer.active .offer_overview_float_left{
	margin-bottom: 0;
}
.offer_detail .offer_overview_float_left{
	margin-left: 0;
}
.offer_overview_company span{
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 4px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6;
}
.offer_overview_limit{
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	font-size: 1.4rem;
	color: #888;
}
.offer_overview_limit dd{
	margin-left: 0rem;
}
.offer_overview_img{
	float: center;
	width: 100%;
	margin: 0px 0px 0px auto;
}
.offer_detail .offer_overview_img{
	margin-right: 0;;
}
.offer_overview_img img{
	border-radius: 4px;
	object-fit: cover;
}
.offer_overview_list-2 .offer_overview_img{
	float: none;
	width: 100%;
	margin: 0;
}
.offer_overview_list-2 .offer_overview_img img{
	border-radius: 8px 8px 0 0;
}
.offer_overview_conditions{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 8px 2px;
	padding-top: 8px;
	width: calc(100% - 16px);
	border-top: 1px solid #ccc;
}
.offer_detail .offer_overview_conditions{
	margin: 0 0 16px;
	padding: 16px 0 0;
	width: 100%;
}
.offer_overview_conditions li{
	box-sizing: border-box;
	margin: 0 6px 6px 0;
	padding: 2px 4px;
	border: 1px solid #D8424D;
	border-radius: 4px;
	color: #D8424D;
	font-size: 1.2rem;
}
.offer_overview_detail{
	clear: both;
	margin: 0 8px 8px;
	padding-top: 8px;
	border-top: 1px solid #ccc;
	font-size: 1.4rem;
}
.offer_overview_detail_title{
	display: flex;
	align-items: center;
	float: left;
	line-height: 1.6;
}
.offer_overview_detail_icon{
	width: 1.6rem;
	height: 1.6rem;
	margin: -14px 6px 0 0;
}
.offer_detail .offer_overview_detail_icon{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #D8424D;
	border-radius: 50%;
	margin-top: -2px;
	width: 32px;
	height: 32px;
}
.offer_detail .offer_overview_detail_icon img{
	width: 1.8rem;
}
.offer_overview_staff_data{
	margin: 0 0 4px 8rem;
	line-height: 1.6;
}
.offer_overview_staff{
	display: table;
	margin-left: 0;
	margin-bottom: 4px;
	padding: 2px 8px;
	background-color: #F08D94;
	border-radius: 4px;
	color: #fff;
	font-size: 1.4rem;
}
.offer_overview_staff_title{
	display: none;
}
.offer_overview_btn_detail{
	display: flex;
	justify-content: flex-end;
	margin: 0 8px 4px;
	padding-top: 12px;
	border-top: 1px solid #ccc;
}
.offer_overview_list-3 .offer_overview_btn_detail{
	display: inline-block;
	justify-content: initial;
	border-top: none;
	margin: auto 8px 4px 0;
	padding: 0;
}
/*----------------------------------------------
*   footer
---------------------------------------------*/
.footer{
	padding-top: 32px;
	padding-bottom: 16px;
}
.footer_background{
	background-color: #D8424D;
}
.footer h2{
	color: #fff;
	width: 140px;
}
.footer a{
	color: #fff;
}
.footer small{
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	color: #eee;
	text-align: center;
}
.footer ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 8px;
}
.footer li{
	width: 50%;
	margin-bottom: 16px;
}
.wrap_page_top{
	position: fixed;
  width: 100vw;
  bottom: 40px;
  display: block;
	overflow-y: scroll;
}
.wrap_page_top-2{
	display: flex;
	justify-content: flex-end;
}
/*----------------------------------------------
*   モーダルウィンドウ（標準）
---------------------------------------------*/
.modal_wrapper {
	z-index: 999;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 40px 10px;
	text-align: center;
}

.modal_wrapper:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.modal_wrapper:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}

.modal_wrapper::after {
	display: inline-block;
	height: 100%;
	margin-left: -.05em;
	vertical-align: middle;
	content: "";
}

.modal_wrapper .modal_window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 90%;
	max-width: 600px;
	padding: 48px 30px 32px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, .6);
	vertical-align: middle;
}

.modal_wrapper .modal_window .modal_content {
	max-height: 80vh;
	overflow-y: auto;
	text-align: left;
}
.modal_overlay {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
}
.modal_wrapper > a:hover{
	opacity: 1;
}
.modal_wrapper .modal_close {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	color: #95979c;
	font-size: 20px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	text-indent: 0;
}

.modal_wrapper .modal_close:hover {
	color: #2b2e38;
}
/*----------------------------------------------
*
*
* 【SPレイアウト  PCレイアウト】
*		プレミアム広告の数  2～3個表示
*
 ---------------------------------------------*/
@media screen and (min-width:583px) {
	.offer_overview_list-3 > li:nth-child(2){
		display: block;
	}
}
@media screen and (min-width:1096px) {
	.offer_overview_list-3 > li:nth-child(3){
		display: block;
	}
}
/*----------------------------------------------
*
*
* 【PCレイアウト】
*
*
 ---------------------------------------------*/
 @media screen and (min-width:736px) { 
	/*----------------------------------------------
	*  common
	---------------------------------------------*/
	label{
		width: 21rem;
	}
	.section_common-2{
		padding-top: 32px;
		padding-bottom: 32px;
		margin-bottom: 0;
	}
	.wrap_form{
		max-width: 688px;
	}
	.block_flex-1{
		display: flex;
		justify-content: space-between;
	}
	.display_pc{
		display: block;
	}
	.display_sp{
		display: none;
	}
	.background_wrap_narrow{
		background-color: #FFECEE;
	}
	
	/*----------------------------------------------
	*  input
	---------------------------------------------*/
	.label_input_row-horizon{
		margin-bottom: 0;
	}
		.label_input{
		display: flex;
		justify-content: space-between;
		align-items: baseline;
	}
	.input_row{
		max-width: 360px;
	}
	.input_caption{
		max-width: 360px;
	}
	/*----------------------------------------------
	*  button
	---------------------------------------------*/
	.btn_type-1{
		max-width: 288px;
		margin-left: auto;
		margin-right: auto;;
	}
	.btn_type-2{
		width: 288px;
		margin-left: auto;
		margin-right: auto;;
	}
	.btn_type-7{
		width: 288px;
		margin-left: auto;
		margin-right: auto;;
	}
	.btn_width{
		width: 360px;
	}
	/*----------------------------------------------
	*  header
	---------------------------------------------*/
	.header_contents{
		height: 72px;
		width:805px;
	}
	.caution_message_count{
		right: 8px;
	}	
	.header_back-margin{
		margin-top: 73px;
	}
	.header_logo {
		width: 192px;
	}

	/*----------------------------------------------
	*  ページネーション
	---------------------------------------------*/
	.pagenation{
		width: 544px;
	}
	.pagenation li{
		width: 32px;
	}
	.pagenation_number_icon{
		display: flex;
	}
	/*----------------------------------------------
	*  求人概要
	---------------------------------------------*/
	.offer_overview_list-1{
		grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	}
	.offer_overview_list-2{
		grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
		grid-gap: 24px;
	}
	.offer_overview_list-3{
		grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	}
	.offer_overview_content span {
		font-weight: bold;
	}
	@supports (-webkit-line-clamp: 2) {
		.offer_detail .offer_overview_content-ellipsis {
			display: -webkit-box;
			overflow: hidden;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}
	}
	/*----------------------------------------------
	*   モーダルウィンドウ
	---------------------------------------------*/
	.modal_wrapper .modal_window {
		width: 70%;	
	}
}

/*----------------------------------------------
*
*
* 【PCレイアウト Wide 】
*
*
 ---------------------------------------------*/
 @media screen and (min-width:928px) { 
	/*----------------------------------------------
	*  ヘッダーメニュー
	---------------------------------------------*/
	.display_header_menu{
		display:block;
		margin: auto 10px;
		position: relative;
	}
	.display_btn_toggle{
		display: none;
	}
 }
/*----------------------------------------------
*
* 【共通 CSS  1プロパティ】
*
 ---------------------------------------------*/
.margin-bottom_0{
	margin-bottom: 0;
}
.margin-bottom_4{
	margin-bottom: 4px;
}
.margin-bottom_8{
	margin-bottom: 8px;
}
.margin-bottom_16{
	margin-bottom: 16px;
}
.margin-bottom_24{
	margin-bottom: 24px;
}
.margin-bottom_32{
	margin-bottom: 32px;
}
.margin-bottom_48{
	margin-bottom: 48px;
}
.margin-bottom_48{
	margin-bottom: 48px;
}
.margin-bottom_64{
	margin-bottom: 64px;
}
.margin-right_0{
	margin-right: 0;
}
.padding-top_0{
	padding-top: 0;
}
.padding-top_16{
	padding-top: 16px;
}
.padding-top_32{
	padding-top: 32px;
}
.padding-top_40{
	padding-top: 40px;
}
.padding-top_64{
	padding-top: 64px;
}
.padding-bottom_0{
	padding-bottom: 0;
}
.padding-bottom_32{
	padding-bottom: 32px;
}
.padding-bottom_48{
	padding-bottom: 48px;
}
.font-size_14{
	font-size: 1.4rem;
	line-height: 1.4;
}
.text-align_center{
	text-align: center;
}
.text-align_end{
	text-align: end;
}