@charset "utf-8";

/* ============================
home.css　もくじ
-------------------------------
1.ブレイクポイント
2.メインビジュアル
3.セクションと見出し
4.「PP-labo.」とは？  #essence
5.お悩みを解決する選択式サービス　#services
6.使用シーンに合わせた作成プラン　#plans
7.その他ケアサービス　#support
8.CTAエリア　#inquiry
9.下部ナビゲーション　#belowNav
============================== */

/* ===========================
1.ブレイクポイント
============================== */
@media screen and (min-width: 30em) { /* 480px */
}
@media screen and (min-width: 40em) { /* 640px */
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
}
@media screen and (min-width: 64em) {/* 1024px */
}
@media screen and (min-width: 80em) {/* 1280px */
}

/* ===========================
2.メインビジュアル
============================== */
#home_main_visual {
	width: 100%;
	height: 350px;
	background-color: var(--primary-color);
}
#home_main_visual .mv-inner {
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background: url(../img/home/home_main_visual-01.jpg) center center no-repeat;
	background-size: cover;
}
#home_main_visual .ttl_h1 {
	position: absolute;
	top: 15%;
	right: 5%;
	transform: rotate(-10deg) skew(-10deg);
}
#home_main_visual .ttl_h1 em,
#home_main_visual .ttl_h1 strong {
	font-weight: bold;
	font-weight: 800;
	font-style: normal;
	line-height: 1.2;
	color: #fff;
	text-shadow: 8px 8px 10px rgba(0, 0, 0, 0.8);
}
#home_main_visual .ttl_h1 em {
	font-size: 22px;
}
#home_main_visual .ttl_h1 em span {
	font-size: 63%;
}
#home_main_visual .ttl_h1 strong {
	font-size: 38px;
}
#home_main_visual .ttl_h1 strong span {
	font-size: 75%;
}
#home_main_visual ul {
	max-width: 430px;
	width: 94%;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 3%;
	right: 0;
	list-style: none;
	display: flex;
}
#home_main_visual ul li {
	width: calc(100% / 3);
	position: relative;
	background: url(../img/home/home_mv-list.svg) center center no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: bold;
	font-weight: 800;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}
#home_main_visual ul li::before {
	content: '';
	display: block;
	box-sizing: border-box;
	padding-top: 100%;
}
@media screen and (min-width: 22.5em) { /* 360px（ここだけ特例） */
	#home_main_visual .ttl_h1 em {
		font-size: 24px;
	}
	#home_main_visual .ttl_h1 strong {
		font-size: 40px;
	}
	#home_main_visual ul li {
		font-size: 18px;
	}
}
@media screen and (min-width: 30em) { /* 480px */
	#home_main_visual .ttl_h1 em {
		font-size: 30px;
	}
	#home_main_visual .ttl_h1 strong {
		font-size: 50px;
	}
	#home_main_visual ul li {
		font-size: 23px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#home_main_visual .ttl_h1 em {
		font-size: 36px;
	}
	#home_main_visual .ttl_h1 strong {
		font-size: 60px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#home_main_visual {
		height: 650px;
	}
	#home_main_visual .ttl_h1 {
		top: 20%;
		right: 15%;
	}
	#home_main_visual .ttl_h1 em {
		font-size: 48px;
	}
	#home_main_visual .ttl_h1 strong {
		font-size: 80px;
	}
	#home_main_visual ul {
		max-width: 540px;
		bottom: 10%;
		right: 0;
	}
	#home_main_visual ul li {
		font-size: 29px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#home_main_visual ul {
		bottom: 10%;
		right: 15%;
	}
}
/* ===========================
3.セクションと見出し
============================== */
.block_layer01 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.block_layer01:first-of-type {
	padding-top: 30px;
}
.block_layer01:last-child {
	padding-bottom: 30px;
}
.block_layer01 .ttl_layer01 {
	margin-bottom: 0.5em;
	font-size: 26px;
	color: var(--secondary-color);
}
@media screen and (min-width: 40em) { /* 640px */
	.block_layer01 {
		padding-top: 14px;
		padding-bottom: 14px;
	}
	.block_layer01:first-of-type {
		padding-top: 40px;
	}
	.block_layer01:last-child {
		padding-bottom: 40px;
	}
	.block_layer01 .ttl_layer01 {
		font-size: 32px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	.block_layer01 {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.block_layer01:first-of-type {
		padding-top: 48px;
	}
	.block_layer01:last-child {
		padding-bottom: 48px;
	}
	.block_layer01 .ttl_layer01 {
		font-size: 40px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	.block_layer01 .ttl_layer01 {
		font-size: 48px;
	}
}
/* ===========================
4.「PP-labo.」とは？  #essence
============================== */
#essence .ttl_layer01 + .txt {
	margin-bottom: 0.5em;
	text-align: center;
	color: var(--primary-color);
}
#essence .ttl_layer01 + .txt + .txt.copy {
	margin-bottom: 0.5em;
	font-size: 16px;
	text-align: center;
	color: var(--primary-color);
}
#essence .point_list {
	margin-top: 20px;
}
#essence .point_list .list_item {
	margin: 20px auto 20px;
	background-color: var(--primary-color);
	width: 100%;
	max-width: 360px;
}
#essence .point_list .list_item .ttl {
	padding: 1rem 1rem 0.5em;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
#essence .point_list .list_item .point_logo {
	display: flex;
	justify-content: center;
	margin: 1rem auto;
	padding: 0 1rem;
	width: 100%;
}
#essence .point_list .list_item .point_logo picture {
	max-width: 100%;
	height: auto;
}
#essence .point_list .list_item .txt {
	padding: 0.5em 1rem 1.5rem;
	text-align: center;
	color: #fff;
}
@media screen and (min-width: 30em) { /* 480px */
	#essence .ttl_layer01 + .txt + .txt.copy {
		font-size: 17px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#essence .ttl_layer01 + .txt {
		font-size: 16px;
	}
	#essence .ttl_layer01 + .txt + .txt.copy {
		font-size: 20px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#essence {
		margin-bottom: 1.25rem;
	}
	#essence .ttl_layer01 + .txt {
		font-size: 20px;
	}
	#essence .ttl_layer01 + .txt + .txt.copy {
		font-size: 26px;
	}
	#essence .point_list {
		display: flex;
		column-gap: 20px;
		margin-top: 40px;
	}
	#essence .point_list .list_item .ttl {
		font-size: 28px;
	}
	#essence .point_list .list_item .txt {
		font-size: 16px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#essence .ttl_layer01 + .txt {
		font-size: 24px;
	}
	#essence .ttl_layer01 + .txt + .txt.copy {
		font-size: 32px;
	}
}
/* ===========================
5.お悩みを解決する選択式サービス　#services
============================== */
#services .service_list .list_item {
	margin: 20px auto 20px;
	padding: 20px;
	background-color: var(--secondary-color);
}
#services .service_list .list_item .before_after {
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}
#services .service_list .list_item .before_after .before_area {
	position: relative;
	display: flex;
	flex-direction: column;
	border: #fff solid 4px;
	background-color: #fff;
}
#services .service_list .list_item .before_after .before_area::after {
	position: absolute;
	display: block;
	bottom: -16px;
	left: 50%;
	content: '';
	clip-path:polygon(0% 0%, 100% 0%, 50% 100%);
	width: 22px;
	height: 13px;
	background-color: #fff;
	transform: translateX(-50%);
	z-index: 3;
}
#services .service_list .list_item .before_after .after_area {
	display: flex;
	flex-direction: column;
	border: var(--primary-color) solid 4px;
	background-color: #fff;
}
#services .service_list .list_item .before_after .image_box .service_image {
	text-align: center;
}
#services .service_list .list_item .before_after .image_box .service_image picture {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
#services .service_list .list_item .before_after .text_box {
	text-align: center;
	padding: 0 1em 1em;
	color: var(--secondary-color);
}
#services .service_list .list_item .before_after .text_box .txt {
	display: inline-block;
	width: fit-content;
}
#services .service_list .list_item .before_after .text_box .txt .underline_prime {
	text-decoration: underline;
	text-decoration-color: var(--primary-color);
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}
#services .service_list .list_item .title_area .ttl {
	margin: 0.5em 0;
	text-align: center;
	color: #fff;
}
#services .service_list .list_item .title_area .btn_box a {
	display: block;
	border: var(--primary-color) solid 1px;
	border-radius: 1.125em;
	padding: 0.25em 0.75em 0.5em;
	background-color: var(--primary-color);
	text-align: center;
	color: #fff;
	font-weight: bold;
	transition: all 0.3s;
}
#services .service_list .list_item .title_area .btn_box a:hover {
	background-color: #fff;
	text-decoration: underline;
	color: var(--primary-color);
}
#services .service_list .list_item .title_area .btn_box a:hover .iblock {
	text-decoration: underline;
}
#services .service_list .list_item .title_area .btn_box a .small {
	display: inline-block;
	font-size: 75%;
	vertical-align: 1px;
}
@media screen and (min-width: 30em) { /* 480px */
	#services .service_list .list_item {
		max-width: 500px;
	}
	#services .service_list .list_item .before_after .before_area {
		flex-direction: row;
	}
	#services .service_list .list_item .before_after .after_area {
		flex-direction: row;
	}
	#services .service_list .list_item .before_after .image_box {
		display: flex;
		align-items: center;
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		width: 140px;
		min-width: 140px;
		text-align: center;
	}
	#services .service_list .list_item .before_after .image_box .service_image {
		margin: 4px 10px;
		width: 100%;
	}
	#services .service_list .list_item .before_after .text_box {
		display: flex;
		align-items: center;
		padding: 0.5em 1em 0.5em;
	}
	#services .service_list .list_item .before_after .text_box .txt {
		text-align: left;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#services {
		margin-bottom: 1.25rem;
	}
	#services .service_list .list_item {
		max-width: 640px;
	}

}
@media screen and (min-width: 64em) {/* 1024px */
	#services .service_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	#services .service_list .list_item {
		display: flex;
		flex-direction: column;
		justify-content: stretch;
		margin: 0 auto 0;
		width: calc(50% - 5px);
	}
	#services .service_list .list_item .before_after .before_area,
	#services .service_list .list_item .before_after .after_area {
		min-height: 136px;
	}
	#services .service_list .list_item .before_after {
		display: flex;
		flex-direction: column;
		justify-content: stretch;
		flex-grow: 30;
	}
	#services .service_list .list_item .before_after .before_area {
		flex-grow: 30;
	}
	#services .service_list .list_item .title_area .ttl {
		font-size: 24px;
	}
}
/* ===========================
6.使用シーンに合わせた作成プラン　#plans
============================== */
#plans .plan_list .list_item {
	margin: 20px auto 20px;
	padding: 20px;
	background-color: var(--secondary-color);
}
#plans .plan_list .list_item .image_area {
	padding-bottom: 12px;
}
#plans .plan_list .list_item .image_area .plan_image {
	margin: 0 0;
}
#plans .plan_list .list_item .image_area .plan_image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#plans .plan_list .list_item .text_area .ttl_box {
	margin-bottom: 8px;
	text-align: center;
	color: #fff;
}
#plans .plan_list .list_item .text_area .btn_box a {
	display: block;
	border: var(--primary-color) solid 1px;
	border-radius: 1.125em;
	padding: 0.25em 0.75em 0.5em;
	background-color: var(--primary-color);
	text-align: center;
	color: #fff;
	font-weight: bold;
	transition: all 0.3s;
}
#plans .plan_list .list_item .text_area .btn_box a:hover {
	background-color: #fff;
	text-decoration: underline;
	color: var(--primary-color);
}
#plans .plan_list .list_item .text_area .btn_box a .small {
	display: inline-block;
	font-size: 75%;
	vertical-align: 1px;
}
@media screen and (min-width: 30em) { /* 480px */
	#plans .plan_list .list_item {
		max-width: 500px;
	}
	#plans .plan_list .list_item .text_area .ttl_box .ttl {
		font-size: 22px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#plans {
		margin-bottom: 1.25rem;
	}
	#plans .plan_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	#plans .plan_list .list_item {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 auto 0;
		width: calc(50% - 5px);
	}
	#plans .plan_list .list_item .image_area {
		padding-bottom: 16px;
	}
	#plans .plan_list .list_item .text_area .ttl_box {
		margin-bottom: 16px;
	}
	#plans .plan_list .list_item .text_area .ttl_box .copy {
		margin-bottom: 4px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#plans .plan_list .list_item .text_area .ttl_box .copy {
		font-size: 16px;
	}
	#plans .plan_list .list_item .text_area .ttl_box .ttl {
		font-size: 26px;
	}
	#plans .plan_list .list_item .text_area .btn_box a {
		font-size: 18px;
	}
}
/* ===========================
7.その他ケアサービス　#support
============================== */
#support {
	margin-bottom: 30px;
}
#support .support_item {
	margin-bottom: 20px;
	text-align: center;
}
#support .support_item:last-child {
	margin-bottom: 0;
}
#support .support_item .ttl {
	margin-bottom: 12px;
	text-align: center;
	color: var(--primary-color);
}
#support .support_item .txt {
	text-align: center;
}
#support .support_item .text_area .pmark {
	margin: 0.5em 1em;
}
#support .support_item .text_area .pmark img {
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 30em) { /* 480px */
	#support .support_item .text_area {
		display: inline-flex;
		align-items: center;
		max-width: 680px;
		margin-right: auto;
		margin-left: auto;
	}
	#support .support_item .text_area .pmark {
		margin: 0 1.5em 0 0;
		min-width: 130px;
	}
	#support .support_item .text_area .txt {
		text-align: left;
	}
	#support .support_item > .txt {
		max-width: 680px;
		margin-right: auto;
		margin-left: auto;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#support .support_item .ttl {
		font-size: 22px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#support .support_item {
		margin-bottom: 40px;
	}
	#support .support_item .ttl {
		font-size: 26px;
	}
	#support .support_item .txt {
		font-size: 16px;
	}
}
/* ===========================
8.CTAエリア　#inquiry
============================== */
#inquiry .copy_cta {
	margin-bottom: 0.75em;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: var(--primary-color);
}
#inquiry .btn_area {
	text-align: center;
}
#inquiry .btn_area a {
	position: relative;
	display: inline-block;
	padding: 0.5em 1.5em 0.75em;
	border-radius: 1.25em;
	background-color: var(--secondary-color);
	color: #fff;
	transition: all 0.3s;
}
#inquiry .btn_area a .arrow {
	position: relative;
	left: 0.25em;
	display: inline-block;
	background-color: #fff;
	width: 0.65em;
	clip-path: polygon(0 20%, 100% 50%, 0 80%);
}
#inquiry .btn_area a:hover {
	filter: brightness(125%);
	transform: scale(1.025);
	text-underline-offset: 3px;
	text-decoration-thickness: 1px;
}
@media screen and (min-width: 30em) { /* 480px */
	#inquiry .copy_cta {
		font-size: 26px;
	}
	#inquiry .btn_area a {
		font-size: 16px;
	}
}
@media screen and (min-width: 40em) { /* 640px */
	#inquiry .copy_cta {
		font-size: 30px;
	}
	#inquiry .btn_area a {
		font-size: 18px;
	}
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#inquiry .copy_cta {
		font-size: 36px;
		font-weight: 500;
	}
	#inquiry .btn_area a {
		font-size: 20px;
	}
	#inquiry .btn_area a .arrow {
		top: 1px;
	}
}
@media screen and (min-width: 64em) {/* 1024px */
	#inquiry .copy_cta {
		font-size: 40px;
	}
}
/* ===========================
9.下部ナビゲーション　#belowNav
============================== */
#belowNav {
	margin: 30px auto;
}
#belowNav .partial_nav {
	border: #222 solid 1px;
	border-radius: 12px;
	padding: 5px 11px;
}
#belowNav .partial_nav .nav_list .nav_item {
	border-bottom: #222 solid 1px;
}
#belowNav .partial_nav .nav_list .nav_item:last-child {
	border-bottom: none;
}
#belowNav .partial_nav .nav_list .nav_item a {
	display: flex;
	justify-content: space-between;
	padding: 0.5em 0;
	width: 100%;
	color: #000;
}
#belowNav .partial_nav .nav_list .nav_item a::after {
	content: '》';
}
@media screen and (min-width: 48em) { /* 768px：PC用 */
	#belowNav .partial_nav {
		padding: 5px 5px;
	}
	#belowNav .partial_nav .nav_list {
		display: flex;
		width: 100%;
		text-align: center;
	}
	#belowNav .partial_nav .nav_list .nav_item {
		flex-grow: 1;
		border-right: #222 solid 1px;
		border-bottom: none;
	}
	#belowNav .partial_nav .nav_list .nav_item:last-child {
		border-right: none;
	}
	#belowNav .partial_nav .nav_list .nav_item a {
		display: block;
		width: 100%;
		text-align: center;
		transition: all 0.3s;
	}
	#belowNav .partial_nav .nav_list .nav_item a:hover {
		background-color: var(--primary-color);
		color: #fff;
	}
	#belowNav .partial_nav .nav_list .nav_item a::after {
		content: '';
	}
}
