
/*****  heading area  *****/
.page_heading.page_theme {
	text-align: center;
	background: #fff;
	margin-top: 0;
	padding: 40px 0 80px;
}
.page_heading.page_theme .page_title {
	border: none;
	font-size: 1.8rem;
	padding: 24px 0;
}
.page_heading.page_theme .eyecatch {
	height: 280px;
	overflow: hidden;
	position: relative;
}
.page_heading.page_theme .eyecatch img {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 25%;
	transform: translate(-50%, -50%);
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.page_heading.page_theme .page_copy {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
.page_heading.page_theme .description {
	margin: 40px 0;
}

.page_heading.page_theme .content_navi {
	
}
.page_heading.page_theme .content_navi .theme_navi {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.page_heading.page_theme .content_navi .theme_navi .item {
	width: 84px;
}
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn {
	width: 84px;
	height: 82px;
	border-radius: 50%;
	background: #f2f2f2;
	color: #383838;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.2;
	position: relative;
}
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn:hover {
	transform: scale(1.1,1.1);
}
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn:after {
	content: '';
	width: 10px;
	height: 4px;
	background: url(../images/icon_arrow_down_black01.svg) center center no-repeat;
	background-size: 20px 8px;
	position: absolute;
	left: 50%;
	bottom: 10%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	font-size: 3.2rem;
	font-weight: 600;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width: 768px) {
	.page_heading.page_theme {
		box-sizing: border-box;
		padding: 40px 16px 16px;
	}
	.page_heading.page_theme .eyecatch {
		height: 240px;
	}
	.page_heading.page_theme .eyecatch img {
		height: 100%;
		width: auto;
		top: 50%;
	}
	.page_heading.page_theme .page_copy {
		font-size: 2.4rem;
	}
	.page_heading.page_theme .content_navi .theme_navi {
		gap: 8px;
	}
	.page_heading.page_theme .content_navi .theme_navi .item {
		width: 80px;
	}
	.page_heading.page_theme .content_navi .theme_navi .item .theme_btn {
		width: 80px;
		height: 76px;
	}
}


/*****  theme section  *****/
.page_contents.page_theme {
	margin-top: 0;
	padding-top: 0;
}
.theme_area {
	background: #fff;
	overflow: hidden;
}
.theme_area .theme_intro {
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}
.theme_area .theme_intro .text_area {
	width: 48%;
	margin-top: 40px;
}
.theme_area .theme_intro .text_area .theme_title {
	margin: 0;
	padding: 0;
	font-size: 2.4rem;
	font-weight: 600;
	font-family: "YakuHanJPs", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.theme_area .theme_intro .text_area .theme_title .theme_word {
	font-size: 3.4rem;
	line-height: 1.1;
}
.theme_area .theme_intro .text_area .description {
	font-size: 1.4rem;
	margin-top: 16px;
}
.theme_area .theme_intro .hilight_card_area {
	width: 48%;
}
.theme_area .hilight_card {
	
}
.theme_area .hilight_card a {
	color: #383838;
	display: block;
}
.theme_area .hilight_card a:hover {
	transform: scale(1.05,1.05);
	opacity: 1;
}
.theme_area .hilight_card .card_area {
	background: #fff;
	padding: 32px 32px 16px 32px;
	display: flex;
	flex-direction: column;
}
.theme_area .hilight_card .card_area .item_text {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}
.theme_area .hilight_card .card_area .item_meta {
	margin-top: auto;
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 16px;
} 
.theme_area .hilight_card .card_area .item_meta .item_profile {
	text-align: right;
}
.theme_area .hilight_card .card_area .item_meta .cat_list {
	display: flex;
	justify-content: right;
	gap: 4px;
	font-size: 1.3rem;
}
.theme_area .hilight_card .card_area .item_meta .cat_list .cat_item {
	background: #fff;
	padding: 2px 8px;
	font-size: 1.2rem;
	border-radius: 16px;
}
.theme_area .hilight_card .card_area .item_meta .item_face {
	width: 18%;
}
.theme_area .hilight_card .more {
	margin-top: 8px;
	text-align: right;
	font-size: 1.2rem;
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 4px;
}
.theme_area .hilight_card .more:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/icon_arrow_right_key.svg) center center no-repeat;
	background-size: 10px 10px;
}
@media only screen and (max-width: 768px) {
	.theme_area .theme_intro {
		padding: 32px 16px;
		display: block;
	}
	.theme_area .theme_intro .text_area,
	.theme_area .theme_intro .hilight_card_area {
		width: 100%;
	}
}

/*****  slide  *****/
.theme_slide_area {
	width: 1100px;
	margin: auto;
	padding: 60px 0;
}
.theme_slide_area .slick-prev {
	top: -48px;
	left: 16px;
	right: 40px;
	width: 28px;
	height: 28px;
}
.theme_slide_area .slick-next {
	top: -48px;
	right: 0px;
	width: 28px;
	height: 28px;
}
.theme_slide_area .slick-prev:before,
.theme_slide_area .slick-next:before {
	color: #383838;
	font-size: 28px;
}
.theme_slide_area .slick-list {
	overflow: visible;
}
.theme_slide_area .slick-list .slide_item,
.theme_overview_area .overview_item {
	margin-right: 16px;
	width: 280px;
	position: relative;
}
.theme_overview_area .overview_item .slide_item {
	width: 100%;
	margin-right: 0;
}
.theme_slide_area .slick-list .slide_item .hilight_card .card_area {
	font-size: 1.2rem;
	padding: 24px 24px 16px 24px;
	aspect-ratio: 16/12;
	position: relative;
}
.theme_slide_area .slick-list .slide_item .hilight_card .card_area .item_text {
	font-size: 1.5rem;
}
.theme_overview_area .overview_item .theme_name {
	position: absolute;
	top: -26px;
	left: 8px;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: #f2f2f2;
	color: #383838;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.1;
}
.theme_area .hilight_card .card_area._leading {
	aspect-ratio: 16/12;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 16px;
	background: #f2f2f2;
}
.theme_area .hilight_card .card_area._leading .theme_title {
	font-size: 2.2rem;
	font-weight: 600;
}
.theme_area .hilight_card .card_area._leading .theme_title .theme_word {
	color: #fff;
}



/*****  top  *****/
.theme_overview_area {
	padding: 80px 0 40px;
	background: #3a3030;
	text-align: center;
	color: #fff;
	position: relative;
}
.theme_overview_area .overview_item._lead .hilight_card a {
}
.theme_overview_area .eyecatch {
	margin: 0;
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.theme_overview_area .eyecatch img {
	opacity: 0.4;
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.theme_overview_area .area_title {
	display: inline-block;
	background: #fff;
	color: #625353;
	font-size: 3.6rem;
	font-weight: 600;
	padding-left: 8px;
	margin-bottom: 16px;
	position: relative;
}
.theme_overview_area .description {
	font-weight: 600;
	margin-bottom: 32px;
	position: relative;
}
.theme_area .btn_box {
	position: relative;
	margin-bottom: 32px;
}
.theme_area .btn_box a {
	background: #fff;
	color: #625353;
	padding: 8px 24px;
	line-height: 1;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 32px;
}
.theme_overview_area .more {
	color: #fff;
}
.theme_overview_area .hilight_card a {
	color: #625353;
}
.theme_overview_area .hilight_card .card_area._leading {
	background: #ffec7b;
	color: #625353;
}
.theme_overview_area .card_area._leading .more {
	color: #625353;
	font-weight: bold;
}
.theme_overview_area .card_area._leading .more:after {
	background: url(../images/icon_arrow_right_key.svg) center center no-repeat;
}
.theme_overview_area .theme_slide_area .slick-prev,
.theme_overview_area .theme_slide_area .slick-next {
	width: 28px;
	height: 28px;
	top: -60px;
}
.theme_overview_area .theme_slide_area .slick-prev:before,
.theme_overview_area .theme_slide_area .slick-next:before {
	color: #fff;
	font-size: 28px;
}
.theme_overview_area .hilight_card .more:after {
	content: '';
	width: 10px;
	height: 10px;
	background: url(../images/icon_arrow_right_white.svg) center center no-repeat;
	background-size: 10px 10px;
}

@media only screen and (max-width: 768px) {
	.theme_slide_area {
		width: 100%;
		overflow: hidden;
		padding-top: 80px;
	}
	.theme_overview_area .area_title {
		font-size: 2.4rem;
		margin: 0 16px 16px;
	}
	.theme_overview_area .description {
		padding: 0 16px;
	}
	.theme_overview_area .description br {
		display: none;
	}
	.theme_slide_area .slick-list {
		padding-left: 16px;
	}
	.theme_slide_area .slick-prev {
		right: 56px;
	}
	.theme_slide_area .slick-next {
		right: 16px;
	}
}


/* 家族 */
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn._family {
	background: #94E1B2;
}
.theme_overview_area .overview_item .theme_name._family,
.theme_area._family .hilight_card .card_area._leading {
	background: #74DB9E;
}
.theme_area .theme_intro .text_area .theme_title .theme_word {
	color: #74DB9E;
}
.theme_area .hilight_card .card_area._family,
.theme_area._family .hilight_card a .card_area {
	background: #F1F8F4;
} 

/* 恋愛・結婚 */
.theme_area._love {
	background: #FFF3F0;
}
.theme_overview_area .overview_item .theme_name._love,
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn._love {
	background: #F18F70;
}
.theme_area._love .hilight_card .card_area._leading {
	background: #F18F70;
}
.theme_area._love .theme_intro .text_area .theme_title .theme_word {
	color: #F18F70;
}
.theme_area .hilight_card .card_area._love,
.theme_area._love .hilight_card .card_area .item_meta .cat_list .cat_item {
	background: #FFF3F0;
}

/* 妊よう性 */
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn._fertility,
.theme_overview_area .overview_item .theme_name._fertility,
.theme_area._fertility .hilight_card .card_area._leading {
	background: #d98edb;
}
.theme_area._fertility .theme_intro .text_area .theme_title .theme_word {
	color: #F182F3;
}
.theme_area .hilight_card .card_area._fertility,
.theme_area._fertility .hilight_card a .card_area {
	background: #fbf4fb;
}

/* 学校 */
.theme_area._school {
	background: #dfeef1;
}
.theme_overview_area .overview_item .theme_name._school,
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn._school {
	background: #A2E0EF;
}
.theme_area._school .hilight_card .card_area._leading {
	background: #38adc8;
}
.theme_area._school .theme_intro .text_area .theme_title .theme_word {
	color: #38adc8;
}
.theme_area .hilight_card .card_area._school,
.theme_area._school .hilight_card .card_area .item_meta .cat_list .cat_item {
	background: #dfeef1;
}

/* 仕事 */
.theme_overview_area .overview_item .theme_name._job,
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn._job {
	background: #9DCFF1;
}
.theme_area._job .hilight_card .card_area._leading {
	background: #5fa8d9;
}
.theme_area._job .theme_intro .text_area .theme_title .theme_word {
	color: #5fa8d9;
}
.theme_area .hilight_card .card_area._job,
.theme_area._job .hilight_card a .card_area {
	background: #eef5f9;
}

/* お金・保険 */
.theme_area._money {
	background: #f7f3ea;
}
.theme_overview_area .overview_item .theme_name._money,
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn._money {
	background: #F2D077;
}
.theme_area._money .hilight_card .card_area._leading {
	background: #e5b73f;
}
.theme_area._money .theme_intro .text_area .theme_title .theme_word {
	color: #e5b73f;
}
.theme_area .hilight_card .card_area._money,
.theme_area._money .hilight_card .card_area .item_meta .cat_list .cat_item {
	background: #f7f3ea;
}

/* 治療・副作用・後遺症 */
.theme_overview_area .overview_item .theme_name._treatment,
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn._treatment {
	background: #CBB8EA;
}
.theme_area._treatment .hilight_card .card_area._leading {
	background: #b496e3;
}
.theme_area._treatment .theme_intro .text_area .theme_title .theme_word {
	color: #b496e3;
}
.theme_area .hilight_card .card_area._treatment,
.theme_area._treatment .hilight_card a .card_area {
	background: #f1edf6;
}

/*その他 */
.theme_area._other {
	background: #fbf5f2;
}
.theme_overview_area .overview_item .theme_name._other,
.page_heading.page_theme .content_navi .theme_navi .item .theme_btn._other {
	background: #E5DCD7;
}
.theme_area._other .hilight_card .card_area._leading {
	background: #E5DCD7;
}
.theme_area._other .theme_intro .text_area .theme_title .theme_word {
	color: #bcaba1;
}
.theme_area .hilight_card .card_area._other,
.theme_area._other .hilight_card .card_area .item_meta .cat_list .cat_item {
	background: #fbf5f2;
}














