@charset "utf-8";

.g-Body:after{
	content: none;
}

.is-home .g-footer-inner {
	display: none;
}

.is-home .g-footer-nav_button {
	display: inline-block;
}

.is-home .g-footer-pagetop {
	bottom: 75px;
}

.g-wrap {
	position: relative;
	padding-top: 60px;
}

.c-copy_area {
	position: absolute;
	top: 15%;
	margin: 0 auto;
	text-align: center;
	left: 25%;
	right: 50%;
	width: 50%;
}

/*Main Visual*/
.l-mv {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-bottom: -1px;
}

.l-kv .l-kv__items{
	position: relative;
	z-index: 1;
}

.l-kv .l-kv__items .l-kv__item{
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-kv .l-kv__items .l-kv__item .copy{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.l-kv .l-kv__items .l-kv__item.phase_01{
	position: relative;
}

.l-kv .l-kv__items .l-kv__item.phase_01 .copy{
	width: 25.6vw;
}

.l-kv .l-kv__items .l-kv__item.phase_02 .copy{
	width: 42.8vw
}

.l-kv .l-kv__items .l-kv__item .dcorate{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.l-copy {
	opacity: 0;
	position: absolute;
	z-index: 1;
	top: 7.2vw;
	right: 6.6vw;
	width: 40vw;
	filter: drop-shadow(0px 0px 2px rgba(0,0,0,.5)) drop-shadow(0px 0px 4px rgba(0,0,0,.3));
}

.l-copy img{
	display: block;
	width: 100%;	
}

.l-mv-attent{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 1em;
	text-align: right;
}

.l-kv .l-kv__items .l-kv__item.phase_02 .l-mv-attent{
	color: #fff;
}

/* ------------------------------------------------------------------------------------------------
* 行動定期
* ------------------------------------------------------------------------------------------------ */
.l-mv-cta{
	background: #002d24;
}

.l-mv-cta .action{
	width: min(897px, 100%);
	margin: auto auto 15px;
}

.l-mv-cta .u-inner{
	margin: 0 auto;
	padding: 2.5em 0;
	background: transparent;
}

/* ------------------------------------------------------------------------------------------------
* メリットボックス
* ------------------------------------------------------------------------------------------------ */
.merit_box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}

.merit_box .merit_box-item{
}

.merit_box .merit_box-item .box{
	padding: .4em;
	text-align: center;
	line-height: 1.6;
	letter-spacing: .1em;
	color: #fff;
	font-size: min(20px, 1.46vw);
	background: #4c6c66;
	box-shadow: inset 6px 6px 8px rgba(0,0,0, .2),  inset -6px -6px 8px rgba(0,0,0, .2);
}

.merit_box .merit_box-item .attent{
	padding: 1em .4em 0;
	color: #fff;
	text-align: right;
	font-size: 11px;
}


/* ------------------------------------------------------------------------------------------------
*l-Bottom-nav
* ------------------------------------------------------------------------------------------------ */
.l-Bottom-nav {
	width: 100%;
	background: var(--color-beige);
	margin-top: 80px;
}

.l-Bottom-nav .u-inner {
	background: none;
	padding: 40px 0;
	margin: 0 auto;
}

.l-Bottom-nav_list {
	text-align: center;
	display: block;
	letter-spacing: -.5rem;
	margin: -10px;
}

.l-Bottom-nav .g-nav-item {
	text-align: center;
	letter-spacing: 0.8px;
	display: inline-block;
	width: calc(100% / 5);
	padding: 10px 10px;
	position: relative;
}



.l-Bottom-nav .g-nav-item a {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: .35em;
	text-decoration: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 4px double rgba(255, 255, 255, .75);
	height: 120px;
}

.l-Bottom-nav .g-nav-item a:hover {
	border: 2px double rgba(255, 255, 255, .5);
}

.l-Bottom-nav .l-text {
	font-size: 1.8rem;
	padding-bottom: 5px;
}

.l-Bottom-nav .l-text_eng {
	font-size: 1.3rem;
	padding-bottom: 10px;
}

.l-Bottom-nav .l-text_eng_small {
	color: #b28f31;
	font-size: 1.1rem;
	display: inherit;
}

.l-Bottom-nav .l-text_eng_small span {
	border: 1px solid #b28f31;
	padding: 0 3px;
}

.l-Bottom-nav .g-nav-item--outline,
.l-Bottom-nav .g-nav-item--guide {
	display: none;
}


/*news*/
.c-news-lists {}

.c-news-lists .c-news-lists_items {
	margin-bottom: .5rem;
	line-height: 1.5;
}

.c-news-lists .c-news-lists_items:last-child {
	margin-bottom: 0;

}

/*banner*/
.l-banner-cp img {}


/*information*/
.l-information .u-inner {
	margin-top: 90px;
	padding: 40px;
}

/*l-Bottom-banner*/
.l-Bottom-banner .u-inner {
	background: transparent;
}

.l-Bottom-banner ul {
	margin: 0 -30px;
	padding: 0 0 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.l-Bottom-banner ul li {
	width: calc(100% / 3 - 40px);
	margin: 0 20px;
}

.l-mv .l-zeh-badge {
	width: 160px;
	margin-bottom: 20px;
	margin-right: 20px;
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 10;
	opacity: 1;
}

.l-banner_outlet {
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}


/* //////////////////////////////////////////////////
	ボタン設定
////////////////////////////////////////////////// */
.b-entry{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 295px;
	height: 52px;
	line-height: 1;
	letter-spacing: .15em;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	background: radial-gradient(#b90023 30%, #9e040c 100%);
}

/* //////////////////////////////////////////////////
	メインコンテンツ
////////////////////////////////////////////////// */
.l-maincont{
	background: url(../../img/home/bg__01.png) top right / min(1600px, 100%) no-repeat,  url(../../img/home/bg__02.png) bottom left / min(1600px, 100%) no-repeat;
}

.l-maincont .u-inner{
	margin: 0 auto;
	background-color: transparent;
}

.l-maincont .l-maincont__inner{
	padding: 80px 0;
}

.l-maincont .l-main_logo{
	margin-bottom: 60px;
	text-align: center;
}

.l-maincont .l-main_logo img{
	width: min(316px, 20vw);
}

.l-maincont .l-links{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 38px;
	margin-bottom: 85px;
}


.l-maincont .l-links .off{
	position: relative;
	z-index: 1;
	pointer-events: none;
}


.l-maincont .l-links .off::after{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .8;
	background: #e2e1e0;
}

.l-maincont .l-maincont__entry{
	text-align: center;
}

.l-maincont .l-maincont__entry .l-maincont__entry-ttl{
	margin-bottom: 1.4em;
	font-size: 1.8em;
	font-weight: 700;
}

.l-maincont .l-maincont__entry .b-wrap-entry .b-entry{
	width: 422px;
	height: 74px;
	margin: 0 auto 2em;
	font-size: 1.8em;
}

.l-maincont__entry-body{
	font-size: 1.2em;
	line-height: 2;
}