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

.ttl {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: .08em;
	line-height: 1.5;
	text-align: center;
	padding-bottom: 25px;
}
.ttl:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	background-color: #e5e5e5;
	border-radius: 3px;
	width: 100px;
	height: 6px;
}
@media screen and (max-width: 768px) {
	.ttl {
		font-size: 23px;
	}
}

/*------------------------------------
#care
------------------------------------*/
#care .container {
	display: flex;
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 0 auto;
}
#care .container .txt {
	flex: 1;
	margin-right: 80px;
	padding-top: 60px;
}
#care .container .txt .ttl {
	text-align: left;
	margin-bottom: 30px;
}
#care .container .txt .ttl:after {
	left: 0;
}
#care .container .txt p {
	line-height: 2;
}
#care .container .txt p:not(:last-child) {
	margin-bottom: 16px;
}
#care .container .img {
	flex: 0 0 60%;
}
#care .container .img .media {
	width: 100%;
	border-radius: 20px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
#care .container .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width: 1100px) {
	#care .container .txt .ttl {
		font-size: 25px;
	}
	#care .container .img .media {
		aspect-ratio: 3 / 4;
	}
}
@media screen and (max-width: 900px) {
	#care .container {
		flex-direction: column;
	}
	#care .container .txt {
		margin: 0;
	}
	#care .container .img {
		order: -1;
	}
	#care .container .img .media {
		aspect-ratio: 3 / 2;
	}
}
@media screen and (max-width: 768px) {
	#care .container .txt {
		margin-top: 30px;
		padding: 0;
	}
	#care .container .txt .ttl {
		font-size: 23px;
	}
	#care .container .img .media {
		border-radius: 15px;
	}
}

/*------------------------------------
#values
------------------------------------*/
/*.lead*/
#values .lead {
	position: relative;
	background-color: #fef2e2;
	border-radius: 30px;
	max-width: 700px;
	width: 80%;
	margin: -50px auto 0;
}
#values .lead .lead__inner {
	padding: 56px 80px 64px;
}
/*#values .lead:before,
#values .lead:after,
#values .lead .lead__inner:before,
#values .lead .lead__inner:after {
	content: "";
	display: block;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 44px;
	height: 44px;
}
#values .lead:before {
	bottom: -6px;
	left: -6px;
	background-image: url("../images/concept/lead_left_bottom.svg");
}
#values .lead:after {
	right: -6px;
	bottom: -6px;
	background-image: url("../images/concept/lead_right_bottom.svg");
}
#values .lead .lead__inner:before {
	top: -6px;
	left: -6px;
	background-image: url("../images/concept/lead_left_top.svg");
}
#values .lead .lead__inner:after {
	top: -6px;
	right: -6px;
	background-image: url("../images/concept/lead_right_top.svg");
}*/
#values .lead .ttl {
	text-align: center;
	margin-bottom: 10px;
}
#values .lead .ttl:after {
	background-color: #fff;
}
#values .lead p {
	background-image: url("../images/concept/dot.svg");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 20px 1px;
	font-size: 20px;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: .08em;
	line-height: 50px;
	text-align: center;
}
@media screen and (max-width: 900px) {
	#values .lead {
		margin-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	#values .lead {
		border-radius: 22px;
	}
	#values .lead .lead__inner {
		padding: 40px 32px;
	}
	/*#values .lead:before,
	#values .lead:after,
	#values .lead .lead__inner:before,
	#values .lead .lead__inner:after {
		width: 33px;
		height: 33px;
	}*/
	#values .lead p {
		font-size: 16px;
	}
}

/*.inner*/
#values .row {
	display: flex;
	align-items: center;
	position: relative;
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 60px auto 0;
	padding: 40px 0;
	z-index: 0;
}
#values .row:before {
	content: "";
	position: absolute;
	top: 0;
	background-color: #fef2e2;
	width: 70%;
	height: 100%;
	z-index: -1;
}
#values .row:nth-child(even) {
	flex-direction: row-reverse;
}
#values .row:nth-child(odd):before {
	right: 0;
}
#values .row:nth-child(even):before {
	left: 0;
}
#values .row .img {
	border-radius: 25px;
	min-width: 350px;
	width: 480px;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
#values .row .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#values .row .txt {
	max-width: 600px;
	width: auto;
	margin: 0 60px;
}
#values .row .txt p {
	line-height: 2;
}
@media screen and (max-width: 768px) {
	#values .row {
		display: block;
		margin-top: 40px;
	}
	#values .row:nth-child(odd):before {
		right: -20px;
		width: 100%;
	}
	#values .row:nth-child(even):before {
		left: -20px;
		width: 100%;
	}
	#values .row .img {
		border-radius: 15px;
		width: 100%;
	}
	#values .row:nth-child(even) .txt {
		margin: 30px 50px 0 15px;
	}
	#values .row:nth-child(odd) .txt {
		margin: 30px 15px 0 50px;
	}
}

/*------------------------------------
#message
------------------------------------*/
#message {
	padding: 160px 0;
}
#message .row {
	display: grid;
	align-items: center;
	grid-template-columns: calc((100% - 1200px) / 2) auto calc(50% + 5.75em);
}
#message .row .img {
	grid-column: 3;
	border-radius: 20px 0 0 20px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
#message .row .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#message .row .txt {
	grid-column: 2;
	grid-row: 1;
	max-width: calc(76.5em / 2 - 5.75em + 1.5em + 2.5em);
	padding: 0 80px 0 0;
}
#message .row .txt .desc {
	font-weight: 600;
}
#message .row .txt .ttl {
	text-align: left;
	margin-bottom: 30px;
}
#message .row .txt .ttl:after {
	left: 0;
}
#message .row .txt p:not([class]) {
	line-height: 2;
}
#message .row .txt p:not([class]):not(:last-of-type) {
	margin-bottom: 16px;
}
#message .row .txt .button_outline {
	margin-top: 50px;
}
@media screen and (max-width: 768px) {
	#message {
		padding: 64px 0 90px;
	}
	#message .row {
		grid-template-columns: 1fr;
	}
	#message .row .img {
		grid-column: 1;
		border-radius: 0;
	}
	#message .row .txt {
		grid-column: 1;
		grid-row: 2;
		max-width: none;
		padding: 30px 15px 0;
	}
	#message .row .txt .button_outline {
		margin: 32px auto 0;
	}
}

/*------------------------------------
#lifelong
------------------------------------*/
#lifelong {
	background-color: #fef2e2;
	padding: 140px 0;
}
@media screen and (max-width: 768px) {
	#lifelong {
		padding: 70px 0 90px;
	}
}

/*.l-main*/
#lifelong .l-main {
	max-width: 800px;
	width: calc(100% - 30px);
	margin: 0 auto;
}
#lifelong .l-main .ttl {
	margin-bottom: 30px;
}
#lifelong .l-main .ttl:after {
	background-color: #fff;
}
#lifelong .l-main p {
	line-height: 2;
}
@media screen and (max-width: 768px) {}

/*.support*/
#lifelong .support {
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 0 auto;
	padding-top: 100px;
}
#lifelong .support h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 50px;
}
#lifelong .support h3:before,
#lifelong .support h3:after {
	content: "";
	background-color: #4b4b4b;
	width: 50px;
	height: 3px;
}
#lifelong .support .row {
	display: flex;
	align-items: center;
	gap: 80px;
}
#lifelong .support .row:nth-of-type(even) {
	flex-direction: row-reverse;
}
#lifelong .support .row:not(:last-child) {
	margin-bottom: 64px;
}
#lifelong .support .row .img,
#lifelong .support .row .txt {
	width: calc((100% - 80px) / 2);
}
#lifelong .support .row .img {
	border-radius: 25px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
#lifelong .support .row .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#lifelong .support .row .txt p {
	background-image: url("../images/concept/dot.svg");
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 20px 1px;
	font-size: 25px;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: .08em;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
#lifelong .support .row .txt dl:not(:last-child) {
	margin-bottom: 25px;
}
#lifelong .support .row .txt dl dt {
	display: flex;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 8px;
}
#lifelong .support .row .txt dl dt:before {
	content: "";
	display: block;
	background-color: #fff;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	margin: 10px 10px 0 0;
}
#lifelong .support .row .txt dl dt span {
	width: calc(100% - 25px);
}
#lifelong .support .row .txt dl dd {
	line-height: 2;
	margin-left: 25px;
}
@media screen and (max-width: 768px) {
	#lifelong .support {
		padding-top: 50px;
	}
	#lifelong .support h3 {
		gap: 15px;
		font-size: 23px;
		margin-bottom: 20px;
	}
	#lifelong .support h3:before,
	#lifelong .support h3:after {
		width: 30px;
		height: 2px;
	}
	#lifelong .support .row {
		display: block;
	}
	#lifelong .support .row:not(:last-child) {
		margin-bottom: 40px;
	}
	#lifelong .support .row .img,
	#lifelong .support .row .txt {
		width: 100%;
	}
	#lifelong .support .row .img {
		border-radius: 15px;
		aspect-ratio: 3 / 2;
	}
	#lifelong .support .row .txt {
		margin-top: 30px;
	}
	#lifelong .support .row .txt p {
		font-size: 20px;
	}
	#lifelong .support .row .txt dl:not(:last-child) {
		margin-bottom: 10px;
	}
	#lifelong .support .row .txt dl dt {
		font-size: 16px;
	}
	#lifelong .support .row .txt dl dt:before {
		width: 12px;
		height: 12px;
		margin-top: 8px;
	}
	#lifelong .support .row .txt dl dt span {
		width: calc(100% - 20px);
	}
}

/*.greeting*/
#lifelong .greeting {
	display: grid;
	align-items: center;
	grid-template-columns: calc((100% - 1200px) / 2) auto calc(50% + 5.75em);
	padding-top: 160px;
}
#lifelong .greeting .img {
	grid-column: 3;
	border-radius: 20px 0 0 20px;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}
#lifelong .greeting .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#lifelong .greeting .txt {
	grid-column: 2;
	grid-row: 1;
	max-width: calc(76.5em / 2 - 5.75em + 1.5em + 2.5em);
	padding: 0 80px 0 0;
}
#lifelong .greeting .txt h3 {
	position: relative;
	font-size: 30px;
	font-weight: 600;
	font-feature-settings: "palt";
	letter-spacing: .08em;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-bottom: 25px;
}
#lifelong .greeting .txt h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 3px;
	width: 100px;
	height: 6px;
}
#lifelong .greeting .txt p {
	line-height: 2;
}
#lifelong .greeting .txt .sign {
	letter-spacing: .08em;
	text-align: right;
	margin-top: 32px;
}
@media screen and (max-width: 768px) {
	#lifelong .greeting {
		grid-template-columns: 1fr;
		padding-top: 80px;
	}
	#lifelong .greeting .img {
		grid-column: 1;
		border-radius: 0;
	}
	#lifelong .greeting .txt {
		grid-column: 1;
		grid-row: 2;
		max-width: none;
		padding: 30px 15px 0;
	}
	#lifelong .greeting .txt h3 {
		font-size: 23px;
		text-align: center;
	}
	#lifelong .greeting .txt h3:after {
		left: calc(50% - 50px);
	}
}
