@charset "UTF-8";

/* ------------------------------ */
/* 共通 */
/* ------------------------------ */

.lower-page .container-fluid {
	width: 100%;
	padding: 0 50px;
}
.lower-page .container {
	max-width: 1380px;
	padding: 0 50px;
	margin: 0 auto;
}
.lower-page .section__title .en {
	font-weight: 700;
}
.lower-page .maintitle .section__title .en {
	margin-bottom: 10px;
}
.lower-page .section__title h2.title {
	color: #000;
	font-size: 50px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 25px;
}
.lower-page .section__title h3.title {
	font-size: 26px;
	margin-top: 10px;
	margin-bottom: 25px;
}
.lower-page .pc-only {
	display: block !important;
}
.lower-page .sp-only {
	display: none !important;
}
.lower-page .pc-inline-only {
	display: inline-block !important;
}
.lower-page .sp-inline-only {
	display: none !important;
}
@media (max-width: 767px) {
	.lower-page .section	{
		font-size: 14px;
	}
	.lower-page .container-fluid {
		padding: 0 10px;
	}
	.lower-page .container {
		padding: 0 10px;
	}
	.lower-page .section__title h2.title {
		font-size: 34px;
		line-height: 1.2;
		margin-bottom: 10px;
	}
	.lower-page .section__title .en {
		margin-bottom: 5px;
	}
	.lower-page .maintitle .section__title .en {
		margin-bottom: 13px;
	}
	.lower-page .section__title .maru {
		margin-bottom: 10px;
	}
	.lower-page .section__title .maru img {
		width: 58px;
	}
	.lower-page .section__title h3.title {
		font-size: 23px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.lower-page .pc-only {
		display: none !important;
	}
	.lower-page .sp-only {
		display: block !important;
	}
	.lower-page .pc-inline-only {
		display: none !important;
	}
	.lower-page .sp-inline-only {
		display: inline-block !important;
	}
}

/* ページタイトルまわり */
.lower-page .section.maintitle .section__title {
	text-align: center;
	height: 384px;
	padding: 150px 10px 108px;
}
.lower-page.lower-about-page .section.maintitle .section__title {
	padding: 180px 20px 108px;
}
.lower-page .section.maintitle h1.title {
	color: #000;
	font-size: 54px;
	line-height: 1.1;
	margin:0 0 15px;
}
.lower-page.lower-about-page .section.maintitle h1.title {
	margin-bottom: 0;
}
.lower-page .section.maintitle .section__img {
	position: relative;
	height: 312px;
	margin: 0 -50px;
	background-position: center;
	background-size: cover;
}
@media (max-width: 991px) {
	.lower-page .section.maintitle h1.title {
		font-size: 44px;
		margin-bottom: 7px;
	}
}
@media (max-width: 767px) {
	.lower-page.lower-about-page .section.maintitle .section__title {
		height: 256px;
		padding-top: 80px;
	}
	.lower-page .section.maintitle .section__title {
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 248px;
	}
	.error404 .lower-page .section.maintitle .section__title {
		padding-top: 100px;
	}
	.lower-page.lower-about-page .section.maintitle .section__title {
		padding-top: 110px;
	}
	.lower-page .section.maintitle h1.title {
		font-size: 30px;
		margin: 0;
	}
	.lower-page .section.maintitle .img img {
		width: 137px;
	}
	.lower-page .section.maintitle .section__img {
		height: 224px;
		margin: 0 -10px;
	}
}

/* localnavi */
.lower-page .section.localnavi {
	padding-top: 62px;
	padding-bottom: 80px;
}
.lower-page.lower-about-page .section.localnavi {
	padding-bottom: 65px;
}
.lower-page .section.localnavi .localnavi__inner {
	display: flex;
	justify-content: center;
}
.lower-page .section.localnavi .localnavi__inner ul {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 18px;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.lower-page.lower-about-page .section.localnavi .localnavi__inner ul {
	gap: 18px 30px;
}
.lower-page .section.localnavi .localnavi__inner ul li {
	display: inline-block;
	margin: 0;
}
.lower-page .section.localnavi .localnavi__inner ul li .btn {
	width: auto;
	min-width: 189px;
	font-size: 20px;
	font-weight: 700;
	padding-right: 60px;
	padding-left: 25px;
}
.lower-page .section.localnavi .localnavi__inner ul li .btn::after {
	transform: translateY(-50%) rotate(90deg);
}
@media (max-width: 767px) {
	.lower-page .section.localnavi {
		padding-top: 16px;
		padding-bottom: 10px;
	}
	.lower-page.lower-about-page .section.localnavi {
		padding-top: 8px;
		padding-bottom: 67px;
	}
	.lower-page .section.localnavi .localnavi__inner ul,
	.lower-page.lower-about-page .section.localnavi .localnavi__inner ul {
		display: flex;
		flex-wrap: wrap;
		gap: 16px 20px;
		min-width: 110px;
	}
	.lower-page .section.localnavi .localnavi__inner ul li,
	.lower-page .section.localnavi .localnavi__inner ul li:first-of-type,
	.lower-page .section.localnavi .localnavi__inner ul li:last-of-type {
		margin: 0;
	}
	.lower-page .section.localnavi .localnavi__inner ul li .btn {
		font-size: 13px;
		min-width: 110px;
		min-height: 38px;
		padding-left: 15px;
		padding-right: 50px;
	}
	.lower-page .section.localnavi .localnavi__inner ul li .btn::after {
		right: 10px;
	}
}

/* block_timetableの中 */
.lower-page .block_timetable .schedule-wrap {
	position: relative;
	background: #fff;
	border: 0.5px solid var(--darkgrey);
	border-radius: 40px;
	width: 100%;
}
.lower-page .block_timetable .schedule-wrap::before {
	position: absolute;
	content: '';
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 166px;
	height: 41px;
	background: var(--lightgrey);
	border: 0.5px solid var(--darkgrey);
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	z-index: 1;
}
.lower-page .block_timetable .schedule-wrap::after {
	position: absolute;
	content: '';
	top: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 166px;
	height: 3px;
	background: var(--lightgrey);
	z-index: 2;
}
.lower-page .block_timetable .schedule-wrap .schedule-inner {
	padding: 0 40px;
}
.lower-page .block_timetable .schedule-wrap .schedule-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0 13px;
	gap: 16px;
	border-bottom: 0.5px dashed var(--darkgrey);
}
.lower-page.lower-service01-page .block_timetable .schedule-wrap .schedule-row {
	padding: 14px 0 12px;
}
.lower-page .block_timetable .schedule-wrap .schedule-row:last-child {
	border-bottom: none;
	margin-bottom: 22px;
}
.lower-page.lower-service01-page .block_timetable .schedule-wrap .schedule-row:last-child {
	margin-bottom: 21px;
}
.lower-page .block_timetable .schedule-wrap .schedule-row--first {
	align-items: flex-start;
	padding: 65px 0 5px;
}
.lower-page.lower-service01-page .block_timetable .schedule-wrap .schedule-row--first {
	padding: 63px 0 5px;
}
.lower-page .block_timetable .schedule-wrap .schedule-time {
	min-width: 90px;
	font-size: 16px;
	color: #9d9fa1;
	padding-left: 10px;
}
.lower-page .block_timetable .schedule-wrap .schedule-row--first .schedule-time {
	position: relative;
	padding-top: 40px;
}
.lower-page .block_timetable .schedule-wrap .schedule-row--first .schedule-time::before {
	position: absolute;
	top: -5px;
	left: 14px;
	content: url("../img/service01/day-flow-clock.svg");
	width: 25px;
}
.lower-page .block_timetable .schedule-wrap .schedule-label {
	width: calc(100% - 115px);
}
.lower-page .block_timetable .schedule-wrap .schedule-note {
	font-size: 14px;
	display: inline-block;
	line-height: 1.3;
	margin-top: 3px;
}
@media (max-width: 767px) {
	
}

/* ご利用の流れの.flow__innerの中 */
.lower-page .section.flow .flow__inner .flow-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.lower-page .section.flow .flow__inner .flow-list .flow-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border: 0.5px solid var(--darkgrey);
	border-radius: 60px;
	padding: 16px 55px 16px;
}
.lower-page .section.flow .flow__inner .flow-list .flow-item:not(:last-child)::after {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: -36px;
	width: 28px;
	height: 36px;
	background-image: url("../img/service01/flow-arrow.svg");
	background-size: cover;
}
.lower-page .section.flow .flow__inner .flow-list .flow-item + .flow-item {
	margin-top: 37px;
}
.lower-page .section.flow .flow__inner .flow-list .flow-item .flow-item-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 258px;
}
.lower-page .section.flow .flow__inner .flow-list .flow-item .flow-text {
	width: calc(100% - 305px);
}
.lower-page .section.flow .flow__inner .flow-list .flow-item .flow-text h3.flow-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 10px;
}
.lower-page .section.flow .flow__inner .flow-list .flow-item .flow-text .flow-desc {
	font-size: 16px;
	margin-bottom: 2px;
}
.lower-page .section.flow .flow__inner .flow-list .flow-item.flow-item-last .flow-text {
	display: flex;
	justify-content: space-between;
}
.lower-page .section.flow .flow__inner .flow-list .flow-item.flow-item-last .flow-text .btn {
	align-self: center;
	width: 268px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	padding-left: 50px;
}
.lower-page.lower-service01-page .section.flow .flow__inner .flow-list .flow-item.flow-item-last .flow-text .btn {
	background-color: var(--green);
}
.lower-page.lower-service02-page .section.flow .flow__inner .flow-list .flow-item.flow-item-last .flow-text .btn {
	background-color: var(--red);
}
@media (max-width: 1299px) {
	.lower-page .section.flow .flow__inner .flow-list .flow-item.flow-item-last .flow-text {
		flex-direction: column;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item.flow-item-last .flow-text .btn {
		margin-top: 10px;
	}
}
@media (max-width: 767px) {
	.lower-service01-page .section.flow {
		padding-top: 72px;
		padding-bottom: 0;
	}
	.lower-service01-page .section.flow .section__title {
		text-align: center;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item {
		flex-direction: column;
		border-radius: 30px;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item .flow-item-top {
		width: 100%;
		justify-content: space-around;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item .flow-text {
		width: 100%;
		margin-top: 12px;
		margin-bottom: 2px;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item .flow-text h3.flow-title {
		font-size: 18px;
		margin-bottom: 2px;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item .flow-text .flow-desc {
		font-size: 14px;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item + .flow-item {
		margin-top: 23px;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item:not(:last-child)::after {
		bottom: -24px;
		height: 24px;
		background-image: url(../img/service01/flow-arrow-sp.svg);
		background-size: contain;
		background-position: center bottom;
		background-repeat: no-repeat;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item.flow-item-last .flow-text {
		flex-direction: column;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item.flow-item-last .flow-text .btn {
		width: 215px;
		height: 48px;
		min-height: 48px;
		font-size: 16px;
		padding: 10px 50px 10px 28px;
		margin: 10px auto 0;
	}
}
@media (max-width: 575px) {
	.lower-page .section.flow .flow__inner .flow-list .flow-item {
		padding: 24px 20px 16px;
	}
	.lower-page .section.flow .flow__inner .flow-list .flow-item .flow-text .flow-desc {
		text-align: center;
	}
}


/* marquee */
.lower-page .section.scroll {
	background-color: var(--lightgrey);
}
.lower-page.lower-about-page .section.scroll {
	background-color: #fff;
}
.lower-page .section.scroll .scroll__inner {
	margin-left: -50px;
	margin-right: -50px;
}
.lower-page .section.scroll .scroll__inner .marquee {
		--gap: 1rem;
		position: relative;
		display: flex;
		user-select: none;
		overflow: hidden;
		gap: var(--gap);
}
@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - var(--gap)));
	}
}
.lower-page .section.scroll .scroll__inner .marquee__content {
	flex-shrink: 0;
	display: flex;
	justify-content: space-around;
	min-width: 100%;
	gap: var(--gap);
	animation: 50s linear 0s infinite normal none running scroll;
}
.lower-page .section.scroll .scroll__inner .marquee__content img,
.lower-page .section.scroll .scroll__inner .marquee__content.reverse img {
		max-width: none;
}
.lower-page .section.scroll .scroll__inner .marquee-txt {
	border-top: 2px solid #d8d9d9;
	border-bottom: 2px solid #d8d9d9;
	padding: 15px 0 10px;
	margin-top: 62px;
}
.lower-page .section.scroll .scroll__inner .marquee__content.reverse {
		animation-direction: reverse;
}
@media (max-width: 767px) {
	.lower-page .section.scroll .scroll__inner {
		width: calc(100% + 20px);
		margin-left: -10px;
		margin-right: 10px;
	}
	.lower-page .section.scroll .scroll__inner .marquee__content img {
		width: 1442px;
	}
	.lower-page .section.scroll .scroll__inner .marquee-txt {
		border-top: 1px solid #d8d9d9;
		border-bottom: 1px solid #d8d9d9;
		padding: 7px 0 5px;
		margin-top: 30px;
	}
	.lower-page .section.scroll .scroll__inner .marquee__content.reverse img {
		width: 1636px;
	}
}

/* insta */
.lower-page .section.insta {
	position: relative;
	background-image: url("../img/service01/insta-bg.jpg");
	background-size: cover;
	padding-top: 108px;
	padding-bottom: 86px;
}
.lower-page .section.insta::before {
	position: absolute;
	content: url("../img/service01/day-flow-bottom-mushi.svg");
	top: -180px;
	left: calc(50% - 440px);
	width: 158px;
	height: 330px;
	z-index: 10;
}
.lower-page .section.insta::after {
	position: absolute;
	content: '';
	top: 64px;
	bottom: 64px;
	left: calc(50% - 220px);
	right: 0;
	background-position: center right;
	background-size: cover;
	border-top-left-radius: 44px;
	border-bottom-left-radius: 44px;
	z-index: 1;
}
.lower-page .section.insta .insta__inner {
	width: 270px;
}
.lower-page .section.insta .insta__inner .text-center {
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 20px;
}
.lower-page .section.insta .insta__inner figure.logo {
	margin: 0 0 30px;
}
.lower-page .section.insta .insta__inner p.top-of-btn {
	color: #fff;
}
.lower-page .section.insta .insta__inner a.btn {
	width: 210px;
	font-size: 24px;
	font-weight: 700;
	margin-left: 16px;
}
@media (max-width: 1399px) {
	.lower-page .section.insta::before {
		left: 300px;
		width: 120px;
		height: auto;
	}
	.lower-page .section.insta::after {
		left: 400px;
	}
}
@media (max-width: 991px) {
	.lower-page .section.insta::before {
		left: inherit;
		right: 250px;
	}
	.lower-page .section.insta::after {
		left: 350px;
	}
}
@media (min-width: 768px) {
	.lower-page.lower-service01-page .section.insta::after {
		background-image: url("../img/service01/insta-ph01.jpg");
	}
	.lower-page.lower-service02-page .section.insta::after {
		background-image: url("../img/service02/insta-ph01.jpg");
	}
}
@media (max-width: 767px) {
	.lower-page .section.insta {
		padding-top: 67px;
		padding-bottom: 330px;
	}
	.lower-page .section.insta .insta__inner {
		width: 100%;
		text-align: center;
	}
	.lower-page .section.insta .insta__inner .text-center {
		margin-bottom: 16px;
	}
	.lower-page .section.insta .insta__inner figure.logo {
		text-align: center;
		margin-bottom: 22px;
	}
	.lower-page .section.insta .insta__inner figure.logo img {
		width: 223px;
	}
	.lower-page .section.insta .insta__inner a.btn {
		width: 168px;
		min-height: 32px;
		font-size: 18px;
		padding: 11px 50px 10px 25px;
		margin: 0 auto;
	}
	.lower-page .section.insta .insta__inner a.btn::after {
		right: 15px;
	}
	.lower-page .section.insta::before {
		top: -130px;
		width: 84px;
		right: inherit;
		left: 50%;
		transform: translateX(-50%);
	}
	.lower-page .section.insta::after {
		top: inherit;
		left: 40px;
		bottom: 50px;
		height: 248px;
		border-top-left-radius: 40px;
		border-bottom-left-radius: 40px;
	}
	.lower-page.lower-service01-page .section.insta::after {
		background-image: url("../img/service01/insta-ph01-sp.jpg");
	}
	.lower-page.lower-service02-page .section.insta::after {
		background-image: url("../img/service02/insta-ph01-sp.jpg");
	}
}

/* contact */
.lower-page .section.lower-footer .before_lower-footer {
	position: relative;
	height: 231px;
}
.lower-page.lower-about-page .section.lower-footer .before_lower-footer {
	height: 612px;
	overflow: hidden;
}
.lower-page .section.lower-footer .before_lower-footer::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--lightgrey);
	z-index: 1;
}
.lower-page.lower-about-page .section.lower-footer .before_lower-footer::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 612px;
	background-image: url("../img/about/access-bottom.svg");
	background-repeat: no-repeat;
	background-position: calc(50% + 100px) bottom;
	background-size: 1304px;
	background-color: #fff;
	z-index: 0;
}
.lower-page.lower-simple-page .section.lower-footer .before_lower-footer::before {
	background-color: #fff;
}
.lower-page .section.lower-footer .before_lower-footer::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 231px;
	background-image: url("../img/common/lower-footer/contact-top-bg.svg");
	background-repeat: repeat-x;
	background-position: center bottom;
	z-index: 2;
}
.lower-page .section.lower-footer .main_lower-footer {
	position: relative;
	padding-top: 81px;
	padding-bottom: 70px;
	margin-top: -1px;
	background-color: var(--yellow);
	z-index: 3;
}
.lower-page .section.lower-footer .main_lower-footer .container {
	display: flex;
	justify-content: space-between;
}
.lower-page .section.lower-footer .main_lower-footer .left-col p {
	margin-bottom: 0;
}
.lower-page .section.lower-footer .main_lower-footer .left-col p + p {
	margin-top: 8px;
}
.lower-page .section.lower-footer .main_lower-footer .left-col {
	width: 386px;
}
.lower-page .section.lower-footer .main_lower-footer .left-col .border-wrap {
	border-top: 1px solid var(--darkgrey);
	border-bottom: 1px solid var(--darkgrey);
	padding: 41px 0 37px;
	margin-bottom: 35px;
}
.lower-page .section.lower-footer .main_lower-footer .left-col .tel-wrap {
	margin-bottom: 4px;
}
.lower-page .section.lower-footer .main_lower-footer .left-col .tel-wrap dl {
	display: flex;
	flex-direction: column;
	margin-bottom: 13px;
}
.lower-page .section.lower-footer .main_lower-footer .left-col .tel-wrap dt {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 2px;
}
.lower-page .section.lower-footer .main_lower-footer .left-col .tel-wrap dd {
	font-size: 40px;
	line-height: 1.2;
}
.lower-page .section.lower-footer .main_lower-footer .left-col .tel-wrap dd a {
	font-weight: 500;
	border-bottom: 2px solid #000;
}
.lower-page .section.lower-footer .main_lower-footer .left-col strong.red {
	font-weight: 500 !important;
	margin-top: 10px;
}
.lower-page .section.lower-footer .main_lower-footer .right-col {
	display: flex;
	flex-direction: column;
	width: 684px;
	max-width: calc(100% - 406px);
	padding-top: 44px;
}
.lower-page .section.lower-footer .main_lower-footer .right-col a + a {
	display: inline-block;
	margin-top: 15px;
}
.lower-page .section.lower-footer .after_lower-footer {
	position: relative;
	height: 50px;
}
.lower-page .section.lower-footer .after_lower-footer::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--lightgrey);
	z-index: 1;
}
.lower-page .section.lower-footer .after_lower-footer::after {
	position: absolute;
	content: '';
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 52px;
	background-image: url("../img/common/lower-footer/contact-bottom-bg.svg");
	background-repeat: repeat-x;
	background-position: center top;
	z-index: 2;
}
@media (min-width: 992px) {
	.lower-page .section.lower-footer .main_lower-footer .right-col .pc-wrap {
		display: block;
	}
	.lower-page .section.lower-footer .main_lower-footer .right-col .md-wrap {
		display: none;
	}
}
@media (max-width: 1199px) {
	.lower-page.lower-about-page .section.lower-footer .before_lower-footer::before {
		background-position: left bottom;
	}
}
@media (max-width: 991px) {
	.lower-page .section.lower-footer .main_lower-footer .left-col {
		width: 45%;
		min-width: 330px;
		max-width: none;
	}
	.lower-page .section.lower-footer .main_lower-footer .right-col {
		width: 45%;
		max-width: 350px;
	}
	.lower-page .section.lower-footer .main_lower-footer .right-col .pc-wrap {
		display: none;
	}
	.lower-page .section.lower-footer .main_lower-footer .right-col .md-wrap {
		display: block;
	}
	.lower-page .section.lower-footer .main_lower-footer .right-col .md-wrap a + a {
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.lower-page .section.lower-footer .before_lower-footer {
		height: 130px;
	}
	.lower-page.lower-about-page .section.lower-footer .before_lower-footer {
		height: 410px;
	}
	.lower-page.lower-about-page .section.lower-footer .before_lower-footer::before {
		width: 874px;
		height: 410px;
		background-position: left bottom;
		background-size: 874px;
	}
	.lower-page .section.lower-footer .before_lower-footer::after {
		background-size: 800px;
	}
	.lower-page .section.lower-footer .main_lower-footer {
		padding-top: 60px;
	}
	.lower-page .section.lower-footer .main_lower-footer .section__title .en {
		margin-bottom: 10px;
	}
	.lower-page .section.lower-footer .main_lower-footer .container {
		flex-direction: column;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col,
	.lower-page .section.lower-footer .main_lower-footer .right-col {
		width: 100%;
		min-width: auto;
		text-align: center;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col .section__title h2.title {
		margin-bottom: 23px;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col .border-wrap {
		padding: 24px 0 23px;
		margin-bottom: 24px;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col .bnr-col-sp {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 38px;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col .bnr-col-sp a {
		display: inline-block;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col .bnr-col-sp a + a {
		margin-top: 20px;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col .tel-wrap dl {
		margin-bottom: 10px;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col .tel-wrap dl + dl {
		margin-top: 20px;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col .tel-wrap dt {
		font-size: 18px;
		margin-bottom: 0;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col p + p {
		margin-top: 0;
	}
	.lower-page .section.lower-footer .main_lower-footer .left-col strong.red,
	.lower-page .section.lower-footer .main_lower-footer .left-col span.darkgrey {
		font-size: 12px;
	}
	.lower-page .section.lower-footer .after_lower-footer::after {
		top: 0;
		bottom: inherit;
		height: 25px;
		background-position: center top;
		background-size: auto 100%;
	}
}
@media (max-width: 575px) {
	.lower-page.lower-about-page .section.lower-footer .before_lower-footer {
		height: 305px;
	}
	.lower-page.lower-about-page .section.lower-footer .before_lower-footer::before {
		width: 652px;
		height: 307px;
		background-size: 652px;
	}
}
@media (max-width: 360px) {
	.lower-page .section.lower-footer .main_lower-footer .left-col .tel-wrap dd {
		font-size: 36px;
	}
}

/* bnr */
.lower-page .section.lower-bnr-footer {
	position: relative;
	padding-top: 115px;
	padding-bottom: 110px;
	margin-bottom: -1px;
}
.lower-page .section.lower-bnr-footer::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: var(--lightgrey);
	z-index: -2;
}
.lower-page .section.lower-bnr-footer::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
	background-image: url("../img/common/lower-footer/footer-bnr-bg.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
	z-index: -1;
}
.lower-page.lower-about-page .section.lower-bnr-footer::after {
	background-image: url("../img/common/lower-footer/footer-bnr-bg-grey.svg");
}
.lower-page .section.lower-bnr-footer .bnr__inner {
	display: flex;
	justify-content: space-between;
}
.lower-page .section.lower-bnr-footer .bnr__inner a {
	display: inline-block;
	max-width: calc((100% - 80px) / 3);
}
@media (max-width: 991px) {
	.lower-page .section.lower-bnr-footer .bnr__inner a {
		max-width: calc((100% - 40px) / 3);
	}
}
@media (max-width: 767px) {
	.lower-page .section.lower-bnr-footer {
		padding-top: 40px;
		padding-bottom: 90px;
		overflow: hidden;
	}
	.lower-page .section.lower-bnr-footer::before {
		bottom: 130px;
	}
	.lower-page .section.lower-bnr-footer::after {
		bottom: 130px;
	}
	.lower-page.lower-about-page .section.lower-bnr-footer::after {
		bottom: -1px;
		left: -1px;
		right: 0;
		transform: none;
		background-image: url("../img/common/lower-footer/footer-bnr-bg-grey-sp.svg");
	}
	.lower-page .section.lower-bnr-footer .bnr__inner {
		flex-direction: column;
		align-items: center;
		margin: 0 15px;
	}
	.lower-page .section.lower-bnr-footer .bnr__inner a {
		max-width: 400px;
	}
	.lower-page .section.lower-bnr-footer .bnr__inner a + a {
		margin-top: 16px;
	}
}

/* ------------------------------ */
/* .swiper__lower */
/* ------------------------------ */

@media (min-width: 768px) {
	.swiper__lower .swiper-lower-nav {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.swiper__lower__wrap {
		overflow: hidden;
	}
	.swiper__lower {
		overflow: visible;
		margin: 0 auto;
	}
}

/* ------------------------------ */
/* ページネーション */
/* ------------------------------ */

/* 1. ページネーション全体の配置リセット（必要に応じて） */
.lower-page .swiper-pagination {
	position: relative !important;
	/* スライダーの下に置く場合 */
	bottom: 0 !important;
	margin: 0;
}

/* 2. ドット（数字）自体のリセットとスタイル設定 */
.lower-page .swiper-pagination-bullet {
	all: unset;
	/* 標準の丸いスタイルをすべて解除 */
	cursor: pointer;
	display: inline-block;
	margin: 0 10px !important;
	/* 数字同士の間隔 */

	/* 数字の見た目 */
	font-size: 16px;
	font-family: sans-serif;
	color: #999;
	/* 通常時の色 */
	transition: color 0.3s;
}

/* Swiperが強制付与する不透明度をリセット */
.lower-page .swiper-pagination-bullet {
	opacity: 1 !important;
}

/* カスタマイズ */
.lower-page .swiper-pagination {
	position: relative;
	display: flex;
}
.lower-page .swiper-pagination::after {
	display: none;
}
.lower-page .swiper-pagination-bullet {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d8d9d9;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	font-size: 0;
	line-height: 1;
	margin: 0 8px !important;
	z-index: 1;
}
.lower-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #9d9fa1;
}

/* ------------------------------ */
/* Swiperの矢印ボタン リセットCSS */
/* ------------------------------ */

/* 1. 本体（枠、背景、配置など）のリセット */
.lower-page .swiper-button-prev,
.lower-page .swiper-button-next {
	all: unset;
	/* 標準のスタイル（ボタンの枠線など）を解除 */
	position: static;
	/* デフォルトの absolute を解除（自由に配置可能に） */
	margin: 0;
	/* デフォルトの margin-top を解除 */
	width: auto;
	/* デフォルトの width (27px等) を解除 */
	height: auto;
	/* デフォルトの height (44px等) を解除 */
	cursor: pointer;
	/* divタグに変更したため、クリックできるカーソルを明示 */
	display: inline-block;
	/* 横並びにするなど、扱いやすいdisplayに変更 */
}
.lower-page .swiper-button-prev svg,
.lower-page .swiper-button-next svg {
	display: none !important;
}
/* 2. Swiper標準の「青い矢印アイコン」を消去（最重要） */
.lower-page .swiper-button-prev::after,
.lower-page .swiper-button-next::after {
	content: none;
	/* アイコンを完全に非表示にする */
}
/* 3. 無効時（最初/最後のスライド到達時）のスタイルリセット */
.lower-page .swiper-button-disabled {
	opacity: 0.3;
	/* デフォルトで薄くなるのを好みに変更可能（不要なら 1 に） */
	cursor: default;
	/* クリックできないカーソルにする */
	pointer-events: none;
	/* クリックイベントを無効化 */
}

/* カスタマイズ */
.lower-page .section .swiper-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	margin: 50px auto 0 auto;
}
.lower-page .section .swiper-button-prev,
.lower-page .section .swiper-button-next {
	position: relative;
	background-color: #000000;
	border-radius: 50%;
	width: 46px;
	height: 46px;
}
.lower-page .section .swiper-button-prev::after,
.lower-page .section .swiper-button-next::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "Material Symbols Sharp";
	content: "\ef7d";
	color: #ffffff;
	font-size: 24px;
}
.lower-page .section .swiper-button-next::after {
	content: "\e941";
}
.lower-page .section .swiper-pagination {
	flex: 1;
	padding: 0 30px;
}
@media (max-width: 767px) {
	

}

/* ------------------------------ */
/* .lower-service01-page 就労継続支援B型 */
/* ------------------------------ */
.lower-service01-page .section.maintitle {
	background-color: var(--green);
}
.lower-service01-page .section.maintitle h1.title {
	color: #fff;
}

.lower-service01-page .section.maintitle .section__img .bird {
	display: inline-block;
	position: absolute;
	top: -73px;
	left: calc(50% + 416px);
	z-index: 2;
}
@media (max-width: 1199px) {
	.lower-service01-page .section.maintitle .section__img .bird {
		left: inherit;
		right: 35px;
	}
}
@media (min-width: 768px) {
	.lower-service01-page .section.maintitle .section__img {
		background-image: url("../img/service01/main-img-pc.jpg");
	}
}
@media (max-width: 767px) {
	.lower-service01-page .section.maintitle .section__img {
		background-image: url("../img/service01/main-img-sp.jpg");
	}
	.lower-service01-page .section.maintitle .section__img .bird {
		top: -32px;
	}
	.lower-service01-page .section.maintitle .section__img .bird img {
		width: 78px;
	}
}

.lower-service01-page .section.about01 {
	position: relative;
	padding-top: 135px;
}
.lower-service01-page .section.about01::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 71px;
	background-image: url("../img/service01/about01-top-cloud.svg");
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
}
.lower-service01-page .section.about01::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 300px;
	left: 0;
	right: 0;
	background-color: var(--lightgrey);
	z-index: -2;
}
.lower-service01-page .section.about01 .section__title h2.title {
	margin-bottom: 25px;
}
.lower-service01-page .section.about01 .about01__inner {
	position: relative;
}
.lower-service01-page .section.about01 .about01__inner::after {
	position: absolute;
	content: '';
	bottom: 143px;
	right: 0;
	display: inline-block;
	width: 100%;
	height: 687px;
	background-image: url("../img/service01/about01-middle-bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 1182px;
	z-index: -1;
}
.lower-service01-page .section.about01 .about01__inner .lead {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 42px;
}
.lower-service01-page .section.about01 .about01__inner .cloud {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 282px;
	height: 100px;
	background-image: url("../img/service01/about01-content-cloud.svg");
	background-position: center;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: 700;
}
.lower-service01-page .section.about01 .about01__inner .cloud.cloud02 {
	transform: translateX(240px) translateY(-28px);
}
.lower-service01-page .section.about01 .about01__inner .wrap__message {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1155px;
	margin: 33px auto 0;
}
.lower-service01-page .section.about01 .about01__inner .wrap__message .box__text {
	position: relative;
	width: calc(100% - 311px);
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	padding: 37px 48px 36px 50px;
}
.lower-service01-page .section.about01 .about01__inner .wrap__message .box__text::after {
	position: absolute;
	top: calc(50% - 19px);
	right: -32px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 32px;
	border-color: transparent transparent transparent #fff;
}
.lower-service01-page .section.about01 .about01__inner .wrap__message .box__text .lead {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 13px;
}
.lower-service01-page .section.about01 .about01__inner .wrap__message .box__text p {
	line-height: 1.625;
	margin-bottom: 0;
}
.lower-service01-page .section.about01 .about01__inner .wrap__message .icon {
	width: 255px;
}
.lower-service01-page .section.about01 .container-fluid.bottom {
	position: relative;
	height: 175px;
}
.lower-service01-page .section.about01 .container-fluid.bottom::before {
	position: absolute;
	top: -144px;
	left: 0;
	right: 0;
	content: '';
	height: 319px;
	background-image: url("../img/service01/about01-bottom-bg.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.lower-service01-page .section.about01 .container-fluid.bottom .icon {
	position: absolute;
	bottom: -85px;
	left: 50%;
	transform: translateX(-50% + 37px);
	display: inline-block;
}
@media (max-width: 1199px) {
	.lower-service01-page .section.about01 .about01__inner::after {
		background-size: 1000px;
		background-position: right -80px bottom;
		margin-right: -50px;
	}
}
@media (max-width: 767px) {
	.lower-service01-page .section.about01 {
		padding-top: 90px;
	}
	.lower-service01-page .section.about01::after {
		bottom: 303px;
	}
	.lower-service01-page .section.about01 .section__title {
		text-align: center;
	}
	.lower-service01-page .section.about01 .section__title .en {
		font-size: 14px;
		margin-bottom: 0;
	}
	.lower-service01-page .section.about01 .section__title h2.title {
		margin-bottom: 15px;
	}
	.lower-service01-page .section.about01 .about01__inner::after {
		display: none;
	}
	.lower-service01-page .section.about01 .about01__inner .lead {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}
	.lower-service01-page .section.about01 .about01__inner .cloud {
		width: 201px;
		height: 71px;
		font-size: 15px;
	}
	.lower-service01-page .section.about01 .about01__inner .cloud.cloud01 {
		margin-left: 10%;
	}
	.lower-service01-page .section.about01 .about01__inner .cloud.cloud02 {
		transform: none;
		margin: 3px 10% 0 auto;
	}
	.lower-service01-page .section.about01 .about01__inner .wrap__message {
		position: relative;
		flex-direction: column-reverse;
		padding: 0 5px;
		margin-top: 75px;
	}
	.lower-service01-page .section.about01 .about01__inner .wrap__message::before {
		position: absolute;
		top: 150px;
		left: -10px;
		right: -10px;
		content: '';
		height: 82px;
		background-image: url("../img/service01/about01-bottom-bg.svg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
	}
	.lower-service01-page .section.about01 .about01__inner .wrap__message::after {
		position: absolute;
		content: '';
		top: -50px;
		right: -4px;
		display: inline-block;
		width: 373px;
		height: 203px;
		background-image: url("../img/service01/about01-middle-bg.png");
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: -1;
	}
	.lower-service01-page .section.about01 .about01__inner .wrap__message .icon {
		width: 140px;
	}
	.lower-service01-page .section.about01 .about01__inner .wrap__message .box__text {
		width: 100%;
		padding: 32px 20px 23px;
		margin-top: 37px;
	}
	.lower-service01-page .section.about01 .about01__inner .wrap__message .box__text::after {
		top: -30px;
		right: inherit;
		left: 50%;
		border-width: 16px 0 16px 28px;
		transform: translateX(-50%) rotate(-90deg);
	}
	.lower-service01-page .section.about01 .about01__inner .wrap__message .box__text .section__title {
		text-align: left;
	}
	.lower-service01-page .section.about01 .about01__inner .wrap__message .box__text .lead {
		font-size: 20px;
		text-align: left;
		margin-bottom: 10px;
	}
	.lower-service01-page .section.about01 .container-fluid.bottom {
		height: 185px;
	}
	.lower-service01-page .section.about01 .container-fluid.bottom::before {
		display: none;
	}
	.lower-service01-page .section.about01 .container-fluid.bottom .icon {
		bottom: 26px;
		left: inherit;
		right: 42px;
	}
	.lower-service01-page .section.about01 .container-fluid.bottom .icon img {
		width: 141px;
	}
}
@media (max-width: 575px) {
	.lower-service01-page .section.about01 .about01__inner .cloud.cloud01 {
		margin-left: 10px;
	}
	.lower-service01-page .section.about01 .about01__inner .cloud.cloud02 {
		transform: none;
		margin: 3px 10px 0 auto;
	}
}

.lower-service01-page .section.about02 {
	position: relative;
	padding-top: 185px;
	padding-bottom: 122px;
}
.lower-service01-page .section.about02 .section__title h2.title {
	margin-bottom: 50px;
}
.lower-service01-page .about02__inner .swiper-slide {
	display: block;
	max-width: 365px;
	margin: 0;
}
.lower-service01-page .about02__inner .swiper-slide figcaption {
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	border: 0.5px solid var(--darkgrey);
	border-radius: 32px;
	margin-top: 20px;
	padding: 16px 20px 16px;
}
.lower-service01-page .about02__inner .swiper-slide figcaption {
	background-color: rgba(0, 195, 130, .2);
}
.lower-service01-page .about02__inner .swiper-slide figcaption.bg-yellow {
	background-color: rgba(255, 215, 130, .2);
}
@media (min-width: 768px) {
	.lower-service01-page .about02__inner .swiper-wrapper {
		display: flex;
		justify-content: space-between;
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.lower-service01-page .about02__inner .swiper-slide {
		width: 33.33%;
		padding: 0 10px;
	}
}
@media (max-width: 991px) {
	.lower-service01-page .about02__inner .swiper-slide figcaption {
		font-size: 18px;
		padding: 14px 15px 14px;
		margin-top: 20px;
	}
}
@media (max-width: 767px) {
	.lower-service01-page .section.about02 {
		padding: 0;
	}
	.lower-service01-page .section.about02 .swiper__lower__wrap {
		margin: 0 -10px;
	}
	.lower-service01-page .section.about02 .swiper__lower {
		width: 90%;
		max-width: 345px;
	}
}

.lower-service01-page .section.voice {
	position: relative;
	padding-bottom: 162px;
}
.lower-service01-page .section.voice::after {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: -298px;
	width: 100%;
	height: 720px;
	background-image: url("../img/service01/voice-bottom-bg.svg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.lower-service01-page .section.voice .section__title h2.title {
	margin-bottom: 50px;
}
.lower-service01-page .voice__inner　{
	margin-top: 60px;
}
.lower-service01-page .voice__inner .swiper-slide {
	height: auto !important;
	display: flex;
	max-width: 365px;
}
.lower-service01-page .section.voice .voice__inner dl.card {
	height: 100%;
	background-color: #fff;
	border: 0.5px solid var(--darkgrey);
	border-radius: 40px;
	box-shadow: 0px 0px 10px rgba(0, 190, 135, .2);
	padding: 10px 25px 58px;
	margin-bottom: 0;
}
.lower-service01-page .section.voice .voice__inner dl.card dt {
	text-align: center;
	margin-bottom: 27px;
}
.lower-service01-page .section.voice .voice__inner dl.card dd .heading {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 5px;
}
.lower-service01-page .section.voice .voice__inner dl.card dd .age {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
.lower-service01-page .section.voice .voice__inner dl.card dd .txt {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.lower-service01-page .section.voice .voice__inner .swiper-wrapper {
		display: flex;
		justify-content: space-between;
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.lower-service01-page .section.voice .voice__inner .swiper-slide {
		width: 33.33%;
		padding: 0 10px;
	}
}
@media (max-width: 767px) {
	.lower-service01-page .section.voice {
		padding: 90px 0 80px 0;
	}
	.lower-service01-page .section.voice::before {
		position: absolute;
		content: "";
		background-color: var(--lightgrey);
		bottom: 0;
		left: 0;
		right: 0;
		height: 100px;
	}
	.lower-service01-page .section.voice::after {
		bottom: 50px;
		height: 300px;
		background-size: 150%;
	}
	.lower-service01-page .section.voice .swiper__lower__wrap {
		margin: 0 -10px;
	}
	.lower-service01-page .section.voice .swiper__lower {
		width: 100%; 
		max-width: 345px;
	}
	.lower-service01-page .section.voice .voice__inner dl.card {
		width: 100%;
		max-width: 100%;
		padding: 10px 20px 58px 23px;
	}
	.lower-service01-page .section.voice .voice__inner .swiper-rules .swiper-slide dl dt {
		height: inherit;
	}
}

.lower-service01-page .section.scroll {
	padding-bottom: 160px;
}
.lower-service02-page .section.scroll {
	padding-bottom: 360px;
}
@media (max-width: 767px) {
	.lower-service01-page .section.scroll {
		padding-bottom: 95px;
	}
	.lower-service02-page .section.scroll {
		padding-bottom: 228px;
	}
}

.lower-service01-page .section.day-flow {
	background-color: var(--lightgrey);
	padding-top: 0;
	padding-bottom: 352px;
}
.lower-service01-page .section.day-flow .section__title h2.title {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.lower-service01-page .section.day-flow .section__title h2.title .clock {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding-left: 68px;
}
.lower-service01-page .section.day-flow .section__title h2.title .clock::before {
	position: absolute;
	left: 30px;
	content: url("../img/service01/day-flow-clock.svg");
	width: 25px;
}
.lower-service01-page .section.day-flow .day-flow__inner {

}
.lower-service01-page .section.day-flow .day-flow__inner .row {
	display: flex;
	justify-content: space-between;
}
.lower-service01-page .section.day-flow .day-flow__inner .row.row01 {
	margin-bottom: 50px;
}
.lower-service01-page .section.day-flow .day-flow__inner .block_text {
	width: 393px;
	max-width: 32%;
}
.lower-service01-page .section.day-flow .day-flow__inner .block_text .title + p {
	margin-bottom: 40px;
}
.lower-service01-page .section.day-flow .day-flow__inner .block_text .clock_icon {
	position: relative;
	display: inline-block;
	padding-left: 33px;
}
.lower-service01-page .section.day-flow .day-flow__inner .block_text .clock_icon::before {
	position: absolute;
	left: 0;
	content: url("../img/service01/day-flow-clock.svg");
	width: 25px;
}
.lower-service01-page .section.day-flow .day-flow__inner .block_text h3.title {
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 30px;
}
.lower-service01-page .section.day-flow .day-flow__inner .block_timetable {
	width: 352px;
	max-width: 30%;
}
.lower-service01-page .section.day-flow .day-flow__inner .block_ph {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 456px;
	max-width: 35%;
}
.lower-service01-page .section.day-flow .swiper__lower__wrap figure {
	margin: 0;
}
.lower-service01-page .section.day-flow .swiper__lower__wrap figure img {
	border-radius: 40px;
}
.lower-service01-page .section.day-flow .day-flow__inner .etc {
	background-color: #fff;
	font-size: 20px;
	text-align: center;
	border-radius: 40px;
	padding: 25px 30px 24px;
	margin: 30px 0 0 0;
	box-shadow: inset 6px 6px rgb(245 245 245 / 0.8);
}
@media (min-width: 768px) {
	.lower-service01-page .section.day-flow .swiper__lower .swiper-wrapper {
		justify-content: space-between;
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	.lower-service01-page .section.day-flow .swiper__lower .swiper-slide {
		width: 33.33%;
		max-width: 430px;
		padding: 0 10px;
	}
}
@media (max-width: 991px) {
	.lower-service01-page .section.day-flow .section__title {
		
	}
	.lower-service01-page .section.day-flow .day-flow__inner .row.row01 {
		flex-direction: column;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_text {
		width: 100%;
		max-width: inherit;
		text-align: center;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_timetable {
		max-width: 100%;
		margin: 0 auto;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_ph {
		flex-direction: row;
		width: 100%;
		max-width: inherit;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_ph figure {
		width: calc(50% - 11px);
		margin-top: 14px;
	}
}
@media (max-width: 767px) {
	.lower-service01-page .section.day-flow {
		padding-bottom: 220px;
	}
	.lower-service01-page .section.day-flow .section__title {
		text-align: center;
	}
	.lower-service01-page .section.day-flow .section__title h2.title {
		flex-direction: column;
		margin-bottom: 54px;
	}
	.lower-service01-page .section.day-flow .section__title h2.title .clock {
		font-size: 12px;
		padding-left: 55px;
		margin-top: 10px;
	}
	.lower-service01-page .section.day-flow .section__title h2.title .clock::before {
		width: 20px;
		top: -2px;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .row.row01 {
		padding-bottom: 0;
		margin-bottom: 70px;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_text {
		text-align: center;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_text h3.title {
		font-size: 24px;
		margin-bottom: 8px;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_text .clock_icon {
		padding-left: 28px;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_text .clock_icon::before {
		width: 20px;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_text .title + p {
		line-height: 1.4;
		margin-bottom: 8px;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .block_timetable {
		margin: 0 auto;
	}
	.lower-page .block_timetable .schedule-wrap::before {
		width: 126px;
		height: 30px;
		border-bottom-left-radius: 16px;
		border-bottom-right-radius: 16px;
	}
	.lower-page .block_timetable .schedule-wrap::after {
		width: 126px;
	}
	.lower-page .block_timetable .schedule-wrap .schedule-inner {
		padding: 0 36px;
	}
	.lower-page .block_timetable .schedule-wrap .schedule-row {
		padding: 14px 0 13px;
	}
	.lower-page .block_timetable .schedule-wrap .schedule-row--first {
		padding: 80px 0 5px;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .row.row02.pc {
		display: none;
	}
	.lower-service01-page .section.day-flow .swiper__lower__wrap {
		padding-top: 40px;
		margin: 0 -10px;
	}
	.lower-service01-page .section.day-flow .swiper__lower {
		position: relative;
		width: 90%;
		max-width: 310px;
	}
	.lower-service01-page .section.day-flow .swiper__lower .swiper-slide {
		width: 90%;
		max-width: 310px;
		transition: 0.3s;
	}
	.lower-service01-page .section.day-flow .swiper__lower .swiper-slide-active {
		transform: translateY(-40px);
	}
	.lower-service01-page .section.day-flow .swiper__lower .swiper-nav {
		position: absolute;
		top: 50%;
		transform: translateY(-90px);
		width: 100%;
		z-index: 10;
	}
	.lower-service01-page .section.day-flow .swiper__lower .swiper-button-prev,
	.lower-service01-page .section.day-flow .swiper__lower .swiper-button-next {
		position: absolute;
		left: -20px;
		background-color: var(--green);
	}
	.lower-service01-page .section.day-flow .swiper__lower .swiper-button-next {
		left: auto;
		right: -20px;
	}
	.lower-service01-page .section.day-flow .day-flow__inner .etc {
		font-size: 16px;
		padding: 14px 20px 13px;
	}
}

.lower-service01-page .section.flow {
	background-color: var(--lightgrey);
	padding-top: 152px;
	padding-bottom: 48px;
}
.lower-service01-page .section.flow .flow__inner {
	margin-top: 55px;
}
@media (max-width: 767px) {
	.lower-service01-page .section.flow {
		padding-top: 72px;
		padding-bottom: 0;
	}
	.lower-service01-page .section.flow .flow__inner {
		margin-top: 52px;
	}
}

/* ------------------------------ */
/* .lower-service02-page 放課後等デイサービス */
/* ------------------------------ */
.lower-service02-page {
}
.lower-service02-page .section.maintitle {
	background-color: var(--orange);
}
.lower-service02-page .section.maintitle h1.title {
	color: #fff;
}
.lower-service02-page .section.maintitle .section__img {
	background-image: url("../img/service02/main-img-pc.jpg");
}
.lower-service02-page .section.maintitle .section__img .bird {
	display: inline-block;
	position: absolute;
	top: -73px;
	left: calc(50% + 416px);
	z-index: 2;
}
@media (max-width: 1199px) {
	.lower-service02-page .section.maintitle .section__img .bird {
		left: inherit;
		right: 35px;
	}
}
@media (min-width: 768px) {
	.lower-service02-page .section.maintitle .section__img {
		background-image: url("../img/service02/main-img-pc.jpg");
	}
}
@media (max-width: 767px) {
	.lower-service02-page .section.maintitle .section__img {
		background-image: url("../img/service02/main-img-sp.jpg");
	}
	.lower-service02-page .section.maintitle .section__img .bird {
		top: -34px;
	}
	.lower-service02-page .section.maintitle .section__img .bird img {
		width: 78px;
	}
}

.lower-service02-page .section.about01 {
	position: relative;
	padding-top: 130px;
}
.lower-service02-page .section.about01::before {
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 100%;
	height: 71px;
	background-image: url("../img/service01/about01-top-cloud.svg");
	background-position: center top;
	background-repeat: no-repeat;
	z-index: -1;
}
.lower-service02-page .section.about01::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 300px;
	left: 0;
	right: 0;
	background-color: var(--lightgrey);
	z-index: -2;
}
.lower-service02-page .section.about01 .about01__inner {
	position: relative;
}
.lower-service02-page .section.about01 .about01__inner::after {
	position: absolute;
	content: '';
	bottom: 110px;
	right: 0;
	width: 100%;
	height: 687px;
	background-image: url("../img/service02/about01-middle-bg.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 1182px;
	z-index: -1;
	margin-right: -50px;
}
.lower-service02-page .section.about01 .about01__inner .lead {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 33px;
}
.lower-service02-page .section.about01 .about01__inner .d-flex {
	display: flex;
	align-items: center;
}
.lower-service02-page .section.about01 .about01__inner .cloud {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 225px;
		height: 82px;
		background-image: url(../img/service01/about01-content-cloud.svg);
		background-position: center;
		background-repeat: no-repeat;
		font-size: 18px;
		font-weight: 700;
}
.lower-service02-page .section.about01 .about01__inner .d-flex p {
	line-height: 1.875;
	margin-left: 23px;
	margin-bottom: 0;
}
.lower-service02-page .section.about01 .about01__inner .d-flex + .d-flex {
	margin-top: 28px;
}
.lower-service02-page .section.about01 .about01__inner .wrap__message {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1060px;
	margin: 70px auto 0;
}
.lower-service02-page .section.about01 .about01__inner .wrap__message .box__text {
	position: relative;
	width: calc(100% - 311px);
	background-color: #fff;
	border-radius: 40px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	padding: 37px 48px 36px 50px;
}
.lower-service02-page .section.about01 .about01__inner .wrap__message .box__text::after {
	position: absolute;
	top: calc(50% - 19px);
	right: -32px;
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0 19px 32px;
	border-color: transparent transparent transparent #fff;
}
.lower-service02-page .section.about01 .about01__inner .wrap__message .box__text .lead {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 13px;
}
.lower-service02-page .section.about01 .about01__inner .wrap__message .box__text p {
	line-height: 1.625;
	margin-bottom: 0;
}
.lower-service02-page .section.about01 .about01__inner .wrap__message .icon {
	width: 255px;
}
.lower-service02-page .section.about01 .container-fluid.bottom {
	position: relative;
	height: 196px;
}
.lower-service02-page .section.about01 .container-fluid.bottom::before {
	position: absolute;
	top: -120px;
	left: 0;
	right: 0;
	content: '';
	height: 315px;
	background-image: url("../img/service02/about01-bottom-bg.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}
.lower-service02-page .section.about01 .container-fluid.bottom .icon {
	position: absolute;
	bottom: -82px;
	left: 50%;
	transform: translateX(-50% + 37px);
	display: inline-block;
}
@media (max-width: 1399px) {
	.lower-service02-page .section.about01 .about01__inner::after {
		background-size: 1000px;
		background-position: right -80px bottom;
	}
}
@media (max-width: 767px) {
	.lower-service02-page .section.about01 {
		padding-top: 80px;
	}
	.lower-service02-page .section.about01::after {
		bottom: 303px;
	}
	.lower-service02-page .section.about01 .section__title {
		text-align: center;
		margin-bottom: 12px;
	}
	.lower-service02-page .section.about01 .section__title .en {
		font-size: 14px;
		margin-bottom: 0;
	}
	.lower-service02-page .section.about01 .about01__inner .lead {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}
	.lower-service02-page .section.about01 .about01__inner .d-flex {
		flex-direction: column;
	}
	.lower-service02-page .section.about01 .about01__inner .d-flex + .d-flex {
		margin-top: 20px;
	}
	.lower-service02-page .section.about01 .about01__inner .cloud {
		width: 201px;
		height: 71px;
		font-size: 15px;
		margin-bottom: 10px;
	}
	.lower-service02-page .section.about01 .about01__inner .d-flex p {
		text-align: center;
		line-height: 1.7;
		margin-left: 0;
	}
	.lower-service02-page .section.about01 .about01__inner .d-flex p span {
		font-size: 12px;
	}
	.lower-service02-page .section.about01 .about01__inner::after {
		display: none;
	}
	.lower-service02-page .section.about01 .about01__inner .lead {
		font-size: 18px;
		text-align: center;
		margin-bottom: 20px;
	}
	.lower-service02-page .section.about01 .about01__inner .cloud.cloud02 {
		transform: none;
		margin: 3px auto 10px;
	}
	.lower-service02-page .section.about01 .about01__inner .wrap__message {
		position: relative;
		flex-direction: column-reverse;
		padding: 0 5px;
		margin-top: 100px;
	}
	.lower-service02-page .section.about01 .about01__inner .wrap__message::before {
		position: absolute;
		top: 150px;
		left: -10px;
		right: -10px;
		content: '';
		height: 82px;
		background-image: url("../img/service02/about01-bottom-bg.svg");
		background-position: center top;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
	}
	.lower-service02-page .section.about01 .about01__inner .wrap__message::after {
		position: absolute;
		content: '';
		top: -50px;
		right: -4px;
		display: inline-block;
		width: 373px;
		height: 203px;
		background-image: url("../img/service02/about01-middle-bg.png");
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: -1;
	}
	.lower-service02-page .section.about01 .about01__inner .wrap__message .icon {
		width: 140px;
	}
	.lower-service02-page .section.about01 .about01__inner .wrap__message .box__text {
		width: 100%;
		padding: 32px 20px 25px;
		margin-top: 37px;
	}
	.lower-service02-page .section.about01 .about01__inner .wrap__message .box__text::after {
		top: -25px;
		right: inherit;
		left: 50%;
		border-width: 16px 0 16px 24px;
		transform: translateX(-50%) rotate(-90deg);
	}
	.lower-service02-page .section.about01 .about01__inner .wrap__message .box__text .section__title {
		text-align: left;
	}
	.lower-service02-page .section.about01 .about01__inner .wrap__message .box__text .lead {
		font-size: 20px;
		line-height: 1.3;
		text-align: left;
		margin-bottom: 10px;
	}
	.lower-service02-page .section.about01 .container-fluid.bottom {
		height: 180px;
	}
	.lower-service02-page .section.about01 .container-fluid.bottom::before {
		display: none;
	}
	.lower-service02-page .section.about01 .container-fluid.bottom .icon {
		bottom: 26px;
		left: inherit;
		right: 42px;
	}
	.lower-service02-page .section.about01 .container-fluid.bottom .icon img {
		width: 141px;
	}

}

.lower-service02-page .section.program01 {
	padding-top: 200px;
	padding-bottom: 185px;
}
.lower-service02-page .section.program01 .program-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.lower-service02-page .section.program01 .program-wrap .inner-text {
	width: 800px;
	max-width: 100%;
}
.lower-service02-page .section.program01 h3.title {
	font-size: 22px;
	margin-bottom: 0;
}
.lower-service02-page .section.program01 .program-wrap .inner-text p {
	line-height: 1.8;
	margin-bottom: 0;
}
.lower-service02-page .section.program01 .program-wrap .inner-figure {
	width: 345px;
}
.lower-service02-page .section.program01 .program-wrap .inner-figure figure {
	border: 3px solid var(--red);
	border-radius: 30px;
	margin-bottom: 0;
}
.lower-service02-page .section.program01 .program-wrap .inner-figure .figcaption {
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
.lower-service02-page .section.program01 .curriculum__inner {
	margin-top: 32px;
}
.lower-service02-page .section.program01 .curriculum__inner h3.title {
	margin-bottom: 30px;
}
.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul {
	list-style: none;
	display: flex;
	padding-left: 0;
	margin-bottom: 0;
}
.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc((100% + 5px) / 6);
	min-height: 100px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border: 1px solid var(--darkgrey);
	border-radius: 6px;
	margin-bottom: 0;
}
.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul li:not(:first-of-type) {
	margin-left: -1px;
}
.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul li:nth-child(odd) {
	color: #fff;
	background-color: var(--orange);
}
.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul li:nth-child(even) {
	color: var(--red);
	background-color: #fff;
}
@media (max-width: 1199px) {
	.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul li {
		font-size: 20px;
	}
}
@media (max-width: 991px) {
	.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul {
		flex-wrap: wrap;
	}
	.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul li {
		width: calc((100% + 2px) / 3);
	}
}
@media (max-width: 767px) {
	.lower-service02-page .section.program01 {
		padding-top: 0;
		padding-bottom: 60px;
	}
	.lower-service02-page .section.program01 .program-wrap {
		flex-direction: column;
		margin-bottom: 0;
	}
	.lower-service02-page .section.program01 h3.title {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.lower-service02-page .section.program01 .program-wrap .inner-figure {
		align-self: center;
	}
	.lower-service02-page .section.program01 .program-wrap .inner-figure figure {
		margin-top: 20px;
	}
	.lower-service02-page .section.program01 .program-wrap .inner-figure .figcaption {
		margin-bottom: 0;
	}
	.lower-service02-page .section.program01 .curriculum__inner {
		margin-top: 32px;
	}
	.lower-service02-page .section.program01 h3.title {
		font-size: 18px;
	}
	.lower-service02-page .section.program01 .curriculum__inner h3.title {
		margin-bottom: 20px;
	}
	.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul li {
		min-height: 80px;
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.lower-service02-page .section.program01 .curriculum__inner ul.curriculum_ul li {
		min-height: 54px;
		font-size: 12px;
	}
}

.lower-service02-page .section.slide {
	position: relative;
	padding-bottom: 175px;
	overflow: hidden;
}
.lower-service02-page .section.slide::after {
		position: absolute;
		content: '';
		left: 50%;
		transform: translateX(-50%);
		bottom: -300px;
		width: 100%;
		height: 720px;
		background-image: url(../img/service01/voice-bottom-bg.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		z-index: -1;
}
.lower-service02-page .section.slide h3.title {
	font-size: 24px;
	text-align: center;
	margin-bottom: 35px;
}
@media (max-width: 767px) {
	.lower-service02-page .section.slide {
		padding-bottom: 80px;
	}
	.lower-service02-page .section.slide::after {
			bottom: 0;
			width: 100%;
			height: 200px;
	}
}

/* ========================================
.mySwiper
======================================== */

.lower-service02-page .section.slide .slide__inner {
	max-width: 1380px;
	padding: 0 90px;
	margin: 0 auto;
}
.lower-service02-page .mySwiper {
	overflow: visible;
}
.lower-service02-page .mySwiper .swiper-wrapper {
	align-items: flex-end;
}
.lower-service02-page .mySwiper .swiper-slide .img_wrap {
	border-radius: 40px;
	overflow: hidden;
	transition: 0.3s;
}
.lower-service02-page .mySwiper .swiper-slide .img_wrap img {
	width: 100%;
}
.lower-service02-page .mySwiper .swiper-slide-active .img_wrap {
	border: 5px solid var(--orange);
}

@media (min-width: 768px) {
	.lower-service02-page .mySwiper .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.lower-service02-page .mySwiper .swiper-slide .img_wrap {
		width: 90%;
	}
	.lower-service02-page .mySwiper .swiper-slide-active .img_wrap {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.lower-service02-page .section.slide .slide__inner {
		padding: 0 30px;
	}
	.lower-service02-page .mySwiper .swiper-slide .img_wrap {
		transform: translateY(40px);
	}
	.lower-service02-page .mySwiper .swiper-slide-active .img_wrap {
		transform: translateY(0);
	}
}

/* ========================================
	 ナビゲーション
======================================== */

.lower-service02-page .mySwiper {
	position: relative;
}
.lower-service02-page .mySwiper .swiper-button-prev,
.lower-service02-page .mySwiper .swiper-button-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 106px;
	height: 106px;
	background-color: var(--orange);
	z-index: 10;
}
.lower-service02-page .mySwiper .swiper-button-prev {
	left: -40px;
}
.lower-service02-page .mySwiper .swiper-button-next {
	right: -40px;
}
.lower-service02-page .mySwiper .swiper-button-prev::after, 
.lower-service02-page .mySwiper .swiper-button-next::after {
	font-size: 50px;
}
@media (max-width: 1199px) {
	.lower-service02-page .mySwiper .swiper-button-prev,
	.lower-service02-page .mySwiper .swiper-button-next {
		width: 60px;
		height: 60px;
	}
	.lower-service02-page .mySwiper .swiper-button-prev {
		left: -20px;
	}
	.lower-service02-page .mySwiper .swiper-button-next {
		right: -20px;
	}
	.lower-service02-page .mySwiper .swiper-button-prev::after, 
	.lower-service02-page .mySwiper .swiper-button-next::after {
		font-size: 30px;
	}
}
@media (max-width: 991px) {
	.lower-service02-page .mySwiper .swiper-button-prev,
	.lower-service02-page .mySwiper .swiper-button-next {
		width: 40px;
		height: 40px;
	}
	.lower-service02-page .mySwiper .swiper-button-prev {
		left: -15px;
	}
	.lower-service02-page .mySwiper .swiper-button-next {
		right: -15px;
	}
	.lower-service02-page .mySwiper .swiper-button-prev::after, 
	.lower-service02-page .mySwiper .swiper-button-next::after {
		font-size: 20px;
	}
}

.lower-service02-page .section.program02 {
	position: relative;
	background-color: var(--lightgrey);
	padding-bottom: 160px;	
}
.lower-service02-page .section.program02::after {
	position: absolute;
	content: '';
	left: 50%;
	transform: translateX(-50%);
	bottom: -56px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 56px 60px 0 60px;
	border-color: var(--lightgrey) transparent transparent transparent;
	z-index: 2;
}
.lower-service02-page .section.program02 .container {
	display: flex;
	justify-content: space-between;
}
.lower-service02-page .section.program02 .container .section__title {
	margin-top: 17px;
}
.lower-service02-page .section.program02 .container .section__title h2.title {
	margin-bottom: 20px;
}
.lower-service02-page .section.program02 .container .inner_text {
	width: 490px;
	padding-top: 15px;
}
.lower-service02-page .section.program02 .container .inner_text p {
	line-height: 1.8;}
.lower-service02-page .section.program02 .container .inner_figure {
	width: 561px;
	max-width: 100%;
	margin-bottom: 0;
}
.lower-service02-page .section.program02 .container .inner_figure figure {
	margin-bottom: 0;
}
@media (max-width: 991px) {
	.lower-service02-page .section.program02 .container {
		flex-direction: column;
	}
	.lower-service02-page .section.program02 .container .inner_text {
		width: 100%;
	}
	.lower-service02-page .section.program02 .container .inner_figure {
		align-self: center;
	}
}
@media (max-width: 767px) {
	.lower-service02-page .section.program02 {
		padding-bottom: 95px;
	}
	.lower-service02-page .section.program02::after {
		bottom: -40px;
		border-width: 40px 42px 0 42px;
	}
	.lower-service02-page .section.program02 .container .section__title h2.title {
		margin-bottom: 18px;
	}
	.lower-service02-page .section.slide h3.title {
		font-size: 20px;
	}
	.lower-service02-page .section.program02 .container .inner_text p {
		line-height: 1.6;
	}
	.lower-service02-page .section.program02 .container .inner_figure figure {
		margin-top: 20px;
	}
}

.lower-service02-page .section.program03 {
	padding-top: 126px;
	padding-bottom: 118px;	
}
.lower-service02-page .section.program03 h3.title {
	font-size: 22px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.lower-service02-page .program03__inner {
	margin-top: 40px;
}
.lower-service02-page .program03__inner .flow-list {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.lower-service02-page .program03__inner .flow-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 0.5px solid var(--darkgrey);
	border-radius: 40px;
	padding: 16px 55px 16px;
}
.lower-service02-page .program03__inner .flow-item.flow-item01 {
	background-color: #f3f5ec;
}
.lower-service02-page .program03__inner .flow-item.flow-item02 {
	background-color: #fceee5;
}
.lower-service02-page .program03__inner .flow-item.flow-item03 {
	background-color: #e5f8f3;
}
.lower-service02-page .program03__inner .flow-item.flow-item04 {
	background-color: #e5f8fc;
}
.lower-service02-page .program03__inner .flow-item.flow-item05 {
	background-color: #fffbe5;
}
.lower-service02-page .program03__inner .flow-item + .flow-item {
	margin-top: 16px;
}
.lower-service02-page .program03__inner .flow-item .flow-item-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 258px;
}
.lower-service02-page .program03__inner .flow-item .flow-item-top .flow-num {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.6;
	margin-bottom: 8px;
}
.lower-service02-page .program03__inner .flow-item .flow-item-top .flow-icon-box {
	width: 164px;
}
.lower-service02-page .program03__inner .flow-item .flow-text {
	width: calc(100% - 305px);
}
.lower-service02-page .program03__inner .flow-item .flow-text h3.flow-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 8px;
}
.lower-service02-page .program03__inner .flow-item .flow-text .flow-desc {
	font-size: 16px;
	margin-bottom: 8px;
}
.lower-service02-page .program03__inner .flow-item .flow-text dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 5px;
}
.lower-service02-page .program03__inner .flow-item .flow-text dl dt.icon {
	display: inline-block;
	width: 150px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	text-align: center;
	background-color: #fff;
	border-radius: 30px;
	margin-right: 16px;
}
.lower-service02-page .program03__inner .flow-item .flow-text dl dd {
	font-weight: 700;
}
@media (min-width: 768px) {
	.lower-service02-page .program03__inner .swiper-wrapper {
		display: block;
	}
}
@media (max-width: 767px) {
	.lower-service02-page .section.program03 {
		padding-top: 110px;
		padding-bottom: 90px;
	}
	.lower-service02-page .section.program03 .section__title .maru,
	.lower-service02-page .section.program03 .section__title .title {
		text-align: center;
	}
	.lower-service02-page .section.program03 h3.title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.lower-service02-page .program03__inner {
		margin: 0 -10px;
	}
	.lower-service02-page .program03__inner .swiper__lower {
		max-width: 350px;
	}
	.lower-service02-page .program03__inner .swiper-wrapper {
		display: flex;
	}
	.lower-service02-page .program03__inner .swiper-slide {
		width: 100%;
		height: auto !important;
	}
	.lower-service02-page .program03__inner.sp .swiper-rules .swiper-slide dl {
		border: none;
		border-radius: 0;
		padding: 0;
		background-color: unset;
	}
	.lower-service02-page .program03__inner.sp .swiper-rules .swiper-slide dl dt {
		height: inherit;
		margin-right: 0;
	}
	.lower-service02-page .program03__inner .flow-item {
		flex-direction: column;
		justify-content: flex-start;
		padding: 28px 20px 28px;
	}
	.lower-service02-page .program03__inner .flow-item .flow-item-top {
		width: 100%;
		justify-content: center;
	}
	.lower-service02-page .program03__inner .flow-item .flow-item-top .flow-num {
		display: flex;
		white-space: nowrap;
		font-size: 16px;
	}
	.lower-service02-page .program03__inner .flow-item .flow-item-top .flow-num img {
		width: 30px;
		margin-left: 5px;
		margin-right: 30px;
	}
	.lower-service02-page .program03__inner .flow-item .flow-item-top .flow-icon-box {
		width: auto;
	}
	.lower-service02-page .program03__inner .flow-item .flow-item-top .flow-icon-box img {
		width: 130px;
	}
	.lower-service02-page .program03__inner .flow-item .flow-text {
		width: 100%;
		text-align: center;
		margin-top: 15px;
	}
	.lower-service02-page .program03__inner .flow-item .flow-text h3.flow-title {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.lower-service02-page .program03__inner .flow-item .flow-text .flow-desc {
		font-size: 14px;
	}
	.lower-service02-page .program03__inner .flow-item .flow-text dl {
		flex-direction: column;
		margin-top: 10px;
	}
	.lower-service02-page .program03__inner .flow-item .flow-text dl dt.icon {
		width: 120px;
		font-size: 14px;
		line-height: 1.6;
		margin-bottom: 8px;
	}
}

.lower-service02-page .section.day-flow {
	background-color: var(--lightgrey);
	padding-top: 150px;
	padding-bottom: 178px;
}
.lower-service02-page .section.day-flow .section__title h2.title {
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.lower-service02-page .section.day-flow .section__title h2.title .clock {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding-left: 68px;
}
.lower-service02-page .section.day-flow .section__title h2.title .clock::before {
	position: absolute;
	left: 30px;
	content: url("../img/service01/day-flow-clock.svg");
	width: 25px;
}
.lower-service02-page .section.day-flow .day-flow__inner {

}
.lower-service02-page .section.day-flow .day-flow__inner .row {
	display: flex;
	justify-content: space-between;
}
.lower-service02-page .section.day-flow .day-flow__inner .row.row01,
.lower-service02-page .section.day-flow .day-flow__inner .row.row02 {
	margin-bottom: 40px;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_text {
	width: 393px;
	max-width: 32%;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_text .clock_icon {
	position: relative;
	padding-left: 33px;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_text .clock_icon::before {
	position: absolute;
	left: 0;
	content: url("../img/service01/day-flow-clock.svg");
	width: 25px;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_text h3.title {
	max-width: 335px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 30px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 15px;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_text h3.title .text-small {
	font-size: 16px;
	font-weight: 400;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_text p.caution {
	padding-left: calc(1em + 36px);
	text-indent: -1.3em;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_text p.caution::before {
	content: '※';
	padding-right: 5px;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_timetable {
	width: 352px;
	max-width: 32%;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_ph {
	position: relative;
	width: 456px;
	max-width: 33%;
}
.lower-service02-page .section.day-flow .day-flow__inner .block_ph::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	border-radius: 40px;
}
.lower-service02-page .section.day-flow .day-flow__inner .row.row01 .block_ph::before {
	background-image: url("../img/service02/day-flow-ph01.jpg");
}
.lower-service02-page .section.day-flow .day-flow__inner .row.row02 .block_ph::before {
	background-image: url("../img/service02/day-flow-ph02.jpg");
}
.lower-service02-page .section.day-flow .day-flow__inner .block_ph figure {
	margin: 0;
}
.lower-service02-page .section.day-flow .day-flow__inner .row.row02 {
	margin-bottom: 35px;
}
.lower-page.lower-service02-page .block_timetable .schedule-wrap .schedule-label {
	width: calc(100% - 90px);
}
.lower-service02-page .section.day-flow .day-flow__inner .row.row03 dl {
	width: calc((100% - 32px) / 3);
	background-color: #fff;
	border: 0.5px solid var(--darkgrey);
	border-radius: 40px;
	padding: 42px 10px 47px;
} 
.lower-service02-page .section.day-flow .day-flow__inner .row.row03 dl dt {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 28px;
}
.lower-service02-page .section.day-flow .day-flow__inner .row.row03 dl dt span {
	font-size: 14px;
	font-weight: 400;
	padding-left: 0.25rem;
}
.lower-service02-page .section.day-flow .day-flow__inner .row.row03 dl dd {
	text-align: center;
}
@media (max-width: 991px) {
	.lower-service02-page .section.day-flow .day-flow__inner .row.row01,
	.lower-service02-page .section.day-flow .day-flow__inner .row.row02 {
		flex-direction: column;
		padding-bottom: 0;
		margin-bottom: 56px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .block_text {
		width: 100%;
		max-width: inherit;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .block_timetable {
		max-width: 100%;
		margin: 0 auto;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .block_ph {
		width: 100%;
		max-width: 352px;
		min-height: 240px;
		margin: 0 auto;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .block_ph::before {
		margin-top: 8px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .row.row0 {
		margin-bottom: 60px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .row.row02 {
		margin-bottom: 33px;
	}
}
@media (max-width: 767px) {
	.lower-service02-page .section.day-flow {
		padding-top: 100px;
		padding-bottom: 117px;
	}
	.lower-service02-page .section.day-flow .section__title {
		text-align: center;
	}
	.lower-service02-page .section.day-flow .section__title h2.title {
		flex-direction: column;
		margin-bottom: 54px;
	}
	.lower-service02-page .section.day-flow .section__title h2.title .clock {
		font-size: 12px;
		margin-top: 5px;
	}
	.lower-service02-page .section.day-flow .section__title h2.title .clock::before {
		width: 20px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .block_text h3.title {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .block_text h3.title .text-small {
		font-size: 14px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .block_text .clock_icon {
		margin-bottom: 5px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .block_text .clock_icon::before {
		width: 24px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .block_timetable {
		margin: 0 auto;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .row {
		flex-direction: column;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .row.row03 {
		padding-bottom: 0;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .row.row03 dl {
		width: 100%;
		padding: 40px 10px 42px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .row.row03 dl + dl {
		margin-top: -1px;
	}
	.lower-service02-page .section.day-flow .day-flow__inner .row.row03 dl dt {
		font-size: 18px;
		margin-bottom: 25px;
	}
}
@media (max-width: 575px) {
	.lower-service02-page .section.day-flow .day-flow__inner .block_ph {
		width: 352px;
		max-width: calc(100% - 40px);
		min-height: 176px;
		margin: 0	auto;
	}
}

.lower-service02-page .section.flow {
	background-color: var(--lightgrey);
	padding-top: 144px;
	padding-bottom: 98px;
}
.lower-service02-page .section.flow .flow__inner {
	margin-top: 55px;
}
@media (max-width: 767px) {
	.lower-service02-page .section.flow {
		padding-top: 71px;
		padding-bottom: 40px;
	}
	.lower-service02-page .section.flow .section__title {
		text-align: center;
	}
	.lower-service02-page .section.flow .flow__inner {
		margin-top: 52px;
	}
}

/* ------------------------------ */
/* .lower-about-page カムカムについて */
/* ------------------------------ */
.lower-about-page .section.maintitle {
	background-color: var(--yellow);
}
.lower-about-page .section.maintitle h1.title {
	color: var(--black);
}
.lower-about-page .section.maintitle .section__img {
	background-image: url("../img/about/main-img-pc.jpg");
}
.lower-about-page .section.maintitle .section__img .cloud{
	display: inline-block;
	width: 1392px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	margin-bottom: -1px;
}
@media (max-width: 991px) {
	.lower-about-page .section.maintitle .section__img .cloud {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.lower-about-page .section.maintitle .en {
		margin-bottom: 13px;
	}
	.lower-about-page .section.maintitle .section__img {
		background-image: url("../img/about/main-img-sp.jpg");
	}
	.lower-about-page .section.maintitle .section__img .cloud {
		bottom: -10px;
	}
	.lower-about-page .section.maintitle .section__img .cloud img {
		width: 100%;
	}
}

.lower-about-page .section.localnavi {
	position: relative;
	margin-bottom: -1px;
}
.lower-about-page .section.localnavi .sun {
		position: absolute;
		content: '';
		left: calc(50% + 365px);
		bottom: -15px;
		z-index: -1;
}
.lower-about-page .section.localnavi::after {
		position: absolute;
		content: '';
		left: 50%;
		transform: translateX(-50%);
		bottom: -22px;
		width: 100%;
		height: 71px;
		background-image: url(../img/about/localnavi-cloud.svg);
		background-position: center bottom;
		background-repeat: no-repeat;
		z-index: 0;
}
@media (max-width: 1109px) {
	.lower-about-page .section.localnavi .sun {
		left: inherit;
		right: 20px;
	}
}
@media (max-width: 991px) {
	.lower-page .section.localnavi .localnavi__inner {
		position: relative;
		z-index: 4;
	}
	.lower-about-page .section.localnavi .sun {
		bottom: 10px;
		z-index: 2;
	}
	.lower-about-page .section.localnavi .sun img {
		width: 103px;
	}
	.lower-about-page .section.localnavi::after {
		z-index: 3;
	}
}
@media (max-width: 767px) {
	.lower-about-page .section.localnavi::after {
			bottom: 0;
			width: 100%;
			height: 80px;
			background-image: url(../img/about/localnavi-cloud-sp.svg);
			background-repeat: no-repeat;
			background-size: 100%;
			z-index: 2;
	}
}

.lower-about-page .section.about {
	position: relative;
	background-color: var(--yellow);
	padding-top: 100px;
}
.lower-about-page .section.about .section__title {
	text-align: center;
}
.lower-about-page .section.about .section__title h2.title {
	display: flex;
	justify-content: center;
	align-items: baseline;
	margin-bottom: 60px;
}
.lower-about-page .section.about .section__title h2.title .text-small {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	padding-left: 58px;
}
.lower-about-page .section.about .section__title h2.title .text-small::before {
	position: absolute;
	content: '';
	width: 47px;
	height: 1px;
	background-color: var(--black);
	bottom: 10px;
	left: 7px;
	z-index: 1;
}
.lower-about-page .section.about .about__inner .d-flex {
	width: 1100px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 57px;
}
.lower-about-page .section.about .about__inner .d-flex .text-wrap {
	width: 530px;
	max-width: 100%;
}
.lower-about-page .section.about .about__inner .d-flex .text-wrap .question {
	position: relative;
}
.lower-about-page .section.about .about__inner .d-flex .text-wrap .question p {
	position: relative;
	display: inline-block;
	width: 528px;
	background-color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border: 4px solid var(--black);
	border-radius: 40px;
	padding: 16px;
	margin-bottom: 103px;
	z-index: 1;
}
.lower-about-page .section.about .about__inner .d-flex .text-wrap .question::before {
	position: absolute;
	content:url("../img/about/about-balloon.svg");
	width: 116px;
	top: 27px;
	right: 52px;
	z-index: 0;
}
.lower-about-page .section.about .about__inner .d-flex .text-wrap figure {
	margin-bottom: 25px;
}
.lower-about-page .section.about .about__inner .d-flex .text-wrap figure + p {
	line-height: 1.8;
	text-align: center;
	margin-bottom: 0;
}
.lower-about-page .section.about .about__inner .d-flex .ph-wrap {
	max-width: calc(100% - 550px);
	margin-top: 35px;
}
.lower-about-page .section.about .about__inner .yellow-block {
	background-color: #ffc800;
	border-radius: 40px;
	text-align: center;
	padding: 34px 30px 42px;
	margin-bottom: 60px;
}
.lower-about-page .section.about .about__inner .yellow-block p {
	line-height: 1.8;
	margin-bottom: 27px;
}
/* モーダルと背景の指定 */
.lower-about-page .section.about .about__inner .yellow-block .modal{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.7);
	padding: 0;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 100;
}
/* モーダルの擬似要素の指定 */
.lower-about-page .section.about .about__inner .yellow-block .modal:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -0.2em;
}
/* クラスが追加された時の指定 */
.lower-about-page .section.about .about__inner .yellow-block .modal.is-active{
	opacity: 1;
	visibility: visible;
}
/* モーダル内側の指定 */
.lower-about-page .section.about .about__inner .yellow-block .modal-container{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: calc(100% - 100px);
	width: 1020px;
}
/* モーダルのコンテンツ部分の指定 */
.modal-content{
	position: relative;
	text-align: left;
	line-height: 1.8;
}
.modal-content img.main {
	width: 1020px;
	max-width: 100%;
	border-radius: 40px;
}
.modal-content img.close-btn {
	position: fixed;
	top: 10%;
	right: 20px;
	width: 89px;
	z-index: 101;
}
.modal-content img.mushi {
	position: absolute;
	left: 50%;
	transform: translateX(-270px);
	bottom: -130px;
	width: 712px;
	max-width: 80%;
	z-index: 101;
}
.lower-about-page .section.about .about__inner .text-center {
	text-align: center;
	padding-bottom: 70px
}
.lower-about-page .section.about .about__inner .text-center h3 {
	font-size: 24px;
}
.lower-about-page .section.about .about__inner .text-center h3.red {
	margin-bottom: 23px;
}
.lower-about-page .section.about .about__inner .text-center h3.green {
	margin-bottom: 13px;
}
.lower-about-page .section.about .about__inner .text-center p {
	line-height: 1.85;
	margin-bottom: 0;
}
.lower-about-page .section.about .about__inner .text-center p + p {
	margin-top: 1.75rem;
}
.lower-about-page .section.about .about__inner .text-center .logo-wrap {
	margin-top: 50px;
	margin-bottom: 42px;
}
.lower-about-page .section.about .container-fluid.bottom {
	position: relative;
	background-color: #fff;
	height: 272px;
}
.lower-about-page .section.about .container-fluid.bottom::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	height: 272px;
	background-image: url("../img/about/about-bottom.svg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
.lower-about-page .section.about .container-fluid.bottom .icon {
	position: absolute;
	bottom: 56px;
	left: 50%;
	transform: translateX(-50% + 60px);
	display: inline-block;
	z-index: 2;
}
.lower-service02-page .section.about01 .about01__inner .d-flex p .hidden-br {
	display: none;
}
@media (min-width: 768px) and (max-width: 1019px) {
	.lower-service02-page .section.about01 .about01__inner .d-flex p .hidden-br {
		display: inline-block;
	}
}
@media (max-width: 991px) {
	.lower-about-page .section.about .about__inner .d-flex {
		flex-direction: column;
		align-items: center;
	}
	.lower-about-page .section.about .about__inner .d-flex .ph-wrap {
		max-width: 100%;
	}
	.lower-about-page .section.about .container-fluid.bottom .icon {
		right: 15px;
		left: inherit;
	}
}
@media (max-width: 767px) {
	.lower-about-page .section.about {
		padding-top: 63px;
	}
	.lower-about-page .section.about .section__title h2.title {
		flex-direction: column;
		align-items: center;
		margin-bottom: 36px;
	}
	.lower-about-page .section.about .section__title h2.title .text-small {
		margin-top: 10px;
	}
	.lower-about-page .section.about .about__inner .d-flex .text-wrap {
		text-align: center;
	}
	.lower-about-page .section.about .about__inner .d-flex .text-wrap .question {
		display: inline-block;
	}
	.lower-about-page .section.about .about__inner .d-flex .text-wrap .question p {
		width: 320px;
		font-size: 16px;
		padding: 16px 10px;
		margin-bottom: 50px;
	}
	.lower-about-page .section.about .about__inner .d-flex .text-wrap .question::before {
		top: 28px;
		right: 35px;
		width: 70px;
		height: 85px;
	}
	.lower-about-page .section.about .about__inner .d-flex .text-wrap figure {
		margin-bottom: 15px;
	}
	.lower-about-page .section.about .about__inner .d-flex .text-wrap figure img {
		width: 300px;
	}
	.lower-about-page .section.about .about__inner .d-flex {
		margin-bottom: 42px;
	}
	.lower-about-page .section.about .about__inner .d-flex .ph-wrap {
		margin-top: 28px;
		margin-bottom: 0;
	}
	.lower-about-page .section.about .about__inner .yellow-block {
		padding: 24px 7px 22px;
		margin-bottom: 34px;
	}
	.lower-about-page .section.about .about__inner .yellow-block p {
		margin-bottom: 10px;
	}
	.lower-about-page .section.about .about__inner .text-center h3.red {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.lower-about-page .section.about .about__inner .text-center p {
		line-height: 1.7;
	}
	.lower-about-page .section.about .about__inner .text-center .logo-wrap {
		margin-top: 28px;
		margin-bottom: 30px;
	}
	.lower-about-page .section.about .about__inner .text-center h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.lower-about-page .section.about .about__inner .text-center {
		padding-bottom: 180px;
	}
	.lower-about-page .section.about .container-fluid.bottom {
		height: auto;
	}
	.lower-about-page .section.about .container-fluid.bottom::before {
		bottom: 0;
		height: 100%;
		background-size: 100%;
		background-position: center bottom;
	}
	.lower-about-page .section.about .container-fluid.bottom::after {
		content:''; 
		display: block; 
		padding-top: 14.3%;
	}
	.lower-about-page .section.about .container-fluid.bottom .icon {
		bottom: 100px;
	}
	.lower-about-page .section.about .container-fluid.bottom .icon img {
		width: 324px;
		max-width: calc(100% - 7px);
	}
	.modal-content img.close-btn {
		top: 15%;
		right: 25px;
		width: 45px;
	}
	.modal-content img.mushi {
		width: 287px;
		max-width: none;
		transform: translateX(-50%);
		bottom: -150px;
	}
}
@media (max-width: 575px) {
	.lower-about-page .section.about .about__inner .yellow-block .modal-container {
		max-width: calc(100% - 50px);
	}
	.lower-about-page .section.about .container-fluid.bottom .icon {
		right: 0;
		bottom: 52px;
	}
}

.lower-about-page .section.greetings {
	padding-top: 180px;
	padding-bottom: 118px;
}
.lower-page.lower-about-page .section.greetings .section__title h2.title {
	margin-bottom: 50px;
}
.lower-about-page .section.greetings .voice__inner {
	display: flex;
	justify-content: space-between;
}
.lower-about-page .section.greetings .voice__inner .text-wrap {
	width: 650px;
}
.lower-about-page .section.greetings .voice__inner h3.title {
	font-size: 30px;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 23px;
}
.lower-about-page .section.greetings .voice__inner p {
	line-height: 1.8;
}
.lower-about-page .section.greetings .voice__inner p + p {
	margin-top: 1.75rem;
}
.lower-about-page .section.greetings .voice__inner .ph-wrap {
	width: 471px;
	margin: -80px 0 0;
}
.lower-about-page .section.greetings .voice__inner .ph-wrap figcaption {
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	margin-top: 7px;
}
.lower-about-page .section.greetings .voice__inner .ph-wrap figcaption .text-small {
	font-size: 16px;
}
.lower-about-page .section.greetings .voice__inner .ph-wrap figcaption .text-middle {
	font-size: 24px;
}
.lower-about-page .section.greetings .voice__inner .ph-wrap figcaption .text-large {
	font-size: 30px;
}

.lower-page.lower-about-page .section.scroll .scroll__inner .marquee {
	margin-top: 0;
}
@media (max-width: 767px) {
	.lower-about-page .section.greetings {
		padding-top: 55px;
		padding-bottom: 70px;
	}
	.lower-about-page .section.greetings .section__title {
		text-align: center;
	}
	.lower-page.lower-about-page .section.greetings .section__title h2.title {
		margin-bottom: 26px;
	}
	.lower-about-page .section.greetings .voice__inner {
		flex-direction: column;
	}
	.lower-about-page .section.greetings .voice__inner .lead-wrap {
		width: 300px;
		margin: 0 auto;
	}
	.lower-about-page .section.greetings .voice__inner .lead-wrap .text-left {
		display: block;
		text-align-last: left;
	}
	.lower-about-page .section.greetings .voice__inner .lead-wrap .text-right {
		display: block;
		text-align-last: right;
	}
	.lower-about-page .section.greetings .voice__inner .text-wrap {
		width: 100%;
	}
	.lower-about-page .section.greetings .voice__inner h3.title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.lower-about-page .section.greetings .voice__inner p {
		line-height: 1.7;
	}
	.lower-about-page .section.greetings .voice__inner .ph-wrap {
		position: relative;
		width: 100%;
		text-align: right;
		margin-top: 0;
	}
	.lower-about-page .section.greetings .voice__inner .ph-wrap img {
		width: 227px;
	}
	.lower-about-page .section.greetings .voice__inner .ph-wrap figcaption {
		position: absolute;
		right: 166px;
		bottom: 20px;
		line-height: 1.4;
	}
	.lower-about-page .section.greetings .voice__inner .ph-wrap figcaption .text-small {
		font-size: 10px;
	}
	.lower-about-page .section.greetings .voice__inner .ph-wrap figcaption .text-middle {
		font-size: 18px;
	}
	.lower-about-page .section.greetings .voice__inner .ph-wrap figcaption .text-large {
		font-size: 20px;
	}
}

.lower-about-page .section.company {
	padding-top: 153px;
	padding-bottom: 195px;
}
.lower-about-page .section.company .container {
	display: flex;
	justify-content: space-between;
}
.lower-about-page .section.company .container .section__title {
	position: relative;
	width: 350px;
}
.lower-about-page .section.company .container .section__title .hana {
	position: absolute;
	left: 41px;
	bottom: 64px;
}
.lower-about-page .section.company .container .company__inner {
	width: calc(100% - 415px);
	padding-top: 58px;
}
.lower-about-page .section.company .container .company__inner dl {
	display: flex;
	line-height: 1.6;
	border-top: 0.75px dashed var(--darkgrey);
	padding: 20px 0 18px;
}
.lower-about-page .section.company .container .company__inner dl:last-of-type {
	border-bottom: 1px dashed var(--darkgrey);
}
.lower-about-page .section.company .container .company__inner dl dt {
	width: 200px;
	color: #898c8e;
	font-weight: 500;
}
.lower-about-page .section.company .container .company__inner dl dd {
	width: calc(100% - 230px);
}
@media (max-width: 991px) {
	.lower-about-page .section.company .container {
		flex-direction: column;
	}
	.lower-about-page .section.company .container .section__title {
		width: 100%;
	}
	.lower-about-page .section.company .container .company__inner {
		width: 100%;
	}
	.lower-about-page .section.company .container .section__title .hana {
		right: 5px;
		left: inherit;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.lower-about-page .section.company {
		padding-top: 55px;
		padding-bottom: 90px;
	}
	.lower-about-page .section.company .container .company__inner {
		padding-top: 65px;
	}
	.lower-about-page .section.company .container .section__title .hana img {
		width: 105px;
	}
	.lower-about-page .section.company .container .company__inner dl dt {
		width: 110px;
	}
	.lower-about-page .section.company .container .company__inner dl dd {
		width: calc(100% - 110px);
	}
}

.lower-about-page .section.access {
	padding-top: 0;
	padding-bottom: 235px;
}
.lower-page.lower-about-page .section.access .section__title {
	position: relative;
}
.lower-page.lower-about-page .section.access .section__title	.mushi {
	position: absolute;
	top: -50px;
	right: 60px;
	z-index: 2;
}
.lower-page.lower-about-page .section.access .section__title h2.title {
	margin-bottom: 183px;
}
.lower-about-page .section.access .access__inner {
	display: flex;
	justify-content: space-between;
}
.lower-about-page .section.access .access__inner .ph-wrap {
	position: relative;
	width: 600px;
	max-width: 48%;
	background-image: url("../img/about/access-building.jpg");
	background-size: cover;
	background-position: center;
}
.lower-about-page .section.access .access__inner .ph-wrap .flag {
	position: absolute;
	top: -140px;
	left: 0;
	z-index: 2;
}
.lower-about-page .section.access .access__inner .text-wrap {
	width: 600px;
	max-width: 48%;
}
.lower-about-page .section.access .access__inner .text-wrap h3.title {
	position: relative;
	font-size: 24px;
	line-height: 1.2;
	padding-left: 18px;
	margin: 0 0 20px;
}
.lower-about-page .section.access .access__inner .text-wrap h3.title::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: '';
	display: inline-block;
	width: 8px;
	height: 13px;
	background-image: url("../img/about/access-dotted.svg");
	background-size: contain;
}
.lower-about-page .section.access .access__inner .text-wrap p {
	line-height: 1.7;
	margin-bottom: 14px;
}
@media (max-width: 991px) {
	.lower-about-page .section.access {
		padding-bottom: 83px;
	}
	.lower-page.lower-about-page .section.access .section__title .mushi {
		right: 0;
	}
	.lower-page.lower-about-page .section.access .section__title h2.title {
		margin-bottom: 150px;
	}
	.lower-about-page .section.access .access__inner {
		flex-direction: column;
	}
	.lower-about-page .section.access .access__inner .ph-wrap {
		width: 400px;
		height: 300px;
		max-width: none;
		margin-bottom: 17px;
	}
	.lower-about-page .section.access .access__inner .ph-wrap .flag {
		top: -100px;
		width: 280px;
	}
	.lower-about-page .section.access .access__inner .text-wrap {
		width: 100%;
		max-width: none;
	}
}
@media (max-width: 767px) {
	.lower-page.lower-about-page .section.access .section__title .mushi {
		top: -25px;
		width: 220px;
	}
	.lower-about-page .section.access .access__inner .text-wrap h3.title {
		font-size: 20px;
		margin-bottom: 12px;
	}
}
@media (max-width: 575px) {
	.lower-page.lower-about-page .section.access .section__title .mushi {
		width: 139px;
	}
	.lower-about-page .section.access .access__inner .ph-wrap {
		width: calc(100% + 20px);
		height: 304px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.lower-about-page .section.access .access__inner .ph-wrap .flag {
		top: -80px;
		width: 226px;
	}
	.lower-about-page .section.access .access__inner .text-wrap iframe {
		height: 168px;
	}
}

/* ------------------------------ */
/* .lower-simple-page (news分離済),404 */
/* ------------------------------ */

.lower-simple-page .section.maintitle {
	background-color: var(--yellow);
}
.lower-simple-page .section.maintitle .section__title {
	height: auto;
	padding: 170px 0 110px 0;
}
.lower-simple-page .section.maintitle .section__title .en {
	margin-bottom: 10px;
}
.lower-simple-page .section.maintitle h1.title,
.lower-simple-page .section.maintitle p.title {
	color: var(--black);
	font-size: 54px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}
@media (max-width: 767px) {
	.lower-simple-page .section.maintitle .section__title {
		padding: 110px 0 70px 0;
	}
	.lower-simple-page .section.maintitle h1.title,
	.lower-simple-page .section.maintitle p.title {
		font-size: 28px;
	}

}

/* 共通 */
.lower-simple-page .btn {
	background-color: var(--yellow);
	margin: 60px auto 0;
}
.lower-simple-page .btn::after {
	color: var(--yellow);
}
@media (max-width: 767px) {
	
}

/* 404 */
.lower-simple-page .section.content {
	padding-top: 100px;
}
.error404 .lower-simple-page .section.content .content__inner {
	position: relative;
}
.error404 .lower-simple-page .section.content .content__inner .lead {
	font-size: 120%;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
}
.error404 .lower-simple-page .section.content .content__inner .mushi {
	position: absolute;
	top: -45px;
	right: 0;
	z-index: 2;
}
@media (max-width: 991px) {
	.error404 .lower-simple-page .section.content {
		padding-top: 140px;
	}
	.error404 .lower-simple-page .section.content .content__inner .mushi {
		top: -90px;
		right: -40px;
	}
	.error404 .lower-simple-page .section.content .content__inner {
	}
}
@media (max-width: 767px) {
	.error404 .lower-simple-page .section.content .content__inner .mushi {
		width: 200px;
		right: 0;
	}
}
@media (max-width: 575px) {
	.error404 .lower-simple-page .section.content .content__inner .mushi {
		top: -110px;
		width: 160px;
	}
}


