@charset "UTF-8";


.features-item__date,
.f1-feature-related__list-item-txt h2,
.f1-feature-2026__header h2,
.features-index-item__date{
	font-family: "UD新ゴNT M", sans-serif;
}


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


/* nav-features-cat
====================================================================*/

	.nav-features-cat{
		margin: auto;
		max-width: 1170px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav-features-cat ul{
		display: flex;
		flex-wrap: wrap;
	}
	.nav-features-cat ul li{
		margin-bottom: 15px;
	}

	.nav-features-cat-link li{
		margin-right: 8px;
	}
	.nav-features-cat-link li:last-child{
		margin-right: 0;
	}
	.nav-features-cat-link a{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		padding: 0 15px;
		font-size: 14px;
		font-weight: 300;
		border: 1px solid #B8B8B8;
		transition: all 600ms ease;
	}
	.nav-features-cat-link a.is_active,
	.nav-features-cat-link a:hover{
	    color: #fff;
	    background: #35363B;
	}

	.nav-features-cat-link button{
		position: relative;
		margin: 0 0 0 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 146px;
		height: 30px;
		padding: 0 15px;
		font-size: 14px;
		font-weight: 300;
		border: 1px solid #B8B8B8;
		transition: all 600ms ease;
	}
	.nav-features-cat-link button:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: -25px;
		bottom: 0;
		display: block;
		width: 1px;
		height: 22px;
		background: #B8B;
	}
	.nav-features-cat-link button:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 10px;
		bottom: 0;
		display: block;
		width: 14px;
		height: 8px;
		background: url(../../../shared/img/arrow_gr_d.svg);
		background-size: 100% 100%;
	}
	.nav-features-cat-link button:hover{
	    color: #fff;
	    background: #35363B;
	}
	.nav-features-cat-link button:hover:after{
		background: url(../../../shared/img/arrow_wh_d.svg);
		background-size: 100% 100%;
	}

	
/* features-index
====================================================================*/
	#f1-feature .sec-header {
		position: relative;
		margin: 0 0 60px;
	}
	.features-index{
		margin: 50px 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.features-index-item__cat,
	.features-item__cat{
		display: inline-block;
		padding: 5px 10px;
		font-size: 14px;
		font-weight: 300;
		border: 1px solid #B8B8B8;
	}


/* features-index-item-main
====================================================================*/

	.features-index-item-main{
		width: calc(50% - 20px);
	}
	.features-index-item-main figure{
		position: relative;
		overflow: hidden;
	}
	.features-index-item-main .features-index-item__txt{
		margin: 20px 0 0;
	}
	.features-index-item-main .features-index-item__txt h3{
		font-weight: 600;
		font-size: 24px;
		line-height: calc(40/24);
	}
	.features-index-item-main .features-index-item__lead{
		margin: 20px 0 0;
	}
	.features-index-item-main .features-index-item__lead p{
		line-height: 2;
		font-weight: 300;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.features-index-item-main .features-index-item__label{
		margin: 20px 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.features-index-item-main .features-index-item__label span{
		display: inline-block;
	}
	.features-index-item-main .features-index-item__date{
		position: relative;
		margin: 0 16px 0 0;
		padding: 0 16px 0 0;
	}
	.features-index-item-main .features-index-item__date:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 22px;
		background: #B8B;
	}
	.features-index-item-main a img{
		transition: transform 600ms ease;
	}
	.features-index-item-main a:hover img{
		transform: scale(1.1);
	}


/* features-index-item
====================================================================*/

	.features-index-item{
		margin-top: 60px;
		width: calc(50% - 20px);
	}
	.features-index-item a{
		display: flex;
		justify-content: space-between;
	}
	.features-index-item .features-index-item__figure{
		width: calc(50% - 12px);
	}
	.features-index-item figure{
		position: relative;
		overflow: hidden;
	}
	.features-index-item .features-index-item__txt{
		width: calc(50% - 12px);
	}
	.features-index-item .features-index-item__txt h3{
		font-weight: 600;
		font-size: 16px;
		line-height: 2;
	}
	.features-index-item .features-index-item__label{
		margin: 20px 0 0;
	}
	.features-index-item .features-index-item__date{
		display: block;
	}
	.features-index-item .features-index-item__cat{
		margin: 20px 0 0;
	}

	.features-index-item a img{
		transition: transform 600ms ease;
	}
	.features-index-item a:hover img{
		transform: scale(1.1);
	}

/* features-item-label
====================================================================*/

	.features-item__text h3 {
		line-height: 1.5;
		font-size: 16px;
		font-weight: 600;
	}
	.features-item__text{
		margin: 15px 0 0;
	}

	.features-item__label{
		margin: 10px 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.features-item__date{
		position: relative;
		margin: 0 16px 0 0;
		padding: 0 16px 0 0;
	}
	.features-item__date:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 22px;
		background: #B8B;
	}



/* f1-feature-2026
====================================================================*/

	.f1-feature-2026__contents{
		padding: 0 0 30px;
		background: #00665E;
	}
	.f1-feature-2026__logo{
		margin: auto;
		max-width: 314px;
	}
	.f1-feature-2026__header{
		text-align: center;
	}
	.f1-feature-2026__header h2{
		text-align: center;
		font-size: 42px;
		color: #fff;
	}
	.f1-feature-2026__lead{
		margin: 30px 0 0;
		text-align: center;
		color: #fff;
	}
	.f1-feature-2026__lead p{
		font-weight: 600;
		line-height: calc(30/16);
	}
	.f1-feature-2026__contents a{
		position: relative0;
		display: block;
	}
	.f1-feature-2026__contents a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: min(30px,5.40vw);
		width: 13px;
		height: 22px;
		background: url(../../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}


/* f1-feature-related__list-item
====================================================================*/

	.f1-feature-related__list{
		display: flex;
	}
	.f1-feature-related__list-item{
		width: calc(100% / 3);
	}

	.f1-feature-related__list-item a{
		position: relative;
		display: block;
	}
	.f1-feature-related__list-item a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: min(20px,5.40vw);
		width: 13px;
		height: 22px;
		background: url(../../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}

	.f1-feature-related__list-item figure{
		position: relative;
		height: 320px;
		width: 100%;
		overflow: hidden;
	}
	.f1-feature-related__list-item figure:after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 10;
	}
	.f1-feature-related__list-item figure img{
		object-fit: cover;
		width: 100%;
		height: 100%;
		transition: transform 600ms ease;
	}
	.f1-feature-related__list-item a:hover img{
		transform: scale(1.1);
	}
	.f1-feature-related__list-item-txt{
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		top: 0;
		left: 0;
		padding: 0 50px;
		width:100%;
		height: 100%;
		color: #fff;
		z-index: 50;
	}
	.f1-feature-related__list-item-txt h2{
		height: 2.6em;
		text-align: center;
		font-size: min(32px,2.42vw);
		line-height: calc(42/32);
	}
	.f1-feature-related__list-item-txt p{
		margin: 15px 0 0;
		font-weight: 600;
		font-size: min(16px,1.21vw);
		line-height: calc(30/16);
	}




}


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

/* nav-features-cat
====================================================================*/

	.nav-features-cat{
		margin: auto;
		max-width: 1170px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.nav-features-cat ul{
		display: flex;
		flex-wrap: wrap;
	}
	.nav-features-cat ul li{
		margin-bottom: 10px;
	}

	.nav-features-cat-link li{
		margin-right: 8px;
	}
	.nav-features-cat-link li:last-child{
		margin-right: 0;
	}
	.nav-features-cat-link a{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		padding: 0 12px;
		font-size: 11px;
		font-weight: 300;
		border: 1px solid #B8B8B8;
		transition: all 600ms ease;
	}
	.nav-features-cat-link a.is_active{
	    color: #fff;
	    background: #35363B;
	}

	.nav-features-cat-link button{
		position: relative;
		margin: 0 0 0 30px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 120px;
		height: 30px;
		padding: 0 12px;
		font-size: 11px;
		font-weight: 300;
		border: 1px solid #B8B8B8;
		transition: all 600ms ease;
	}
	.nav-features-cat-link button:before{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		left: -20px;
		bottom: 0;
		display: block;
		width: 1px;
		height: 22px;
		background: #B8B;
	}
	.nav-features-cat-link button:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 5px;
		bottom: 0;
		display: block;
		width: 12px;
		height: 6px;
		background: url(../../../shared/img/arrow_gr_d.svg);
		background-size: 100% 100%;
	}
	.nav-features-cat-link button:hover{
	    color: #fff;
	    background: #35363B;
	}
	.nav-features-cat-link button:hover:after{
		background: url(../../../shared/img/arrow_wh_d.svg);
		background-size: 100% 100%;
	}

	
/* features-index
====================================================================*/

	.features-index{
		margin: 30px 0 0;
	}
	.features-index-item__cat,
	.features-item__cat{
		display: inline-block;
		padding: 3px 8px;
		font-size: 12px;
		font-weight: 300;
		border: 1px solid #B8B8B8;
	}

/* features-index-item-main
====================================================================*/

	.features-index-item-main + .features-index-item-main{
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #CCCCCC;
	}

	.features-index-item-main figure{
		position: relative;
	}
	.features-index-item-main .features-index-item__txt{
		margin: 15px 0 0;
	}
	.features-index-item-main .features-index-item__txt h3{
		font-weight: 600;
		font-size: 18px;
		line-height: 1.5;
	}
	.features-index-item-main .features-index-item__lead{
		margin: 15px 0 0;
	}
	.features-index-item-main .features-index-item__lead p{
		line-height: 2;
		font-weight: 300;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.features-index-item-main .features-index-item__label{
		margin: 15px 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.features-index-item-main .features-index-item__label span{
		display: inline-block;
	}
	.features-index-item-main .features-index-item__date{
		position: relative;
		margin: 0 14px 0 0;
		padding: 0 14px 0 0;
	}
	.features-index-item-main .features-index-item__date:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 18px;
		background: #B8B;
	}


/* features-index-item
====================================================================*/

	.features-index-item{
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #CCCCCC;
	}
	.features-index-item a{
		display: flex;
		justify-content: space-between;
	}
	.features-index-item .features-index-item__figure{
		width: calc(45% - 6px);
	}
	.features-index-item figure{
		position: relative;
		overflow: hidden;
	}

	.features-index-item .features-index-item__txt{
		width: calc(55% - 6px);
	}
	.features-index-item .features-index-item__txt h3{
		font-weight: 600;
		font-size: 14px;
		line-height: 1.5;
	}
	.features-index-item .features-index-item__label{
		margin: 10px 0 0;
	}
	.features-index-item .features-index-item__date{
		display: block;
	}
	.features-index-item .features-index-item__cat{
		margin: 15px 0 0;
	}



/* features-item-label
====================================================================*/

	.features-item__text h3 {
		line-height: 1.5;
		font-size: 16px;
		font-weight: 600;
	}
	.features-item__text{
		margin: 15px 0 0;
	}

	.features-item__label{
		margin: 10px 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.features-item__date{
		position: relative;
		margin: 0 16px 0 0;
		padding: 0 16px 0 0;
	}
	.features-item__date:after{
		content: "";
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 1px;
		height: 22px;
		background: #B8B;
	}




/* f1-feature-2026
====================================================================*/

	.f1-feature-2026__contents{
		padding: 0 20px 30px;
		background: #00665E;
	}
	.f1-feature-2026__logo{
		margin: auto;
		max-width: 240px;
	}
	.f1-feature-2026__header{
		text-align: center;
	}
	.f1-feature-2026__header h2{
		text-align: center;
		font-size: min(32px,7.46vw);
		line-height: calc(42/28);
		color: #fff;
	}
	.f1-feature-2026__lead{
		margin: 15px 0 0;
		text-align: center;
		color: #fff;
	}
	.f1-feature-2026__lead p{
		font-weight: 600;
		font-size: 12px;
		line-height: 1.8;
	}
	.f1-feature-2026__contents a{
		position: relative0;
		display: block;
	}
	.f1-feature-2026__contents a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 8px;
		height: 14px;
		background: url(../../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}


/* f1-feature-related__list-item
====================================================================*/

	.f1-feature-related__list-item a{
		position: relative;
		display: block;
	}
	.f1-feature-related__list-item a:before {
		content: "";
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 8px;
		height: 14px;
		background: url(../../../shared/img/arrow_wh_r.svg) 0 0 no-repeat;
		background-size: 100% 100%;
		z-index: 20;
	}

	.f1-feature-related__list-item figure{
		position: relative;
		height: 240px;
		width: 100%;
		overflow: hidden;
	}
	.f1-feature-related__list-item figure:after{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 10;
	}
	.f1-feature-related__list-item figure img{
		object-fit: cover;
		width: 100%;
		height: 100%;
		transition: transform 600ms ease;
	}
	.f1-feature-related__list-item-txt{
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		top: 0;
		left: 0;
		padding: 0 50px;
		width:100%;
		height: 100%;
		color: #fff;
		z-index: 50;
	}
	.f1-feature-related__list-item-txt h2{
		height: 2.6em;
		text-align: center;
		font-size: 20px;
		line-height: calc(28/20);
	}
	.f1-feature-related__list-item-txt p{
		margin: 15px 0 0;
		font-weight: 600;
		font-size: 12px;
		line-height: calc(30/16);
	}



}


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


}




