/*==========
 * 
 * ?共通CSS
 * 
==========*/

html.active, body.active {
    overflow: hidden;
}

figure {
	margin: 0;
	font-size: 0;
}

a {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
}


.wrapper {
	max-width: 1280px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

.ly-blank {
    margin-bottom: 8%;
}

.sp-only {
	display: none;
}

#main ul li {
    background-image: none;
}

#contents {
    margin-bottom: 16%;
}

.search .more-link,
.archive .more-link {
	display: block;
    max-width: 680px;
    width: 100%;
    margin: 4% auto 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #9e2d2d;
	border: 1px solid #9e2d2d;
	box-sizing: border-box;
    padding: 20px 0;
}

.search .more-link:hover,
.archive .more-link:hover {
	color: #9e2d2d;
	background-color: #ffffff;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  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="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


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

	.ly-blank {
		margin-bottom: 24%;
	}

	.sp-only {
		display: block;
	}

	.search .more-link,
	.archive .more-link {
		margin: 8% auto 0;
	}
	
}


/*==========
 * 
 *  header 
 * 
==========*/

.st-Header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	box-shadow: 0px 0px 5px #e4e4e4;
}

.st-Header .ly-Content {
	display: flex;
	align-items: center;
}

.st-Header .top-Unit {
	background-color: #9e2d2d;
	padding: 10px 0;
}

.st-Header .top-Unit .txt {
	font-size: 12px;
	color: #ffffff;
	margin-right: auto;
}

.st-Header .top-Unit .tel {
	padding-left: 40px;
	position: relative;
}

.st-Header .top-Unit .tel::before {
	content: "";
	display: block;
	width: 30px;
	height: 20px;
	background-image: url(../images/common/dial_icon.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.st-Header .top-Unit .tel a {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-decoration: none;
}

.st-Header .bottom-Unit {
	background-color: rgba(255, 255, 255, 0.8);
}

.st-Header .bottom-Unit .Logo {
	margin-right: auto;
}

@media screen and (max-width:1024px){
	
	.st-Header .top-Unit {
		display: none;
	}
	
	.st-Header .bottom-Unit {
    	background-color: rgba(255, 255, 255, 1);
	}
	
	.st-Header .bottom-Unit .Logo {
		max-width: 168px;
		padding: 13px 0;
	}
	
	.st-Header .bottom-Unit .Logo img {
		width: 100%;
	}
	
}

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

	.st-Header .bottom-Unit .Logo {
    	max-width: 130px;
	}
	
}

/*==========
 * 
 *  main-Navigation
 * 
==========*/

.main-Navigation ul {
	display: flex;
	align-items: center;
}

.main-Navigation ul li {
	margin-right: 30px;
}

.main-Navigation ul li:nth-child(1) {
	margin-right: 20px;
}

.main-Navigation ul li:nth-child(2) {
	margin-right: 40px;
}

.main-Navigation ul li:last-child {
	margin-right: 0;
}

.main-Navigation ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 25.5px 0;
	position: relative;
}

.main-Navigation ul li a::after {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background-color: #9e2d2d;
	transition: 0.5s;
}

.main-Navigation ul li.active a::after {
	content: "";
	display: block;
	width: 100%;
}

.main-Navigation ul li:nth-child(1) a,
.main-Navigation ul li:nth-child(2) a {
    width: 180px;
    text-align: center;
}

.main-Navigation ul li:nth-child(1) a {
	color: #bd100b;
	background-color: rgba(251, 125, 158, 0.3);
}

.main-Navigation ul li:nth-child(1) a::after,
.main-Navigation ul li:nth-child(2) a::after {
    content: none;
}

.main-Navigation ul li:nth-child(1) a::before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background-image: url(../images/common/Recruit_icon.png);
	background-size: cover;
	vertical-align: middle;
}

.main-Navigation ul li:nth-child(2) a {
	color: #08006d;
	background-color: rgba(125, 217, 251, 0.3);
}


.main-Navigation ul li:nth-child(2) a::before {
	content: "";
	display: inline-block;
	width: 19px;
	height: 24px;
	margin-right: 5px;
	background-image: url(../images/common/Corporation_icon.png);
	background-size: cover;
	vertical-align: middle;
}

.main-Navigation ul .menu-item-has-children {
	position: relative;
}

.main-Navigation ul .menu-item-has-children ul li, 
.main-Navigation ul .menu-item-has-children ul li:nth-child(1), 
.main-Navigation ul .menu-item-has-children ul li:nth-child(2) {
    margin-right: 0;
}

.main-Navigation ul .menu-item-has-children ul li a,
.main-Navigation ul .menu-item-has-children ul li:nth-child(1) a,
.main-Navigation ul .menu-item-has-children ul li:nth-child(2) a {
    width: auto;
	color: #333333;
	background-color: #ffffff;
}

.main-Navigation ul .menu-item-has-children ul li a::before, 
.main-Navigation ul .menu-item-has-children ul li:nth-child(1) a::before, 
.main-Navigation ul .menu-item-has-children ul li:nth-child(2) a::before {
    content: none;
}

.main-Navigation ul .menu-item-has-children .sub-menu {
  	display: none;
  	position: absolute;
  	left: 0;
  	top: 100%;
  	width: 230px;
  	z-index: 3;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.main-Navigation ul .menu-item-has-children .sub-menu li a {
	display: block;
	font-size: 13px;
    font-weight: normal;
	text-align: left;
	padding: 13px 15px;
}

.main-Navigation ul .menu-item-has-children .sub-menu li a::after {
	content: none;
}

.main-Navigation ul .menu-item-has-children .sub-menu li a:hover {
	color: #ffffff;
	background-color: #666666;
}

@media screen and (max-width:1024px){
	
	.main-Navigation {
		margin-right: 40px;
	}
	
	.main-Navigation ul li {
		display: none;
	}
	
	.main-Navigation ul li:nth-child(1) {
		display: block;
		margin-right: 0;
	}
	.main-Navigation ul li a {
		font-size: 12px;
		padding: 7.5px 0;
	}
	
	.main-Navigation ul li:nth-child(1) a {
		width: 100px;
		height: 60px;
		padding-top: 10px;
		box-sizing: border-box;
	}
	
	.main-Navigation ul li:nth-child(1) a::before {
		display: block;
		width: 24px;
		height: 24px;
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media screen and (max-width:320px){
	
	.main-Navigation ul li:nth-child(1) a {
		width: 90px;
	}
	
}

/*==========
 * 
 *  sp-Navigation
 * 
==========*/

.sp-Header {
	display: none;
}

@media screen and (max-width:1024px){
	
	.toggle {
		display: block;
		width: 60px;
		height: 60px;
		background-color: #5c5c5c;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
	}
	
	.toggle span {
		display: block;
		width: 42px;
		height: 2px;
		background-color: #ffffff;
		position: absolute;
		top: 16px;
		left: 0;
		right: 0;
		margin: auto;
		transition: 0.5s;
	}
	
	.toggle span:nth-child(2) {
		top: 28px;
	}
	
	.toggle span:nth-child(3) {
		top: 40px;
	}
	
	.toggle.active span:nth-child(1) {
		transform: translateY(12px) rotate(-45deg);
	}

	.toggle.active span:nth-child(2) {
		opacity: 0;
	}

	.toggle.active span:nth-child(3) {
		transform: translateY(-11px) rotate(45deg);
	}
	
	.sp-Header {
		display: none;
		max-width: 420px;
		width: 100%;
		height: 100%;
		background-color: #ffffff;
		position: fixed;
		top: 0;
		right: 0;
		overflow: scroll;
		-ms-overflow-style: none;
		box-shadow: 0px 0px 5px #dcdcdc;
		z-index: 999;
	}
	
	.sp-Header::-webkit-scrollbar {
		display: none;
		-webkit-appearance: none;
	}
	
	.sp-Header .Logo {
		max-width: 180px;
    	margin: 14% auto 30px;
	}
	
	.sp-Header .Logo img {
		width: 100%;
	}
	
	.sp-Navigation {
		margin-bottom: 10%;
	}
	
	.sp-Navigation li {
		position: relative;
	}
	
	.sp-Navigation li a {
		display: block;
		font-size: 14px;
		color: #333333;
		text-align: center;
		padding: 20px 0;
		border-bottom: 1px solid #d0d0d0;
	}
	
	.sp-Navigation li:nth-child(1) a {
		border-top: 1px solid #d0d0d0;
	}
	
	.sp-Navigation ul .menu-item-has-children .sub-menu {
  		display: none;
		background-color: #eee;
	}
	
	.sp-Navigation ul .menu-item-has-children .sub-menu li a {
		text-align: left;
		padding: 20px;
		border-top: 0;
	}
	
	.drawer {
		display: block;
		width: 62px;
		height: 62px;
		position: absolute;
		top: 0;
		right: 0;
		border-left: 1px solid #d0d0d0;
	}
	
	.drawer::before {
		content: "+";
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
	.drawer.active::before {
		content: "×";
	}
	
	.sp-Navigation ul .menu-item-has-children .sub-menu li .drawer {
		display: none;
	}

	.sp-Header .ac-Btn {
		padding: 0 20px;
		margin-bottom: 10%;
	}

	.sp-Header .ac-Btn a {
		display: block;
		font-size: 14px;
		text-align: center;
		color: #333333;
		padding: 20px 0;
		border: 1px solid #d0d0d0;
	}
	
	.sp-Header .tel-Btn {
		margin: 0 20px 14%;
		padding-left: 76px;
		position: relative;
	}
	
	.sp-Header .tel-Btn::before {
		content: "";
		display: block;
		width: 71px;
		height: 73.5px;
		background-image: url(../images/common/wiseman.png);
		background-size: cover;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
	}
	
	.sp-Header .tel-Btn p {
		font-size: 14px;
	}
	
	.sp-Header .tel-Btn a {
		font-size: 26px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	
	.sp-Header .tel-Btn a::before {
		content: "";
		display: inline-block;
		width: 44.5px;
		height: 30px;
		margin-right: 5px;
		background-image: url(../images/common/dial_icon02.png);
		background-size: cover;
		vertical-align: middle;
	}
	
}

@media screen and (max-width:320px){
	
	.sp-Header .Logo {
    	max-width: 160px;
	}
	
	.sp-Header .tel-Btn {
		padding-left: 68px;
	}
	
	.sp-Header .tel-Btn::before {
		width: 61px;
		height: 63.5px;
	}
	
	.sp-Header .tel-Btn a {
    	font-size: 21px;
	}
	
}

/*==========
 * 
 *  hero-Standard
 * 
==========*/

.hero-Standard {
	margin-top: 115px;
	margin-bottom: 5%;
	overflow: hidden;
}


@media screen and (max-width:1024px){
	
	.hero-Standard {
		margin-top: 60px;
	}
	
}

@media screen and (max-width:767px){
	
	.hero-Standard {
		margin-bottom: 1%;
	}
	
}


/*========== 

ワイズ関西が教える豆知識！

==========*/

.tp-Point {
    padding: 8% 0;
    background-color: #f4f4f4;
}

.tp-Point .content-Title {
    font-size: 34px;
    color: #650101;
    padding-left: 50px;
    margin-bottom: 6%;
    position: relative;
}

.tp-Point .content-Title::before {
    content: "";
    display: block;
    width: 42px;
    height: 47px;
    background-image: url(../images/toppage/mame_icon.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.tp-Point .list {
    max-width: 1280px;
    padding: 0 60px;
    margin: 0 auto;
    overflow: hidden;
}

.tp-Point .list .item {
    margin: 0 20px;
}

.tp-Point .list .item figure {
    margin-bottom: 4%;
}

.tp-Point .list .item figure img {
	width: 100%;
	height: auto;
}

.tp-Point .list .item h3 {
    font-size: 16px;
    color: #333333;
}

.tp-Point .list .slick-prev,
.tp-Point .list .slick-next {
    width: 18px;
    height: 30px;
    padding: 0;
    top: 38%;
    z-index: 99;
}

.tp-Point .list .slick-prev {
    left: 10px;
}

.tp-Point .list .slick-next {
    right: 10px;
}

.tp-Point .list .slick-prev:before,
.tp-Point .list .slick-next:before {
    content: "";
    display: block;
    width: 18px;
    height: 30px;
    font-size: 0;
    background-size: cover;
}

.tp-Point .list .slick-prev:before {
    background-image: url(../images/toppage/arrow_prev.png);
}

.tp-Point .list .slick-next:before {
    background-image: url(../images/toppage/arrow_next.png);
}

.tp-Point .slick-dotted.slick-slider {
    margin-bottom: 0;
    padding-bottom: 60px;
}

.tp-Point .list .slick-dots {
    left: 0;
    bottom: 0;
}

.tp-Point .list .slick-dots li button:before {
    font-size: 34px;
}


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

    .tp-Point {
        padding: 20% 0;
    }

    .tp-Point .content-Title {
        font-size: 24px;
        text-align: center;
        padding-left: 0;
        margin-bottom: 8%;
    }

    .tp-Point .content-Title::before {
        position: static;
        margin: 0 auto 10px;
    }

    .tp-Point .list {
        padding: 0;
    }

    .tp-Point .list .item {
        margin: 0 10px;
    }

    .tp-Point .list .item h3 {
        font-size: 14px;
    }

    .tp-Point .slick-dotted.slick-slider {
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 320px) {
	
	.tp-Point .content-Title {
		font-size: 20px;
	}
	
}


/*==========
 * 
 *  グループ企業＆提携先＆ブログ
 * 
==========*/

.tp-Other {
    padding: 8% 0;
    box-shadow: 0px 0px 8px #c1c1c1;
}

.tp-Other .item h3 {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 20px;
}

.tp-Other .item {
	float: left;
	margin-bottom: 6%;
}

.tp-Other .item:nth-child(1) {
	width: 70%;
}

.tp-Other .item:nth-child(2) {
	width: 30%;
}

.tp-Other .item:nth-child(3) {
	width: 100%;
	margin-bottom: 0;
}

.tp-Other .item figure img {
	width: 100%;
	height: auto;
}

.tp-Other .item .img-Box figure {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.tp-Other .item .img-Box figure:last-child {
	margin-right: 0;
}

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

	.tp-Other .wrapper {
		max-width: 1024px;
	}

	.tp-Other .item .img-Box figure {
		width: 200px;
	}

}

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

	.tp-Other .wrapper {
		max-width: 768px;
	}

	.tp-Other .item .img-Box figure {
		width: 150px;
	}

}

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

	.tp-Other {
		margin: 20% 0 0;
	}

	.page-id-2 .tp-Other {
		margin: 0;
	}

	.tp-Other .item:nth-child(1) {
		width: 100%;
	}
	
	.tp-Other .item:nth-child(2) {
		width: 100%;
	}

	.tp-Other .item {
		margin-bottom: 12%;
	}

	.tp-Other .item .img-Box figure {
		width: 49%;
		margin-right: 2%;
	}

	.tp-Other .item:nth-child(1) .img-Box figure {
		margin-bottom: 4%;
	}

	.tp-Other .item:nth-child(1) .img-Box figure:nth-child(2) {
		width: 49%;
		margin-right: 0;
	}

	.tp-Other .item:nth-child(1) .img-Box figure:last-child {
		margin-bottom: 0;
	}

	.tp-Other .item:nth-child(3) .img-Box figure:last-child {
		margin-right: 0;
	}

}

/*==========
 * 
 *  st-Footer
 * 
==========*/

.st-Footer .outer {
	background-color: #9e2d2d;
	padding: 4% 0;
}

.st-Footer .inner figure img {
	width: 100%;
	height: auto;
}

.st-Footer .inner .left-Box,
.st-Footer .inner .right-Box {
	float: left;
	width: 50%;
}

.st-Footer .inner .left-Box .item01,
.st-Footer .inner .left-Box .item02 {
	float: left;
}

.st-Footer .inner .left-Box .item01 {
	width: 52%;
	margin-right: 6%;
}

.st-Footer .inner .left-Box .item01 figure {
	margin-bottom: 6%;
}

.st-Footer .inner .left-Box .item01 figure:last-child {
	margin-bottom: 0;
}

.st-Footer .inner .left-Box .item02 {
	width: 36%;
	margin-right: 6%;
}

.st-Footer .inner .left-Box .item02 figure {
	margin-bottom: 10%;
}

.st-Footer .inner .left-Box .item02 figure:last-child {
	margin-bottom: 0;
}

.st-Footer .inner .right-Box .cv {
	padding-bottom: 6%;
	margin-bottom: 6%;
	border-bottom: 1px solid #ffffff;
}

.st-Footer .inner .right-Box .cv .form-Btn {
	float: left;
	width: 50%;
}

.st-Footer .inner .right-Box .cv .form-Btn a {
	display: block;
	font-size: 14px;
	max-width: 280px;
	color: #ffffff;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 25px 0;
	text-decoration: none;
	transition: 0.5s;
}

.st-Footer .inner .right-Box .cv .form-Btn a:hover {
	background-color: #7d2020;
}

.st-Footer .inner .right-Box .cv .form-Btn a::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 21px;
	background-image: url(../images/common/mail_icon.png);
	background-size: cover;
	vertical-align: middle;
	margin-right: 5px;
}

.st-Footer .inner .right-Box .cv .tel-Btn {
	float: right;
	width: 50%;
	padding-left: 60px;
	box-sizing: border-box;
	position: relative;
}

.st-Footer .inner .right-Box .cv .tel-Btn::before {
	content: "";
	display: block;
	width: 50px;
    height: 54px;
	background-image: url(../images/common/wiseman.png);
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}


.st-Footer .inner .right-Box .cv .tel-Btn p {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 5px;
}

.st-Footer .inner .right-Box .cv .tel-Btn span {
	display: block;
	padding-left: 35px;
	position: relative;
}

.st-Footer .inner .right-Box .cv .tel-Btn span::before {
	content: "";
	display: block;
	width: 30px;
	height: 19px;
	background-image: url(../images/common/dial_icon.png);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
}

.st-Footer .inner .right-Box .cv .tel-Btn a {
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	text-decoration: none;
}

.foot-Navigation ul li {
	float: left;
	width: 25%;
	margin-bottom: 3%;
}

.foot-Navigation ul li a {
	font-size: 14px;
	color: #ffffff;
}

.copytxt {
	text-align: center;
	color: #ffffff;
	background-color: #333333;
	padding: 10px 0;
}

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

	.st-Footer .inner .left-Box {
		width: 45%;
	}

	.st-Footer .inner .right-Box {
		width: 55%;
	}

	.st-Footer .inner .right-Box .cv .tel-Btn a {
		font-size: 24px;
	}

}

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

	.st-Footer .inner .left-Box {
		width: 35%;
	}

	.st-Footer .inner .right-Box {
		width: 65%;
	}

}

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

	.st-Footer .outer {
		padding: 10% 0;
	}

	.st-Footer .inner .left-Box {
		width: 100%;
		margin-bottom: 10%;
	}

	.st-Footer .inner .right-Box {
		width: 100%;
	}

	.st-Footer .inner .left-Box .item01 {
		width: 58%;
	}

	.st-Footer .inner .left-Box .item01 .rss_img {
		display: none;
	}

	.st-Footer .inner .left-Box .item02 {
		margin-right: 0;
	}

	.st-Footer .inner .right-Box .cv .form-Btn a {
		max-width: 320px;
	}

}

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

	.st-Footer {
		padding-top: 56%;
    	position: relative;
	}

	.st-Footer .outer {
		padding: 20% 0 14%;
	}

	.st-Footer .inner .left-Box .item01 {
		width: 100%;
		margin-right: 0;
	}

	.st-Footer .inner .left-Box .item01 figure {
		margin-bottom: 0;
	}

	.st-Footer .inner .left-Box .item02 {
		width: 100%;
		margin-right: 0;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #f4f4f4;
		padding: 40px 20px;
		box-sizing: border-box;
	}

	.st-Footer .inner .left-Box .item02 figure {
		float: left;
		width: 49%;
		margin-right: 2%;
		margin-bottom: 6%;
	}

	.st-Footer .inner .left-Box .item02 figure:nth-child(2) {
		margin-right: 0;
	}

	.st-Footer .inner .right-Box .cv {
		padding-bottom: 0;
		margin-bottom: 16%;
		border-bottom: 0;
	}

	.st-Footer .inner .right-Box .cv .form-Btn {
		width: 100%;
		margin-bottom: 10%;
	}

	.st-Footer .inner .right-Box .cv .form-Btn a {
		max-width: 100%;
	}

	.st-Footer .inner .right-Box .cv .tel-Btn {
		width: 100%;
	}

	.st-Footer .inner .right-Box .cv .tel-Btn a {
		font-size: 28px;
	}

	.foot-Navigation ul li {
		width: 50%;
		margin-bottom: 6%;
	}
	
	.foot-Navigation ul li a {
		font-size: 12px;
	}

}

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

	.st-Footer .inner .right-Box .cv .tel-Btn a {
    	font-size: 22px;
	}
	
	.foot-Navigation ul li a {
		font-size: 11px;
	}
	
	.copytxt {
		font-size: 10px;
	}
	
}



/*==========
 * 
 * ?トップに戻る
 * 
==========*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	z-index: 999;
}
.pagetop a {
    display: block;
    background-color: #4c4c4c;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    padding: 15px 20px;
}



/*==========
 * 
 * ?各種お問い合わせフォーム
 * 
==========*/

.form-View {
	padding-bottom: 6%;
	margin-bottom: 6%;
	border-bottom: 1px dashed #969696;
}

.form-View02 {
	margin-top: 6%;
}

#main .form-View .txt {
	font-size: 14px;
	padding: 0;
	margin-bottom: 4%;
}

#main .form-View .txt:last-child {
	margin-bottom: 0;
}

 #main .form-View .txt span {
	display: block;
	font-size: 23px;
    font-weight: bold;
    margin-bottom: 2%;
    text-align: center;
}

.form-Txt {
	display: flex;
    padding-bottom: 4%;
    margin-bottom: 4%;
    border-bottom: 1px dashed #969696;
}

.form-Txt2 {
	display: flex;
    padding-bottom: 4%;
    margin-bottom: 4%;
    border-bottom: 1px dashed #969696;
}


.form-Txt dt {
	width: 100%;
	max-width: 250px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	padding-right: 54px;
	position: relative;
}

.form-Txt2 dt {
	width: 100%;
	max-width: 250px;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	padding-right: 54px;
	position: relative;
}

.form-Txt dt::after {
	content: "\4efb\610f";
	display: block;
	font-size: 14px;
	color: #969696;
	border: 1px solid #969696;
	padding: 2px 7px;
	margin-left: 10px;
	border-radius: 5px;
	position: absolute;
	top: 0%;
	right: 0;
}

.form-Txt2 dt::after {

	display: block;
	font-size: 14px;
	color: #969696;
	border: 1px solid #969696;
	padding: 2px 7px;
	margin-left: 10px;
	border-radius: 5px;
	position: absolute;
	top: 0%;
	right: 0;
}




.form-Txt .required::after {
	content: "\5fc5\9808\000a";
	color: #9e2d2d;
	border: 1px solid #9e2d2d;
}

.foreign-Box dt span {
	display: block;
}

.form-Txt dd {
	width: 100%;
}

.form-Txt dd input {
	font-size: 16px;
	padding: 4px;
	box-sizing: border-box;
	border: 1px solid #9e9e9e;
}

.form-Txt dd textarea {
	max-width: 600px;
	width: 100%;
	min-height: 250px;
	line-height: 1.4;
    font-size: 16px;
	padding: 4px;
	box-sizing: border-box;
}

.work-Num dd input {
	width: 100%;
	max-width: 100px;
}

.user-Name dd input {
	width: 100%;
	max-width: 300px;
}

.user-Furigana dd input {
	width: 100%;
	max-width: 300px;
}

.user-Mail dd input {
	width: 100%;
	max-width: 400px;
}

.user-Phone dd span {
	display: flex;
    align-items: center;
}

.user-Phone dd span input {
	width: 100%;
	max-width: 100px;
	margin-left: 5px;
	margin-right: 5px;
}

.user-Phone dd input:first-child {
	margin-left: 0;
}

.user-Phone dd input:first-child:last-child {
	margin-right: 0;
}

.user-Phone02 dd input {
	width: 100%;
	max-width: 250px;
}

.user-Adress dd .post-Txt {
	display: block;
	margin-bottom: 10px;
	font-weight: normal;
}

.user-Age dd input {
	margin-right: 5px;
}

.user-Adress dd input {
	width: 100%;
	max-width: 400px;
}

.user-Adress dd .post-Txt input {
	width: 100%;
	max-width: 160px;
	margin-left: 5px;
}

.subject-Txt dd input {
	width: 100%;
	max-width: 400px;
}

.birth-Txt dd input {
	width: 100%;
	max-width: 400px;
}

.education-Txt dd input {
    width: 100%;
    max-width: 400px;
}

.flie-Attachment dd input {
	font-size: 14px;
	border: 0;
}

.mwform-radio-field {
	display: inline-block;
	font-size: 16px;
    margin-right: 20px;
}

.wpcf7-list-item {
	display: inline-block;
	font-size: 16px;
	margin-right: 20px;
}

.sub-Cap {
	font-size: 14px;
	display: block;
}

.accept-Txt {
	margin-bottom: 4%;
}

.form-Btn {
	text-align: center;
}

.work-History {
	padding-bottom: 6%;
	margin-bottom: 6%;
	border-bottom: 1px dashed #969696;
}

#main.left_Content .work-History h3 {
    font-size: 16px;
	position: relative;
	margin: 0 0 20px;
}

#main.left_Content .work-History h3::after {
    content: "必須";
	display: inline-block;
	font-size: 14px;
	color: #9e2d2d;
	border: 1px solid #9e2d2d;
	padding: 2px 7px;
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: middle;
}

.work-History .history-Box01 {
	padding-bottom: 2%;
	margin: 0 20px 2%;
	border-bottom: 1px dashed #969696;
}

.work-History .history-Box01:last-child {
	padding-bottom: 0;
	margin: 0 20px 0;
	border-bottom: 0;
}

.work-History .history-Box01 .view-Box {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.work-History .history-Box01 .view-Box dt {
	font-size: 14px;
    font-weight: bold;
    max-width: 90px;
    width: 100%;
}

.work-History .history-Box01 .view-Box dd {
    width: 100%;
}

.work-History .history-Box01 .view-Box dd input {
    font-size: 16px;
    padding: 4px;
    box-sizing: border-box;
    border: 1px solid #9e9e9e;
}

.work-History .history-Box01 .employment-Box dd input {
	width: 100%;
    max-width: 400px;
}

.work-History .history-Box01 .employment_Status dd input {
	width: 100%;
    max-width: 400px;
}

.work-History .history-Box01 .work_View dd input {
	width: 100%;
    max-width: 400px;
}

.small-Txt {
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 20px;
}

.form-Btn input,
.form-Btn button {
	font-size: 16px;
	font-weight: bold;
	max-width: 320px;
	width: 100%;
	padding: 20px 0;
	color: #ffffff;
	background-color: #9e2d2d;
	border: 1px solid #9e2d2d;
	box-sizing: border-box;
	cursor: pointer;
}

.form-Btn input:hover,
.form-Btn button:hover {
	color: #9e2d2d;
	background-color: #ffffff;
}

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

	.form-View {
		padding-bottom: 12%;
		margin-bottom: 12%;
	}

	#main .form-View .txt {
		margin-bottom: 8%;
	}

	.form-View02 {
		margin-top: 12%;
	}

	.form-Txt {
		display: block;
		padding-bottom: 10%;
		margin-bottom: 10%;
	}

	.form-Txt dt {
		max-width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.form-Txt dt::after {
		display: inline-block;
		position: static;
		vertical-align: middle;
	}

	.work-Num.form-Txt dt {
		padding-right: 54px;
	}
	
	.work-Num.form-Txt dt::after {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}

	.user-Name dd input {
		max-width: 100%;
	}

	.user-Furigana dd input {
		max-width: 100%;
	}

	.form-Txt dt {
		box-sizing: border-box;
	}

	.work-Num dd input {
		max-width: 100%;
	}
	
	.user-Name dd input {
		max-width: 100%;
	}
	
	.user-Mail dd input {
		max-width: 100%;
	}

	.user-Phone02 dd input {
		max-width: 100%;
	}

	.mwform-radio-field {
		width: auto;
	}

	.work-History .history-Box01 {
		padding-bottom: 6%;
		margin: 0 20px 6%;
		border-bottom: 1px dashed #969696;
	}

	.work-History .history-Box01 .view-Box {
		display: block;
		margin-bottom: 20px;
	}
	
}



/*==========
 * 
 * ?wp_social_bookmarking_light
 * 
==========*/

.wp_social_bookmarking_light div.wsbl_line {
	max-width: 88px;
}

.wp_social_bookmarking_light div.wsbl_google {
	max-width: 16px;
}

.wp_social_bookmarking_light div.wsbl_mixi {
	max-width: 58px;
}

.wp_social_bookmarking_light div.wsbl_line img,
.wp_social_bookmarking_light div.wsbl_google img,
.wp_social_bookmarking_light div.wsbl_google img {
	width: 100%;
}



/*==========
 * 
 * ?Search
 * 
==========*/

.post-Listbox {
	margin-bottom: 12%;
}

.Job-SearchForm #feas-searchform-0 {
    padding: 40px 30px;
}

.Job-SearchForm h4 {
	font-size: 18px;
	margin-bottom: 1%;
}

.Job-SearchForm .wakusen {
    margin-bottom: 3%;
    padding-bottom: 3%;
    border-bottom: 1px solid #f0f0f0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.Job-SearchForm .wakusen #feas_0_0 {
	width: 100%;
	max-width: 400px;
	font-size: 14px;
}

.Job-SearchForm #feas-searchform-0 label {
    font-weight: normal;
    display: inline-block;
	width: 190px;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 2%;
    vertical-align: top;
}

.Job-SearchForm #feas-searchform-0 .feas-submit-button {
	display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    max-width: 320px;
    width: 100%;
    padding: 10px 0;
    color: #ffffff;
    background-color: #9e2d2d;
    border: 1px solid #9e2d2d;
    box-sizing: border-box;
	margin: 3% auto 0;
	cursor: pointer;
}
	
.Job-SearchForm #feas-searchform-0 .feas-submit-button:hover {
	color: #9e2d2d;
	background-color: #ffffff;
}

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

	.Job-SearchForm h4 {
		font-size: 18px;
		margin-bottom: 4%;
	}

	.Job-SearchForm #feas-searchform-0 label {
		width: 48%;
		margin-bottom: 6%;
	}

	
	.Job-SearchForm .wakusen {
		margin-bottom: 6%;
		padding-bottom: 6%;
	}

	.Job-SearchForm #feas-searchform-0 {
		padding: 30px 20px;
	}

}



/*==========
 * 
 * ?関連記事
 * 
==========*/

.yarpp-related ol li {
	font-size: 18px;
	padding-left: 15px;
    padding-bottom: 2%;
    margin-bottom: 2%;
	border-bottom: 1px dashed #888;
	position: relative;
}

.yarpp-related ol li::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
	border-left: 8px solid #333333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    top: 6px;
	left: 0;
}

.yarpp-related ol li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

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

	.yarpp-related ol li {
		padding-bottom: 6%;
		margin-bottom: 6%;
	}

}

/* お仕事ランキング */

.ranking-Column .wrapper {
	display: flex;
	flex-wrap: wrap;
}

.ranking-Column .rank-Btn {
    width: 30%;
}

.rank-Btn {
    max-width: 540px;
    margin: 0 auto 4%;
}

.rank-Btn.no01 a {
    background-image: linear-gradient(45deg, #d6bd57, #b49c38);
}

.rank-Btn.no02 a {
    background-image: linear-gradient(45deg, #b3b3b3, #7e7e7e);
}

.rank-Btn.no03 a {
    background-image: linear-gradient(45deg, #9e7a49, #735937);
}

.rank-Btn a::before {
	margin: 0 auto -1%;
}

.rank-Btn.no01 a::before {
    content: "";
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(../images/job/rank1.png);
    background-size: cover;
    vertical-align: middle;
}

.rank-Btn.no02 a::before {
    content: "";
    display: block;
    width: 61px;
    height: 61px;
    background-image: url(../images/job/rank2.png);
    background-size: cover;
    vertical-align: middle;
}

.rank-Btn.no03 a::before {
    content: "";
    display: block;
    width: 61px;
    height: 63px;
    background-image: url(../images/job/rank3.png);
    background-size: cover;
    vertical-align: middle;
}

.rank-Btn a::after {
    content: "";
    display: block;
    width: 96%;
    height: 88%;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rank-Btn h4 a {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    color: #ffffff;
    vertical-align: middle;
    text-shadow: 2px 2px 10px #656565;
    text-align: center;
    padding: 30px 0 40px;
    border-radius: 20px;
    position: relative;
    box-shadow: 2px 2px 5px #c1c1c1;
}

.rank-Btn h4 a b {
    font-size: 34px;
}

.rank-Btn a span {
    display: block;
    font-size: 16px;
}

@media screen and (max-width: 1024px) {
	
	.rank-Btn h4 a {
		font-size: 18px;
	}
	
	.rank-Btn h4 a b {
		font-size: 24px;
	}
	
}

@media screen and (max-width: 767px) {
	
	.ranking-Column .wrapper {
		display: block;
	}
	
	.ranking-Column .rank-Btn {
		width: 100%;
	}

    .rank-Btn {
        margin: 0 auto 10%;
    }

    .rank-Btn a {
        padding: 25px 0 30px;
    }

    .rank-Btn h4 a {
        font-size: 20px;
    }

    .rank-Btn a::after {
        height: 93%;
    }

    .rank-Btn.no01 a::before,
    .rank-Btn.no02 a::before,
    .rank-Btn.no03 a::before {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
	
	
	.rank-Btn h4 a b {
		font-size: 34px;
	}

}
