.seikatsu .home-side{
	background: #3faf81;
}

.seikatsu .page-menu-list li:hover{
	background: #3faf81;
}

.seikatsu .c-orange{
	color: #3faf81;
}

.seikatsu .bg-orange{
	background: #3faf81;
}

.bg-seikatsu{
	background: #e2f0e7;
}


.seikatsu_circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.seikatsu_circle .circle-txt {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 215px;
    border-color: #3faf81;
    margin: 15px;
    font-size: 135%;
}

.seikatsu .btn{
    display: block;
    margin: 50px auto;
}

.seikatsu .btn a {
	display: block;
	text-decoration: none;
	line-height: 37px;
	max-width: 80%;
	text-align: center;
    background-color: #3faf81;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    color: white;
    width: 100%;
    margin: auto;
}


.seikatsu .btn a:hover{
	opacity: 0.6;
}
.tokuchou .tokuchou__ttl{
    background: #000;
    color: white;
    padding: .5rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tokuchou .tokuchou__ttl-l{
    font-size: 2rem;
}
.tokuchou .tokuchou__ttl-s{
    font-size: 1.5rem;
}
.tokuchou .bg-gray{
   padding:  45px 40px 0;
}
.tokuchou .bg-gray h3 {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 38px;
    width: 300px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -16px;
    background: black;
    color: white;
}
.tokuchou .bg-gray .career__ttl{
    text-align: center;
}
.tokuchou .bg-gray .career__list li{
    padding-left: 1em;
    text-indent: -1em;
}
.tokuchou .bg-gray .career__list li::before{
    content: "●";
    color: #3faf81;
    font-size: 90%;
    margin-right: .2rem;
}
/*色分け*/
.tokuchou_all.tokuchou .tokuchou__ttl{
    background: #3faf81;
}
.tokuchou_all .left-border{
    border-color: #3faf81;
}
.tokuchou_all.tokuchou .bg-gray h3{
    background: #3faf81;
}
.tokuchou .bg-gray .career__list li::before{
    color: #3faf81;
}
.tokuchou_inf.tokuchou .tokuchou__ttl{
    background: #f49f44;
}
.tokuchou_inf .left-border{
    border-color: #f49f44 !important;
}
.tokuchou_inf.tokuchou .bg-gray h3{
    background: #f49f44;
}
.tokuchou_inf.tokuchou .bg-gray .career__list li::before{
    color: #f49f44;
}
.tokuchou_food.tokuchou .tokuchou__ttl{
    background: #ef8580;
}
.tokuchou_food .left-border{
    border-color: #ef8580 !important;
}
.tokuchou_food.tokuchou .bg-gray h3{
    background: #ef8580;
}
.tokuchou_food.tokuchou .bg-gray .career__list li::before{
    color: #ef8580;
}
.tokuchou_life.tokuchou .tokuchou__ttl{
    background: #00abba;
}
.tokuchou_life .left-border{
    border-color: #00abba !important;
}
.tokuchou_life.tokuchou .bg-gray h3{
    background: #00abba;
}
.tokuchou_life.tokuchou .bg-gray .career__list li::before{
    color: #00abba;
}
.tokuchou_biz.tokuchou .tokuchou__ttl{
    background: #5994cf;
}
.tokuchou_biz .left-border{
    border-color: #5994cf !important;
}
.tokuchou_biz.tokuchou .bg-gray h3{
    background: #5994cf;
}
.tokuchou_biz.tokuchou .bg-gray .career__list li::before{
    color: #5994cf;
}
@media (max-width: 768px){
	
    .seikatsu .circle-txt{
        width: 150px;
        height: 150px;
        margin: 15px;
		font-size: 100%;

    }	
    .tokuchou .tokuchou__ttl{
        display: block;
        text-align: center;
    }
    .tokuchou .tokuchou__ttl-l,
    .tokuchou .tokuchou__ttl-s{
        display: block;
    }
}

.seikatsu .sch{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
}
.seikatsu .sch2{
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
}
.seikatsu .sch2 .sch_item{
    position: relative;
    width: 30%;
    padding: 2rem;
    border: 1px solid #3faf81;
    background: white;
    margin-bottom: 50px;
    margin-right: 3.3%;
}

.seikatsu .sch_item{
    position: relative;
    width: 30%;
    padding: 2rem;
    border: 1px solid #3faf81;
    margin-bottom: 50px;
    background: white;
}
.seikatsu .sch_no{
    background: #3faf81;
    display: inline-block;
    padding: 0.5rem 2rem;
    transform: translate(-2rem,-2rem);
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
}
.seikatsu .sch_ttl{
    color: #3faf81;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.seikatsu .sch_item:not(:last-of-type)::after{
    content: "\f101";
    font-family: 'Fontawesome';
    position: absolute;
    top: 50%;
    right: -15%;
    transform: translate(0,-50%);
    font-size: 3em;
    color: #3faf81;
}
.seikatsu .sch2 .sch_item:not(:last-of-type)::after{
    content: "\f101";
    font-family: 'Fontawesome';
    position: absolute;
    top: 50%;
    right: -11%;
    transform: translate(0,-50%);
    font-size: 3em;
    color: #3faf81;
}
