@charset "utf-8";



.is-txt-custom{color:#;}
.is-bgc-custom{background-color:#;}

.is-txt-custom-green{color:#73A63F;}
.is-bgc-custom-green{background-color:#73A63F;}
.is-bdc-custom-green{border-color:#73A63F;}

.is-txt-custom-yellow{color:#ECBD13;}
.is-bgc-custom-yellow{background-color:#ECBD13;}
.is-bdc-custom-yellow{border-color:#ECBD13;}

.grayscale{filter: grayscale(100%);}


/* index */


.ssc-box{position: relative;display: block;overflow: hidden;}

.ssc-img{background: #7A8F99;overflow: hidden;}
	@media only screen and (max-width:991px)	{.ssc-img{height: 33vw;}}
	@media only screen and (max-width:767px)	{.ssc-img{height: 25vw;}}
	@media only screen and (max-width:575px)	{.ssc-img{height: 50vw;}}

.ssc-img img{opacity:.5;transform:scale(1);width: 100%;height: auto;transition:opacity .3s,transform .3s;}
	@media only screen and (max-width:991px)	{.ssc-img img{position:absolute;top:0;left:0;right:0;bottom:0;max-width:inherit;max-height:inherit;width:100%;height:100%;margin:auto;font-family:'object-fit:cover;';object-fit:cover;}}

.ssc-box:hover .ssc-img img{opacity:.75;transform:scale(1.05);transition:opacity .3s,transform .3s;}

.ssc-title{position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;flex-flow:column wrap;justify-content:center;align-items:center;}

.ssc-title h4{font-size:2rem;line-height: 1;text-align: center;color:#FFF;font-weight: bold;}
	@media only screen and (max-width:991px)	{.ssc-title h4{font-size:3vw;}}
	@media only screen and (max-width:767px)	{.ssc-title h4{font-size:3vw;}}
	@media only screen and (max-width:575px)	{.ssc-title h4{font-size:6vw;}}

.ssc-box + p{margin-top: 1em;}


.sec-news .bg-float-left{}
	@media only screen and (max-width:575px)	{.sec-news .bg-float-left{display: none;}}


.sec-news [class*="bg-float-"] img{opacity:.75;}

.bg-news{padding: 3rem 0 4rem;margin: -2rem 0;position: relative;}

.bg-news .bg-float-ful{position: absolute;top: 0;left: 0;right: 0;bottom: 0;}




.sec-services [class*="bg-float-"] img{opacity:.15;} 


.badge-service-green{list-style: none;display: flex;flex-flow:row wrap;margin: -0.25rem;}
.badge-service-green li{margin: 0.25rem;padding: 0.25rem .75rem;background-color: #73A63F;color:#FFF;line-height: 1.25;border-radius:.25rem;}


.badge-service-yellow{list-style: none;display: flex;flex-flow:row wrap;margin: -0.25rem;}
.badge-service-yellow li{margin: 0.25rem;padding: 0.25rem .75rem;background-color: #ECBD13;color:#FFF;line-height: 1.25;border-radius:.25rem;}






.catalog-list{padding-bottom: 4rem;}
	@media only screen and (max-width:767px)	{.catalog-list{padding-bottom: 4rem;}}


.item-title{font-size:1.125rem;line-height: 1.5;}
	@media only screen and (max-width:767px)	{.item-title{font-size:1rem;}}



.category-tag{position: absolute;top: 0;left: 0;min-width: 50%;text-align: center;background-color: #168492;color:#FFF;z-index: 9;font-size: 0.8em;vertical-align: middle;padding: .25em .5em;}
	@media only screen and (max-width:767px)	{.category-tag{font-size: 0.8em;}}

.goto-detail{background-color: #7A8F99;color:#FFF;position: absolute;left: 0;right: 0;bottom: 0;padding: 1rem 1.5rem;line-height: 1;font-family: 'Shippori Mincho B1',serif;text-align: right;font-size: 0.8em;}

