﻿@CHARSET "utf-8";
/*------------------------------------------------------------------------------
	フォントサイズ
------------------------------------------------------------------------------*/
html {
	font-size: 12px;
}
/*------------------------------------------------------------------------------
	共通
------------------------------------------------------------------------------*/
#page {
	min-height: 100vh
}

.site-body, .contents-center {
	max-width: 1200px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}
/*------------------------------------------------------------------------------
	サイトレイアウト
------------------------------------------------------------------------------*/
#page {
	flex-direction: column;
	display: flex;
	min-height: 100vh;
}

#mastbody {
	flex: 1;
}

.main_contents {
	display: flex;
	margin: 20px 0;
}

.main_col {
	flex: 1;
}

.side_col {
	margin-left: 30px;
	width: 370px;
}

.side_col_left_250 {
	margin-right: 20px;
	width: 250px;
}

/* mobile */
@media screen and (max-width: 767px) {
	#mastbody {
		padding: 0 5px;
	}

	.main_contents {
		display: inline;
		margin: 20px 0;
	}

	.main_col {
		flex: 0 1 auto;
	}

	.side_col, .side_col_left_250 {
		margin: 20px 0 0 0;
		width: auto;
	}

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

}
/*------------------------------------------------------------------------------
	breadcrumb
------------------------------------------------------------------------------*/
#bread_crumb {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 10px 5px 10px;
}

#bread_crumb * {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

#bread_crumb a {
	text-decoration: none;
	outline: none;
	color: #666;
}

#bread_crumb ul	{
	margin: 0;
	list-style: none;
}

#bread_crumb li	{
	list-style: none;
	display: inline-block;
	font-size: 1rem;
	line-height: 1rem;
	margin: 0 0.5rem 0 0;
	padding: 0 1rem 0 0;
	position: relative;
}

#bread_crumb li::after	{
	content: "\f105";
	display: inline-block;
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto 0;
	width: 1rem;
	height: 1rem;
	font-size: 1rem;
	line-height: 1rem;
	text-align: right;
	color: #888;
}

#bread_crumb li:last-child {
	margin: 0;
	padding: 0;
	color: #009680;
}

#bread_crumb li:last-child::after {
	content: "";
	display: none;
}

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

	#bread_crumb {
		overflow-x: scroll;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
		word-break: keep-all;
		white-space: nowrap;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	#bread_crumb::-webkit-scrollbar {
		display: none;
	}
}
/*------------------------------------------------------------------------------
	コンテンツトップイメージ
------------------------------------------------------------------------------*/
.contents-main-visual {
	width: 100%;
	height: auto;
	background-color: #F0F2F9;
	margin: 0;
}

.contents-main-visual.pattern_or {
	background-color: #FCF8EB;
}

.contents-main-visual .visual-container {
	max-width: 1920px;
	margin: 0 auto;
}

.contents-main-visual .visual-inner {
	min-height: 130px;
	height: auto;
	position: relative;
	margin: 0 0;
	padding: 0;
}

.contents-main-visual img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.contents-main-visual .visual-img {
	flex: 1 1 auto;
	text-align: right;
	position: relative;
	left: 40%;
	top: 0;
	height: 100%;
	width: 60%;
}

.contents-main-visual .visual-breadcrumb {
	position: absolute;
	left: 150px;
	top: 10px;
	z-index: 1;
}

.contents-main-visual .visual-cp {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	position: absolute;
	left: 150px;
	top: 40px;
	bottom: 0;
	z-index: 1;
}

.contents-main-visual .visual-cpl {
	font-size: 3.125rem;
	color: #00349d;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

.contents-main-visual .visual-cpl h1 {
	font-weight: bold;
}

.contents-main-visual .visual-cps {
	font-size: 1.25rem;
	font-weight: bold;
}

.contents-main-visual.align_center .visual-breadcrumb {
}

.contents-main-visual.align_center .visual-cp {
	left: 0;
	top: 30px;
	width: 100%;
	text-align: center;
}

.contents-main-visual.align_center .visual-cpl {
	font-size: 3.125rem;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px 0;
}

.contents-main-visual.align_center .visual-cps {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4;
}




/* visual fontsize */
@media screen and (max-width: 960px) {

	.contents-main-visual .visual-cpl {
		font-size: 2.5rem;
		color: #00349d;
		font-weight: bold;
		line-height: 1.2;
		margin: 0 0 10px 0;
	}

	.contents-main-visual .visual-cps {
		font-size: 1rem;
		line-height: 1.4;
		font-weight: bold;
	}


	.contents-main-visual.align_center .visual-cpl {
		font-size:  2.5rem;
		line-height: 1;
		margin: 0 0 5px 0;
	}

	.contents-main-visual.align_center .visual-cps {
		font-size: 1rem;
		font-weight: normal;
		line-height: 1.4;
	}


}

/* mobile */
@media screen and (max-width: 767px) {
	.contents-main-visual .visual-inner {
		display: block;
		padding: 10px;
	}

	.contents-main-visual .visual-breadcrumb {
		position: static;
		width: 100%;
		z-index: 1;
	}

	.contents-main-visual .visual-img {
		position: static;
		width: 100%;
	}

	.contents-main-visual .visual-cp {
		position: static;
	}


	.contents-main-visual .visual-cpl * {
		font-size: 24px !important;
	}

	.contents-main-visual .visual-cps * {
		font-size: 16px !important;
		font-weight: normal;
	}

	.contents-main-visual .visual-img-inner {
		display: block;
	}
}
/*------------------------------------------------------------------------------
	common
------------------------------------------------------------------------------*/
.page_title_container {
	background-color: #F0F2F9;
	margin: 0 0 40px 0;
}

.page_title_container.page_title_or {
	background-color: #FCF8EB;
}

.page_title_inner  {
	max-width: 1150px;
	margin: 0 auto;
	line-height: 1.4;
	padding: 0 0 40px;
}

.page_title_inner .title {
	text-align: center;
	font-size: 3.125rem;
	font-weight: bold;
	color: #00349d;
}

.page_title_inner .page_title_sub {
	text-align: center;
	font-size: 1rem;
}


.title_bar {
	margin: 0 0 40px 0;
	line-height: 1.4;
}

.title_bar div {
	text-align: center;
	font-size: 3.125rem;
	font-weight: bold;
	color: #00349d;
}

.title_bar p {
	text-align: center;
	font-size: 1.25rem;
	font-weight: bold;
}

.subbar {
	font-weight: bold;
	font-size: 1.25rem;
	line-height: 1.4;
	color: #03A9F4;
}

.more_btn {
	text-align: center;
}

.more_btn a {
	display: inline-block;
	background-color: #009680;
	border-radius: 25px;
	padding: 0 70px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
	position: relative;
}

.core_icon, .live_icon {
	display: inline-block;
	width: 20px;
	height: 1rem;
	margin: 0 0 0 10px;
	background-image: url(../image/core.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.core_icon {
	background-image: url(../image/core.png);
}

.live_icon {
	background-image: url(../image/live.png);
}


.post_icon {
	position: absolute;
	top: 10px;
	right: 10px;
	line-height: 1;
	width: 50px;
}

.core_icon_txt, .live_icon_txt {
	position: relative;
	width: 100%;
	display: inline-block;
	line-height: 1.2;
	height: 1.2rem;
	text-align: center;
	margin: 0 0 3px 0;
}

.core_icon_txt::before, .live_icon_txt::before {
	content: "";
	display: inline-block;
	position: absolute;
	font-family: FontAwesome;
	top: 0;
	bottom: 0;
	left: auto;
	right: 0;
	margin: auto 0;
	width: 50px;
	height: 100%;
	font-size: 0.875rem;
	line-height: 1.2rem;
	text-align: center;
	color: #FFFFFF;
	font-family: roboto;
}

.core_icon_txt::before {
	content: "CORE";
	background-color: #00349D;
}


.live_icon_txt::before {
	content: "LIVE";
	background-color: #F8C620;
}
/*------------------------------------------------------------------------------
	side_bar
------------------------------------------------------------------------------*/
.side_bar_ttl {
	color: #FFFFFF;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4;
	background-color: #009680;
	padding: 10px;
	border-radius: 10px;
	margin: 0 0 10px;
}

.side_bar_ttl.bar_or {
	background-color: #F8C620;
}


.taxonomy_tree ul li span {
	display: block;
	border-bottom: solid 1px #CCCCCC;
	position: relative;
}

.taxonomy_tree ul li span::after {
	content: '\f105';
	text-align: center;
	display: block;
	position: absolute;
	width: 10px;
	line-height: 100%;
	top: 50%;
	right: 0;
	font-family: FontAwesome;
	font-size: 1rem;
	height: 1rem;
	bottom: auto;
	margin: auto;
	transform: translate(-50%, -50%);
}

.taxonomy_tree ul li span a {
	display: block;
	padding: 10px;
	color: #333333;
}

.taxonomy_tree ul li li a {
	padding: 10px 10px 10px 30px;
}

.taxonomy_tree ul li li li a {
	padding: 10px 10px 10px 50px;
}

.taxonomy_tree ul li li li li a {
	padding: 10px 10px 10px 70px;
}

.post_search {
	display: flex;
	width: 100%;
	border: solid 1px #CCC;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
}

.post_search label {
	flex: 1;
	position: relative;
}

.post_search label::after {
	content: "\f002";
	display: inline-block;
	position: absolute;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	font-family: FontAwesome;
	right: -30px;
	top: 0;
	width: 30px;
	height: 100%;
	text-align: center;
	line-height: 30px;
	color: #888;
	font-size: 1.25rem;
}

.post_search input {
	border: 0;
	outline: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: transparent;
}

.post_search .search-submit {
	background-color: transparent;
	color: transparent;
	width: 30px;
	height: 30px;
	order: 1;
	cursor: pointer;
	opacity: 0.8;
	border: 0;
	z-index: 1;
}



.side_post_list li {
	border-bottom: solid 1px #CCCCCC;
	padding: 5px;
}


.side_post_list a {
	display: block;
	color: #333;
}


.side_post_list_img {
	width: 30%;
	margin: 0 20px 0 0;
	position: relative;
	background: #EEE;
	display: inline-block;
	vertical-align: top;
}

.side_post_list_img::before {
	content: "";
	display: block;
	padding-top: 100%;
}

.side_post_list_img_inner {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.side_post_list_img_inner img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.side_post_list_img_inner .aw_no_image {
	font-size: 70px;
	text-align: center;
	color: #CCCCCC;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
	display: block;
}

.side_post_list_img_inner .aw_no_image::before {
	height: 1em;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.side_post_list_body {
	display: inline-block;
	width: calc(100% - 30% - 20px);
	vertical-align: top;
}

.side_post_list_title {
	font-weight: bold;
}

.side_post_list_date {
	color: #00349D;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: 1.4;
}
/*------------------------------------------------------------------------------
	SNS
------------------------------------------------------------------------------*/
.share {
	margin: 30px 0 40px;
}

.share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.share li {
	display: inline-block;
	width: 80px;
	margin: 10px 10px 0 0;
}

.share li a {
	font-size: 14px;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	line-height: 1.4;
	border-radius: 3px;
}

.share li a:hover {
	opacity: .8;
}

.share li a:visited {
	color: #fff;
}

.tweet a {
	background-color: #55ACEE;
}

.facebooklink a {
	/*background-color: #315096;*/
	background-color: #35629A;
}

.rss a {
	background-color: #FFB53C;
}
/*------------------------------------------------------------------------------
	slick
------------------------------------------------------------------------------*/
.slick_contents li {
	padding:0 10px;
}

.slick_item {
	padding: 15px;
	background-color: #F0F2F9;
	height: 100%;
	border-radius: 10px;
}

.slick_item.slick_item_or {
	background-color: #FCF8EB;
}


.slick_item > a {
	display: block;
	height: 100%;
}

.slick_img {
	position: relative;
	width: 100%;
	height: auto;
	background: #EEE;
}


.slick_img::before {
	content: "";
	display: block;
	padding-top: 60%;
}

.slick_img_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	overflow: hidden;
}

.slick_img_inner img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	margin:auto;
}

.slick_img_inner .aw_no_image {
	font-size: 70px;
	text-align: center;
	color: #ddd;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	display: block;
}

.slick_img_inner .aw_no_image::before {
	height: 1em;
	line-height: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.top_main .top_main_contents:nth-child(even) .slick_img_inner .aw_no_image {
	background-color: #EFEFEF;
}


.slick_item_tag {
	min-height: 30px;
}

.slick_item_tag span {
	display: inline-block;
	background-color: #ED7D6B;
	border-radius: 10px;
	font-size: 0.875rem;
	line-height: 20px;
	padding: 0 10px;
	margin: 10px 10px 0 0;
	color: #FFFFFF;
}

.slick_item_subject {
	color: #00349D;
	font-size: 1.25rem;
	font-weight: bold;
	margin: 10px 0;
	line-height: 1.4;
}

.slick_item_body {
	word-break: break-all;
	color: #333333;
}

.slick_item_note {
	background-color: #F8C620;
	color: #FFFFFF;
	padding: 5px;
	line-height: 1.4;
	min-height: 4rem;
	text-align: center;
	font-size: 0.875rem;
	position: relative;
	margin: 0 0 15px 0;
}

.slick_item_note::after {
	content: "";
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	border-top: solid 15px #F8C620;
	border-bottom: 0;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

.slick_item_note.none_text {
	visibility: hidden;
}

/* fallback for IE */
.slick_item_note .text {
	display: block;
	overflow: hidden;
	line-height: 1.4;
	height: 3.675rem; /* 1.225rem(line-height:1.4[font-size:0.875rem]) * 3 lines */
}

@supports (-webkit-line-clamp: 3) {
	.slick_item_note .ellipsis {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
}





.slick-slide {
	height: auto;
}
.slick-prev {
	left: -45px;
}
.slick-next {
	right: -45px;
}
.slick-prev, .slick-next {
	z-index: 100;
}
.slick-prev::before, .slick-next::before {
	font-size: 40px;
}
.slick-dots {
	bottom: -40px;
}

.slick-prev::before, .slick-next::before {
	color: #00349d;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 40px;
}

.slick-prev::before, .slick-next::before {
	opacity: 1;
}

.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before, .slick-next:focus::before {
    opacity: 0.75;
}



/*------------------------------------------------------------------------------
	index
------------------------------------------------------------------------------*/
.main-visual {
	width: 100%;
	height: auto;
	background-color: #F0F2F9;
	margin: 0;
}

.main-visual-container {
	max-width: 1920px;
	margin: 0 auto;
}

.main-visual-inner {
	height: auto;
	background-color: #F0F2F9;
	position: relative;
	margin: 0 0;
	padding: 0;
/*	display: flex;*/
}

.main-visual-inner::before {

}

.main-visual img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}


.main-visual-sp {
	display: none;
}

.main-visual-img {
	flex: 1 1 auto;
	text-align: right;
	position: relative;
	left: 40%;
	top: 0;
	height: 100%;
	width: 60%;
}

.main-visual-cp {
	flex: 0 0 40%;
	display: flex;
	flex-direction: column;
/*	align-items: center;*/
	justify-content: center;
	text-align: center;
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	z-index: 1;
}

.main-visual img {
	max-width: 100%;
	height: auto;
}
/*
.main-visual-cpl {
	position: absolute;
	top: 0;
}

.main-visual-cps {
	position: absolute;
	bottom: 0;
}
*/
/* mobile */
@media screen and (max-width: 767px) {
	.main-visual-inner {
		display: block;
		padding: 10px;
	}

	.main-visual-img {
		position: static;
		width: 100%;
	}

	.main-visual-cp {
		position: static;
	}


	.main-visual-cpl * {
		font-size: 16px !important;
	}

	.main-visual-cps * {
		font-size: 24px !important;
	}

	.main-visual-pc {
		display: none;
	}

	.main-visual-sp {
		display: block;
	}

}
/*	atjob	*/
.aj-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	color: #666;
	box-sizing: border-box;
	font-size: 1rem;
}

.aj-wrapper h1 {
	font-size: 2.5rem;
	font-weight: bold;
}

.aj-wrapper h2 {
	font-size: 1.75rem;
	font-weight: bold;
}

.aj-wrapper h3 {
	font-size: 1.5rem;
	font-weight: bold;
}

.aj-wrapper h4 {
	font-size: 1.2rem;
	font-weight: bold;
}

.aj-wrapper input[type=text], .aj-wrapper input[type=password], .aj-wrapper select {
	height: 40px;
	padding: 5px;
	font-size: 16px;	/*16以下だとアイフォンで画面拡大されるため*/
}

.aj-wrapper input[type=text], .aj-wrapper input[type=password] {
	border-color: #7A7A7A;
}

.aj-wrapper textarea {
	padding: 5px;
	border-color: #7A7A7A;
	font-size: 16px;	/*16以下だとアイフォンで画面拡大されるため*/
}
/*
.aj-wrapper input[type=radio], .aj-wrapper input[type=checkbox] {
	transform: scale(1.5);
}
*/
.aj-wrapper input[type=checkbox], .aj-wrapper input[type=radio] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 20px;
	vertical-align: -0.8rem;
	transition:all .15s ease-out 0s;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin: .4rem;
	outline: none;
	border-radius: 10%;
}
/* Checkbox */
.aj-wrapper input[type=checkbox]:before, .aj-wrapper input[type=checkbox]:after {
	position: absolute;
	content: '';
	background: #fff;
	transition: all .2s ease-in-out;
}

.aj-wrapper input[type=checkbox]:before {
	left: 2px;
	top: 6px;
	width: 0;
	height: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.aj-wrapper input[type=checkbox]:after {
	right: 9px;
	bottom: 3px;
	width: 2px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition-delay: .2s;
}

.aj-wrapper input[type=checkbox]:checked:before {
	left: 1px;
	top: 10px;
	width: 6px;
	height: 2px;
}

.aj-wrapper input[type=checkbox]:checked:after {
	right: 5px;
	bottom: 1px;
	width: 2px;
	height: 14px;
}

.aj-wrapper input[type=checkbox]:indeterminate:before, .aj-wrapper input[type=checkbox]:indeterminate:after {
	width: 7px;
	height: 2px;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}

.aj-wrapper input[type=checkbox]:indeterminate:before {
	left: 1px;
	top: 7px;
}

.aj-wrapper input[type=checkbox]:indeterminate:after {
	right: 1px;
	bottom: 7px;
}
/* Radio */
.aj-wrapper input[type=radio] {
	border-radius: 50%;
}

.aj-wrapper input[type=radio]:checked:before {
	transform: scale(1);
}

.aj-wrapper input[type=radio]:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 3px;
	transform: scale(0);
	transition: all ease-out 250ms;
}
/* 色は青色のみ */
.aj-wrapper input[type=checkbox], .aj-wrapper input[type=radio] {
	border: 2px solid #009680;
}

.aj-wrapper input[type=checkbox]:checked, .aj-wrapper input[type=checkbox]:indeterminate, .aj-wrapper input[type=radio]:checked:before {
	background: #009680;
}

.aj-wrapper input[type=text].aj-error,
.aj-wrapper input[type=password].aj-error,
.aj-wrapper textarea.aj-error {
	border-color: red;
}

.aj-wrapper select.aj-error {
	&::-ms-expand {
		display: none;
	}
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid red;
}

.aj-wrapper input[type=checkbox].aj-error,
.aj-wrapper input[type=radio].aj-error {
	border: 2px solid red;
}

.aj-wrapper input[type=checkbox].aj-error:checked,
.aj-wrapper input[type=checkbox].aj-error:indeterminate,
.aj-wrapper input[type=radio].aj-error:checked:before {
	background: red;
}

.aj-header {
	top: 0;
	width: 100%;
	background: white;
	font-size: 1rem;
	position: sticky;
	z-index: 1;
}

.aj-header-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
	display: flex;
	align-items: center;
}

.aj-header-logo {
	width: 200px;
}

.aj-header-logo p {
	font-size: 0.8rem;
}

.aj-header-menu {
	text-align: right;
	flex: 1;
}
.aj-header-menu > span,
.aj-header-menu > a {
	margin-left: 20px;
}

.aj-header-menu > span > a {
	color: #666;
}

.aj-header-menu .mb {
	vertical-align: middle;
	display: none;
}

.aj-header-menu .mb a {
	color: #009680;
}

.aj-main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 10px;
	display: flex;
}

.aj-main-wide {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 10px;
}

.aj-contents {
	flex: 1;
}

.aj-navi {
	width: 350px;
	margin-left: 20px;
}

.aj-navi-l {
	width: 350px;
	margin-right: 20px;
}

.aj-footer {
	margin-top: auto;
	padding: 20px 0;
	background: #C0C0C0;
}

.aj-footer-menu {
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.aj-footer a {
	color: #666;
}

.aj-img {
	width: 100%;
	height: 0;
	padding-top: calc(100% * 0.75);
	overflow: hidden;
	position: relative;
}

.aj-img img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	position: absolute;
}

.aj-button {
	padding: 5px 10px;
	background: #fba20a;	/*オレンジ*/
	border: 1px solid #fba20a;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	display: inline-block;
}

.aj-button-rv {
	padding: 5px 10px;;
	background: white;
	border-radius: 3px;
	color: #009680;			/*緑*/
	border: 1px solid #009680;
	cursor: pointer;
	display: inline-block;
}

.aj-button-lg {
	padding: 10px 20px;
	background: #fba20a;
	color: white;
	border: 1px solid #fba20a;
	border-radius: 3px;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
}

.aj-button-lg-rv {
	padding: 10px 20px;
	background: white;
	color: #009680;
	border: 1px solid #009680;
	border-radius: 3px;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
}

.aj-button-lg-gr {
	padding: 10px 20px;
	background: #009680;
	color: white;
	border: 1px solid #009680;
	border-radius: 3px;
	font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
}

.aj-button-func {
	width: 100%;
	padding: 5px 0;
	border: 1px solid #FBA20A;
	border-radius: 3px;
	color: #FBA20A;
	text-align: center;
	display: block;
}

.aj-button-func.forum {
	border: 1px solid #0095e0;
	color: #0095e0;
}

.aj-bar {
	padding: 10px;
	background: #009680;
	color: white;
	font-weight: bold;
}

.aj-section {
	padding-left: 10px;
	border-left: 10px solid #009680;
	font-weight: bold;
}

.aj-alert {
	padding: 20px;
	border: 1px solid red;
	border-radius: 3px;
	color: red;
}

.aj-required:after {
	content: '必須';
	margin-left: 5px;
	padding: 3px;
	background: red;
	color: white;
}

.aj-member-navi {
	width: 250px;
	margin-right: 20px;
}

.aj-member-navi-inner {
	padding: 5px 10px 10px 10px;
	background: #f0f0f0;
}

.aj-member-menu.rule {
	margin-top: 100px;
}

.aj-member-menu li  {
	margin-top: 5px;
	padding: 5px 0;
	background: white;
	border: 1px solid #fba20a;
	font-size: 1.2rem;
	text-align: center;
}

.aj-member-menu li > a  {
	color: #fba20a;
	display: block;
}

.aj-member-menu li.curr  {
	background: #fba20a;
}

.aj-member-menu li.curr > a  {
	color: white;
}

.aj-member-menu li.rule  {
	background: #888;
	border: 1px solid #888;
}

.aj-member-menu li.rule > a  {
	color: white;
}

.aj-member-menu li.rule.curr  {
	background: white;
}

.aj-member-menu li.rule.curr > a  {
	color: #888;
}

.aj-member-menu li.manual  {
	background: #009680;
	border: 1px solid #009680;
}

.aj-member-menu li.manual > a  {
	color: white;
}

.aj-member-navi-mb {
	width: 100%;
	background: #f0f0f0;
	padding: 10px;
	display: none;
}

.aj-member-guide-mb {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	display: flex;
}

.aj-member-guide-mb a {
	color: #888;
	display: block;
}

.aj-member-menu-mb {
	display: none;
}

.aj-member-menu-mb li {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.aj-member-menu-mb li a {
	color: #888;
	font-size: 1.5rem;
	display: block;
}

.aj-member-section {
	padding: 5px 0 5px 10px;
	border-left: 5px solid #FBA20A;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
}

.aj-company-header {
	top: 0;
	width: 100%;
	background: #0095e0;
	font-size: 1rem;
	position: sticky;
	z-index: 2;
}

.aj-company-header-inner {
	max-width: 1200px;
	padding: 0 10px;
	margin: 0 auto;
	display: table;
}

.aj-company-header-logo {
	width: 200px;
	display: table-cell;
}

.aj-company-header-menu {
	width: 1000px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}

.aj-company-header-menu span {
	margin-left: 20px;
	color: white;
}

.aj-company-main {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 10px;
	display: flex;
}

.aj-company-navi {
	width: 250px;
	margin-right: 20px;
}

.aj-company-navi-inner {
	padding: 5px 10px 10px 10px;
	background: #f0f0f0;
}

.aj-company-footer {
	margin-top: auto;
	padding: 10px 0;
	background: #0095e0;
	color: white;
	text-align: center;
}

.aj-company-menu.rule {
	margin-top: 100px;
}

.aj-company-menu li  {
	margin-top: 5px;
	padding: 5px 0;
	background: white;
	border: 1px solid #fba20a;
	font-size: 1.2rem;
	text-align: center;
}

.aj-company-menu li > a  {
	color: #fba20a;
	display: block;
}

.aj-company-menu li.curr  {
	background: #fba20a;
}

.aj-company-menu li.curr > a  {
	color: white;
}

.aj-company-menu li.rule  {
	background: #888;
	border: 1px solid #888;
}

.aj-company-menu li.rule > a  {
	color: white;
}

.aj-company-menu li.rule.curr  {
	background: white;
}

.aj-company-menu li.rule.curr > a  {
	color: #888;
}

.aj-company-menu li.manual  {
	background: #009680;
	border: 1px solid #009680;
}

.aj-company-menu li.manual > a  {
	color: white;
}

.aj-company-bar {
	padding: 10px;
	background: #0095e0;
	color: white;
	font-weight: bold;
}

.aj-company-section {
	padding: 5px 0 5px 10px;
	border-left: 5px solid #0095e0;
	color: #333;
	font-size: 2rem;
	font-weight: bold;
}

.aj-table {
	width: 100%;
	table-layout :fixed;
}

.aj-table th {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}

.aj-table td {
	padding: 10px;
	border: 1px solid #ccc;
}

.aj-table.mini th,
.aj-table.mini td {
	padding: 5px;
}

.aj-table.mini input[type=text],
.aj-table.mini input[type=password],
.aj-table.mini select {
	height: 30px;
}

.aj-tag {
	background: #fff7e5;
	border: 1px solid #fba20a;
	border-radius: 28px;
	color: #fba20a;
	margin: 5px 10px 0 0;
	padding: 5px 10px;
	font-size: 0.8rem;
	display: inline-block;
}

.aj-keyword {
	background: #f0f0f0;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #333;
	margin: 5px 10px 0 0;
	padding: 5px 10px;
	font-size: 0.8rem;
	display: inline-block;
}

.aj-fg-orange {
	color: #fba20a;
}

.aj-fg-green {
	color: #009680;
}

.aj-bg-green {
	background: #009680;
}

@media screen and (max-width: 767px) {
	.aj-wrapper h1 {
		font-size: 2.2rem;
	}

	.aj-wrapper h2 {
		font-size: 1.35rem;
	}

	.aj-wrapper h3 {
		font-size: 1.2rem;
	}

	.aj-wrapper h4 {
		font-size: 1.1rem;
	}

	.aj-header-menu .pc {
		display: none;
	}

	.aj-header-menu .mb {
		display: inline-block;
	}

	.aj-header-logo {
		width: 120px;
	}

	.aj-header-logo p {
		font-size: 0.5rem;
	}

	.aj-header-menu {
		margin-left: 10%;
	}

	.aj-main {
		padding: 20px 10px;
		display: block;
	}

	.aj-main-wide {
		padding: 20px 10px;
	}

	.aj-navi {
		width: 100%;
		margin: 40px 0 0 0;
	}

	.aj-navi-l {
		width: 100%;
		margin: 0;
	}

	.aj-footer-menu {
		width: 80%;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.aj-footer-menu li.pc {
		display: none;
	}

	.aj-footer-menu li {
		margin-top: 10px;
	}

	.aj-footer-menu li:first-child {
		width: 100%;
		margin: 0;
		text-align: center;
	}

	.aj-footer-menu li > div > p {
		margin-top: 10px;
	}

	.aj-footer-menu img {
		width: 140px;
	}

	.aj-member-navi {
		display: none;
	}

	.aj-member-navi-mb {
		display: block;
	}
/*
	.aj-button-lg {
		width: 70%;
		border-radius: 20px;
		display: inline-block;
	}*/
}
/*------------------------------------------------------------------------------
	検索条件・履歴
------------------------------------------------------------------------------*/
.aj-search {
	width: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
}

.aj-search li.fa-close {
	padding: 0 5px;
	color: #009680;
}

.aj-search li.aj-search-button {
	margin-left: 10px;
	padding: 0 10px;
	background: #009680;
	border-radius: 3px;
	color: white;
	cursor: pointer;
	align-self: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.aj-search li.aj-search-button:not(.fa-search) {
	background: #fba20a;
	padding: 0 20px;
}

.aj-search input {
	width: 300px;
	border: 1px solid #009680;
	border-radius: 3px;
}

.aj-history {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto 0 auto;
	padding: 0 10px;
	display: none;
}

.aj-history > li {
	display: table-cell;
}

.aj-history > li:first-child {
	width: 80px;
	background: #009680;
	color: white;
	text-align: center;
	vertical-align: middle;
}

.aj-history > li:last-child {
	flex: 1;
	padding: 5px;
	background: white;
	border: 1px solid #009680;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: left;
}

.aj-history > li:last-child a {
	margin-right: 20px;
	color: #009680;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.aj-search {
		flex-wrap: wrap;
	}

	.aj-search li:not(.aj-search-button) {
		width: 100%;
		text-align: center;
	}

	.aj-search li.fa-close {
		padding: 10px 0;
	}

	.aj-search li.aj-search-button {
		margin: 10px 5px 0 5px;
		align-self: stretch;
		padding: 10px 40px;
	}
}
/*------------------------------------------------------------------------------
	リストビュー
------------------------------------------------------------------------------*/
.aj-listview {
	display: flex;
	flex-wrap: wrap;
}

.aj-listview li {
	width: 19.2%;
	margin: 20px 1% 0 0;
	border: 1px solid #ccc;
	position: relative;
}

.aj-listview li:nth-child(-n+5) {
	margin-top: 0;
}

.aj-listview li:nth-child(5n) {
	margin-right: 0;
}

.aj-listview li > a {
	color: #333;
}

/*
.aj-listview img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	vertical-align: middle;
}
*/
.aj-listview .aj-item {
	padding: 10px;
	border-top: 1px solid #ccc;
}

.aj-listview .aj-item p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.aj-listview .aj-item p:first-child {
	color: #009680;
	font-size: 1.2rem;
	font-weight: bold;
	-webkit-line-clamp: 2;
}

.aj-listview .aj-company-name {
	margin-top: 10px;
	font-size: 0.8rem;
}

.aj-listview .aj-job-name {
	font-weight: bold;
}

.aj-listview .fa-cny {
	margin-top: 10px;
}

.aj-listview .aj-item i {
	color: #fba20a;
}

.aj-listview .aj-employee {
	left: 5px;
	top: 5px;
	padding: 2px 5px;
	background: #fba20a;
	border-radius: 3px;
	color: white;
	position: absolute;
}

.aj-listview .aj-icons {
	right: 5px;
	top: 5px;
	position: absolute;
}

.aj-listview .aj-icons p {
	width: 24px;
	height: 24px;
	background: white;
	border: 1px solid #fba20a;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}

.aj-listview .aj-icons .recent {
	margin-left: 5px;
	background: #fba20a;
	border: 0;
	color: white;
}

.aj-listview .aj-icons p > span {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
}

@media screen and (max-width: 767px) {
	.aj-listview li {
		width: 100%;
		margin-right: 0;
	}

	.aj-listview li:nth-child(-n+5) {
		margin-top: 20px;
	}
/*
	.aj-listview img {
		height: 250px;
	}
*/
	.aj-listview .aj-icons p {
		width: 32px;
		height: 32px;
	}
}
/*------------------------------------------------------------------------------
	応募回答ステータス
------------------------------------------------------------------------------*/
.aj-app-icon1 {
	width: 80px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ff6884;
	border-radius: 32px;
	background: white;
	color: #ff6884;
	text-align: center;
	display: inline-block;
}

.aj-app-icon2 {
	width: 80px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #fba20a;
	border-radius: 40px;
	background: white;
	color: #fba20a;
	text-align: center;
	display: inline-block;
}

.aj-app-icon3 {
	width: 80px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ff6884;
	border-radius: 40px;
	background: #ff6884;
	color: white;
	text-align: center;
	display: inline-block;
}

.aj-app-icon4,
.aj-app-icon5 {
	width: 80px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #707070;
	border-radius: 40px;
	background: #707070;
	color: white;
	text-align: center;
	display: inline-block;
}
/*------------------------------------------------------------------------------
	status_arrow
------------------------------------------------------------------------------*/
.status_arrow *, .status_arrow *::before, .status_arrow *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.status_arrow {
	display: flex;
	justify-content: space-between;
}

.status_arrow li {
	display: block;
	flex: 1;
	width:100%;
	margin-left: 5px;
	flex: 1 1 18px;
}

.status_arrow li:nth-of-type(1) {
	margin-left: 0;
}

.status_arrow li:last-child {
	flex: 1 1 0px;
}

.status_arrow span {
	display: block;
	line-height: 48px;
	height: 48px;
	padding: 0;
	background-color: #ccc;
	position: relative;
	margin: 0;
	width: calc(100% - 18px);
	text-align: center;
	color: white;
	font-size: 1.2rem;
	font-weight: bold;
}

.status_arrow li:last-child span {
	width: 100%;
}

.status_arrow span::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: -16px;
	line-height: 0px;
	height: 48px;
	padding: 0px;
	background-color: transparent;
	border-top: solid 24px #ccc;
	border-bottom: solid 24px #ccc;
	border-left: solid 16px transparent;
	border-right: none;
}

.status_arrow li:nth-of-type(1) span::before {
	content: "";
	display: none;
}

.status_arrow span::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: -16px;
	line-height: 0px;
	height: 48px;
	padding: 0px;
	background-color: transparent;
	border-top: solid 24px transparent;
	border-bottom: solid 24px transparent;
	border-right: none;
	border-left: solid 16px #ccc;
}

.status_arrow li:last-child span::after {
	content: "";
	display: none;
}

.status_arrow span.status_active {
	background-color: #009680;
	color: #FFF;
}

.status_arrow span.status_active::before {
	border-top: solid 24px #009680;
	border-bottom: solid 24px #009680;
	border-left: solid 16px transparent;
	border-right: none;
}

.status_arrow span.status_active::after {
	border-top: solid 24px transparent;
	border-bottom: solid 24px transparent;
	border-right: none;
	border-left: solid 16px #009680;
}

.status_arrow span.status_done {
	background-color: #A9CCF9;
	color: #333;
}

.status_arrow span.status_done::before {
	border-top: solid 24px #A9CCF9;
	border-bottom: solid 24px #A9CCF9;
	border-left: solid 16px transparent;
	border-right: none;
}

.status_arrow span.status_done::after {
	border-top: solid 24px transparent;
	border-bottom: solid 24px transparent;
	border-right: none;
	border-left: solid 16px #A9CCF9;
}

@media screen and (max-width: 767px) {
	.status_arrow span {
		font-size: 0.7rem;
	}
}
/*------------------------------------------------------------------------------
	pager2
------------------------------------------------------------------------------*/
.pager2 {
	color: #0b1e47;
/*	font-size: 1.2rem;*/
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.pager2 .page_info {
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pager2 .page_link {
	display: flex;
	justify-content: flex-end;
	flex-grow: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pager2 .page_link span {
	color: #fff;
	min-width: 25px;
/*	font-size: 1.3rem;*/
	text-align: center;
	padding: 1px 5px;
	background: #00968d;
	border: 1px solid #00968d;
	border-radius: 3px;
	margin: 0 3px;
}

.pager2 .page_link a {
	color: #00968d;
	min-width: 25px;
/*	font-size: 1.3rem;*/
	text-align: center;
	padding: 1px 5px;
	background: #fff;
	border: 1px solid #00968d;
	border-radius: 3px;
	margin: 0 3px;
}

.pager2 .page_link .prev, .pager2 .page_link .next {
	color: #fff;
	padding: 1px 5px;
	background: #00968d;
	border: 1px solid #00968d;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.pager2 .page_link .prev {
	margin: 0 3px 0 0;
}

.pager2 .page_link .prev i {
	margin: 0 3px 0 0;
}

.pager2 .page_link .next {
	margin: 0 0 0 3px;
}

.pager2 .page_link .next i {
	margin: 0 0 0 3px;
}

/* mobile */
@media screen and (max-width: 960px) {

	.pager2 .page_info {
		width: 100%;
	}

	.pager2 .page_link {
		justify-content: center;
		margin: 10px 0 0;
	}

}
/*------------------------------------------------------------------------------
	column
------------------------------------------------------------------------------*/
.contents_ttl {
	line-height: 1.4;
}

