@charset "UTF-8";

/* ------------------------------------------------------------------------
	Day Service Page
	会社案内ページのトーンに合わせたデイサービスページ用CSS
------------------------------------------------------------------------ */

h1::after {
	content: 'DAY SERVICE';
}

/* current nav */
header nav ul#gNavi li:nth-child(4) a {
	background: #104090;
	color: #fff;
}

header nav ul#gNavi > li:nth-child(4)::before {
	background: url("../../img/common/ico_dayservice-white.png") 0 0 / 100% 100% no-repeat;
}

header nav ul#gNavi li:nth-child(4) a:hover,
header nav ul#gNavi li:nth-child(4) a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}


/* ------------------------------------------------------------------------
	Intro
------------------------------------------------------------------------ */
.section-inner{
	position: relative;
	margin: 0 auto;
	width: 100%;
}


.about-intro-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
.about-intro-wrapper .pic {
	width: 50%;
}
.about-intro-wrapper .pic img{
	width: 100%;
	height: auto;
	border-radius: 1rem;
	overflow: hidden;
}
.about-intro-wrapper .desc{
	width: 50%;
	padding-left: 4rem;
	box-sizing: border-box;
}

.service-wrapper{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 80px;
	margin-bottom: 80px;
}
.service-wrapper .box{
	width: 32%;
	text-align: center;
	border-radius: 1rem;
	border:3px solid #ff9900;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4rem 0.5rem 2rem;
	position: relative;
	font-weight: bold;
	line-height: 1.6;
}
.service-wrapper .box .number{
	position: absolute;
	top:-35px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 9999px;
	background: #ff9900;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 1;
	width: 70px;
	height: 70px;
}

.service-wrapper .box .number span{
	display: block;
	width: auto;
	margin-top: 4px;
	font-size: 30px;
	line-height: 1;
}

.service-bottom-wrapper{
	margin-bottom: 30px;
	background: #ffeeaa;
	border-radius: 1rem;
	padding:30px 330px 30px 30px;
	position: relative;
}

.service-bottom-wrapper::after{
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
	background: url("../../img/dayservice/dayservice-feature-illust.png") bottom left / contain no-repeat;
	width: 300px;
	height: 200px;
}

/* ------------------------------------------------------------------------
	Common Profile-like Sections
------------------------------------------------------------------------ */
#dayserviceProfile,
#dayserviceFlow,
#dayservicePrice,
#dayserviceOffice {
	margin: 0 auto 85px;
	width: 1000px;
}

#dayserviceProfile > ul,
#dayserviceFlow > ul,
#dayserviceOffice > ul {
	margin: 0 auto;
	width: 1000px;
}

#dayserviceProfile > ul > li,
#dayserviceFlow > ul > li,
#dayserviceOffice > ul > li {
	position: relative;
	display: flex;
	border-bottom: 1px solid #eee;
	padding: 10px 0;
}

#dayserviceProfile > ul > li:last-child,
#dayserviceFlow > ul > li:last-child,
#dayserviceOffice > ul > li:last-child {
	border-bottom: none;
}

#dayserviceProfile ul li h3,
#dayserviceFlow ul li h3,
#dayserviceOffice ul li h3 {
	display: flex;
	width: 100%;
	font-size: 24px;
}

#dayserviceProfile ul li h3 em,
#dayserviceFlow ul li h3 em,
#dayserviceOffice ul li h3 em {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
	background: #eef7fd;
	margin: 0 20px 0 0;
	padding: 15px;
	width: 190px;
	min-width: 190px;
	color: #104090;
	font-style: normal;
}

#dayserviceFlow ul li h3 em {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 90px;
	min-width: 90px;
	text-align: center;
}

#dayserviceProfile ul li h3 span,
#dayserviceFlow ul li h3 span,
#dayserviceOffice ul li h3 span {
	display: block;
	padding: 15px 0;
	line-height: 1.6;
	font-weight: normal;
}

#dayserviceFlow ul li h3 span strong {
	display: block;
	padding: 0 0 5px;
	color: #162b4f;
}


/* ------------------------------------------------------------------------
	Price
------------------------------------------------------------------------ */
#dayservicePrice h3 {
	margin: 60px 0 20px;
	font-size: 24px;
	color: #162b4f;
}

#dayservicePrice h3:first-of-type {
	margin-top: 0;
}

#dayservicePrice table {
	border-collapse: collapse;
	margin: 30px auto 55px;
	width: 1000px;
	font-size: 20px;
}

#dayservicePrice table th,
#dayservicePrice table td {
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 18px 20px;
	line-height: 1.6;
	text-align: left;
}

#dayservicePrice table thead th {
	background: #162b4f;
	text-align: center;
	color: #fff;
}

#dayservicePrice table tbody th {
	background: #eef7fd;
	width: 250px;
	color: #104090;
}

#dayservicePrice table tbody td {
	background: #fff;
}

/* ------------------------------------------------------------------------
	flow
------------------------------------------------------------------------ */
.flow-wrapper{
	position: relative;
}

.flow-wrapper::after{
	position: absolute;
	top: 0;
	left: 45px;
	content: "";
	height: 100%;
	width: 3px;
	background: #BD90BF;
	z-index: -1;
}

.flow-wrapper dl{
	background-color: #F3EBF4;
	border-radius: 1rem;
	padding: 2rem 2rem 2rem 10rem;
	margin-bottom: 3rem;
	position: relative;
}

.flow-wrapper dl::before{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 9999px;
	background-color: #BD90BF;
	color: #fff;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
}

.flow-wrapper dt{
	font-weight: bold;
	font-size: 2rem;
}
.flow-wrapper dd{}

.flow-wrapper dl:nth-child(1)::before{
	content: "01";
}

.flow-wrapper dl:nth-child(2)::before{
	content: "02";
}

.flow-wrapper dl:nth-child(3)::before{
	content: "03";
}

.flow-wrapper dl:nth-child(4)::before{
	content: "04";
}

.flow-wrapper dl:nth-child(4)::before{
	content: "04";
}

.flow-wrapper dl:nth-child(5)::before{
	content: "05";
}

.flow-wrapper dl:nth-child(6)::before{
	content: "06";
}



/* ------------------------------------------------------------------------
	PDF Links
------------------------------------------------------------------------ */
#dayserviceOffice ul li h3 span a {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 25px;
	background: #3690ec;
	box-shadow: 0px 4px 3px 0px rgba(24, 44, 78, 0.2);
	margin: 5px 20px 5px 0;
	padding: 0 45px 0 30px;
	min-width: 260px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
}

#dayserviceOffice ul li h3 span a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -5px 0 0;
}

#dayserviceOffice ul li h3 span a:hover {
	opacity: 0.7;
}








/* ------------------------------------------------------------------------
	SP
------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
	header nav ul#gNavi li:nth-child(4) a {
		background: none;
	}

	#dayserviceIntro {
		border-bottom: 1.4vw solid #162b4f;
		margin: 0 auto 14vw;
		padding: 0 0 10vw;
		min-width: 100%;
	}

	#dayserviceIntro p {
		margin: 7.5vw auto 5vw;
		width: 92vw;
		line-height: 1.7;
		font-size: 3.6vw;
	}

	#dayserviceProfile,
	#dayserviceFlow,
	#dayservicePrice,
	#dayserviceOffice {
		margin: 7.5vw auto 14vw;
		width: 96vw;
	}

	#dayserviceProfile > ul,
	#dayserviceFlow > ul,
	#dayserviceOffice > ul {
		margin: 7.5vw auto 14vw;
		width: 96vw;
	}

	#dayserviceProfile > ul > li,
	#dayserviceFlow > ul > li,
	#dayserviceOffice > ul > li {
		position: relative;
		display: block;
		border-bottom: none;
		padding: 10px 0;
	}

	#dayserviceProfile ul li h3,
	#dayserviceFlow ul li h3,
	#dayserviceOffice ul li h3 {
		display: block;
		font-size: 4.2vw;
	}

	#dayserviceProfile ul li h3 em,
	#dayserviceFlow ul li h3 em,
	#dayserviceOffice ul li h3 em {
		display: block;
		border-radius: 0;
		margin: 0;
		padding: 3vw;
		width: 100%;
		min-width: 0;
	}

	#dayserviceFlow ul li h3 em {
		width: 100%;
		text-align: left;
	}

	#dayserviceProfile ul li h3 span,
	#dayserviceFlow ul li h3 span,
	#dayserviceOffice ul li h3 span {
		padding: 3vw 0 3vw 3vw;
		line-height: 1.7;
	}

	#dayserviceFlow ul li h3 span strong {
		padding: 0 0 1vw;
	}

	#dayservicePrice h3 {
		margin: 10vw 0 3vw;
		font-size: 4.2vw;
	}

	#dayservicePrice table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 5vw auto 10vw;
		width: 96vw;
		font-size: 3.6vw;
		white-space: nowrap;
	}

	#dayservicePrice table th,
	#dayservicePrice table td {
		padding: 3vw;
		line-height: 1.6;
	}

	#dayservicePrice table tbody th {
		width: auto;
	}

	#dayserviceOffice ul li h3 span a {
		border-radius: 5.3333333vw;
		box-shadow: 0 0.5333333vw 0.4vw 0 rgba(24, 44, 78, 0.2);
		margin: 2vw auto 3vw;
		padding: 0 8vw 0 4vw;
		width: 80vw;
		min-width: 0;
		height: 10.666667vw;
		line-height: 10.666667vw;
		font-size: 4.4vw;
	}

	#dayserviceOffice ul li h3 span a::after {
		right: 4vw;
		width: 1.0666667vw;
		height: 1.0666667vw;
		border-top: 0.4vw solid #fff;
		border-right: 0.4vw solid #fff;
		margin: -0.85vw 0 0;
	}



	header nav ul#gNavi li:nth-child(4) a {
		background: none;
	}

	.section-inner {
		width: 92vw;
	}

	#dayserviceIntro {
		border-bottom: 1.4vw solid #162b4f;
		margin: 0 auto 14vw;
		padding: 0 0 10vw;
		min-width: 100%;
	}

	#dayserviceIntro p {
		margin: 7.5vw auto 5vw;
		width: 92vw;
		line-height: 1.7;
		font-size: 3.6vw;
	}

	.about-intro-wrapper {
		display: block;
	}

	.about-intro-wrapper .pic,
	.about-intro-wrapper .desc {
		width: 100%;
	}

	.about-intro-wrapper .desc {
		padding-left: 0;
		margin-top: 6vw;
	}

	.about-intro-wrapper .pic img {
		border-radius: 2vw;
	}

	.service-wrapper {
		display: block;
		margin-top: 12vw;
		margin-bottom: 10vw;
	}

	.service-wrapper .box {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 12vw;
		padding: 12vw 4vw 6vw;
		font-size: 4vw;
		border-radius: 2vw;
	}

	.service-wrapper .box:last-child {
		margin-bottom: 0;
	}

	.service-wrapper .box .number {
		top: -7vw;
		width: 14vw;
		height: 14vw;
		font-size: 2.6vw;
	}

	.service-wrapper .box .number span {
		font-size: 6vw;
	}

	.service-bottom-wrapper {
		margin-bottom: 8vw;
		padding: 6vw 5vw 38vw;
		border-radius: 2vw;
		font-size: 3.6vw;
		line-height: 1.7;
	}

	.service-bottom-wrapper::after {
		right: 50%;
		bottom: 0;
		transform: translateX(50%);
		width: 70vw;
		height: 34vw;
		background-position: bottom center;
	}

	#dayserviceProfile,
	#dayserviceFlow,
	#dayservicePrice,
	#dayserviceOffice {
		margin: 7.5vw auto 14vw;
		width: 92vw;
	}

	#dayserviceProfile > ul,
	#dayserviceFlow > ul,
	#dayserviceOffice > ul {
		margin: 7.5vw auto 14vw;
		width: 92vw;
	}

	#dayserviceProfile > ul > li,
	#dayserviceFlow > ul > li,
	#dayserviceOffice > ul > li {
		display: block;
		border-bottom: none;
		padding: 2vw 0;
	}

	#dayserviceProfile ul li h3,
	#dayserviceFlow ul li h3,
	#dayserviceOffice ul li h3 {
		display: block;
		font-size: 4.2vw;
	}

	#dayserviceProfile ul li h3 em,
	#dayserviceFlow ul li h3 em,
	#dayserviceOffice ul li h3 em {
		display: block;
		border-radius: 1.5vw 1.5vw 0 0;
		margin: 0;
		padding: 3vw;
		width: 100%;
		min-width: 0;
		box-sizing: border-box;
	}

	#dayserviceFlow ul li h3 em {
		width: 100%;
		text-align: left;
	}

	#dayserviceProfile ul li h3 span,
	#dayserviceFlow ul li h3 span,
	#dayserviceOffice ul li h3 span {
		display: block;
		padding: 3vw;
		line-height: 1.7;
		background: #fff;
	}

	#dayserviceFlow ul li h3 span strong {
		padding: 0 0 1vw;
	}

	#dayservicePrice h3 {
		margin: 10vw 0 3vw;
		font-size: 4.2vw;
	}

	#dayservicePrice table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 5vw auto 10vw;
		width: 92vw;
		font-size: 3.6vw;
		white-space: nowrap;
	}

	#dayservicePrice table th,
	#dayservicePrice table td {
		padding: 3vw;
		line-height: 1.6;
	}

	#dayservicePrice table tbody th {
		width: auto;
	}

	.flow-wrapper::after {
		left: 6vw;
		width: 2px;
	}

	.flow-wrapper dl {
		padding: 5vw 5vw 5vw 18vw;
		margin-bottom: 5vw;
		border-radius: 2vw;
	}

	.flow-wrapper dl::before {
		left: 0;
		width: 12vw;
		height: 12vw;
		font-size: 4vw;
	}

	.flow-wrapper dt {
		font-size: 4.6vw;
		line-height: 1.5;
	}

	.flow-wrapper dd {
		margin-top: 2vw;
		font-size: 3.6vw;
		line-height: 1.8;
	}

	#dayserviceOffice ul li h3 span a {
		display: block;
		border-radius: 999px;
		box-shadow: 0 0.5333333vw 0.4vw 0 rgba(24, 44, 78, 0.2);
		margin: 2vw 0 3vw;
		padding: 0 8vw 0 4vw;
		width: 80vw;
		min-width: 0;
		height: 10.666667vw;
		line-height: 10.666667vw;
		font-size: 4.4vw;
	}

	#dayserviceOffice ul li h3 span a::after {
		right: 4vw;
		width: 1.0666667vw;
		height: 1.0666667vw;
		border-top: 0.4vw solid #fff;
		border-right: 0.4vw solid #fff;
		margin: -0.85vw 0 0;
	}

}
