@charset "utf-8";
/*-----------------------------------------------------------
#index
-----------------------------------------------------------*/
#index-keyv {
	position: relative;
	background: url("/wp-content/themes/hajimete/assets/images/index/bg_keyv.webp") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 500px;
	margin-bottom: 8.0rem;
}
#index-keyv article .index-keyv-txt {
	position: absolute;
	top: 50%;
	left: 5.0rem;
	transform: translateY(-50%);
	width: 670px;
	text-align: center;
}
#index-keyv article .index-keyv-txt h2{
	font-size: 5.0rem;
	color: #264653;
	font-weight: 900;
	margin-bottom: 0.5rem;
}
#index-keyv article .index-keyv-txt .txt {
	font-weight: 900;
	font-size: 2.5rem;
	background: #F26B38;
	padding: 1.0rem 3.0rem;
	margin-bottom: 0.5rem;
	color: #fff;
	display: inline-block;
}
#index-keyv article .index-keyv-txt h3{
	font-size: 3.5rem;
	font-weight: 900;
}
.feature-box {
	padding: 3.0rem;
	background: #F9F5F0;
}
.feature-box-header {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2.0rem;
}
.feature-box-header-icon {
	position: relative;
	width: 80px;
	height: 80px;
	background: #fff;
	margin-right: 2.0rem;
}
.feature-box-header-icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: auto;
}
.feature-box-detail {
	width: 200px;
}
.feature-box-ttl {
	font-size: 2.5rem;
}
.feature-box-cat {
	background: #9ad9ea;
	display: inline-block;
	font-weight: 900;
	font-size: 1.2rem;
	padding: 0.25rem 1.0rem;
}
.feature-box .link-btn {
	position: relative;
	margin-left: auto;
	width: 150px;
}
.fukidashi {
	position: relative;
	width: fit-content;
	padding: 0.5rem 0;
	width: 150px;
	background: #fff;
	border: 2px solid #333333;
	border-radius: 4px;
	margin-bottom: 1.0rem;
	text-align: center;
	font-size: 1.0rem;
	font-weight: 900;
}
.fukidashi::before {
	content: "";
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 10px;
	height: 10px;
	box-sizing: border-box;
	background-color: #ffffff; /* 背景色と同じ色を指定 */
	rotate: 135deg;
	translate: -50%;
}
.fukidashi::after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 2px solid;
	border-color: #333333 #333333 transparent transparent;
	rotate: 135deg;
	translate: -50%;
}
.feature-box-content h3{
	position: relative;
	padding: 0.25rem 0 0.5rem 4.0rem;
	font-weight: 900;
	background: #9ad9ea;
	color: #264653;
}
.feature-box-content h3:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 1.0rem;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: url(/wp-content/themes/hajimete/assets/common/icon/icon_point.svg) no-repeat center center;
	font-size: 1.8rem;
}
.feature-box-content-list {
	background: #fff;
	padding: 2.0rem;
	list-style: outside square;
}
.feature-box-content-list li{
	font-size: 1.4rem;
	margin-left: 1.0rem;
	margin-bottom: 1.0rem;
}
.feature-box-content-list li:last-child {
	margin-bottom: 0;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 4px !important;
}
.swiper-button-prev, .swiper-button-next {
	background: #fff;
	padding: 0 2.0rem;
	height: 70px;
}
.swiper-button-next, .swiper-button-prev {
	color: #9ad9ea !important;
}
.swiper-pagination-bullet-active {
	background: #9ad9ea !important;
}
.index-cat-list {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: -1.0rem;
}
.index-cat-list li{
	width: 22%;
	margin-right: 4%;
	text-align: center;
	margin-bottom: 1.0rem;
}
.index-cat-list li:nth-child(4n){
	margin-right: 0;
}
.index-cat-list li a{
	display: block;
	width: 100%;
	border: 1px solid #9ad9ea;
	background: #9ad9ea;
	color: #264653;
	font-weight: 900;
	padding: 0.5rem 0;
	font-size: 1.4rem;
	transition: .3s;
	border-radius: 0.8rem;
}
.index-cat-list li a:hover{
	background: #fff;
}
.index-site-list {
	background: #F3F4F6;
	padding: 2.0rem;
	display: flex;
	justify-content: space-between;
}
.index-site-list li{
	background: #fff;
	width: 22%;
}
/*-----------------------------------------------------------
 post
-----------------------------------------------------------*/
#post-container {
	padding: 3.0rem;
}
.post-detail {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.4rem;
	margin-bottom: 3.0rem;
	border-bottom: 1px solid #ccc;
	padding: 0 1.0rem 1.0rem;
}
.post-detail .post-cat {
	position: relative;
	margin-right: 2.0rem;
}
.post-detail .post-cat:before{
	content: "";
	background: url(/wp-content/themes/hajimete/assets/common/icon/icon_folder.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}
.post-detail .post-cat a{
	display: inline-block;
	background: #264653;
	border: 1px solid #264653;
	color: #fff;
	font-weight: 700;
	padding: 0.25rem 1.0rem;
	margin-left: 3.0rem;
	transition: .3s;
}
.post-detail .post-cat a:hover{
	background: #fff;
	color: #264653;
}
.post-detail .first-post {
	position: relative;
	margin-right: 2.0rem;
	padding-left: 2.0rem;
}
.post-detail .first-post:before{
	content: "";
	background: url(/wp-content/themes/hajimete/assets/common/icon/icon_calendar.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}
.post-detail .update-post {
	position: relative;
	padding-left: 2.0rem;
}
.post-detail .update-post:before{
	content: "";
	background: url(/wp-content/themes/hajimete/assets/common/icon/icon_update.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
}
.post-keyv {
	position: relative;
	background: url("/wp-content/themes/hajimete/assets/images/post/keyv_bg.webp") no-repeat right center / cover;
	width: 100%;
	height: 400px;
	margin-bottom: 3.0rem;
	border-radius: 0.8rem;
}
.post-keyv .post-keyv-txt {
	position: absolute;
	top: 50%;
	left: 3.0rem;
	transform: translateY(-50%);
	width: 60%;
}
.post-keyv .post-keyv-txt h2{
	font-weight: 900;
	font-size: 3.0rem;
	text-align: center;
}
.post-keyv .post-keyv-txt h3{
	font-weight: 900;
	text-align: center;
	background: #F26B38;
	color: #fff;
}
.post-keyv .post-keyv-txt h4{
	font-weight: 700;
	text-align: center;
	font-size: 2.4rem;
}
.post-keyv .post-keyv-txt .post-keyv-brand {
	font-weight: 700;
	text-align: center;
	line-height: 1.4;
}
.post-txt{
	margin-bottom: 2.0rem;
}
.post-txt b{
	font-weight: 900;
    background: linear-gradient(transparent 70%, #F26B38 70%);
}
.post-txt a{
	color: #F26B38;
	border-bottom: 2px solid #F26B38;
	font-weight: 900;
}
.post-mokuji-ranking-ttl {
	text-align: center;
	font-weight: 900;
	border-bottom: 5px solid #264653;
	border-top: 5px solid #264653;
}
.post-mokuji-ranking {
	padding: 3.0rem 5.0rem 4.0rem;
	font-weight: 900;
	background: #F3F4F6;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2.0rem;
}
.post-mokuji-ranking li{
	display: flex;
	width: 50%;
	margin-bottom: 1.0rem;
}
.post-mokuji-ranking li:nth-child(9), .post-mokuji-ranking li:last-child{
	margin-bottom: 0;
}
.post-mokuji-ranking li span{
	width: 50px;
}
.post-mokuji-ranking li a{
	color: #F26B38;
}
.post-ranking {
	width: 100%;
	font-size: 1.4rem;
	border-top: 1px solid #264653;
	border-left: 1px solid #264653;
	margin-bottom: 2.0rem;
}
.post-ranking tr th{
	background: #264653;
	color: #fff;
	padding: 1.0rem 0;
	width: 16.7%;
	text-align: center;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
.post-ranking tr th:nth-child(6){
	border-right: 1px solid #264653;
}
.post-ranking tr th.last {
	border-bottom: 1px solid #264653;
}
.post-ranking tr td{
	padding: 1.0rem 0;
	width: 16.7%;
	text-align: center;
	border-bottom: 1px solid #264653;
	border-right: 1px solid #264653;
}
.post-ranking tr td a{
	color: #F26B38;
	font-weight: 900;
}
.ranking-box li{
	margin-bottom: 5.0rem;
}
.ranking-box li .image {
	margin-bottom: 3.0rem;
}
.ranking-box li .feature-box-content-list {
	border-left: 1px solid #9ad9ea;
	border-bottom: 1px solid #9ad9ea;
	border-right: 1px solid #9ad9ea;
	margin-bottom: 3.0rem;
}
.ranking-box li .feature-box-content-list li{
	font-size: 1.6rem;
	margin-bottom: 1.0rem;
}
.ranking-spec {
	width: 100%;
	border-top: 1px solid #264653;
	border-left: 1px solid #264653;
	margin-bottom: 3.0rem;	
}
.ranking-spec tr th, .ranking-spec tr td{
	width: 16.7%;
	padding: 1.0rem 0;
	text-align: center;
	border-right: 1px solid #264653;
	border-bottom: 1px solid #264653;
}
.ranking-spec tr th{
	background: #F3F4F6;
}
.ranking-box li .link-btn {
	width: 300px;
	margin: 0 auto;
}
.ranking-box li .link-btn .fukidashi {
	width: 250px;
	font-size: 1.4rem;
	margin: 0 auto 1.0rem;
}
.ranking-box li .link-btn a{
	font-size: 1.8rem;
	padding: 1.0rem 0;
}







