@charset "utf-8";

/* トップページ
============================ */

/* ビジュアル
----------------------------------------------------*/
.index .visual {
	position: relative;
	width: calc(100% - 6.2vw);
	margin: 0 auto;
	background: url("../images/visual.jpg") center center no-repeat;
	background-size: cover;
	padding: 0;
}
.index .visual .copy {
	margin: 0 auto;
	padding: 80px 0;
	width: min(70%, 976px);
}
	@media screen and (max-width:1024px) {
	.index .visual .copy {
		padding: 40px 0 45px;
		width: min(85%, 976px);
	}
}

/* 顧問あいさつ
----------------------------------------------------*/
.index .message {
	position: relative;
}
.index .message::before {
	display: block;
	content: "";
	position: absolute;
	top: -350px;
	left: 0;
	margin: 0;
	width: 481px;
	height: 742px;
	background: url("../images/bg_flower01.png") 0 0 no-repeat;
	background-size: 100%;
	z-index: 1;
}
.index .message .columns {
	columns: 2;
	column-gap: 4.5em;
}
.index .message .columns p:first-of-type {
	margin-top: 0;
}
.index .message .txtR {
	font-size: 1.9rem;
}
	@media screen and (max-width:1024px) {
	.index .message::before {
		top: -120px;
		width: 250px;
		height: 386px;
	}
	.index .message .columns {
		columns: auto;
	}
	.index .message .txtR {
		font-size: 1.7rem;
	}
}

/* 訪問看護とは
----------------------------------------------------*/
.index .about {
	position: relative;
	overflow-x: hidden;
}
.index .about::before {
	display: block;
	content: "";
	position: absolute;
	top: -387px;
	right: 0;
	margin: 0;
	width: 597px;
	height: 615px;
	background: url("../images/bg_flower02.png") 0 0 no-repeat;
	background-size: 100%;
	z-index: 5;
}
	@media screen and (max-width:1024px) {
	.index .about::before {
		top: -70px;
		width: 300px;
		height: 310px;
	}
}

/* 訪問看護の役割 */
.index .about .wrap {
	position: relative;
	z-index: 10;
}
.index .about .col2 {
	margin: 4.5em 0;
}
.index .about .col2 figure {
	flex-basis: 50%;
	margin-bottom: 40px;
}
.index .about .col2 .box {
	flex-basis: 44.5%;
}
	@media screen and (max-width:1024px) {
	.index .about .col2 {
		margin: 3em 0;
	}
	
}
/* 訪問看護でできること */
.index .about .col_wrap {
	margin: 4.5em 0;
}
.index .about .col_wrap dl {
	flex-basis: 31%;
	background: #fff;
	padding: 42px 2.4vw;
	position: relative;
	margin-bottom: 35px;
	box-shadow: 0px 5px 15px 0px rgba(253, 226, 233, 0.4);
}
.index .about .col_wrap dl::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 2.4vw;
	margin: 0;
	width: 65px;
	height: 3px;
	background: #e7587a;
}
.index .about .col_wrap dt {
	font-size: 2.4rem;
	color: #e7587a;
	font-weight: 500!important;
	margin-bottom: 0.8em;
	line-height: 1.35;
}
.index .about .col_wrap dd {
	line-height: 1.85;
}
	@media screen and (max-width:1024px) {
	.index .about .col_wrap {
		margin: 2.5em 0;
	}
	.index .about .col_wrap dl {
		padding: 32px 25px;
		position: relative;
		margin-bottom: 25px;
	}
	.index .about .col_wrap dl::before {
		left: 25px;
		width: 50px;
	}
	.index .about .col_wrap dt {
		font-size: 2.05rem;
		margin-bottom: 0.6em;
	}
}

/* 写真 */
.index .about figure.pic_bnr {
	width: 100%;
	text-align: center;
	position: relative;
}
.index .about figure.pic_bnr::before {
	display: block;
	content: "";
	position: absolute;
	top: -203px;
	right: 0;
	margin: 0;
	width: 492px;
	height: 460px;
	background: url("../images/bg_flower03.png") 0 0 no-repeat;
	background-size: 100%;
	z-index: 5;
}
.index .about figure.pic_bnr img {
	width: 70%;
	margin: 0 auto;
}
	@media screen and (max-width:1024px) {
	.index .about figure.pic_bnr::before {
		top: -203px;
		right: -60px;
		width: 250px;
		height: 234px;
	}
	.index .about figure.pic_bnr img {
		width: 100%;
	}
}

/* お申込みまでのながれ
----------------------------------------------------*/
.index .flow .atten {
	width: 100%;
	padding: 50px 70px;
	background: #e7587a;
	color: #fff;
	margin-bottom: 50px;
}
.index .flow .atten p:first-of-type {
	margin-top: 0;
}
.index .flow .atten p {
	line-height: 1.85;
}
.index .flow .atten strong {
	font-size: min(2.3vw, 2.8rem);
	font-weight: 500!important;
	line-height: 1.5;
}
	@media screen and (max-width:1024px) {
	.index .flow .atten {
		padding: 35px 25px;
		margin-bottom: 30px;
	}
	.index .flow .atten strong {
		font-size: 1.9rem;
	}
}

/* 目黒ステーション紹介
----------------------------------------------------*/
.index .station {
	padding-bottom: 120px;
}
.index .station .box {
	flex-basis: 46.5%;
	margin-top: 10px;
}
.index .station .box h3 {
	margin-top: 60px;
}
.index .station .box h3:first-of-type {
	margin-top: 0;
}
.index .station .box p {
	line-height: 1.85;
}
.index .station .box .bgW {
	background: #fff;
	padding: 1em 2em;
}
.index .station .box dl {
	background: #fff;
	padding: 1em 2em;
	display: flex;
	margin-bottom: 6px;
}
.index .station .box dt {
	flex-basis: 6.5em;
	line-height: 1.85;
}
.index .station .box dd {
	flex-basis: calc(100% - 6.5em);
	line-height: 1.85;
}
.index .station .box iframe {
	margin-bottom: 15px;
	width: 100%;
	height: 65%;
}
	@media screen and (max-width:1024px) {
	.index .station {
		padding-bottom: 70px;
	}
	.index .station .box .bgW,
	.index .station .box dl {
		padding: 1em 1.2em;
	}
	.index .station .box h3,
	.index .station .box h3:first-of-type {
		margin-top: 30px;
	}
	.index .station .box iframe {
		height: 60vw;
	}
}

/* お知らせ
----------------------------------------------------*/
.index .news {
	background: #fff;
	padding-bottom: 120px;
}
.index .news h2 {
	flex-basis: min(30vw, 450px);
}
.index .news .box {
	flex-basis: calc(100% - min(30vw, 450px));
}
.index .news ul li:first-child {
	border-top: 1px solid #a39296;
}
.index .news ul li a {
	display: flex;
	align-items: flex-start;
	text-decoration: underline;
	border-bottom: 1px solid #a39296;
	padding: 22px 120px 22px 20px;
	text-decoration: none;
	transition: 0.2s;
	position: relative;
}
/* リンクアイコン */
.index .news ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 35px;
	margin: auto 0;
}
.index .news ul li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 28px;
	margin: auto 0;
	width: 14px;
	height: 14px;
	border-top: 3px solid #e7587a;
	border-right: 3px solid #e7587a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 日付 */
.index .news ul li span.date {
	display: inline-block;
	min-width: 12em;
}
/* テキスト */
.index .news ul li span.txt {
	display: inline-block;
	margin-top: 0;
}
.index .news ul li a:hover {
	opacity: 1;
	background: #fff8f7;
}
	@media screen and (max-width:1024px) {
	.index .news {
		padding-bottom: 70px;
	}
	.index .news .col {
		display: block;
	}
	.index .news h2 {
		display: table;
		margin-bottom: 0;
	}
	.index .news .box {
		margin-top: 30px;
	}
	.index .news ul li a {
		display: block;
		text-decoration: underline;
		border-bottom: 1px solid #bfb5af;
		padding: 20px 35px 20px 10px;
		text-decoration: none;
		transition: 0.2s;
		position: relative;
	}
	/* 日付 */
	.index .news ul li span.date {
		display: block;
	}
	/* テキスト */
	.index .news ul li span.txt {
		line-height: 1.8;
	}
	/* リンクアイコン */
	.index .news ul li a::before,
	.index .news ul li a::after {
		right: 10px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #e7587a;
		border-right: 2px solid #e7587a;
	}
}
/* ボタン */
.index .news .btn {
	display: table;
	margin-left: auto;
	margin-top: 35px;
}
.index .news .btn a {
	background: #ffdde5;
	color: #4a413e;
}
.index .news .btn a::after {
	border-color: #e7587a;
}

/* スタッフ募集
----------------------------------------------------*/
.index .recruitArea {
	background: url("../images/bg_recruit.jpg") center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 80px 0;
	min-height: 380px;
	display: flex;
	align-items: center;
}
.index .recruitArea h2 {
	padding-top: 0;
	margin-bottom: 20px;
}
.index .recruitArea h2::before {
	display: none;
}
.index .recruitArea p {
	font-size: 2rem;
}
.index .recruitArea .btn a {
	background: #fff;
	color: #4a413e;
}
.index .recruitArea .btn a::after {
	border-color: #e7587a;
	}
	@media screen and (max-width:1280px) {
	.index .recruitArea {
		padding: 60px 0;
		min-height: auto;
	}
	.index .recruitArea .col {
		flex-direction: column;
	}
	.index .recruitArea p {
		font-size: clamp(1.5rem, 2vw, 1.6rem);
	}
	.index .recruitArea .btn {
		display: table;
		margin-left: auto;
	}
}

/* お問い合わせ
----------------------------------------------------*/
.index .contact .txtC {
	font-size: 1.8rem;
	margin-bottom: 2em;
}
.index .contact dl {
	flex-basis: 47.5%;
	background: #fff;
	padding: 50px 0 40px;
	text-align: center;
	box-shadow: 0px 5px 15px 0px rgba(253, 226, 233, 0.5);
}
.index .contact dt {
	font-size: 2.6rem;
	font-weight: 500!important;
}
.index .contact dd .btn a {
	font-size: min(2.4vw, 3.2rem);
	height: 95px;
	padding: 0 0 0.15em 70px;
	text-align: center;
	width: min(85%, 460px);
}
.index .contact dd .btn a::after {
	display: none;
}
.index .contact dl.tel dd .btn a {
	background: #e7587a url("../images/icon_tel.svg") left 60px center no-repeat;
	background-size: auto 50%;
}
.index .contact dl.fax dd .btn a {
	background: #e7587a url("../images/icon_fax.svg") left 60px center no-repeat;
	background-size: auto 55%;
	}
	@media screen and (max-width:1280px) {
	.index .contact .txtC {
		text-align: left;
		font-size: clamp(1.5rem, 2vw, 1.6rem);
	}
	.index .contact dl {
		padding: 30px 0 25px;
	}
	.index .contact dt {
		font-size: 2rem;
	}
	.index .contact dd .btn a {
		font-size: 2rem;
		height: 60px;
		padding: 0 0 0.1em 40px;
		width: min(80%, 300px);
	}
	.index .contact dl.tel dd .btn a {
		background: #e7587a url("../images/icon_tel.svg") left 40px center no-repeat;
		background-size: auto 50%;
	}
	.index .contact dl.fax dd .btn a {
		background: #e7587a url("../images/icon_fax.svg") left 40px center no-repeat;
		background-size: auto 55%;
	}
	}
	@media screen and (max-width:1024px) {
	.index .contact dl:first-of-type {
		margin-bottom: 20px;
	}
}