/*ヘッダーナビゲーション*/
#page_img {
	padding-top: 65px;	/*画像を重ねない場合ヘッダーナビ分の高さを指定*/
}

.menubar {
	height: 65px;
	background-color: #ffffff;
}

.open-menu .menubar {
	z-index: 0;
}

.siteid{
	height: 65px;
}

.siteid:after {
    content: "";
    width: 65px;
    height: 65px;
    background-color: #032433;
    position: absolute;
    right: 0;
    top: 0;
}

.bg-navy{
	background-color: #032433;
}


.bg-blue{
	background-color: #39536c;
}

/*各ページ用見出し画像*/
.page_midashi{
position: relative;
min-height: 200px;
border-bottom: 1vw solid #cecfee;
}

.page_midashi .of{
width: 100%;
padding-bottom: 23%;

}

.page_midashi .of img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


/*画像の設定（ページごとにclassを変更）*/

.notfound{
	background-color: #ccc;
}


.circle {
	position: relative;
	overflow: hidden;
	border-radius:50%;
    padding:50%;
}

.circle img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}


/*各ページ用見出し文字　例：recruit*/
#page_img h2{
color: #ffffff;
max-width: 1170px;
padding: 20px;
font-size:34px;	
top:calc( 50% - 15px ) ;/*divがせり上がるデザインのためマイナス設定あり　通常は50％でOK*/
text-transform: capitalize;
position: absolute;
width: 100%;
left: 50%;
-webkit-transform: translate(-50% ,-50%);
transform: translate(-50% ,-50%);
z-index: 1;
}

/*各ページ用見出し内補足文字　例：募集要項*/
#page_img h2 span{
font-size: 0.5em;
margin-left: 10px;
}

/*--------------
コンテンツ枠
（デザイン用cssのためすべて削除可）
--------------*/
#page_frame {
	margin-top: -50px;	/*メインイメージにかかるネガティブマージン*/
	width: 90%;	/*スマホ用コンテンツ表示幅*/
	position: relative;	/*zindex使用のため必須*/
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
}

#page_frame .page_framebg {
	background-color: #ffffff;
	/*maxwidth使用のため内包に指定コンテンツをイメージにかけない場合は#jobframeに直接指定可*/
	max-width: 1200px;	/*1200以上広げない*/
	padding: 20px; /*row併用想定 769px～再指定あり*/
	margin-left: auto;
	margin-right: auto;
}

#page_frame.story_detail .page_framebg{
	max-width: 1000px;
}

/*-------------
募集一覧
--------------*/
.joblist_btn a {
    padding: 20px 25px 20px 5px;
    display: block;
    color: #ffffff;
    text-align: center;
    position: relative;
}


.joblist_btn a::after {
	content: "";
    position: absolute;
    right: 15px;
    top: calc(50% - 7px);
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*-------------
募集要項
--------------*/
.midashi01 span {
	display: inline-block;
}

.status {
	background-color: #032433;
	color: #ffffff;
	font-size: 14px;

	padding: 4px 15px;
	margin-right: 25px;
	margin-top: -5px;
	vertical-align: middle;
}

/*グラデーション背景指定*/
.gr_bg {
	position: relative;
	z-index: 5;
}

.gr_bg img {
	position: relative;
	z-index: 5;
}

.gr_bg:after {
	content: "";
	opacity: 0.6;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -15px;
	right: -15px;
	background: -webkit-linear-gradient(left, #bfd3e4 0%, #d3d4f3 100%);
	background: linear-gradient(to right, #bfd3e4 0%, #d3d4f3 100%);
	z-index: 0;
}

.job_detail {
	margin-bottom: 60px;
}

/*エントリーボタン設定*/
.entry {
	width: 75%;
	margin: 0 auto 50px;
}

.entry a {
	position: relative;
	/*absoluteの内包要素にfixedが効かないためエントリーボタン追従用にスマホサイズはrelativeで指定*/

	background-color: #032433;
	color: #ffffff;
	display: block;
	padding: 20px 0;
	margin: 0 -20px;
	text-align: center;
	z-index: 8;
}

.entry_span {
	font-size: 8vw;
	display: block;
}

.entry .btn_mail a {
	background-color: #39536c;
}

/*エントリーボタン固定設定*/
.fixed-b .btn_mail {
	position: fixed;
	padding: 15px;
	bottom: 0;
	left: 0;
	width: 100%;
	background: -webkit-linear-gradient(left, rgba(186, 206, 222, .8) 0%, rgba(206, 207, 238, .8) 100%);
	background: linear-gradient(to right, rgba(186, 206, 222, .8) 0%, rgba(206, 207, 238, .8) 100%);
}

.fixed-b .btn_mail a {
	width: 100%;
	margin: 0;
	padding: 15px 0 10px;
	border-radius: 6px;
}
/*ボタン右端の三角*/
 .fixed-b .btn_mail a:after {
    content: "";
    position: absolute;
    right: 18px;
    top: calc(50% - 7px );
    width: 14px;
    height: 14px;
    border: 2px solid;
    border-color: #ffffff #ffffff transparent transparent;
    transform: rotate(45deg);
}


 .fixed-b .gr_bg:after{
	content: none;
}

.fixed-b .btn_mail a .entry_span{
	display:none;
}

/*検索結果*/

/*再検索------------------------*/
.search_more{
	background-color: #ffffff;
	padding: 20px;
	position: relative;
	z-index: 9;
}

.search_tit {
	color: #666666;
	margin: 15px 20px;
	font-size: 18px;
	font-weight: 700;
}

.search_more dt {
	padding: 6px 10px;
	margin-bottom: 10px;
}

.search_more dl {
	margin: 0;
}

.search_more dd {
	width: 100%;
	margin-bottom: 10px;
}

.search_more select {
	border: 1px solid #ccc;
	border-radius: 2px;
}

.search_more dd::after {
	content: "";
	clear: both;
	display: table;
}

.search_more dd.check_flame {
	margin-bottom: 0;
}

.check_flame label {
	color: #333;
	background-color: #ffffff;
	font-weight: 100;
	font-size: 13px;
	display: block;
	border: 1px solid #ccc;
	margin: 4px 0;
	margin-bottom: 8px;
	padding: 4px 10px 4px 5px;
}


.btn_search button[type="submit"] {
	position: relative;
	width: 100%;
	background: #333333;
	text-align: center;
	padding: 10px 20px;
	transition: all .5s;
	border: 0;
	margin: 20px 0;
}

.btn_search button[type="submit"]:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.60);
}

.btn_search button[type="submit"]:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .5s;
}

.btn_search button[type="submit"]:hover::after {
	right: 15px;
	border-top: solid 2px rgba(255, 255, 255, 0.60);
	border-right: solid 2px rgba(255, 255, 255, 0.60);
}

input[type="checkbox"] {
	display: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}


.check_flame label input[type="checkbox"] + span {
	position: relative;
	padding: 0 0 0 25px;
}

.check_flame label span {
	display: inline-block;
}

.check_flame label input[type="checkbox"] + span::before,
.check_flame label input[type="checkbox"] + span::after {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}

.check_flame label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	border: 2px #CCC solid;
	border-radius: 3px;
}

.check_flame label input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 4px 5px;
	width: 6px;
	height: 9px;
}

.check_flame label input[type="checkbox"]:checked + span::before {
	background-color: #CCC;
}

.check_flame label input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*-------------
社員の声
--------------*/
.voice_midashi span {
	color: #6192BE;
	border: #6192be 2px solid;
	padding: 10px 20px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 40px auto 20px;
	display: inline-block;
}

.voice_img01 {
	position: relative;
	width: 100%;
	padding-bottom: 65%;
}

.voice_img01 .of{
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.voice_img01 img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.voice_profile {
	position: absolute;
	width: 80%;
	right: 20px;
	bottom: -15px;
	background: rgb(90, 147, 193);
	background: -webkit-linear-gradient(left, rgba(90, 147, 193, 1) 0%, rgba(122, 124, 183, 1) 100%);
	background: linear-gradient(90deg, rgba(90, 147, 193, 1) 0%, rgba(122, 124, 183, 1) 100%);
	color: #ffffff;
	padding: 10px;
}

.voice_message {
	background-color: #EEF4F6;
}

.voice_message .of{
	width: 100%;
	padding-bottom: 67%;
	position: relative;
	overflow: hidden;
}

.voice_message .of img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


.timeline {
	margin: 15px;
	color: #6192be;
	background: rgb(97, 146, 190);
	background: -webkit-linear-gradient(left, rgba(97, 146, 190, 1) 17%, rgba(220, 236, 242, 1) 17%);
	background: linear-gradient(90deg, rgba(97, 146, 190, 1) 17%, rgba(220, 236, 242, 1) 17%);
}

.timeline .time {
	color: #ffffff;
	font-weight: 700;
	padding: 10px;
}

.timeline .detail {
	padding: 10px;
}

.timeline .detail p:first-child {
	font-size: 14px;
	font-weight: 600;
}

.timeline .detail p:last-child {
	font-size: 12px;
}

/*先輩インタビューarchive*/
.voicelist a {
	color: #333333;
}

.voicelist li{
	padding:40px 20px;
}

.voicelist li .item{
	background-color: #ffffff;
}

.voicelist li:nth-child(even){
	background-color: #EEF4F6;
}

.voicelist li:last-child{
	padding-bottom: 80px;
}


.voicelist > li a > div{
padding: 0;
}

.voicelist .of{
	height: 100%;
}

.square_midashi {
	color: #ffffff;
	background: linear-gradient(90deg, rgba(90, 147, 193, 1) 0%, rgba(122, 124, 183, 1) 100%);
	height: 60px;
	width: 60px;
	margin: 10px;
	text-align: center;
	font-size: 14px;
	position: relative;
	float: left;
}

.square_midashi p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;

	line-height: 1.2;
	padding-top: 5px;
	transform: translate(-50%, -50%);
}

.square_midashi span {
	display: block;
	font-size: calc( 26px + 0.5vw );
}

.voicelist_profile1 {
	font-size: 16px;
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-left: 80px;
	margin-right: 10px;
	margin-bottom: 5px;
	line-height: 1.3;
	border-bottom: #6192BE 1px solid;
}

.voicelist_profile2 {
	font-size: 14px;
	margin: 0;
}

.voicelist_copy {
	font-size: calc(18px + 0.8vw);
	font-weight: 700;
	margin: 10px;
	clear: both;
	line-height: 1.5;
}


/*座談会*/
.member .item {
	background-color: #EEF4F6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	padding: 15px;
	border-radius: 10px;
	font-weight: bold;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.member .item p {
	margin: 0 0 0 10px;
}

.member .item p span {
	display: block;
	font-size: 13px;
}

.member .item .flex_clear {
	width: 100%;
	font-weight: normal;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	font-size: 14px;
}

.question {
	font-size: calc(18px + 1vw);
	font-weight: bold;
	color: #6192BE;
	background: #EEF4F6;
	padding: 60px 20px;
	margin-bottom: 0;
}

.question span {
	display: block;
	font-size: 16px;
}


.crosstalk_frame .talk_img {
	position: relative;
}

.crosstalk_frame .talk_img::before {
	background-color: #EEF4F6;	/*画像があるときの背景色の重なりを生成*/
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.crosstalk_frame .talk_img img {
	position: relative;
	z-index: 1;
}

.radius10{
	border-radius: 10px;
}

.crosstalk_frame dl dt{
	font-weight: bold;
	float: left;
}

.crosstalk_frame dl dd{
	padding-left: 60px;
	margin-bottom: 20px;
}

/*名前部分カラー指定*/
.member01 {
	color: #6192BE;
}

.member02 {
	color: #BE6190;
}

.member03 {
	color: #6B6EA4;
}

/*---------------------
よくある質問
---------------------*/
.faq_list dt{
	background-color: #EEF4F6;
	padding:30px 50px 30px 85px;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
}

.faq_list dt::before{
	position: absolute;
	content: "Q";
	font-size: 32px;
	color: #fff;
	background-color: #ABC4DA;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 50%;
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq_list dt::after{
	content: "";
	position: absolute;
	border-left: #abc4da 4px solid;
	border-bottom: #abc4da 4px solid;
	height: 18px;
	width: 18px;
	top: 45%;
	right: 13px;
	-webkit-transform: rotate(-45deg) translateY(-55%);
	transform: rotate(-45deg) translateY(-55%);
}

.faq_list dd{
	display: none;
}

.faq_list dd{
	background-color: #E0EAEE;
	padding:30px ;
	margin-bottom: 20px;
}


/*our story*/
.story_mainimg{
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	position: relative;
}

.story_mainimg img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.story_img {
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.story_box .item{
	border-bottom: 1px dashed #CEC2F8;
}	

.story_box .item > a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

}
.story_box .item .story_img{
	width: 100px;
	height: 100px;
}

.story_box .item .story_tit{
	font-size: 18px;
	margin-left: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.story_box .day{
	text-align: right;
}



/*記事内css*/

.kiji_frame ul,.kiji_frame ol {
	margin-bottom: 15px;
}

.kiji_frame b,.kiji_frame strong {
	font-weight: bold;
}

.kiji_frame em {
	font-style: italic;
}

.kiji_frame ul li {
	position: relative;
	padding-left: 17px;
}

.kiji_frame h1 {
	font-size: calc(18px + 1vw);
	background-color: #6B94C3;
	color: #fff;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.kiji_frame h2 {
	font-size: calc(20px + 1vw);
	color: #6192BE;
	font-weight: bold;
	margin-bottom: 15px;
}

.kiji_frame h3 {
	font-size: calc(18px + .5vw);
	background-color: #EEF4F6;
	border-left: 5px solid #ABC4DA;
	padding: 10px;
	margin-bottom: 15px;
}

.kiji_frame h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #6192BE;
}

.kiji_frame h5 {
	font-weight: bold;
	font-size: 18px;
}

.kiji_frame a {
	font-weight: bold;
	color: #6b94c3;
	border-bottom: #6b94c3 solid 1px;
}


.kiji_frame blockquote {
	font-size: 14px;
	padding: 5px;
	color: #333;
	border: 1px solid #ABC4DA;
	margin: 10px;
	background-color: #EEF4F6;
}

.kiji_frame ul li::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #6b6ea4;
	position: absolute;
	top: 10px;
	left: 0px;
	border-radius: 50%;
}

.kiji_frame ol {
	list-style: decimal;
	margin-left: 17px;
}

.kiji_frame img {
	max-width: 100%;
	height: auto;
}

/* フォーム関連 */
.must {
	font-size: 10px;
	padding: 4px 6px;
	float: left;
	line-height: 13px;
	margin-right: 5px;
	margin-top: 2px;
	background-color: #cb5282;
	color: #ffffff;
	display: block;
	border-radius: 2px;
}



.subtitle dt {
	float: none;
	width: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 7px;
	clear: left;
	color: #48638F;
	font-weight: bold;
}

.subtitle dd {
	margin-bottom: 7px;
}

.subtitle dd input,.subtitle dd select{
	line-height: 36px;
}

.full_flame {
	padding-top: 7px;
	margin-bottom: 7px;
}

.half_flame_i,
.full_flame_i {
	float: left;
}

.mwform-tel-field input {
	border: 1px solid #bcbcc7;
	padding:0 5px;
	margin: 5px 0;
	border-radius: 2px;
}

input[type="text"],input[type="tel"],input[type="email"] {
	height: 36px;
 vertical-align:middle; 
}


/*IEのフォームずれ対策用*/
@media screen\0 {
  input,textarea,select {
    font-family: 'Segoe UI', Meiryo, sans-serif;
	  	line-height: 36px;
	 padding: 0 5px !important;
  }
input[type="tel"] {
	line-height: 36px;
	margin: 0;
}
}

.form_s,.form_m ,.form_l{
	border: 1px solid #bcbcc7;
    padding:0 5px;
	margin: 7px 0;
    border-radius: 2px;
}

.form_s { width: 150px;}
.form_m {width: 100%;}
.form_l {width: 100%;}


.mw_wp_form .error {
	font-size: 12px;
	color: #C90050;
	display: block;
	padding-left: 15px;
	position: relative;
	clear: both;
}

.mw_wp_form .error:before {
	content: '※';
	left: 0;
	position: absolute;
	color: #C90050;
	display: inline-block;
}

.mw_wp_form {
	margin-bottom: 50px;
}


.mw_wp_form table a{
    padding: 0;
    margin: 5px 0;
    background-color: transparent;
    display: inline-block;
    border-radius: 0;
}

.mw_wp_form label{
	font-weight: bold;
}



/*セレクトボックス矢印指定*/
.select_arrow{
	display: inline-block;
	position: relative;
}

.select_arrow::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.mw_wp_form_confirm .select_arrow::after {
content: none;
}

.mw_wp_form select {
    min-width: 150px;
    border: 1px solid #bcbcc7;
	background-color: #fff;
    border-radius: 2px;
    padding: 0 5px;
    margin: 7px 0;
	height: 36px;
    line-height: 36px;
	box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mw_wp_form select::-ms-expand {
    display: none;
}

.mfp_buttons {
	clear: both;
	padding: 20px 0px 10px 0px;
	text-align: center;
}

.mfp_buttons button {
	background: #EEE;
	border: 1px solid #DDD;
	color: #111;
	padding: 10px 10px;
	font-size: 15px;
	font-weight: bold;
}


input[type="submit"] {
	font-size: 18px;
	background: #cb5282;
	border: solid 1px #cb5282;
	color: #fff;
	float: left;
	margin-left: 1%;
	width: 100%;
	max-width: 350px;
	text-align: center;
	height: 60px;
}

.mw_wp_form input[type="submit"] {
	float: none;
}

/*確認画面へ進むボタン用*/
.text-center input[name="submitConfirm"] {
	width: 100%;
	max-width: 300px;
	background-color: #cb5282;
	color: #ffffff;
	font-weight: 700;
	overflow: hidden;
	border: 0;
	cursor: pointer;
}

/*送信ボタン用*/
.text-center input[name="send"] {
	width: 100%;
	background-color: #cb5282;
	color: #ffffff;
	font-weight: 700;
	border: 0;
	cursor: pointer;
	margin-bottom: 20px;
}

/*戻るボタン用*/
.text-center input[name="submitBack"] {
	width: 100%;
	border: 1px #666 solid;
	color: #111;
	font-weight: 700;
	background-color: #ffffff;
	cursor: pointer;
}


/*前のページに戻る*/
.back_btn {
	width: 90%;	/*スマホ用コンテンツ表示幅*/
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.back_btn > div{
	margin-left: auto;
	max-width: 210px;
}

.back_btn > div a{
	padding:8px 20px 8px 40px;
}
.back_btn .square_btn a::before {
	left: 15px;
	right: auto;
}

/*ページ送り*/
.wp-pagenavi span{
	padding: 3px 12px;
	border: 1px solid #ddd;
	background-color: #EEF4F6;
	margin-right: 5px;
	display: inline-block;
}


.wp-pagenavi a{
	padding: 3px 12px;
	background-color: #bfd3e4;
	margin-right: 5px;
	color: #333;
	display: inline-block;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}

.wp-pagenavi a:hover{
    opacity: 0.6;
}


/*
--------------------------------------
画面幅370以下（～370px ）
--------------------------------------
*/
@media screen and (max-width:370px){
.mwform-tel-field input[type="text"]{
	max-width: 60px;
}
}


/*
--------------------------------------
画面幅576以上（576px ～）
--------------------------------------
*/
@media print, screen and (min-width: 576px) {

.entry a {
	padding: 30px 0;
}

.entry_span {
	font-size: 40px;
	display: block;
	line-height: 1.2;
}
	

/*再検索*/
.check_flame label {
	display: inline-block;
}


/*our story*/
/*境界線の設定　カラム1列のときはなし*/
.story_box > div {
	border-bottom: 1px dashed #CEC2F8;
}

.story_box > div:nth-child(2n-1) {
	border-right: 1px dashed #CEC2F8;

}

.story_box > div:last-child,.story_box > div:nth-last-child(2):nth-child(odd) {
	border-bottom: 0;
}

.story_box .item {
	border: 0;
}

.story_box > div:first-child .item,.story_box > div:nth-child(2) .item {
	padding-top: 5px;
}


.story_box .item > a {
	display: block;
}

.story_box .item .story_img {
	width: 100%;
	height: 150px;
}

.story_box .item .story_tit {
	margin-left: 0;
}

.story_box .day {
	text-align: left;
}
	
}

/*
--------------------------------------
画面幅769以上（769px ～）
--------------------------------------
*/
@media print, screen and (min-width: 769px) {
	
/*--------------
コンテンツ枠
--------------*/
#page_frame .page_framebg {
	padding: 40px;
}


#page_img h2 {
	font-size: 42px
}

.fixed-b .btn_mail {
	position: static;
	padding: 0;
	width: 50%;
}


.fixed-b .btn_mail a {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	border-radius: 0;
}


.fixed-b .btn_mail a:after {
	content: none;
}

.fixed-b .gr_bg:after {
	content: none;
}

.fixed-b .btn_mail a .entry_span {
	display: block;
}


.entry .gr_bg:first-of-type:after {
	background: -webkit-linear-gradient(left, #bfd3e4 0%, #d4deee 100%);
	background: linear-gradient(to right, #bfd3e4 0%, #d4deee 100%);
}

.entry .gr_bg:last-of-type:after {
	background: -webkit-linear-gradient(left, #d4deee 0%, #d3d4f3 100%);
	background: linear-gradient(to right, #d4deee 0%, #d3d4f3 100%);
}

	

/*求人リスト*/
	
	.job_photo{
		margin-bottom: -65px !important;
	}
	
/*再検索*/
.search_more dt {
	width: 120px;
	float: left;
	text-align: center;
	margin-bottom: 0;
}

.search_more dd {
	padding-left: 100px;
}
	
/*-------------
社員の声
--------------*/

	
.timeline {
	margin: 0;
	box-sizing: border-box;
	background: #dcecf2;
	position: relative;
	padding-bottom: 30px;
}

.timeline::after {
	content: "";
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #6192be;
}

.timeline .time {
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0;
}

.timeline .time::after {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -10px;
	width: 20px;
	height: 10px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #6193be transparent transparent transparent;
}

.timeline .detail p:first-child {
	text-align: center;
	margin-top: 15px;
}

	
.timeline .detail {
	padding:10px 20px;
}
	
.schedule_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flow_item {
	width: 100%;
}

.square_midashi {
	height: 80px;
	width: 80px;
	margin: 10px 20px 10px 10px;
	text-align: center;
	font-size: calc(14px + 0.5vw);
	position: relative;
	float: left;
}

#page_frame_flat .voicelist_profile {
	padding: 20px;
}

.voicelist_profile1 {
	font-size: calc(20px + 0.5vw);
	margin-left: 110px;
}

.voicelist_profile2 {
	font-size: 18px;
	margin: 0;
}

.voicelist_copy {
	margin-top: 28px;
}
	
/*our story*/
/*境界線の設定　カラム1列のときはなし*/
.story_box > div {
	border-right: 1px dashed #CEC2F8;
	border-bottom: 0;
}

.story_box > div:last-child {
	border: 0;
}

.story_box .item {
	padding-top: 5px;
}
	
/* フォーム関連 */
.subtitle dt {
	float: left;
    width: 120px;
    margin-right: 10px;
    margin-bottom: 0;
    padding-top: 0;
    line-height: 40px;

}

.mw_wp_form_confirm .subtitle dt {
    line-height: 1.7;
}

.text-center input[name="send"] {
	width: 180px;
}

.text-center input[name="submitBack"] {
	width: 125px;
}

.subtitle dd {
	margin-left: 130px;
}
.form_m {width: 300px;}
.form_l {
	width: 400px;
}
	
}


/*
=======================================
PC表示用（900px ～）
=======================================
*/
@media print, screen and (min-width: 900px) {
.menubar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #ffffff;
}


.menu {
	position: absolute;
	color: #000000;
	width: calc(100% - 250px);
	right: 0;
	top: 0;
	background-color: transparent;
	overflow: hidden;
	margin: 0;
	transform: none;
}

.siteid {
	height: 100%;
}


.siteid::after {
	content: none;
}

.menu ul {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
	margin: 0;
}

.menu li {
	float: left;
	display: table;
	height: 65px;
}

.menu li:not(:first-child) {
	border-top: 0;
}

.menu li a {
	vertical-align: middle;
	display: table-cell;
	color: #333333;
	padding: 0 15px !important;
	height: 100%;
	position: relative;
	z-index: 8;
}
	
/*最後のメニューの色を変えたときの指定（変えない場合は削除）*/
.menu li:last-of-type a {
	margin: 0;
	border-radius: 0;
	color: #333333;
}
	

/*-------------
募集要項
--------------*/

.job_detail .table th {
	color: #957bb2;
	background-color: transparent;
	border-bottom: solid 1px #ba94e4;
	border-top: solid 1px #ba94e4;
}

.job_detail .table td {
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

/*パソコンで電話発信しないための指定*/
a[href^="tel:"] {
	pointer-events: none;
}

.btn_mail a:hover {
	background: #778aa0;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.job_detail {
	margin-bottom: 200px;
}

/*エントリーボタンをabsolute指定しているためマージン確保（不要なら削除）*/
.job_detail .table:last-of-type {
	margin-bottom: 100px;
}

.entry {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 90%;
	max-width: 980px;
	margin: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
}

.entry_span {
	font-size: 60px;
	display: block;
}

	
/*先輩の声*/
	
.square_midashi {
	height: 100px;
	width: 100px;
	margin-bottom: 30px;

}
	
.voicelist_profile1 {
	margin-top: 10px;
	margin-left: 130px;
}
/*座談会*/
.question{
	font-size:32px;
	padding: 80px 20px 70px;
}
	
/*our story*/
.story_mainimg{
	padding-bottom: 50%;

}
	
/*フォーム関連*/
.job_detail .mw_wp_form .table{
    margin-bottom: 30px;
}
	

} /*--------------------900px表示終わり----------------------------*/


@media (min-width: 1200px) {
/*our story*/
.story_mainimg{
	padding-bottom: 40%;

}
}

