@charset "utf-8";
/*
Theme Name: Genova Template
File: top.css
Theme Author: Genova Design
Author URI: https://genova.co.jp/
Description: Description: This file is reserved for the top-page css
Version: 1.0
*/

/*--------------------------------------
	key
--------------------------------------*/

#key {
	z-index: 1;
	position: relative;
	padding: 11px 0 22px;
}
#key:before{
	content: '';
	width: 377px;
	height: 325px;
	background-image: url('../img/top/key_deco1.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: -156px;
	left: calc(50% - 797px);
	z-index: -1;
}
#key:after{
	content: '';
	width: 142px;
	height: 122px;
	background-image: url('../img/top/key_deco3.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: -71px;
	left: calc(50% - 618px);
	z-index: -1;
}
#key .inner{
	max-width: 1184px;
	width: 96%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#key .inner:after{
	content: '';
	width: 356px;
	height: 306px;
	background-image: url('../img/top/key_deco2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 37px;
	right: calc(50% - 710px);
	z-index: -1;
}
#key .col-right{
	order: 2;
	width: 59%;
	position: relative;
}
#key .col-right .deco{
	position: absolute;
	z-index: 1;
}
#key .col-right .deco1{
	width: 15.48%;
	left: 1.14%;
	top: 10.58%;
}
#key .col-right .deco2{
	width: 18.47%;
	right: -0.7%;
	top: 5.12%;
}
#key .col-right .deco3{
	width: 17.1%;
	right: -2.13%;
	top: 53.24%;
}
#key .col-right .deco4{
	width: 18.47%;
	left: 5.11%;
	bottom: 10.24%;
}
#key .col-left{
	order: 1;
	width: 41%;
	margin-top: 40px;
}
#key .col-left .ttl{
	display: table;
	color: #473024;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 24px;
	margin: 0 auto 33px;
	position: relative;
}
#key .col-left .ttl:before{
	content: '';
	width: 39px;
	height: 84px;
	background-image: url('../img/top/key_ttl_deco1.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: -59px;
	top: -41px;
}
#key .col-left .ttl:after{
	content: '';
	width: 39px;
	height: 84px;
	background-image: url('../img/top/key_ttl_deco2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: -56px;
	top: -41px;
}
#key .col-left .circle-item{
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
#key .col-left .circle-item li{
	width: 148px;
	height: 148px;
	border-radius: 50%;
	background-image: url('../img/top/circle_bg.png');
	color: #fff;
	text-align: center;
	font-size: 70px;
	line-height: 67px;
	font-weight: 500;
	letter-spacing: 0.05em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 20px;
}
#key .col-left .circle-item li small{
	display: block;
	font-size: 14px;
	line-height: 26px;
	font-weight: 700;
}
#key .col-left .circle-item li + li{
	margin-left: 5px;
}
#key .col-left .list-item{
	display: flex;
	justify-content: center;
	margin-bottom: 23px;
}
#key .col-left .list-item li{
	width: 132px;
	background: #FACB86;
	color: #473024;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 25px;
	padding: 10px 0;
}
#key .col-left .list-item li:nth-child(2){
	background: #F5BB66;
}
#key .col-left .list-item li + li{
	margin-left: 6px;
}
#key .info-item{
	display: table;
	margin: 0 auto;
	color: #473024;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 30px;
	font-weight: 700;
}
#key .info-item img{
	width: auto !important;
	margin: -3px 5px 0 0;
	vertical-align: middle;
}
#key .info-item img.icon1{
	width: 14px !important;
	margin: -3px 10px 0 2px;
}
#key .info-item img.icon2{
	width: 21px !important;
}
#key .info-item img.icon3{
	width: 19px !important;
}
#key .info-item img.icon4{
	width: 22px !important;
}
#key .info-item img.icon5{
	width: 21px !important;
}
#key .info-item span{
	display: inline-block;
	margin-right: 3px;
}
#key .txt-item{
	color: #473024;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.06em;
	font-weight: 700;
	position: absolute;
	right: 6.8%;
	bottom: 14%;
	z-index: 1;
}
#key .txt-item li{
	position: relative;
	padding-left: 13px;
}
#key .txt-item li:before{
	content: '';
	width: 8px;
	height: 8px;
	background: #FDAC23;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
}
#key .txt-item li + li{
	margin-top: 7px;
}
@media screen and (max-width: 1180px) {
	#key .col-left .ttl:before{
		left: -45px;
	}
	#key .col-left .ttl:after{
		right: -45px;
	}
	#key .col-left .circle-item li{
		width: 136px;
		height: 136px;
	}
}
@media screen and (max-width: 1080px) {
	#key:after{
		left: calc(50% - 578px);
	}
	#key .col-left .ttl{
		font-size: 26px;
	}
	#key .col-left .ttl:before{
		width: 34px;
		left: -38px;
		top: -27px;
	}
	#key .col-left .ttl:after{
		width: 34px;
		right: -38px;
		top: -27px;
	}
	#key .col-left .circle-item li{
		width: 125px;
		height: 125px;
	}
}
@media screen and (max-width: 980px) {
	#key{
		padding-bottom: 60px;
	}
	#key:before{
		left: -190px;
	}
	#key:after{
		left: -40px;
	}
	#key .inner{
		display: block;
	}
	#key .inner:after{
		right: -200px;
	}
	#key .col-right{
		width: 704px;
		margin: 0 auto;
	}
	#key .col-left{
		width: 100%;
	}
	#key .col-left .ttl{
		font-size: 28px;
	}
	#key .col-left .ttl:before{
		width: 39px;
		left: -59px;
		top: -41px;
	}
	#key .col-left .ttl:after{
		width: 39px;
		right: -56px;
		top: -41px;
	}
	#key .col-left .circle-item li{
		width: 148px;
		height: 148px;
	}
	#key .txt-item{
		width: 450px;
		margin: 20px auto 0;
		position: relative;
		right: auto;
		bottom: auto;
	}
}
@media screen and (max-width: 767px) {
	#key{
		padding: 0px 0 13.9vw;
		margin-top: -12vw;
	}
	#key:before{
		width: 66.7vw;
		height: 57.6vw;
		left: -21.7vw;
		top: -35.7vw;
	}
	#key:after{
		background-image: url(../img/top/key_deco2_sp.png);
		width: 37.9vw;
		height: 35.5vw;
		left: -9.9vw;
		bottom: -3.5vw;
	}
	#key .inner{
		width: 100%;
	}
	#key .inner:after{
		background-image: url(../img/top/key_deco3_sp.png);
		width: 46.9vw;
		height: 44vw;
		right: -9.9vw;
		top: 23.2vw;
	}
	#key .col-right{
		width: 90.7vw;
	}
	#key .col-right .deco1{
		width: 13.9vw;
		left: 1.1vw;
		top: 8vw;
	}
	#key .col-right .deco2{
		width: 16.5vw;
		right: -3vw;
		top: 3vw;
	}
	#key .col-right .deco3{
		width: 15.1vw;
		right: -1.9vw;
		top: 39.3vw;
	}
	#key .col-right .deco4{
		width: 16.5vw;
		left: 4.5vw;
		bottom: 7.6vw;
	}
	#key .col-left{
		margin-top: 0;
	}
	#key .col-left .ttl{
		font-size: 5.6vw;
		line-height: 6.4vw;
		margin-bottom: 5.3vw;
	}
	#key .col-left .ttl:before{
		background-image: url(../img/top/key_ttl_deco1_sp.png);
		width: 4.3vw;
		height: 10.7vw;
		left: -9.1vw;
		top: -2.9vw;
	}
	#key .col-left .ttl:after{
		background-image: url(../img/top/key_ttl_deco2_sp.png);
		width: 4.3vw;
		height: 10.7vw;
		right: -9.1vw;
		top: -2.9vw;
	}
	#key .col-left .circle-item{
		margin-bottom: 3.7vw;
	}
	#key .col-left .circle-item li{
		width: 28.3vw;
		height: 28.3vw;
		font-size: 14.1vw;
		line-height: 14vw;
		padding-bottom: 3vw;
	}
	#key .col-left .circle-item li small{
		font-size: 3.7vw;
		line-height: 4.8vw;
	}
	#key .col-left .circle-item li + li{
		margin-left: 1.1vw;
	}
	#key .col-left .list-item{
		margin-bottom: 4vw;
	}
	#key .col-left .list-item li{
		width: 28vw;
		font-size: 3.5vw;
		line-height: 4vw;
		letter-spacing: 0.08em;
		padding: 2vw 0;
	}
	#key .col-left .list-item li + li{
		margin-left: 1.3vw;
	}
	#key .info-item{
		display: block;
		margin: 0 1vw 0 8.5vw;
		font-size: 4vw;
		line-height: 8vw;
	}
	#key .info-item span{
		margin-right: 2vw;
	}
	#key .info-item span:nth-child(2){
		margin-right: 5px;
	}
	#key .info-item img{
		margin: -1vw 1.3vw 0 0;
	}
	#key .info-item img.icon1{
		width: 3.2vw !important;
		margin: -1vw 2.7vw 0 0;
	}
	#key .info-item img.icon2{
		width: 5.1vw !important;
	}
	#key .info-item img.icon3{
		width: 4.6vw !important;
	}
	#key .info-item img.icon4{
		width: 5.2vw !important;
	}
	#key .info-item img.icon5{
		width: 5.1vw !important;
	}
	#key .txt-item{
		width: 100%;
		margin: 8vw 0 0 8.8vw;
		font-size: 4vw;
		line-height: 5.9vw;
		letter-spacing: 0.08em;
	}
	#key .txt-item li{
		padding-left: 3.5vw;
	}
	#key .txt-item li+li{
		margin-top: 1.9vw;
	}
	#key .txt-item li:before{
		width: 2.1vw;
		height: 2.1vw;
		top: 1.9vw;
	}
}