@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */

a {
	color:#534741;
	transition: 0.3s;
}

a:visited {
	
}
a:hover, a:focus {
	color: #ff5342;
	transition: .4s;
}



.clr{
	clear:both;
	min-height:1em;
}


.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}

body {
	margin:0px;
	padding:0px;
	font-size: 100%;
	line-height: 160%;
	font-weight: 500;
	letter-spacing: 1px;
	font-family: "Noto Sans JP";

}


.wf-notosansjapanese { font-family: "Noto Sans JP"; }


.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}


/*スマホ関係*/
@media screen and (max-width: 767px) {

body , html {
	-webkit-text-size-adjust: 100%;
	font-size: 98%;
}

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

select,
textarea,
input[type=text],
input[type=email],
input[type=date],
input[type=tel] {
  font-size: 16px;
/*  transform: scale(0.8);*/
}


.hideAnchor {
    display: block;
    height: 0px;
    /height: 1px;
    overflow: hidden;
    text-indent: -9999px;
    margin-top: -60px;
    padding-bottom: 60px;
}

}
/*スマホ関係終わり*/
















input, select, textarea {
	color: #534741;
	font-family: inherit;
	font-size: 100%;
}
.new {
	margin-left: 5px;
	vertical-align: bottom;
	padding: 3px 5px;
	display: inline-bloxk;
	background-color: #ff5342;
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	border-radius: 3px;
}



ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

a:hover img,
a:focus img {
	opacity: 0.85;
	filter: alpha(opacity=85);
}


* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}


#scrollTop {
	position: fixed;
	right: 10px;
	z-index: 20;
	margin-bottom: 0px;

}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 60px;
}

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

#scrollTop {
	right: 5px;
	margin-bottom: 6px;
}

#scrollTop img {
	width: 40px;
}

}













/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}


:-ms-input-placeholder  {color: #999999;}



/*ＰＣ関係*/
@media print,screen and (min-width: 768px) {
#container {
	width: 100%;
	margin: 0;

}

.sp-header {
	display: none;
}
.pc-disp {

}
.sp-disp {
	display: none !important;
}

}
/*ＰＣ関係↑*/


/*スマホ関係*/
@media screen and (max-width: 767px) {
#container {
	position: relative;
	width: 100%;
	height: auto;
}


#header {
	display: none !important;
}
.pc-disp {
	display: none !important;
}
.sp-disp {
}

}
/*スマホ関係↑*/







/*ＰＣ header
---------------------------------------------------------------*/

#pc-header {
	width: 100%;
	background-color: rgba(244,242,237,0.9);
	position: fixed;
	top: 0;
	z-index: 1000;

}



#globalNav {
	width: 100%;
	padding: 0 0 0 10px;

}

#globalNav table {
	width: 100%;
	height: 92px;
}
#globalNav table td:first-child {
	width: 25%;
	vertical-align: middle;
}
#globalNav table td:first-child img {
	width: 100%;
	max-width: 300px;
	display: block;
}
#globalNav table td:last-child {
	width: 75%;
	vertical-align: middle;
}


#globalNavInner  {
	width: 100%;
}


#globalNavInner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
	font-weight: bold;
}

#globalNavInner ul li {
	text-align: center;
}




#globalNavInner ul li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	transition: 0.3s;
}

#globalNavInner ul li a:hover {
	color: #ff5341;
}

.header-bottom {
	padding-top: 92px;
}


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

#globalNav table {
	height: 92px;
}


#globalNavInner ul li a {
	padding: 5px 16px;
}

.header-bottom {
	padding-top: 92px;
}

}

@media screen and (max-width: 1100px) {
#globalNav table {
	height: 88px;
}


#globalNavInner ul li a {
	padding: 5px 12px;
	font-size: 90%;
}

.header-bottom {
	padding-top: 88px;
}


}

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

#globalNav table {
	height: 86px;
}


#globalNavInner ul li a {
	padding: 5px 8px;
	font-size: 85%;
}

.header-bottom {
	padding-top: 86px;
}

}

@media screen and (max-width: 830px) {
#globalNav table {
	height: 84px;
}

#globalNavInner ul li a {
	padding: 5px 5px;
	font-size: 85%;
}

.header-bottom {
	padding-top: 84px;
}


}








/* プルダウン Nav
================================================== */

#globalNavInner {
	position: relative;    
}
#globalNavInner .none_text {
	display: none;
}

#globalNavInner > ul .child {
	display: none;
	position: absolute;
	z-index: 100000;
	padding: 0px;
	background-color: #37639e;
}


#globalNavInner ul li:nth-child(1) .child  {
	width: auto;
	min-width: 19.8%;
}
#globalNavInner ul li:nth-child(2) .child {
	width: auto;
	min-width: 15%;
}
#globalNavInner ul li:nth-child(3) .child {
	width: auto;
	min-width: 11.6%;
}
#globalNavInner ul li:nth-child(4) .child {
	width: auto;
	min-width: 11.6%;
}
#globalNavInner ul li:nth-child(5) .child {
	width: auto;
	min-width: 22.1%;
}
#globalNavInner ul li:nth-child(6) .child {
	width: auto;
	min-width: 15.1%;
}




#globalNavInner > ul .child li {
	min-width: 100%;
	font-weight: normal;
	padding: 0 10px;
}



#globalNavInner > ul .child li a {
	font-size: 90%;
	display: block;
	text-decoration: none;
	padding: 10px 10px 10px 15px;
	text-align: left;
	color: #fff;
	border-bottom: 1px solid #fff;
	background-image: url(../images/menu_arrow.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: 10px;
	border-top: none !important;
}
#globalNavInner > ul .child li:last-child a {
	border-bottom: none;
}
#globalNavInner > ul .child li:hover{
	color: #534741;
	background-color: #939ec5;
}

@media screen and (max-width: 1370px) {
	
#globalNavInner {
    font-size: 100%;
}
}

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

#globalNavInner ul li a {
    padding: 5px 10px;
}

}

/*ＰＣ　header終わり
---------------------------------------------------------------*/



/*スマホサイトheader
---------------------------------------------------------------*/
@media screen and (max-width: 1000px) {

#header {
	display: none !important;
}
#globalNav {
	display: none !important;
}



.sp-header {
	display: inline;
	width: 100%;
	padding: 0px;
	vertical-align: middle;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: rgba(244,242,237,0.9);
	height: 55px;
}

	
.logo img{
	width: 230px;
	padding: 0px;
}
	
.sp-header nav {
	margin-right: -16px;
}
.sp-header nav ul{
	display: flex;
	align-items: center;
	
}


#nav_toggle{
	display: none;
}



/*メニュー部分*/
.sp-header nav{
	display:none;
	position: fixed;
	top:0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 100vh;
	background-color: #534741;
	-webkit-overflow-scrolling: touch;

}
.sp-header nav ul{
	display: block;
	width: 90%;
	position: absolute;
	top: 50px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin: auto;
	overflow: scroll;
}
.sp-header nav ul li{
	margin: 0 auto;
	text-align: left;
	font-size: 110%;
	border-bottom: 1px dotted #ccc;
	padding: 15px;
	display: block;
}

.sp-header nav ul li a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}



.sp-header nav ul li:last-child{
		border: none;
}



/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 55px;
	height: 55px;
/*		position: relative;
		top: 4px;
*/
	position: fixed;
	top: 0px;
	right: 0px;
	padding: 13px 8px;
	z-index: 100;
	background-color: #534741;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span{
	display: block;
	height: 3px;
	background: #fff;
	position:absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
	top:0px;
}
#nav_toggle span:nth-child(2){
	top:12px;
}
#nav_toggle span:nth-child(3){
	top:24px;
}
	
/*開閉ボタンopen時*/
.open #nav_toggle {
	background-color: rgba(244,242,237,0.9);
}


.open #nav_toggle span{
	background-color: #534741;
}
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}






/*メニュー関係終わり*/


.header-bottom {
	padding-top: 55px;
}

}


/* スマホサイトheader終わり
================================================== */









#home #content {
	padding-bottom: 0px;
	background-color: #fff;
}


#content {
	width:100%;
	margin:0px auto;
	padding-bottom: 60px;
	color: #534741;
	background-color: #f4f2ed;
}





.top1 {
	width: 100%;
	background-color: #f4f2ec;
}
.top1-inner {
	width: 100%;
	padding-right: 23%;
	position: relative;
}
.top1-inner .slick-box li img{
	width: 100%;
	display: block;
}

.copy {
	position: absolute;
    width: 30%;
    /* left: 78%; */
    top: 6%;
    right: 0;
}
.copy img {
	width: 100%;
}
.moushikomi {
	position: absolute;
    width: 20%;
    right: 8%;
    bottom: -3%;
}
.moushikomi img {
	width: 100%;
	transition: 0.3s;
}


@media screen and (max-width: 767px) {
.top1-inner {
	padding-right: 0;
}
.copy {
	width: 60%;
	left: 40%;
	top: 50%;
}

.moushikomi {
	width: 35%;
	left: 5%;
	bottom: 5%;
}

}









.top2 {
	width: 100%;
	background-color: #f4f2ed;
}
.top2-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 10px;
}

.top2 .h2-sub {
	margin-bottom: 30px;
	padding-top: 5px;
}


.top2-inner ul {
	width: 100%;

}
.top2-inner ul li {
	width: 100%;
	padding: 12px 0;
	border-top: 1px dotted #ccc;
}
.top2-inner ul li:last-child {
	border-bottom: 1px dotted #ccc;
}

.top2-inner ul li .date-news {
	width: 120px;
	display: table-cell;
}

.top2-inner ul li .title-news {
	display: table-cell;
}
.top2-inner ul li .title-news a {

}
.top2-inner ul li .title-news a:hover {

}



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

.top2-inner ul li .date-news {
	display: block;
}

.top2-inner ul li .title-news {
	display: block;
}

}



.top3 {
	background-color: #f4f2ed;
	background-image: url(/theme/recruit/images/bg_top.png), url(/theme/recruit/images/bg_bottom.png), url(/theme/recruit/images/stripe.png);
	background-repeat: no-repeat, no-repeat, repeat;
	background-size: contain, contain, 15px;
	background-position: right top, left bottom, left top;
}

.top3-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20% 10px;
}

.top3 h2 {
	color: #fff;
}
.top3 .h2-sub {
	padding-top: 5px;
	color: #fff;
}
.check {
	text-align: right;
	margin-top: -80px;
	margin-bottom: 30px;
}
.check img {
	width: 180px;
}


.top3-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top3-ul li {
	width: 48%;
	margin: 0 1% 20px 1%;
	padding: 18px;
	background-color: #fff;
	background-image: url(/theme/recruit/images/icon01.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right bottom;
	transition: 0.3s;
	border: 1px solid;
}

.top3-ul li .title-news {
	display: block;

}

.top3-ul li .title-news a {
	text-decoration: none;
	font-size: 130%;
	transition: 0.3s;
}
.top3-ul li .title-news a:hover {
	text-decoration: underline;
}
.top3-ul li .description {
	display: block;
	font-size: 90%;
	margin-top: 8px;
}


@media screen and (max-width: 767px) {
.top3-ul li {
	width: 98%;
	margin: 0 1% 20px 1%;
}
}



.top4 {
	width: 100%;
	background-color: #f4f2ed;
}
.top4-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px 100px 10px;

}


.top2 .h2-sub,.top3 .h2-sub,.top4 .h2-sub {
	padding-top: 15px;
	margin-bottom: 30px;
}


.top4-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top4-ul li {
	width: 21%;    
	margin: 0 2% 45px 2%;
}
.top4-ul li .m-thumb img {
	width: 100%;
	display: block;
	border-radius: 20px;
	transition: 0.3s;
}

.m-gaiyo {
	margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid #534741;
    line-height: 165%;
}
.m-syozoku {
	color: #ff5342;
    font-size: 80%;
    margin: 15px 0 5px 0;
    line-height: 165%;
	
}
.m-sikaku {
	    font-size: 85%;

}
.m-namae {
	font-size: 130%;
    font-weight: bold;
    margin-top: 2px;
    margin-right: 3px;
    display: inline-block;
}

.m-namae a{
	transition: 0.3s;
}

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

.top4-ul li {
	width: 29.3%;    
}
	
}

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

.m-namae {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 0;
    display: block;
}
	
}



@media screen and (max-width: 600px) {
.top4-ul li {
	width: 46%;
    line-height: 150%;
    font-size: 88%;
    margin: 0 2% 30px 2%;
	text-align: center;
}
	
.m-thumb {
	margin-bottom: 20px;
	}
	
.m-gaiyo {
	display: none;
}
	

.m-syozoku {
    line-height: 140%;
    font-size: 90%;
}
	
.m-namae {
    font-size: 120%;
    margin: 0;
    display: block;
	}
	
.m-sikaku {
    font-size: 100%;
    display: block;
    margin-top: 10px;
}

}

.top5 {
	width: 100%;
	background-image: url(/theme/recruit/images/stripe2.png);
	background-repeat: repeat;
	background-size: 15px;
	background-position: left top;
	padding: 70px 0;
}
.top5-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 10px;
	text-align: center;
}
.movie {
	margin-bottom: 15px;
}
.movie img {
	width: 45px;
}


.top2 h2,.top3 h2,.top4 h2,.top5 h2 {
	font-size: 300%;
    font-weight: bold;
    margin-bottom: 10px;
}

.top5 h2 {
	color: #fff;
}
.top5 .h2-sub {
	padding-top: 30px;
	margin-bottom: 30px;
	color: #fff;
}

.top5 iframe {
	width: 560px;
	height: 315px;
}

@media screen and (max-width: 767px) {
.top5 iframe {
	width: 90%;
	height: 280px;
}
}



.top6 {
	width: 100%;
}
.top6-inner {
	width: 100%;
}

.top6-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.top6-ul li {
	width: 50%;
	padding: 100px 0;
	text-align: center;
}
.top6-ul li:first-child {
	background-color: #534741;
}
.top6-ul li:last-child {
	background-color: #ff8665;
}

.top6-img {
	margin-bottom: 15px;
}
.top6-img img {
	width: 50px;
}

.top6 h2 {
	font-size: 220%;
	color: #fff;
}
.top6 .h2-sub {
	padding-top: 30px;
	margin-bottom: 30px;
	color: #fff;
}

.top6-contact a {
	display: inline-block;
	width: 250px;
	padding: 15px 5px 15px 30px;
	text-align: left;
	background-color: #fff;
	text-decoration: none;
}
.top6-contact a:hover {
	background-color: #f1f1f1;
}

.top6-contact.red a {
	background-image: url(/theme/recruit/images/icon02.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right bottom;
}
.top6-contact.brown a {
	background-image: url(/theme/recruit/images/icon01.png);
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: right bottom;
}


@media screen and (max-width: 767px) {
.top6-ul li {
	width: 100%;

}
}


#footer {
	width: 100%;
}

.footer-inner {
	width: 100%;
	padding: 40px 10px;
	color: #534741;
}

.footer-ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
        align-items: center;
}



.footer-ul li:first-child {
	width: 300px;
	text-align: right;
	padding-right: 15px;
}
.footer-ul li:first-child span {
	font-weight: bold;
	font-size: 130%;
	padding-left: 5px;
}
.footer-ul li:last-child {
	padding-left: 15px;
	border-left: 1px solid #534741;
}


.add span {
	padding-left: 10px;
}

.f-copy {
	font-size: 80%;
}


@media screen and (max-width: 900px) {
.add span {
	padding-left: 0;
	display: block;
}
}

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

.footer-ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-ul li:first-child {
	width: 100%;
	text-align: left;
	padding-right: 0;
	margin-bottom: 15px;
}



.footer-ul li:last-child {
	width: 100%;
	padding-left: 0;
	border-left: none;
}
.add span {
	padding-left: 5px;
	display: inline;
}


.f-copy {
	font-size: 70%;
}

}

@media screen and (max-width: 560px) {
.add span {
	padding-left: 0;
	display: block;
}

}

/* コンテンツページ関係始まり
================================================== */

.cat-img-wrap {
	position: relative;

}

/*
.cat-img-wrap:before{
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background:url(/theme/recruit/images/cat-default-image.jpg);
	background-size:cover;
	background-position: center bottom;
}
*/

.cat-img img {

	width: 100%;
	vertical-align: bottom;
}





/* メッセージ
================================================== */

.m_wrap {
 padding-bottom: 4%;
    border-bottom: 1px solid #cebeac;
	text-align: center;    
	margin-bottom: 60px;
}

.m_wrap .thumb {
    width: 30%;
	margin: 20px auto;
}

.m_wrap .thumb img {
    width: 100%;    
}

.m_wrap .profile {
    line-height: 210%;
    margin-bottom: 35px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;

}

.box1 {
    position: relative;
    padding: 22px 30px;
    font-size: 175%;
    line-height: 180%;
    color: #8e786f;
}
.box1:before,.box1:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box1:before{
    border-left: solid 2px #ff8665;
    border-top: solid 2px #ff8665;
    top:0;
    left: 0;
}
.box1:after{
    border-right: solid 2px #ff8665;
    border-bottom: solid 2px #ff8665;
    bottom:0;
    right: 0;
}
.box1 p {
    margin: 0; 
    padding: 0;
}


.m_wrap .comment{}

.m_wrap .shisetsu{
	font-size: 90%;
    color: #ff5341;
    display: inline-block;
    padding: 2px 10px;
    /* background-color: #ff5341; */
    margin-bottom: 13px;
    border: 1px solid;
}

.m_wrap .name{
	font-size: 145%;
    font-weight: bold;
    /* margin-bottom: 8px; */
    margin-right: 20px;
}



.cat-img-con {
    position: absolute;
    width: 100%;
    top: 45%;
    /* left: 15%; */
    text-align: center;
    /* padding-left: 5%; */
    font-size: 300%;
    font-weight: normal;
    letter-spacing: 3px;
    color: #fff;
}










.page-menu {
	width: 100%;
	background-attachment: fixed;
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.page-menu-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0px 5px 30px 5px;
	text-align: center;
}
.page-menu-inner ul {
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.page-menu-inner ul li {
	width: 30.333%;
	margin: 0 1.5%;
}
.page-menu-inner ul li img {
	width: 100%;
}






/* iframeサイズ */

.contentBody iframe {
	width: 100%;
	height: 450px;
}

.contentBody .if-renrakumo iframe {
	height: 150px;
}



#category_icon {
	width: 100%;
}
#category_icon .inner {
	width: 100%;
	margin: 0 auto;
}
#category_icon .inner img {
	width: 100%;
}



#home #breadCrumb {
	display: none;
}
#breadCrumb {
	width: 100%;
    font-size: 80%;
    padding: 0 0;
    color: #fff;
    background-color: #795548;
}
#breadCrumb .inner {
	width: 100%;
	margin: 0 auto;
	max-width: 1080px;
	padding: 10px 10px;
}

#breadCrumb a{
	color: #fff;
}

.pankuze_list_items a {
	text-decoration: none;
}
.pankuze_list_items a:hover {

}



#breadCrumb p {
	margin-left: 0px;
	
}

@media screen and (max-width: 480px) {
#breadCrumb .inner {
	padding: 7px 10px;
    font-size: 80%;
}
}


.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

.contentBodyWrapper{
}

.contentListWrapper{
	padding:0px 0px;	

}
#content-inner {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	padding: 40px 10px;    
	font-size: 110%;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}







article{

}

#main {
	float: right;
    width: 76%;
}

#main2 {
	width: 100%;

}


.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear:both;
	min-height:1em;
	line-height: 175%;
/*	margin-top: 50px;*/
}

.contentBody img {
	max-width: 100%;
	border-radius: 15px;
}

.contentBody .img_center img {

}


.contentListWrapper .pagination,
.contentBodyWrapper .pagination {
	margin: 30px;
	text-align:center;
}
.contentListWrapper .pagination a,
.contentBodyWrapper .pagination a {
	background-color: #534741;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 10px;
}




.contentBody .pageList li .thumb {
    height: 75px;
    margin-bottom: 1%;
}

.contentBody .pageList li .thumb img{
	vertical-align: bottom;
    transition: 0.3s;
    height: 290px;
    margin: 0 auto 15px auto;
    width: auto;
    /* object-fit: cover; */
    /* font-family: 'object-fit: cover;'; */
    /* margin-bottom: 0; */
    display: block;
}


.contentBody .pageList li .title {


}

.contentBody .pageList li .date-tree {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 80%;
	font-weight: normal;
	float:right;
	padding-top:0px;
	padding-right:10px;
	color: #999999;
	display: none;
}



.contentBody .pageList {
	width: 100%;    
	margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.contentBody .pageList li {
    width: 48%;
	list-style: none;
    border: 1px solid;
    background-color: #ffffff;
    margin: 1%;
    transition: 0.3s;
	padding: 2%;
    font-size: 140%;
	background-image: url(/theme/recruit/images/icon01.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right bottom;
}



.contentBody .pageList li .description {
    display: block;
    margin-top: 18px;
    line-height: 160%;
    color: #fd8664;
    padding-left: 0;
    font-size: 60%;
    font-weight: normal;
}

.date {
	font-size: 90%;
	font-weight: normal;
	float:right;
	padding-top:30px;
	padding-right:10px;
}






.pageList .pagination,
.contentBodyWrapper .pagination {
	margin-top: 10px;
	text-align:center;
}
.pageList .pagination a,
.contentBodyWrapper .pagination a {
		background-color : #00a53a;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	padding:5px;
}

li.pagelist-item.current-category_fascinating-news-item span.thumb{
	display: none;
	}

/*

@media screen and (max-width: 767px) {
	
.pageList .pagelist-item .title a {
    font-size: 105%;
}
}

*/


@media screen and (max-width: 1510px) {
	
#globalNavInner ul li a {
    padding: 5px 15px;
}

}

@media screen and (max-width: 1390px) {
	
#globalNavInner ul li a {
	font-size: 90%;
	padding: 5px 10px;
}

}

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

#globalNavInner ul li a {
    font-size: 75%;
    padding: 5px 10px;
}
}




@media screen and (max-width: 1080px) {
	
#content-inner {
    padding: 40px 30px;
}

}


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

#globalNav table td:first-child {
    width: 20%;
}
}

	
@media screen and (max-width: 1000px) {
	
.top2-inner,.top3-inner,.top4-inner {
    padding: 20% 30px;
}
	
.top2-inner {
    padding: 10% 30px;
}
	

	
}


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

.cat-img-con {
    font-size: 210%;
}

	
.box1 {
    font-size: 130%;
}
	
}


	/*コンテンツページ関係終わり
================================================== */







@media screen and (max-width: 767px) {
	
.moushikomi {
    width: 35%;
    left: 2%;
    bottom: -10%;
}
	
.top2-inner {
    padding: 60px 20px;
}
	

	
.top2 h2, .top3 h2, .top4 h2, .top5 h2 {
    font-size: 200%;
}
	
.top2 .h2-sub, .top3 .h2-sub, .top4 .h2-sub {
    padding-top: 0;
    margin-bottom: 25px;
}
	
.top3-inner {
    padding: 30% 20px;
}
	
.top4-inner {;
    padding: 40px 20px;
}
	
.top4-ul li .m-thumb img {
    border-radius: 10px;
}
	
	
.top5 {
    padding: 0;
}
	
.top6 .h2-sub {
    font-size: 80%;
}
	
.footer-inner {
    padding: 40px 30px;
}
	
	
#content-inner {
    padding: 10px 20px;
    font-size: 100%;
}

	
	
/* メッセージ
================================================== */


.m_wrap .thumb {
    width: 50%;
	margin: 20px auto;
}

.m_wrap .thumb img {
    width: 100%;    
}

.m_wrap .profile {
	line-height: 210%;
	margin-bottom: 35px;
}

.box1 {
    position: relative;
    padding: 17px 20px;
    line-height: 180%;
    color: #8e786f;
    margin-bottom: 40px;
}
.box1:before,.box1:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box1:before{
    border-left: solid 2px #ff8665;
    border-top: solid 2px #ff8665;
    top:0;
    left: 0;
}
.box1:after{
    border-right: solid 2px #ff8665;
    border-bottom: solid 2px #ff8665;
    bottom:0;
    right: 0;
}
.box1 p {
    margin: 0; 
    padding: 0;
}


.m_wrap .comment{}

.m_wrap .shisetsu{
	font-size: 90%;
    color: #f4f2ec;
    display: inline-block;
    padding: 2px 10px;
    background-color: #ff5341;
    margin-bottom: 13px;
}

.m_wrap .name{
    font-weight: bold;
}


}





@media screen and (max-width: 767px) {
	
#content-inner {
    padding: 40px 20px 10px 20px;
    font-size: 100%;
}
	
	
.contentBody .pageList li {
    width: 100%;
    list-style: none;
    border: 1px solid;
    background-color: #ffffff;
    margin: 1%;
    transition: 0.3s;
    padding: 4%;
    font-size: 140%;
    background-image: url(/theme/recruit/images/icon01.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right bottom;
}
	
}



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

.cat-img-con {
    top: 35%;
	font-size: 170%;
}
	
.top6 h2 {
    font-size: 180%;
}

}




@media screen and (max-width: 450px) {
	
#content-inner {
    font-size: 95%;
}
	
.check {
    margin-top: -160px;
    margin-bottom: 100px;
}
.check img {
	width: 150px;
}
	
.m-syozoku {
    font-size: 75%;
	}
	
}



@media print {
body {
	width: 1400px;
	transform: scale(0.75);
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform-origin: 0 0;
}
#scrollTop {
	display: none;
}
}


.none_text{
	display: none;
}
