@charset "utf-8";
/* CSS Document */

#com-hh {
    margin: 70px 0;
}
.hh-title {
    text-align: center;
    margin-bottom: 50px;
}
.hh-desc {
    text-align: center;
    display: table;
    font-size: 15px;
    margin: 0 auto 50px;
    line-height: 2;
    padding: 0 80px;
    position: relative;
}
.hh-desc:before,
.hh-desc:after {
    content: '';
    display: block;
    width: 60px;
    height: 5px;
    border-bottom: dotted 7px #fc6500;
    position: absolute;
    top: 20px;
}
.hh-desc:before {
    transform: rotate(80deg);
    left: 0;
}
.hh-desc:after {
    transform: rotate(108deg);
    right: 0;
}

.com-hh--list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.com-hh--list li {
    width: 30%;
    margin: 0 0 50px 5%;
}
.com-hh--list li:nth-child(3n+1) {
    margin-left: 0;
}
.com-hh--list li a{
	display: block;
}
.com-hh--list li .post-thumb {
    position: relative;
    padding-top: 65%;
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
}
.com-hh--list li .post-thumb img {
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.com-hh--list li .post-date {
    font-size: 13px;
    color: #666666;
}
.com-hh--list li .post-title {
    color: #333;
    font-size: 15px;
    font-weight: 500;
}
.com-hh--list li .category-name {
	width: 70px;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
	background-size:cover;
	background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.com-hh--list li .category-name.acupuncture-and-moxibustion {
	background-image: url(../inc/icon/icon_acupuncture-and-moxibustion.png);
}
.com-hh--list li .category-name.aroma {
	background-image: url(../inc/icon/icon_aroma.png);
}
.com-hh--list li .category-name.bodycare {
	background-image: url(../inc/icon/icon_body-care.png);
}
.com-hh--list li .category-name.chinese-medicine {
	background-image: url(../inc/icon/icon_chinese-medicine.png);
}
.com-hh--list li .category-name.cured-food {
	background-image: url(../inc/icon/icon_cured-food.png);
}
.com-hh--list li .category-name.mindfulness {
	background-image: url(../inc/icon/icon_mindfulness.png);
}
.com-hh--list li .category-name.seminar {
	background-image: url(../inc/icon/icon_seminar.png);
}

/* cmn-recruit */
#cmn-recruit {
    background: url(../img/cmn/bnr_recruit.jpg) center top no-repeat;
    background-size: cover;
}
#cmn-recruit .inner {
    display: -webkit-flex;
    display: flex;
    padding-left: 50%;
    justify-content: center;
    align-items: center;
    height: 535px;
	padding-left: 40%;
}
#cmn-recruit .cmn-recruit-in {
	width: 500px;
	padding: 70px 0;
	text-align: center;
	background: rgba(255,255,255,0.8);
}
#cmn-recruit .cmn-recruit-in .cmn-title {
    margin-bottom: 40px;
}
#cmn-recruit .cmn-recruit-in .text {
    font-size: 19px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 40px;
}
#cmn-recruit .cmn-recruit-in .btn a {
    color: #000;
    display: block;
    width: 320px;
    font-size: 18px;
    font-weight: 500;
    line-height: 60px;
    margin: auto;
    text-align: center;
    border: solid 1px #000;
    border-radius: 100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#cmn-recruit .cmn-recruit-in .btn a i {
    display: inline-block;
    width: 6px;
    height: 6px;
	vertical-align: 2px;
	margin-left: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    transform: rotate(45deg);
}
#cmn-recruit .cmn-recruit-in .btn a:hover {
	background: #333;
	color: #fff;
}

/* btm-bnr */
.btm-bnr {
    margin: 70px 0;
}
.btm-bnr--list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 980px;
    margin: auto;
}
.btm-bnr--list li {
    width: 48%;
    margin: 0 0 4% 4%;
}
.btm-bnr--list li:nth-child(2n+1) {
    margin-left: 0;
}
.btm-bnr--list li a {
	display: block;
}
.btm-bnr--list li a:not(:first-child) {
    margin-top: 10px;
}


/* -----------------------------------

media query

------------------------------------- */

@media (max-width: 480px) {

	#com-hh {
		margin-bottom: 20px;
	}
	.hh-title {
		margin-bottom: 30px;
	}
	.hh-desc {
		display: block;
		font-size: 12px;
		padding: 0;
		text-align: left;
		background-image: linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, #ffff 50%, #ffff 50% ),
						  linear-gradient( 180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 97%, #f06e40 97%, #f06e40 100% );
		background-size: 8px 100%, 100% 2em;
	}
	.hh-desc br {
		display: none !important;
	}

	.hh-desc:before,
	.hh-desc:after {
		display: none;
		width: 100px;
		height: 5px;
		top: 40px;
	}
	.hh-desc:before {
	   left: -20px;
	}
	.hh-desc:after {
	   right: -20px;
	}

	.com-hh--list li {
		width: 48%;
		margin: 0 0 30px 4%;
	}
	.com-hh--list li:nth-child(3n+1) {
		margin: 0 0 30px 4%;
	}
	.com-hh--list li:nth-child(2n+1) {
		margin-left: 0;
	}
	.com-hh--list li .post-title {
		font-size: 13px;
	}
	.com-hh--list li .category-name {
		width: 50px;
		padding-top: 50px;
	}
	
	#cmn-recruit .inner {
		height: auto;
		padding: 20px 15px;
	}
	#cmn-recruit .cmn-recruit-in {
		width: 100%;
		padding: 30px 0;
	}
	#cmn-recruit .cmn-recruit-in .cmn-title {
		margin-bottom: 20px;
	}
	#cmn-recruit .cmn-recruit-in .text {
		font-size: 14px;
		margin-bottom: 20px;
	}
	#cmn-recruit .cmn-recruit-in .btn a {
		width: 80%;
		font-size: 15px;
		line-height: 50px;
	}
	
	.btm-bnr {
		margin: 30px 0;
	}
	.btm-bnr--list li {
		width: 100%;
		text-align: center;
		margin: 0 0 20px;
	}
	.btm-bnr--list li a:not(:first-child) {
		margin-top: 20px;
	}




}



