@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page

--------------------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------------------------
  detail
--------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1418px){

/*#topSlide .inner {
	width: 94%;
	height: 440px;
	margin: 0 auto;
	position: relative;
}

#topSlide .inner .photo img{
	max-width: 100%;
}*/

#topSlide .inner video {
    width: 100%;
    height: auto;
}


}

@media screen and (min-width: 1200px) and ( max-width:1500px) {

#news:before {
	width: 26%;
	height: 100%;
	position: absolute;
	content: "";
	background-color: #D9ECEC;
	z-index: -1;
}

}

@media all and (max-width: 1279px){

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 16px;
	font-family: 'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.4;
}

img {
	max-width: 100%;
	height: auto;
}

a:link {
	color: #006699;
}

a:visited {
	color: #993300;
}

a:hover, a:active {
	color: #F26400;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.aligncenter, .alignleft, .alignright {
	display: block;
	margin: 0 auto 20px;
	float: none;
}

i {
	font-style: normal;
	font-family: FontAwesome;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.pc {
display: none !important;
}

.sp {
display: block;
}


#header header {
padding: 20px 10px;
	border-bottom: 1px solid #CCC;
}

#header header ul {
display: none;
}

header h1,
header p {
	font-size: 22px;
	line-height: 1;
	font-weight: 500;
}

header h1 span,
header p span {
	font-size: 12px;
	display: inline-block;
	position: relative;
	margin: 8px 0 0 20px;
	vertical-align: top;
}

header h1 span:before,
header p span:before {
	position: absolute;
	content: "";
	background-color: #4D9996;
	width: 2px;
	height: 30px;
	top: -8px;
	left: -10px;
}

header h1 a,
header p a {
	text-decoration: none;
	color: #000 !important;
}

.menubt {
display: block;
}

.menubt {
	display: block;
	margin: 0;
 z-index: 3;
 width: 46px;
 height: 46px;
 right: 6px;
 top: 10px;
 position: absolute;
	background-color: #4D9996;
	cursor: pointer;
}
  
.menubt span {
 width: 36px;
 height: 3px;
 display: block;
 background: #fff;
 border-radius: 0;
 position: absolute;
 right: 5px;
 top: 14px;
 transition: all 0.4s;
 transform: rotate(0deg);
}
  
.menubt .top {
 -webkit-transform: translateY(-250%);
 -ms-transform: translateY(-250%);
 transform: translateY(-250%);
}
  
.menubt .bottom {
 -webkit-transform: translateY(250%);
 -ms-transform: translateY(250%);
 transform: translateY(250%);
}
  
.menubt .menuclick1 {
 transform: rotate(-215deg);
}
  
.menubt .menuclick2 {
 background-color: rgba(255,255,255,0);
}
  
.menubt .menuclick3 {
 transform: rotate(215deg);
}

.menubt .text-menu {
 color: #fff;
 padding-top: 27px;
 text-align: center;
 font-size: 10px;
}

nav {
display: none;
}

nav ul {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}

nav ul li {
width: 50%;
margin: 0;
padding: 0;
}

nav ul li a {
display: block;
padding: 16px 12px;
background-color: #4D9996;
color: #FFF !important;
text-decoration: none;
border-bottom: 1px solid #FFF;
}

nav ul li:nth-child(2n-1) a {
border-right: 1px solid #FFF;
}

nav ul li.sp {
width: 100%;
text-align: center;
}

nav ul li:nth-child(9) a {
background-color: #E68273;
}

/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	border-top: 4px solid #252931;
	border-bottom: 1px solid #CCC;
}

#footer footer {
	padding: 20px;
	background-color: #F5F5F5;
}

#footer .inner {
	width: 100%;
	margin: 0 auto;
}

#footer .inner .logo {
	font-size: 20px;
	margin-bottom: 20px;
}

#footer .inner address {
	font-style: normal;
	font-size: 14px;
}

#footer .inner .link {
	padding: 20px 0 0;
}

#footer .inner .link a {
	display: block;
	border: 1px solid #4D9996;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 30px;
	width: 240px;
	font-size: 16px;
	background-color: #4D9996;
	color: #FFF;
	position: relative;
}

#footer .inner .link a:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 8%;
	top: 10px;
}

#footer .inner .link a:hover {
	background-color: #FFF;
	color: #4D9996;
}

#copy {
	padding: 16px 0;
	text-align: center;
	font-size: 14px;
}

#pagetop {
	position: fixed;
	bottom: 56px;
	right: 20px;
}

#pagetop img {
	width: 40px;
	height: 40px;
	cursor: pointer;
}



/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
/*#topSlide {
	position: relative;
}

#topSlide:before {
	position: absolute;
	content: "";
	background-color: #4D9996;
	width: 50%;
	height: 100px;
	z-index: -1;
}

#topSlide:after {
	position: absolute;
	content: "";
	background-color: #4D9996;
	width: 50%;
	height: 80px;
	right: 0;
	bottom: 30px;
	z-index: -1;
}

#topSlide .inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: static;
	padding: 10px 0 0;
}

#topSlide .inner .text {
	position: static;
	margin: 0 20px;
	padding: 10px;
	font-size: 12px;
	background-color: #D9ECEC;
}

#topSlide .inner .photo img {
max-width: 100%;
height: auto;
}

#topSlide .inner .sp {
position: relative;
bottom: 35px;
left: 0;
z-index: 5;
padding-left: 10px;
}

#topSlide .inner .sp img {
width: 282px;
height: auto;
}
*/

#topSlide {
    background-color: #EEE;
}

#news {
	margin: 40px 0 0;
}

#news .inner {
	width: 100%;
	margin: 0 auto;
}

#news .inner .menu {
	width: 100%;
	padding: 0 20px 0;
}

#news .inner .menu h2 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 10px;
 color: #4D9996;
 font-weight: 700;
 border-bottom: 4px solid #D9ECEC;
}

#news .inner .menu h2 span {
font-size: 16px;
font-weight: 400;
color: #000;
margin-left: 10px;
}

#news .inner .menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#news .inner .menu ul li {
	margin: 0 20px 8px 0;
	padding: 0;
	color: #000;
	position: relative;
	display: block;
	padding: 0 0 0 26px;
	cursor: pointer;
}

#news .inner .menu ul li:hover:before {
	background-color: #4D9996;
}

#news .inner .menu ul li:before {
	position: absolute;
	content: "";
	top: calc( 50% - 1px);
	left: 0;
	width: 20px;
	height: 2px;
	background-color: #AAAAAA;
}

#news .inner .menu ul li.active:before {
	background-color: #4D9996;
}

#news .inner .allbtn {
	background-color: #FFF;
	border: 1px solid #4D9996;
	border-radius: 24px;
	text-decoration: none;
	display: block;
	padding: 8px 20px;
	width: 80%;
	color: #000;
	margin: 0 auto 40px;
	position: relative;
}

#news .inner .allbtn:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 8%;
	top: 11px;
	font-size: 14px;
	color: #4D9996;
}

#news .inner .allbtn:hover {
	background-color: #4D9996;
	color: #FFF;
}

#news .inner .allbtn:hover:before {
	color: #FFF;
}

#news .inner .newsList {
	width: 100%;
	padding: 0 20px;
}

.nodisplay {
display: none;
}

#news .inner .newsList ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

#news .inner .newsList ul li {
	border-bottom: 1px solid #DDD;
	margin: 0;
	padding: 0;
}

#news .inner .newsList ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 16px 8px 8px;
}

#news .inner .newsList ul li a div.info {
	display: block;
	margin-bottom: 4px;
}

#news .inner .newsList ul li a span.cat {
	background-color: #E0EFEF;
	padding: 2px 16px;
	margin-left: 10px;
	border: 1px solid #FFF;
}

#news .inner .newsList ul li a:hover {
	background-color: #ECF5F5;
}

#topMenu {
	padding: 40px 0 40px;
	background-color: #F8F8EF;
}

#topMenu h2 {
	position: relative;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 40px;
	padding: 16px 0 0;
}

#topMenu h2:before {
	position: absolute;
	top: 0;
	left: calc( 50% - 30px);
	content: "";
	background-color: #4D9996;
	width: 60px;
	height: 4px;
}

#topMenu h2 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

#topMenu .menuBox {
	position: relative;
}

#topMenu .menuBox:before {
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 320px;
	content: "";
	background-color: #F8F8EF;
	z-index: -1;
}

#topMenu .menuBox ul {
	width: 96%;
	margin: 0 2%;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#topMenu .menuBox ul li {
	margin: 0 2% 30px;
	padding: 0;
	width: 46%;
	position: relative;
}

#topMenu .menuBox ul li:before {
	position: absolute;
	top: 5px;
	left: -8px;
	content: "";
	background-color: #739DE6;
	width: 28px;
	height: 4px;
	transform: rotate(-45deg);
}

#topMenu .menuBox ul li a {
	display: block;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #EEEEEE;
	height: 200px;
	padding: 36px 0 0;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	color: #000;
	letter-spacing: 0.04em;
}

#topMenu .menuBox ul li a img {
	display: block;
	margin: 0 auto 20px;
}

#topMenu .menuBox ul li a:hover {
 background-color: #ECF5F5;
}

#topPick {
 width: 100%;
 margin: 30px auto;
 padding: 0 20px;
}

#topPick h2 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 20px;
 color: #4D9996;
 font-weight: 700;
 border-bottom: 4px solid #D9ECEC;
}

#topPick h2 span {
 font-size: 16px;
 font-weight: 400;
 color: #000;
 margin-left: 10px;}

#topPick ul {
 margin: 0;
 padding: 0;
 list-style: none;
 display: unset;
}

#topPick ul li {
 width: 100%;
 margin: 0 0 20px;
 padding: 0;
}

#topPick ul li img {
 display: block;
 max-width: 100%;
 margin: 0 auto 5px;
 height: auto;
}

#topPick ul li a {
 display: block;
 padding: 10px;
 text-decoration: none;
 color: #000;
 border: 1px solid #DDD;
}

#topPick ul li a:hover {
 opacity: 0.8;
}


/*------------------------------------------------------------------------------------------------
  secTitle
--------------------------------------------------------------------------------------------------*/
#secTitle {
	position: relative;
	border-bottom: 1px solid #CCC;
	height: 100px;
	background: url(../image/title_back.png) no-repeat 100% 0, linear-gradient(90deg, #D9ECEC 30%, #FFF 80%);
}

#secTitle .inner {
	width: 94%;
	margin: 0 auto;
}

#secTitle .inner h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 0 0 0 20px;
}

#secTitle .inner h1:before {
	position: absolute;
	top: 4px;
	left: 8px;
	width: 4px;
	height: 30px;
	background-color: #4D9996;
	transform: rotate(15deg);
	content: "";
}


/*------------------------------------------------------------------------------------------------
  pan
--------------------------------------------------------------------------------------------------*/
#pan {
	width: 100%;
	margin: 0 auto;
	padding: 8px;
}

#pan ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	font-size: 12px;
}

#pan ol li {
	margin: 0;
	padding: 0;
}

#pan ol li a {
	text-decoration: none;
	color: #000;
}

#pan ol li a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------------*/
#second {
	padding: 20px 0 50px;
}

#second .inner {
	width: 94%;
	margin: 0 auto;
}

#second .inner img {
max-width: 100%;
height: auto;
}


#second .inner h2 {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 4px solid #CCCCCC;
}

#second .inner h2:before {
	position: absolute;
	width: 86px;
	height: 2px;
	bottom: -2px;
	left: 0;
	content: "";
	background-color: #4D9996;
}

#second .inner h2.hiduke div {
    font-size: 16px;
}

#second .inner h3 {
 position: relative;
 padding: 1rem 2rem 0.5rem 1rem;
 background: #E0EFEF;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

#second .inner h3:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #4D9996;
}

#second .inner p {
	margin: 0 0 30px;
}

#second .inner p.mgnb0 {
	margin: 0;
}

#second .inner p.mgnb100 {
	margin: 0 0 50px;
}

#second .pager_wrap {
	position: relative;
	overflow: hidden;
	margin: 20px 0 10px;
}

#second .pager_wrap ul.pager {
	position: relative;
	left: 50%;
	float: left;
}

#second .pager_wrap ul.pager li {
	position: relative;
	left: -50%;
	float: left;
}

#second .pager_wrap ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .pager_wrap ul.pager li {
	display: inline;
	min-width: 20px;
	margin: 2px 4px;
	padding: 0;
	background-color: #FFF;
	text-align: center;
	border: 1px solid #4D9996;
	text-indent: 0;
}

#second .pager_wrap ul.pager li a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	border: none;
	color: #4D9996;
}

#second .pager_wrap ul.pager li::before {
content: "";
margin-right: 0;
}
#second .pager_wrap ul.pager li.active {
	background-color: #E0EFEF;
	display: block;
	padding: 10px 15px;
	color: #000;
}

#second .pager_wrap ul.pager li.active a:link, #second .pager_wrap ul.pager li.active a:visited,
#second .pager_wrap ul.pager li.active a:hover, #second .pager_wrap ul.pager li.active a:active {
	color: #FFFFFF !important;
}

#second .pager_wrap ul.pager li a:hover {
	color: #000;
	background-color: #E0EFEF;
}

#second .inner .btn a {
	display: block;
	border: 1px solid #4D9996;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 30px;
	width: 240px;
	background-color: #4D9996;
	color: #FFF;
	position: relative;
	width: 240px;
	margin: 0 auto;
}

#second .inner .btn a:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 8%;
	top: 10px;
}

#second .inner .btn a:hover {
	background-color: #FFF;
	color: #4D9996;
}

#second .pageNavi {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#second .pageNavi li {
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	box-shadow: 3px 3px 0 #EEE;
}

#second .pageNavi li a {
	display: block;
	padding: 12px 8px;
	border: 1px solid #4D9996;
	text-decoration: none;
	position: relative;
	color: #4D9996;
}

#second .pageNavi li a:before {
	position: absolute;
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 8%;
	top: 14px;
}

#second .pageNavi li a:hover {
	background-color: #4D9996;
	color: #FFF;
}

#second .recruitNavi {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	flex-wrap: unset;
}

#second .recruitNavi li {
	width: 80%;
	margin: 0 auto 20px;
	padding: 0;
	text-align: center;
	box-shadow: 3px 3px 0 #EEE;
}

#second .recruitNavi li a {
	display: block;
	padding: 12px 8px;
	border: 1px solid #4D9996;
	text-decoration: none;
	position: relative;
	color: #4D9996;
}

#second .recruitNavi li a:hover {

}

#second .recruitNavi li img {
	max-width: 100%;
	height: auto;
}

.alignright2 {
	float: none;
	display: block;
	margin: 0 auto 20px;
}


/*------------------------------------------------------------------------------------------------
  news
--------------------------------------------------------------------------------------------------*/
#second .newsList {
	padding: 0;
}

#second .newsList ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#second .newsList ul li {
	border-bottom: 1px solid #DDD;
	margin: 0 0 20px;
	padding: 0;
}

#second .newsList ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 16px 8px 8px;
}

#second .newsList ul li a div.info {
	display: block;
	margin-bottom: 4px;
}

#second .newsList ul li a span.cat {
	background-color: #E0EFEF;
	padding: 2px 16px;
	margin-left: 10px;
	border: 1px solid #FFF;
}

#second .newsList ul li a:hover {
	background-color: #ECF5F5;
}

#second .newsDetail {
	margin: 0 0 40px;
}

#second .newsDetail h2 {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	font-size: 20px;
	padding: 24px 0;
}

#second .newsDetail h2:before {
	display: none;
}

#second .newsDetail h2 span {
	display: block;
	margin: 0 0 4px;
	padding: 2px 4px;
	font-size: 18px;
	background-color: #E0EFEF;
}

/*------------------------------------------------------------------------------------------------
  search
--------------------------------------------------------------------------------------------------*/
.searchBox {
}

.searchBox .countNum span {
	color: #E58172;
	font-weight: 500;
	font-size: 26px;
	padding: 0 6px;
}

#second .searchBox .item h3 {
	background-color: #F3F2F1;
	padding: 8px 12px;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px;
}

#second .searchBox .item h3:before {
	display: none;
}

.searchBox .item ul {
	margin: 0 20px 30px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.searchBox .item ul li {
	margin: 0 0 10px;
	padding: 0;
	width: 50%;
}

.searchBox .item ul li label {
	cursor: pointer;
}

.searchBox input[type="checkbox"] {
	width: 16px;
	height: 16px;
	vertical-align: -2px;
	margin-right: 8px;
}

.searchBox select {
	margin: 0 0 30px;
	padding: 4px 20px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

.searchBox input[type="date"] {
	padding: 4px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

.searchBox .item ul.check01 {
	display: flex;
}

.searchBox .item .subItem {
	border: 1px dashed #AAAAAA;
	margin: -20px 0 30px;
	padding: 20px 20px 10px;
}

.searchBox .item .subItem ul {
	margin-bottom: 0;
}

.searchBox .item .calendar {
	margin: 0 0 30px;
}

.searchBox .item input[type="date"] {
    border: 1px solid #CCC;
    background-color: #FFF;
}

.searchBox .item select {
    border: 1px solid #CCC;
    background-color: #FFF;
	padding: 4px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	border-radius: 0;
	color: #000;
}

.searchBox .item .calendar span {
	padding: 0 10px;
}

.searchBox .item input[type="text"] {
	width: 100%;
	margin: 0 0 30px;
	padding: 4px;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}

.searchBox .item input[type="text"]::placeholder {
  font-size: 12px;
}

.searchBox .item2 {
	/*display: flex;
	justify-content: space-between;*/
}

.searchBox .item2 div {
	width: 100%;
}

input[type="submit"],
input[type="reset"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
  display: none;
}

.searchBtn {
	background-color: #FAFAE4;
	text-align: center;
	padding: 20px;
}

.searchBtn input[type="reset"] {
	background-color: #EEEEEE;
	border: 1px solid #CCC;
	padding: 10px 80px;
	margin: 0 10px 20px;
	cursor: pointer;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 18px;
	color: #000;
}

.searchBtn input[type="submit"] {
	background-color: #D9ECEC;
	border: 1px solid #CCC;
	padding: 10px 80px;
	margin: 0 10px;
	cursor: pointer;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 18px;
	color: #000;
}

.searchFilterBox {
	display: flex;
	justify-content: space-between;
}

.searchFilterBox .filterNum span {
	color: #E58172;
	font-weight: 500;
	font-size: 26px;
	padding: 0 6px;
}

.searchFilterBox .filterBtn input {
	cursor: pointer;
	padding: 6px 20px;
}

.filterBox .searchBox {
	display: none;
	margin: 0 0 80px;
}

#second .companyList {
}

#second .companyList .company {
	width: 100%;
	margin: 0 auto;
	padding: 20px 10px 30px;
	border-bottom: 2px solid #CCC;
}

#second .companyList .company p.company_name {
	position: relative;
	margin: 0 0 4px;
	font-size: 20px;
	font-weight: 500;
}

#second .companyList .company p.company_name:before {
	position: absolute;
	content: '\f276';
	font-family: FontAwesome;
	color: #4D9996;
}

#second .companyList .company p.company_name a {
	color: #4D9996;
	text-decoration: none;
	padding: 0 0 0 20px;
}

#second .companyList .company p.company_name a:hover {
	text-decoration: underline;
}

#second .companyList .company p.lead_title {
	font-weight: 500;
	font-size: 17px;
	margin: 0 0 20px;
}

#second .companyList .company:nth-child(2n) {
background-color: #EEE;
}

#second .companyList .company dl {
	margin: 0 20px 20px;
}

#second .companyList .company dl dt {
	margin: 0 0 5px;
	padding: 2px 8px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

#second .companyList .company dl dd {
	margin: 0 0 10px;
}

#second .companyList .company p.appeal {
	margin: 0 20px 20px;
}

#second .companyList .company .detailBtn {
	text-align: right;
}

#second .companyList .company .detailBtn a {
	display: block;
	border: 1px solid #4D9996;
	text-decoration: none;
	padding: 8px 24px;
	border-radius: 30px;
	width: 300px;
	font-size: 18px;
	background-color: #FFF;
	color: #4D9996;
	position: relative;
	text-align: left;
	margin: 0 0 0 auto;
}

#second .companyList .company .detailBtn a:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 8%;
	top: 10px;
}

#second .companyDetail {
	padding: 10px;
}

#second .companyDetail p.lead {
	font-weight: 500;
	font-size: 22px;
	color: #598CE1;
	margin-bottom: 20px;
}

#second .companyDetail .info01 {
	margin: 0 0 40px;
}

#second .companyDetail .info01 dt {
	border-bottom: 1px dashed #CCC;
	padding: 8px 8px 8px 16px;
	position: relative;
	font-weight: 500;
	background-color: #EEE;
}


#second .companyDetail .info01 dt:before {
	position: absolute;
	top: 13px;
	left: 4px;
	width: 4px;
	height: 16px;
	background-color: #A6CCCA;
	content: "";
}

#second .companyDetail .info01 dd {
	padding: 8px;
	margin-bottom: 10px;
}

#second .companyDetail .info02 {
	margin: 0 0 40px;
}

#second .companyDetail .info02 dt {
	padding: 8px 8px 8px 16px;
	border-bottom: 1px dashed #CCC;
	position: relative;
	font-weight: 500;
	background-color: #EEE;
}

#second .companyDetail .info02 dt:before {
	position: absolute;
	top: 13px;
	left: 4px;
	width: 4px;
	height: 16px;
	background-color: #A6CCCA;
	content: "";
}

#second .companyDetail .info02 dd {
	padding: 8px;
	margin-bottom: 10px;
}

#second .companyDetail .contact {
	margin: 0 0 20px;
}

#second .companyDetail .contact dt {
	background-color: #E68273;
	color: #FFF;
	display: inline-block;
	padding: 4px 8px;
}

#second .companyDetail .contact dd {
	position: relative;
	top: -20px;
	left: 0;
	z-index: -1;
	border: 2px solid #E68273;
	padding: 30px 20px 20px;
}

#second .companyDetail .send_date {
	margin: 0;
	text-align: right;
}

#second .companyDetail .type {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

#second .companyDetail .type li {
	margin: 0 10px 8px 0;
	padding: 2px 6px;
	display: inline-block;
	border: 1px solid #C7E2E2;
}

.person_inner {
	margin: 0 0 60px;
	line-height: 1.8;
}

#second .person_inner .copy {
	font-size: 20px;
	font-weight: 500;
	margin: 30px 0 20px;
	color: #4D9996;
	line-height: 1.4;
}

.searchBackBtn {
	padding: 40px 0 0;
	text-align: center;
}

button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
button::-webkit-search-decoration {
  display: none;
}

button {
	cursor: pointer;
	background-color: #EEE;
	border: 1px solid #CCC;
	color: #000;
	padding: 10px 80px;
	margin: 0 10px 20px;
	cursor: pointer;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
	font-weight: 400;
}

/*------------------------------------------------------------------------------------------------
  settion
--------------------------------------------------------------------------------------------------*/
.tabMenu {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

.tabMenu li {
    width: 48%;
	margin: 0 1% 10px;
	cursor: pointer;
	border: 1px solid #CCC;
}

.tabMenu li.active {
	background-color: #E0EFEF;
}

.tabMenu li a {
text-decoration: none;
display: block;
padding: 12px 10px;
color: #000;
}

.sessionBox ul {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.sessionBox ul li {
	margin: 0 0 20px;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

.sessionBox ul li a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000;
}

.sessionBox ul li a div.info {
	display: block;
	margin-bottom: 4px;
}

.sessionBox ul li a span.cat {
	background-color: #E0EFEF;
	padding: 2px 16px;
	margin-left: 10px;
	border: 1px solid #FFF;
}

.sessionBox ul li a:hover {
	background-color: #ECF5F5;
}

.sessionBox.nodisplay {
	display: none;
}

#second .sessionDetail {
	margin: 0 40px 40px;
}

#second .sessionDetail h2 {
	border-top: 1px solid #4D9996;
	border-bottom: 1px solid #4D9996;
	font-size: 22px;
	padding: 24px 0;
}

#second .sessionDetail h2:before {
	display: none;
}

#second .sessionDetail h2 span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0 8px;
	background-color: #E0EFEF;
}


/*------------------------------------------------------------------------------------------------
  link
--------------------------------------------------------------------------------------------------*/
.linkList {
	margin: 0 10px;
	padding: 0;
	list-style: none;
	margin-bottom: 50px;
}

.linkList li {
	margin-bottom: 0;
}

.linkList li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
	padding: 8px;
	color: #000;
	position: relative;
}

.linkList li a:before {
	content: '\f054';
	font-family: FontAwesome;
	position: absolute;
	right: 4%;
	top: 11px;
	font-size: 14px;
	color: #4D9996;
}

.linkList li a:hover {
	background-color: #E0EFEF;
}


/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
.contactListBox {
	margin: 0;
}

.contactListBox div {
}

.contactList dl {
}

.contactList dt {
	padding: 4px 16px;
	display: inline-block;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.contactList.jimu dt {
	background-color: #E68273;
}

.contactList.dept dt {
	background-color: #4D9996;
}

.contactList dd {
	position: relative;
	top: -20px;
	margin: 0 20px;
	padding: 30px 12px 20px;
	z-index: -1;
}

.contactList.jimu dd {
	border: 1px solid #E68273;
}

.contactList.dept dd {
	border: 1px solid #4D9996;
}

.contactList dd p {
	margin: 0 !important;
}

/*------------------------------------------------------------------------------------------------
  voice
--------------------------------------------------------------------------------------------------*/
.voiceCat {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 30px !important;
	position: relative;
	color: #4D9996;
}

.voiceCat:before {
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	background-color: #DDD;
	content: "";
	width: calc(100% - 100px);
	height: 4px;
}

.voiceList {
	margin: 0 10px 60px;
	padding: 0;
	list-style: none;
}

.voiceList li {
	margin: 0 0 10px;
	padding: 8px;
	line-height: 1.4;
	border: 4px solid #E0EFEF;
	background-color: #FFF;
	display: flex;
	align-items: center;
}

.voiceCategoryBox {
	position: relative;
	margin: 0 10px 40px;
	padding: 10px 0 10px;
	background-color:#FCFCED;
}

.voiceCategoryBox p {
	position: relative;
	top: -24px;
	font-weight: 500;
	left: 10px;
	margin: 0 !important;
	font-size: 20px;
	padding-left: 28px;
	letter-spacing: 0.08em;
}

.voiceCategoryBox p:before {
	position: absolute;
	content: "";
	background-color: #4D9996;
	width: 20px;
	height: 4px;
	top: calc(50% - 2px);
	left: 0;
}

.voiceCategoryBox ul.voiceList {
	margin-top: -10px;
	margin-bottom: 0;
}

.voiceCont2 {
	padding: 20px 0 0;
}

.voiceCont2 div{
	width: 100%;
	margin: 0 0 60px;
}

.voiceCont2 div table {
	width: 90%;
	margin: 0 auto 30px;
	font-size: 14px;
}

.voiceCont2 div table th {
	border: 1px solid #CCC;
	padding: 8px;
	font-weight: 400;
}

.voiceCont2 div table thead th {
	background-color: #4D9996;
	color: #FFF;
}

.voiceCont2 div table tbody tr.grad {
	background-color: #F3D5C0 !important;
}

.voiceCont2 div table tbody tr.ratio {
	background-color: #8DB0EB !important;
	color: #FFF;
	border-top: 2px solid #CCC;
}

.voiceCont2 div table tbody tr:nth-of-type(2n-1) {
	background-color: #F3F2F1;
}

.voiceCont2 div table tbody th {
	text-align: left;
}

.voiceCont2 div table tbody th.uti {
	text-align: center;
	background-color: #FFF;
}

.voiceCont2 div table td {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: right;
}

.voiceCont2 div table tbody th.bkw,
.voiceCont2 div table tbody td.bkw {
	background-color: #FFF;
}

.voiceCont2 div table tbody th.bkg,
.voiceCont2 div table tbody td.bkg {
	background-color: #F3F2F1;
}

.voiceNendo {
	font-size: 20px;
	font-weight: 500;
	margin: 0 20px 10px !important;
}

/*------------------------------------------------------------------------------------------------
  search
--------------------------------------------------------------------------------------------------*/
.searchInfo {
	border: 3px solid #739DE6;
	margin: 20px 0 40px;
	padding: 20px;
	position: relative;
}

.searchInfo dt {
	position: absolute;
	top: -22px;
	padding: 6px 20px;
	background-color: #739DE6;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
}

.searchInfo dd {
	margin: 16px 20px 0;
}

#second .searchNavi {
	margin-bottom: 60px;
	justify-content: center;
}

.searchColumn {
	margin: 40px 0;
}

.searchColumn ol {
	margin: 0 0 60px;
	padding: 0;
	font-size: 14px;
	list-style: none;
	display: flex;
}

.searchColumn ol li {
	position: relative;
	margin: 0 20px 0 0;
	padding: 8px 24px;
	border: 1px solid #CCC;
}

.searchColumn ol li:after {
	position: absolute;
	content: '\f054';
	font-family: FontAwesome;
	color: #4D9996;
	top: 10px;
	right: -18px;
}

.searchColumn ol li:last-child:after {
	display: none;
}

.searchColumn .uketsuke {
	margin: 0 0 30px;
	padding: 20px 20px 1px;
	background-color: #F8EBEB;
}

.searchColumn .uketsuke strong {
	font-size: 18px;
}

.searchColumn ul li {
	margin-bottom: 16px;
	line-height: 1.4;
}

.searchTips {
	margin: 0 0 40px;
}

.searchTips div:nth-child(2) img {
	display: inline-block;
	width: 80%;
	margin: 0 auto 6px;
	box-shadow: 3px 3px 3px #CCC;
}

.searchHow {
	position: relative;
	margin: 0 0 20px !important;
	padding: 0 10px 14px;
	font-size: 18px;
	font-weight: bold;
}

.searchHow:after {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 10px;
 content: '';
 background-image: -webkit-repeating-linear-gradient(135deg, #4D9996, #4D9996 1px, transparent 2px, transparent 5px);
 background-image: repeating-linear-gradient(-45deg, #4D9996, #4D9996 1px, transparent 2px, transparent 5px);
 background-size: 7px 7px;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}

.searchTips div.jnet .searchColumn{
	width: 100% !important;
}

}
