@charset "utf-8";
/* CSS Document */

:root{
	--corp-color: #0092E5;
}

.f-black{
	font-weight: 900;
}
@media (max-width: 767px){
	.top-whatsclef h2{
		margin-bottom: 30px;
	}
}

/*================================
 * 私たちが選ばれる理由
 * ===============================*/
.top-reason h2{
	color: #393939;
	font-size: 7rem;
}

.top-reason .card_item .text_02{
	margin-bottom: 15px;
}

.top-reason .card_item .icon{
	margin-bottom: 30px;
	text-align: center;
}


@media (max-width: 767px){
	.top-reason h2{
		margin-bottom: 30px;
	}
}

/*================================
 * 主な取引先実績
 * ===============================*/
.top-transaction{
	background-color: #F8F8F8;
	padding-top: 1px;
	padding-bottom: 100px;
}


/*================================
 *  クレフが選ばれ続ける理由とは？
 * ===============================*/
.top-aboutClef{
	padding-top: 1px;
}

.top-aboutClef::before{
	background-image: url("../img/top/aboutclef_bg.webp");
	height: 560px;
}

.top-aboutClef header{
	background-color: #fff;
	margin-top: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 120px;
}

.top-aboutClef__inner::before{
	display: none;
}

.top-aboutClef__title{
	font-weight: 700;
}

.top-aboutClef__secTitle{
	font-size: 20px;
	font-weight: 500;
}

.top-aboutClef__con ol{
	counter-reset: aboutclef;
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
	width: 100%;
}

.top-aboutClef__box{
	align-items: center;
	display: flex;
	justify-content:space-between;
	max-width: 1560px;
	margin-left: 0;
	margin-right: auto;
	width: 90%;
}

.top-aboutClef__box:not(:first-child)::before,
.top-aboutClef__box:not(:first-child)::after{
	display: none;
}

.top-aboutClef__box:nth-child(even){
	flex-flow: row-reverse;
	margin-left: auto;
	margin-right: 0; 
}

.top-aboutClef__box__left{
	padding-left: 0;
	width: 55%;
}

.top-aboutClef__box .top-aboutClef__box__right{
	padding-top: 50px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
	width: 42%;
}

.top-aboutClef__box .top-aboutClef__box__right::before{
	color: var(--corp-color);
	content: counter(aboutclef, decimal-leading-zero);
	counter-increment: aboutclef;
	font-family: azo-sans-web, Arial, Helvetica, "sans-serif";
	font-size: 100px;
	font-weight: 700;
	line-height: 1em;
	position: relative;
	z-index: 2;
}

.top-aboutClef__box .top-aboutClef__box__right::after{
	color: #fff;
	content: "REASON";
	font-family: azo-sans-web, Arial, Helvetica, "sans-serif";
	font-size: 100px;
	line-height: 1em;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-text-stroke: 2px #CCCCCC;
	text-stroke: 2px #CCCCCC;
	paint-order: stroke;
}

.top-aboutClef__box__right__title{
	font-size: 28px;
	font-weight: 700;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}

.top-aboutClef__box__right__title strong{
	font-weight: 700;
}

.top-aboutClef__box__right p{
	letter-spacing: 0;
	position: relative;
	z-index: 2;
}

@media (max-width: 767px){
	.top-aboutClef__title{
		font-size: 5.54vw;
	}
	
	.top-aboutClef__secTitle {
        font-size: 4.375vw;
    }
	
	.top-aboutClef header{
		margin-top: 50px;
		padding-bottom: 100px;
	}
	
	.top-aboutClef::before{
		height: 300px;
	}
	
	.top-aboutClef__box,
	.top-aboutClef__box:nth-child(even){
		flex-wrap: wrap;
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 30px);
	}
	
	.top-aboutClef__box__left,
	.top-aboutClef__box__left figure img{
		width: 100%;
	}
	
	.top-aboutClef__box .top-aboutClef__box__right{
		margin-top: 10px;
		width: 100%;
	}
	
	.top-aboutClef__box .top-aboutClef__box__right::before,
	.top-aboutClef__box .top-aboutClef__box__right::after{
		font-size: 12.5vw;
	}
	
	.top-aboutClef__box__right__title{
		font-size: 6vw;
		text-align: left;
	}
}

/*================================
 *  サービス内容
 * ===============================*/
.top-service{
	background: #fff;
	padding-bottom: 0;
}

.top-service__inner{
	max-width: 1500px;
}

.top-service::before{
	background-image: url("../img/top/service_bg.webp");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	height:700px;
}

.top-service::after{
	background-color: rgba(0,0,0,0.4);
	height:700px;
    z-index: 1;
}

.top-service__inner{
	z-index: 2;
}

.top-service__box__link{
	padding-top:35px;
}

.top-service__box__link:hover{
	background-color:#D2F3FF;
	color: inherit !important;
}

.top-service__box__link:hover .top-service__box__title{
	color: var(--corp-color);
}

.top-service__con ul{
	border: 1px solid #aeaeae;
    border-bottom: none;
}

.top-service__box__title{
	margin-bottom: 25px;
}

.top-service__box__link figure{
	display: flex;
	flex-flow: column;
}

.top-service__box__link figure figcaption p{
	letter-spacing: 0;
	margin-bottom: 30px;
}

.top-service__box__link figure .more{
	margin-top: auto;
	padding-right: 57px;
	position: relative;
	text-align: right;
}

.top-service__box__link figure .more::before{
	background-image: url(../img/icon/icon_arrow_corpcolor.svg);
	background-size: contain;
	content: "";
    height: 40px;
	position: absolute;
	top:50%;
	right: 0;
	transform: translatey(-50%);
	transition: 0.2s ease-in-out;
	width: 40px;
}

.top-service__box__link figure .more p{
	font-size: 16px;
	font-weight: 700;
}

@media (max-width: 767px){
	.top-service{
		padding-bottom: 50px;
	}
	
	.top-service::before,
	.top-service::after{
		height: 14%;
	}
	
	.top-service__box__link figure .more p{
		font-size: 3vw;
	}
}


/*================================
 *  おすすめのホームページ制作プラン
 * ===============================*/
.top-plan{
	background: linear-gradient(135deg,rgba(236, 251, 255, 1) 0%, rgba(228, 236, 255, 1) 100%);
}

.top-plan__list header{
	background-color: #fff;
	border: 1px solid #393939;
	border-radius: 5px;
	margin-bottom: 22px;
	padding: 20px 5px;
	position: relative;
}

.top-plan__list header::before{
	border: 10px solid transparent;
	border-top: 10px solid #393939;
	content: '';
	margin-top:10px;
	position: absolute;
	top: 100%;
	left: 49%;
	transform: translatey(-50%);
}

.top-plan__list header::after{
	border: 10px solid transparent;
	border-top: 10px solid #fff;
	content: '';
	margin-top:9px;
	position: absolute;
	top: 100%;
	left: 49%;
	transform: translatey(-50%);
}

.top-plan__list header p{
	margin-bottom: 10px; 
}

.top-plan__list header p:last-child{
	margin-bottom: 0;
}

.top-plan__box{
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
	padding-bottom: 55px;
}

.top-plan__box:hover{
	background-color: #D2F3FF;
	color: inherit !important;
}
.top-plan__box:hover em{
	color: var(--corp-color) !important;
}

.top-plan__box:hover figcaption{
	border-color: inherit !important;
}

@media (max-width: 767px){
	.top-plan__list header p {
        font-size: 3.78vw;
    }
}