@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
HOME
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- ページヘッダー
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-header-slider {
	margin: 0 0 20px var(--padding-inline);
}

.home-header-slider-ul {
	filter: drop-shadow(0 4px 4px rgb(0, 0, 0, 0.25));
}

.home-header-slider-li .img {
	width: 100%;
	height: 100%;
	min-height: 275px;
	max-height: 650px;
	border-radius: 100vw 0 0 100vw;
	object-fit: cover;
	object-position: center 20%;
}

.home-header-text {
	padding-inline: var(--padding-inline);
}

.home-header-heading {
	font-weight: 500;
	font-size: 32px;
	font-family: var(--font_serif);
	letter-spacing: 0.08em;
}

@media (min-width: 768px) {
.home-header {
	display: flex;
	padding-top: 40px;
	flex-flow: row-reverse;
	justify-content: end;
}

.home-header-slider {
	width: calc(50% + 427px);
	max-width: calc(100% - 188px);
	margin: 0;
}

.home-header-text {
	padding: 50px 50px 50px var(--padding-inline);
}

.home-header-heading {
	font-size: 36px;
	writing-mode: vertical-rl;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- お知らせ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-information {
	margin-block: -160px -80px;
	padding-block: 190px 140px;
	padding-block: 230px 140px;
	background: var(--background);
	position: relative;
	padding-top: 0;
	margin-top: 110px;
}

.home-information::before,
.home-information::after {
	position: absolute;
	content: '';
	z-index: 1;
	background-repeat: no-repeat;
	background-size: contain;
}

.home-information::before {
	width: 100px;
	height: 328.84px;
	left: 20px;
	top: -100px;
	background-image: url("../img/home/fv00.svg");
}

.home-information::after {
	width: 150px;
	height: 101.12px;
	top: -80px;
	right: 40px;
	background-image: url("../img/home/fv04.svg");
}

.home-information .inner {
	position: relative;
}

.home-information .inner::after {
	position: absolute;
	content: '';
	width: 60px;
	height: 111.46px;
	bottom: 20px;
	right: 5px;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../img/home/fv05.svg");
}

.information-post-ul {
	display: revert;
}

.information-post-li {
	display: grid;
	padding-block: 1.2em;
	border-bottom: 1px solid var(--color_gray_light);
	transition: var(--transition);
	gap: 15px 24px;
}

.information-post-li:first-child {
	border-top: 1px solid var(--color_gray_light);
}

.information-post-li:hover {
	background: rgb(var(--color_main_rgb), 0.1);
}

.information-post-li .post-time {
	font-size: inherit;
}

@media (min-width: 768px) {
.home-information {
	margin-block: -170px;
	padding-block: 240px 170px;
	padding-block: 280px 170px;
}

.information-post-li {
	display: flex;
	padding-inline: 1.2em;
	align-items: center;
}

.information-post-li .post-heading {
	flex: 1;
}

.home-information::before {
	width: 260px;
	top: -30px;
}

.home-information::after {
	width: 330px;
	top: 220px;
}

.home-information .inner::after {
	width: 96.29px;
	bottom: 20px;
	right: -70px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- イントロ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-intro {
	position: relative;
	z-index: 1;
	padding-block: 0;
}

.home-intro .img01 {
	display: block;
	max-width: 89%;
	margin: 0 -15% 20px auto;
	border-radius: 100vw;
}

.home-intro .image {
	width: calc(100% - var(--padding-inline));
}

.home-intro .img02 {
	border-radius: 0 100vw 100vw 0;
}

.home-intro .text {
	padding-inline: var(--padding-inline);
}

.home-intro .img03 {
	display: block;
	max-width: 76%;
	margin: 30px -20% -80px auto;
	border-radius: 100vw;
}

.home-intro .content {
	position: relative;
}

.home-intro .content::before {
	position: absolute;
	content: '';
	width: 60px;
	height: 120px;
	top: 320px;
	right: -10px;
	transform: translateX(-50%);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../img/home/fv06.svg");
}

@media (min-width: 768px) {
.home-intro .img01 {
	margin: 0 0 -180px 70%;
}

.home-intro .content {
	display: flex;
	column-gap: 30px;
}

.home-intro .image {
	width: calc(50% + 95px);
}

.home-intro .img02 {
	width: 100%;
	height: 443px;
	object-fit: cover;
	object-position: center 20%;
}

.home-intro .text {
	position: relative;
	z-index: 1;
	width: 480px;
	margin-top: 260px;
}

.home-intro .img03 {
	margin: -30px 26% -50px auto;
}

.home-intro .content::before {
	width: 132px;
	top: 260px;
	right: calc(50% - 200px);
}
}

@media (max-width: 767.9px) {
.home-intro .image {
	margin-bottom: 25px;
}

.home-intro .heading_enja {
	text-align: center;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 真成会について
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-sea {
	background-image: url("../img/home/sea-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}

.about-structure {
	padding-block: 170px 0;
	/* background: var(--color_main_light); */
}

@media (min-width: 768px) {
.about-structure {
	padding-top: 260px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- トップメッセージ
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-message {
	--content-width: 800px;
	position: relative;
	z-index: 0;
	/* background: var(--color_main_light); */
}

.home-message::before {
	position: absolute;
	inset: 0 50%; auto auto;
	z-index: -1;
	width: 550px;
	background: rgb(var(--color_main_rgb), 0.2);
	content: "";
	transform: translateX(-50%);
}

.home-message .inner {
	display: grid;
	justify-items: center;
}

.home-message .img {
	border-radius: 50%;
}

@media (min-width: 768px) {
.home-message::before {
	width: 800px;
}

.home-message::after {
	position: absolute;
	inset: 50% 0 auto auto;
	z-index: -1;
	width: calc(50vw + 500px);
	height: 280px;
	border-radius: 100vw 0 0 100vw;
	background: #fff;
	content: "";
	transform: translateY(-50%);
}

.home-message .inner {
	grid-template-columns: 42% 1fr;
}

.home-message .heading_enja {
	font-size: 23px;
	grid-column: 2;
	align-self: end;
}

.home-message .img {
	grid-row: 1 / 3;
}

.home-message .button {
	margin-top: 20px;
}
}

@media (max-width: 767.9px) {
.home-message .inner {
	position: relative;
	z-index: 0;
	padding-block: 50px 30px;
}

.home-message .inner::after {
	position: absolute;
	inset: 0 0 0 50%;
	z-index: -1;
	width: 280px;
	border-radius: 100vw;
	background: #fff;
	content: "";
	transform: translateX(-50%);
}

.home-message .heading_enja {
	font-size: 22px;
}

.home-message .img {
	width: 208px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 研修・教育
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-training {
	--content-width: var(--content-width_large);
	position: relative;
	z-index: 0;
	background: var(--background);
}

.home-training::before,
.home-training::after {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
}

.home-training::before {
	width: 403.33px;
	height: 89px;
	top: 70px;
	right: calc(50% - 800px);
	transform: translateX(-50%);
	background-image: url("../img/home/education01.svg");
}

.home-training::after {
	width: 80px;
	height: 154.62px;
	top: 250px;
	right: 20px;
	background-image: url("../img/home/education02.svg");
}

.home-training .shape {
	inset: 160px auto auto calc(50% - 120px);
}

.home-training-intro {
	margin-bottom: 60px;
}

.home-training-intro .image {
	width: calc(100% - var(--padding-inline));
}

.home-training-intro .img {
	border-radius: 0 100vw 100vw 0;
}

.home-training-intro .text {
	padding-inline: var(--padding-inline);
}

@media (min-width: 768px) {
.home-training .shape {
	inset: 240px auto auto max(calc(50% - 500px), 130px);
}

.home-training-intro {
	display: flex;
	column-gap: 30px;
}

.home-training-intro .image {
	width: calc(50% + 95px);
}

.home-training-intro .img {
	width: 100%;
	height: 443px;
	object-fit: cover;
}

.home-training-intro .text {
	width: 480px;
	margin-top: 110px;
}

.home-training::after {
	width: 185px;
	top: 440px;
	left: 100px;
	right: auto;
}
}

@media (max-width: 767.9px) {
.home-training-intro .image {
	margin-bottom: 40px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- コラム
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-column {
	--content-width: var(--content-width_large);
	position: relative;
}

.home-column::before,
.home-column::after {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
}

.home-column::before {
	width: 100px;
	height: 67.41px;
	top: 60px;
	left: 10px;
	background-image: url("../img/home/column01.svg");
}

.home-column::after {
	width: 70px;
	height: 131.22px;
	top: 120px;
	right: 10px;
	background-image: url("../img/home/column02.svg");
	z-index: 1;
}

@media (min-width: 768px) {
.home-column::before {
	width: 208px;
	left: 100px;
}

.home-column::after {
	width: 113.36px;
	top: 140px;
	right: 20px;
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 公式SNS
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-sns {
	--content-width: var(--content-width_large);
	background: var(--color_main_light);
	text-align: center;
	position: relative;
}

.home-sns::before {
	position: absolute;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("../img/home/column03.svg");
	width: 90px;
	height: 153.62px;
	left: 20px;
	top: -30px;
}

.home-sns .button {
	width: 240px;
}

.home-sns-ul {
	display: flex;
	gap: 18px;
	justify-content: center;
	flex-flow: wrap;
}

.home-sns-li {
	width: calc((100% - 18px) / 2);
	/* max-width: 45%; */
}

.home-sns-tiktok-ul {
	margin-top: var(--padding-block);
}

.home-sns-tiktok-li {
	width: 220px;
}

.home-sns-tiktok-li:not(:last-child) {
	margin-right: 25px;
}

@media (min-width: 768px) {
.home-sns::before {
	width: 185px;
	left: 40px;
	top: -40px;
}

.home-sns-li {
	width: calc((100% - (18px * 4)) / 5);
}
}

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
- 事業所一覧
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.home-office {
	position: relative;
	z-index: 0;
	color: #fff;
	text-align: center;
}

.home-office .img {
	position: absolute;
	inset: 0 auto auto 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 70% 80%;
}
