@charset "UTF-8";

/*-----------------------------------
common.css
----------------------------------*/
body {
	font-family: 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
	-webkit-text-size-adjust: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.serif {
	font-family: 'Noto Serif JP', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
}

main {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.contents {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

@media all and (min-width:769px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	h3 {
		font-size: 24px;
	}

	h4 {
		font-size: 20px;
	}

	p {
		font-size: 18px;
	}

	.sp-disp {
		display: none;
	}

	/*-----------------------------------
breadcramb
----------------------------------*/
	.pan {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 30px;
		padding: 0;
		max-width: 1260px;
		width: 95%;
	}

	.pan dt {
		font-weight: normal;
		padding: 0 20px 0 25px;
		position: relative;
	}

	.pan dt:before {
		content: "";
		background: url(https://aoisora.care/images/pan_arrow01.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 17px;
		height: 12px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}

	.pan dd {
		padding: 0 0 0 12px;
	}

	.pan dd a {
		padding: 0 20px 0 0;
		position: relative;
	}

	.pan dt:after,
	.pan dd a:after {
		content: "";
		background: url(https://aoisora.care/images/pan_arrow02.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}

	/*-----------------------------------
main
----------------------------------*/
	main h1 {
		display: flex;
		align-items: center;
		margin: 0 auto 30px;
		padding: 0;
		min-height: 320px;
		width: 100%;
	}

	main h1 span {
		display: block;
		text-align: center;
		margin: -4% auto 0;
		padding: 3% 6% 0;
		position: relative;
		width: fit-content;
	}

	main h1 span i {
		display: block;
		font-style: normal;
		font-size: 1.2rem;
		padding: 11px 0 0;
	}

	main h1 span:before {
		content: "";
		background: url(https://aoisora.care/images/title_l.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 54px;
		height: 140px;
		position: absolute;
		top: 0;
		left: 0;
	}

	main h1 span:after {
		content: "";
		background: url(https://aoisora.care/images/title_r.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 54px;
		height: 140px;
		position: absolute;
		top: 0;
		right: 0;
	}

	/*-----------------------------------
contents
----------------------------------*/
	.contents_wrap {
		line-height: 1.5em;
		margin: 0 auto;
		padding: 0;
		max-width: 1200px;
		width: 100%;
	}

	.contents_wrap .subtitle {
		margin: 0 auto 60px;
		padding: 0 60px;
		position: relative;
		width: fit-content;
	}

	.contents_wrap .subtitle:before {
		content: "";
		background: url(https://aoisora.care/images/subtitle_l.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 40px;
		height: 42px;
		position: absolute;
		top: -10px;
		left: 0;
	}

	.contents_wrap .subtitle:after {
		content: "";
		background: url(https://aoisora.care/images/subtitle_r.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 40px;
		height: 42px;
		position: absolute;
		top: -10px;
		right: 0;
	}

	.contents_wrap .caption {
		margin: 0 auto 60px;
		padding: 0;
		max-width: 960px;
		width: 90%;
	}

	/*-----------------------------------
reserve
----------------------------------*/
	#reserve {
		background: rgb(255, 246, 225);
		background: linear-gradient(150deg, rgba(255, 246, 225, 1) 0%, rgba(228, 243, 249, 1) 50%);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 60px;
		padding: 20px;
		max-width: 1360px;
		width: 100%;
	}

	#reserve .reserve_left {
		width: 60%;
	}

	#reserve .reserve_right {
		width: 40%;
	}

	#reserve .reserve_left h2 {
		background: #fff;
		font-size: 20px;
		text-align: center;
		position: relative;
		margin: 0 auto 10px;
		padding: 10px 0;
		width: 90%;
	}

	#reserve .reserve_left h2:before {
		content: "";
		background: url(https://aoisora.care/images/reserve_title.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 80px;
		height: 12px;
		position: absolute;
		top: 15px;
		left: 10%;
	}

	#reserve .reserve_left h2:after {
		content: "";
		background: url(https://aoisora.care/images/reserve_title.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 80px;
		height: 12px;
		position: absolute;
		top: 15px;
		right: 10%;
		transform: rotate(180deg);
	}

	#reserve .reserve_left p {
		text-align: center;
		margin: 0 auto 10px;
		padding: 10px 0;
		width: 90%;
	}

	#reserve .reserve_left a.reserve_tel {
		padding: 0 20px 0 20px;
		position: relative;
	}

	#reserve .reserve_left a.reserve_tel:before {
		content: "";
		background: url(https://aoisora.care/images/icon_tel.png);
		background-size: 100%;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#reserve .reserve_left a.reserve_link {
		display: block;
		background: #036eb8;
		border-radius: 60px;
		color: #fff;
		text-align: center;
		margin: 20px auto 20px;
		padding: 15px 0;
		max-width: 480px;
		width: 90%;
	}

	#reserve .reserve_left a.reserve_link span {
		display: block;
		margin: 0 auto;
		padding: 0 0 0 50px;
		width: fit-content;
		position: relative;
	}

	#reserve .reserve_left a.reserve_link span:before {
		content: "";
		background: url(https://aoisora.care/images/icon_cellphone.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 18px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translate(0, -50%);
	}

	#reserve .reserve_left dl {
		margin: 0 auto 20px;
		padding: 0;
		width: 90%;
	}

	#reserve .reserve_left dl dt {
		background: #fff;
		color: #333;
		text-align: center;
		margin: 0 auto 10px;
		padding: 10px 0;
	}

	#reserve .reserve_left dl dd {
		color: #333;
		font-size: 14px;
		text-indent: -14px;
		margin: 0 auto;
		padding: 0 0 10px 14px;
		max-width: 480px;
	}

	#reserve .reserve_right iframe {
		border: 15px solid #fff;
	}

	/*-----------------------------------
map
----------------------------------*/
	#map {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 0 auto 60px;
		padding: 20px;
		max-width: 1360px;
		width: 100%;
	}

	#map .map_left {
		width: 48%;
	}

	#map .map_left dl {
		margin: 0 0 20px;
	}

	#map .map_left dl dt {
		background: #f7b32d;
		color: #fff;
		text-align: center;
		margin: 0 0 10px;
		padding: 5px 0;
	}

	#map .map_left dl dd {
		padding: 10px 20px 10px 36px;
		text-indent: -16px;
	}

	#map .map_right {
		width: 48%;
		height: 350px;
	}

	#map .map_right iframe {
		border: 2px solid #f7b32d;
		background: #fff;
		padding: 20px;
	}

	/*-----------------------------------
newsWrap
----------------------------------*/
	#newsWrap {
		background: #fff;
		border: 2px solid #036eb8;
		border-radius: 20px;
		margin: 0 auto;
		padding: 50px 40px 30px;
		max-width: 1200px;
		width: 95%;
		position: relative;
	}

	#newsWrap:after {
		content: "";
		background: url(https://aoisora.care/images/icon_bird.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 120px;
		height: 80px;
		position: absolute;
		top: -40px;
		right: 20px;
	}

	#newsWrap h2 {
		background: #036eb8;
		border-radius: 10px;
		color: #fff;
		font-size: 1.2rem;
		text-align: center;
		margin: 0 0 0;
		padding: 10px 60px;
		width: fit-content;
		position: absolute;
		top: -20px;
		left: 40px;
	}

	#newsWrap #newsList {
		overflow: scroll;
		width: 100%;
		height: 220px;
	}

	#newsWrap #newsList li {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #ccc;
		margin: 0 0 10px;
		padding: 0 0 10px;
		position: relative;
	}

	#newsWrap #newsList li .up_ymd {
		width: 15%;
	}

	#newsWrap #newsList li .catName {
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding: 2px 0;
		width: 8%;
		max-height: 24px;
	}

	#newsWrap #newsList li.cat-0 .catName {
		/*一歩会*/
		background: #036eb8;
	}

	#newsWrap #newsList li.cat-1 .catName {
		/*青い空*/
		background: #036eb8;
	}

	#newsWrap #newsList li.cat-2 .catName {
		/*わたぐも*/
		background: #F7B32D;
	}

	#newsWrap #newsList li.cat-3 .catName {
		/*虹の教室*/
		background: #7BC129;
	}

	#newsWrap #newsList li.cat-4 .catName {
		/*ルーナ*/
		background: #EFAFB4;
	}

	#newsWrap #newsList li.cat-5 .catName {
		/*ルーチェ*/
		background: #4ba9dd;
	}

	#newsWrap #newsList li .title {
		padding: 0 0 0 20px;
		width: 77%;
	}

	#newsWrap #newsList li .newMark {
		background: #f097a3;
		color: #fff;
		font-size: 12px;
		padding: 3px 5px;
		position: absolute;
		top: 0;
		right: 0;
		max-height: 24px;
	}

	#newsWrap #newsList li .clearfix {
		text-indent: -18px;
		line-height: 1.4em;
		margin: 0 0 0 auto;
		padding: 10px 0 10px 16px;
		width: 85%;
	}

	#newsWrap #newsList li .clearfix .thumbNailWrap img {
		width: 45%;
		display: flex;
		margin: 30px 0;
	}

	#newsWrap .pager {
		display: flex;
		justify-content: center;
		width: fit-content;
		margin: 30px auto 20px;
	}

	#newsWrap .pager a {
		display: block;
		border: 1px solid #ccc;
		border-radius: 100px;
		margin: 0 5px;
		padding: 2px 10px;
		width: fit-content;
		min-height: 32px;
		font-size: 16px;
		transition: all ease 0.8s;
	}

	#newsWrap .pager a.current {
		background: #ccc;
	}

	#newsWrap .pager a:hover:not(.current) {
		background: #add8e6;
	}

	#newsWrap.topics_list {
		box-shadow: 5px 5px 10px 0 #ccc;
	}

	#newsWrap.topics_list #newsList {
		height: unset;
	}

	#newsWrap.topics_list #newsList li .catName {
		padding: 0 0;
	}

	#newsWrap.topics_list #newsList li .newMark {
		padding: 0 5px;
	}

	#newsWrap.topics_list #newsList li .clearfix {
		padding: 10px 0 30px 0;
		position: relative;
	}

	#newsWrap.topics_list #newsList li .clearfix .more {
		background: #eee;
		font-size: 14px;
		text-align: center;
		padding: 0;
		width: 150px;
		height: 26px;
		position: absolute;
		bottom: 0;
		right: 20px;
		transition: all ease 0.8s;
	}

	#newsWrap.topics_list #newsList li .clearfix .more:hover {
		background: #add8e6;
	}
}

@media all and (max-width:768px) {
	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 16px;
	}

	p {
		font-size: 14px;
	}

	.pc-disp {
		display: none;
	}

	/*-----------------------------------
breadcramb
----------------------------------*/
	.pan {
		display: flex;
		flex-wrap: wrap;
		margin: 0 auto 30px;
		padding: 0;
		width: 95%;
	}

	.pan dt {
		padding: 0 20px 0 25px;
		position: relative;
	}

	.pan dt:before {
		content: "";
		background: url(https://aoisora.care/images/pan_arrow01.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 17px;
		height: 12px;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
	}

	.pan dd {
		padding: 0 0 0 12px;
	}

	.pan dd a {
		padding: 0 20px 0 0;
		position: relative;
	}

	.pan dt:after,
	.pan dd a:after {
		content: "";
		background: url(https://aoisora.care/images/pan_arrow02.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 8px;
		height: 8px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
	}

	/*-----------------------------------
main
----------------------------------*/
	main h1 {
		display: flex;
		align-items: center;
		margin: 0 auto 30px;
		padding: 0;
		min-height: 180px;
		width: 100%;
	}

	main h1 span {
		display: block;
		text-align: center;
		margin: 0 auto 0;
		padding: 5% 50px 0;
		position: relative;
		width: fit-content;
	}

	main h1 span i {
		display: block;
		font-style: normal;
		font-size: 1.2rem;
		padding: 11px 0 0;
	}

	main h1 span:before {
		content: "";
		background: url(https://aoisora.care/images/title_l.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 34px;
		height: 90px;
		position: absolute;
		top: 0;
		left: 0;
	}

	main h1 span:after {
		content: "";
		background: url(https://aoisora.care/images/title_r.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 34px;
		height: 90px;
		position: absolute;
		top: 0;
		right: 0;
	}

	/*-----------------------------------
contents
----------------------------------*/
	.contents_wrap {
		line-height: 1.5em;
		margin: 0 auto;
		padding: 0;
		width: 95%;
	}

	.contents_wrap .subtitle {
		line-height: 1.5em;
		margin: 0 auto 60px;
		padding: 0 40px;
		position: relative;
		width: fit-content;
	}

	.contents_wrap .subtitle:before {
		content: "";
		background: url(https://aoisora.care/images/subtitle_l.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 30px;
		height: 32px;
		position: absolute;
		top: -10px;
		left: 0;
	}

	.contents_wrap .subtitle:after {
		content: "";
		background: url(https://aoisora.care/images/subtitle_r.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 30px;
		height: 32px;
		position: absolute;
		top: -10px;
		right: 0;
	}

	.contents_wrap .caption {
		margin: 0 auto 30px;
		padding: 0;
		width: 90%;
	}

	/*-----------------------------------
reserve
----------------------------------*/
	#reserve {
		background: rgb(255, 246, 225);
		background: linear-gradient(150deg, rgba(255, 246, 225, 1) 0%, rgba(228, 243, 249, 1) 50%);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 0 auto 30px;
		padding: 20px;
		width: 100%;
	}

	#reserve .reserve_left {
		margin: 0 auto 0;
		width: 100%;
	}

	#reserve .reserve_right {
		width: 100%;
	}

	#reserve .reserve_left h2 {
		background: #fff;
		font-size: 18px;
		text-align: center;
		position: relative;
		margin: 0 auto 10px;
		padding: 10px 0;
		width: 100%;
	}

	#reserve .reserve_left h2:before {
		content: "";
		background: url(https://aoisora.care/images/reserve_title.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 45px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 5%;
		transform: translate(0, -50%);
	}

	#reserve .reserve_left h2:after {
		content: "";
		background: url(https://aoisora.care/images/reserve_title.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 45px;
		height: 10px;
		position: absolute;
		top: 50%;
		right: 5%;
		transform: translate(0, -50%) rotate(180deg);
	}

	#reserve .reserve_left p {
		text-align: center;
		margin: 0 auto 10px;
		padding: 10px 0;
		width: 100%;
	}

	#reserve .reserve_left a.reserve_tel {
		padding: 0 20px 0 20px;
		position: relative;
	}

	#reserve .reserve_left a.reserve_tel:before {
		content: "";
		background: url(https://aoisora.care/images/icon_tel.png);
		background-size: 100%;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0;
		left: 0;
	}

	#reserve .reserve_left a.reserve_link {
		display: block;
		background: #036eb8;
		border-radius: 60px;
		color: #fff;
		text-align: center;
		margin: 20px auto 20px;
		padding: 15px 0;
		width: 90%;
	}

	#reserve .reserve_left a.reserve_link span {
		display: block;
		margin: 0 auto;
		padding: 0 0 0 50px;
		width: fit-content;
		position: relative;
	}

	#reserve .reserve_left a.reserve_link span:before {
		content: "";
		background: url(https://aoisora.care/images/icon_cellphone.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 18px;
		height: 30px;
		position: absolute;
		top: 50%;
		left: 10px;
		transform: translate(0, -50%);
	}

	#reserve .reserve_left dl {
		margin: 0 auto 20px;
		padding: 0;
		width: 90%;
	}

	#reserve .reserve_left dl dt {
		background: #fff;
		color: #333;
		text-align: center;
		margin: 0 auto 10px;
		padding: 10px 0;
	}

	#reserve .reserve_left dl dd {
		color: #333;
		font-size: 14px;
		text-indent: -14px;
		margin: 0 auto;
		padding: 0 0 10px 14px;
	}

	#reserve .reserve_right iframe {
		border: 15px solid #fff;
		height: 240px;
	}

	/*-----------------------------------
map
----------------------------------*/
	#map {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 0 auto 60px;
		padding: 20px;
		max-width: 1360px;
		width: 100%;
	}

	#map .map_left {
		margin: 0 auto 0;
		width: 100%;
	}

	#map .map_left dl {
		margin: 0 0 20px;
	}

	#map .map_left dl dt {
		background: #f7b32d;
		color: #fff;
		text-align: center;
		margin: 0 0 10px;
		padding: 5px 0;
	}

	#map .map_left dl dd {
		padding: 10px 20px 10px 36px;
		text-indent: -16px;
	}

	#map .map_right {
		width: 100%;
		height: 280px;
	}

	#map .map_right iframe {
		border: 2px solid #f7b32d;
		background: #fff;
		padding: 20px;
	}

	/*-----------------------------------
newsWrap
----------------------------------*/
	#newsWrap {
		background: #fff;
		border: 2px solid #036eb8;
		border-radius: 20px;
		margin: 0 auto;
		padding: 40px 20px 20px;
		width: 95%;
		position: relative;
	}

	#newsWrap:after {
		content: "";
		background: url(https://aoisora.care/images/icon_bird.svg);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 80px;
		height: 50px;
		position: absolute;
		top: -30px;
		right: 10px;
	}

	#newsWrap h2 {
		background: #036eb8;
		border-radius: 10px;
		color: #fff;
		font-size: 1.0rem;
		text-align: center;
		margin: 0 0 0;
		padding: 10px 40px;
		width: fit-content;
		position: absolute;
		top: -20px;
		left: 10px;
	}

	#newsWrap #newsList {
		overflow: scroll;
		width: 100%;
		height: 220px;
	}

	#newsWrap #newsList li {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #ccc;
		margin: 0 0 10px;
		padding: 0 0 10px;
		position: relative;
	}

	#newsWrap #newsList li .up_ymd {
		margin: 0 0 12px;
		width: 100%;
	}

	#newsWrap #newsList li .catName {
		font-size: 12px;
		color: #fff;
		text-align: center;
		padding: 5px 0 0;
		width: 20%;
		max-height: 24px;
	}

	#newsWrap #newsList li.cat-0 .catName {
		/*一歩会*/
		background: #036eb8;
	}

	#newsWrap #newsList li.cat-1 .catName {
		/*青い空*/
		background: #036eb8;
	}

	#newsWrap #newsList li.cat-2 .catName {
		/*わたぐも*/
		background: #F7B32D;
	}

	#newsWrap #newsList li.cat-3 .catName {
		/*虹の教室*/
		background: #7BC129;
	}

	#newsWrap #newsList li.cat-4 .catName {
		/*ルーナ*/
		background: #EFAFB4;
	}
	#newsWrap #newsList li.cat-5 .catName {
		/*ルーチェ*/
		background: #4ba9dd;
	}

	#newsWrap #newsList li .title {
		padding: 0 0 0 20px;
		width: 80%;
	}

	#newsWrap #newsList li .newMark {
		background: #f097a3;
		color: #fff;
		font-size: 12px;
		padding: 0 5px;
		position: absolute;
		top: 0;
		right: 0;
		max-height: 24px;
	}

	#newsWrap #newsList li .clearfix {
		font-size: 14px;
		text-indent: -18px;
		line-height: 1.4em;
		margin: 0 0 0 auto;
		padding: 10px 0 10px;
		width: 100%;
	}

	#newsWrap #newsList li .clearfix .thumbNailWrap img {
		width: 100%;
		display: flex;
		margin: 20px 0;
	}

	#newsWrap .pager {
		display: flex;
		justify-content: center;
		width: fit-content;
		margin: 30px auto 20px;
	}

	#newsWrap .pager a {
		display: block;
		border: 1px solid #ccc;
		border-radius: 100px;
		margin: 0 5px;
		padding: 2px 10px;
		width: fit-content;
		min-height: 32px;
		font-size: 16px;
		transition: all ease 0.8s;
	}

	#newsWrap .pager a.current {
		background: #ccc;
	}

	#newsWrap .pager a:hover:not(.current) {
		background: #add8e6;
	}

	#newsWrap.topics_list {
		box-shadow: 5px 5px 10px 0 #ccc;
	}

	#newsWrap.topics_list #newsList {
		height: unset;
	}

	#newsWrap.topics_list #newsList li .clearfix {
		padding: 10px 0 30px 0;
		position: relative;
	}

	#newsWrap.topics_list #newsList li .clearfix .more {
		background: #eee;
		font-size: 12px;
		text-align: center;
		text-indent: initial;
		padding: 0;
		width: 100px;
		height: 22px;
		position: absolute;
		bottom: 0;
		right: 0;
		transition: all ease 0.8s;
	}

	#newsWrap.topics_list #newsList li .clearfix .more:hover {
		background: #add8e6;
	}
}

/*以下、追加の基本設定（ヘッダー、フッター）*/
/* ----------------------------------------------
基本設定(PC~SP共通)
------------------------------------------------*/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: black;
}

span.br {
	display: block;
	font-weight: normal;
	line-height: 1.5;
}

span.br.mb {
	margin-bottom: 1em;
}

.flex_box {
	display: flex;
}

#container {
	overflow: hidden;
	padding-left: 0;
	padding-right: 0;
	margin: 0;
}

/* ----------------------------------------------
	ハンバーガーメニュー
　------------------------------------------------*/
header .ham_menu {
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

header .ham_menu span,
header .ham_menu span::before,
header .ham_menu span::after {
	display: block;
	width: 20px;
	height: 2px;
	background-image: linear-gradient(to right, #171c61 0%, #171c61 100%);
	transition-property: background-image, transform;
	transition-duration: 0.4s;
}

header .ham_menu span {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
}

header .ham_menu span::before,
header .ham_menu span::after {
	position: absolute;
	content: "";
	transition: all 0.5s;
}

header .ham_menu span::before {
	top: -7px;
}

header .ham_menu span::after {
	top: 7px;
}

header .ham_menu span.open {
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
}

header .ham_menu span.open::before,
header .ham_menu span.open::after {
	top: 0;
	opacity: 1;
}

header .ham_menu span.open.rotate::before {
	transform: rotate(45deg);
}

header .ham_menu span.open.rotate::after {
	transform: rotate(-45deg);
}

header nav {
	position: fixed;
	top: 0;
	right: -150vw;
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: flex-end;
	opacity: 0;
	transition: opacity 0.8s;
	background-color: rgba(255, 255, 255, 0.8);
}

header nav.open {
	right: 0;
	opacity: 1;
}

header nav>ul {
	margin-block-start: 0;
	margin-block-end: 0;
	padding-inline-start: 0;
	padding: 1rem;
	width: 100%;
	/* display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: max-content;
	grid-gap: 2rem 1rem;
	align-items: stretch; */
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: linear-gradient(120deg, #FFF6E1 0%, #F1F4ED 25%, #E4F3F9 100%);
	position: relative;
	z-index: 1;
	overflow: scroll;
}

header nav>ul::before,
header nav>ul::after {
	content: "";
	display: inline-block;
	width: 100%;
	max-width: 200px;
	aspect-ratio: 1/1;
	background: url(https://aoisora.care/images/svg_tp_bt_bg.svg) center/100% no-repeat;
	position: absolute;
	z-index: -1;
}

header nav>ul::before {
	top: 0;
	right: 0;
}

header nav>ul::after {
	bottom: 0;
	left: 0;
}

header nav>ul>li {
	/* align-self: start; */
	width: 48%;
	margin: 0 auto 3%;
}

header nav>ul>li>a {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	grid-gap: 0.5rem;
	padding: 2rem 0.5rem;
	border-radius: 15px;
	background-position: center;
	background-size: 120%;
	background-repeat: no-repeat;
	transition: background-size 0.5s;
	min-height: 150px;
}

header nav>ul>li>a span {
	display: block;
	text-align: center;
}

header nav>ul>li>a span.main {
	font-size: clamp(1.125rem, 0.992rem + 0.57vw, 1.375rem);
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	color: #fff;
}

header nav>ul>li>a span.sub {
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	padding: 0.5rem 1rem;
	color: #fff;
}

header nav>ul>li.corp {
	grid-area: 1/1/2/4;
}

header nav>ul>li.corp>a {
	background: linear-gradient(to left, rgba(255, 246, 225, 0.5) 0%, rgba(255, 246, 225, 0.5) 100%), url(https://aoisora.care/images/logo02.png) center/auto 100% no-repeat;
	border: 2px solid #036EB8;
	position: relative;
}

header nav>ul>li.corp>a span.sub {
	background: linear-gradient(120deg, #FFF6E1 0%, #F1F4ED 25%, #E4F3F9 100%);
	color: #036EB8;
	border: 1px solid #036EB8;
}

header nav>ul>li.corp>a::before {
	content: url(https://aoisora.care/images/svg_menu_bg02.svg);
	display: inline-block;
	position: absolute;
	z-index: -1;
	opacity: 0.8;
	transition: all 0.5s;
	width: 25%;
	bottom: 2%;
	right: 3%;
}

/* header nav > ul > li.aoi {
	grid-area: 1/4/2/7;
  } */
header nav>ul>li.aoi>a {
	background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5), rgba(33, 150, 243, 0.5)), url(https://aoisora.care/images/top/service01.jpg);
}

header nav>ul>li.aoi>a span.sub {
	background-color: #036eb8;
}

/* header nav > ul > li.watagumo {
	grid-area: 2/1/3/3;
  } */
header nav>ul>li.watagumo a {
	background-image: linear-gradient(to bottom, rgba(239, 217, 120, 0.5), rgba(239, 217, 120, 0.5)), url(https://aoisora.care/images/top/service02.jpg);
}

header nav>ul>li.watagumo a span.sub {
	background-color: #F7B32D;
}

/* header nav > ul > li.rainbow {
	grid-area: 2/3/3/5;
  } */
header nav>ul>li.rainbow a {
	background-image: linear-gradient(to bottom, rgba(204, 239, 163, 0.5), rgba(204, 239, 163, 0.5)), url(https://aoisora.care/images/top/service03.jpg);
}

header nav>ul>li.rainbow a span.sub {
	background-color: #7BC129;
}

/* header nav > ul > li.luna {
	grid-area: 2/5/3/7;
  } */
header nav>ul>li.luna a {
	background-image: linear-gradient(to bottom, rgba(239, 175, 180, 0.5), rgba(239, 175, 180, 0.5)), url(https://aoisora.care/images/top/service04.jpg);
}

header nav>ul>li.luna a span.sub {
	background-color: #EFAFB4;
}

header nav>ul>li.luce a {
	background-image: linear-gradient(to bottom, rgba(152, 200, 222, 0.5), rgba(152, 200, 222, 0.5)), url(https://aoisora.care/images/top/service05.jpg);
}

header nav>ul>li.luce a span.sub {
	background-color: #4ba9dd;
}

header nav>ul>li.pul_li .pul_menu {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	grid-gap: 0.5rem;
	margin-top: 1rem;
}

header nav>ul>li.pul_li .pul_menu li {
	width: 100%;
	border: 1px solid #036EB8;
	border-radius: 5px;
	background-color: #fff;
	padding: 0.5rem 1rem;
	position: relative;
}

header nav>ul>li.pul_li .pul_menu li::before,
header nav>ul>li.pul_li .pul_menu li::after {
	content: "";
	display: inline-block;
	height: 80%;
	width: 1px;
	border-right: 2px dotted #036EB8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

header nav>ul>li.pul_li .pul_menu li::before {
	left: 0.5rem;
}

header nav>ul>li.pul_li .pul_menu li::after {
	right: 0.5rem;
}

header nav>ul>li.pul_li .pul_menu li a {
	text-align: center;
	display: block;
	width: 100%;
}

/* ----------------------------------------------
   トップ戻るボタン
  ------------------------------------------------*/
.top_return {
	width: -moz-fit-content;
	width: fit-content;
	opacity: 0;
	transition: opacity 0.5s;
}

.top_return a {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 0.5rem;
	padding: 0.25rem 1rem;
	border: 2px solid #036EB8;
	background-color: #fff;
}

.top_return a .arrow {
	width: 24px;
	aspect-ratio: 1/1;
	display: inline-block;
	border-radius: 30px;
	background: #036EB8;
	position: relative;
}

.top_return a .arrow::before {
	content: "";
	width: 9px;
	aspect-ratio: 1/1;
	display: inline-block;
	-webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
}

.top_return.fix_bt {
	position: fixed;
	right: 1rem;
	top: unset;
	bottom: 1rem;
	z-index: 1000;
	opacity: 1;
}

/* ----------------------------------------------
	PC設定
  ------------------------------------------------*/
@media all and (min-width: 769px) {

	.pad_under,
	.pad_only,
	.sp_only {
		display: none !important;
	}

	.wrapper {
		margin-left: 4.6666%;
		margin-right: 4.6666%;
	}

	a img {
		transition: all 0.3s;
	}

	a:hover img {
		opacity: 0.8;
	}

	h1.none {
		display: none;
	}

	/* ----------------------------------------------
	ヘッダー
	------------------------------------------------*/
	header {
		border-top: 2px solid #036eb8;
		border-bottom: 2px solid #036eb8;
		background: #fff;
		width: 100%;
		margin: 0 auto;
		position: fixed;
		top: 30px;
		left: 0;
		z-index: 100;
	}

	header .header_inner {
		justify-content: space-between;
		align-items: stretch;
		/* padding: 0 4.6666%; */
		position: relative;
		/* border: 2px solid #036EB8; */
		background-color: #fff;
		max-width: 1260px;
		width: 100%;
		margin: 0 auto;
	}

	header .header_inner .logo {
		padding: 1rem;
		border-right: 1px solid #036EB8;
		z-index: 1000;
		border-left: 2px solid #036eb8;
		border-right: 2px solid #036eb8;
		width: 20%;
	}

	header .header_inner .logo img {
		width: clamp(12.5rem, 7.779rem + 9.84vw, 17rem);
	}

	header .header_inner .submenu {
		width: 100%;
	}

	header .header_inner .submenu>li {
		flex: 1;
		border-right: 1px solid #036EB8;
		transition: background-color 0.5s;
	}

	header .header_inner .submenu>li a {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	header .header_inner .submenu>li a span {
		font-size: 14px;
		text-align: center;
		width: 100%;
	}

	header .header_inner .submenu>li a span.sub {
		color: #036EB8;
		font-size: 12px;
		margin-top: 0.5rem;
	}

	header .header_inner .submenu>li:hover {
		background-color: #036EB8;
	}

	header .header_inner .submenu>li:hover span,
	header .header_inner .submenu>li:hover .sub {
		color: #fff;
	}

	header .header_inner .submenu>li.big {
		min-width: 210px;
	}

	header .header_inner .submenu>li.pul_li {
		position: relative;
	}

	header .header_inner .submenu>li.pul_li .pul_menu {
		width: 100%;
		position: absolute;
		top: auto;
		left: 0;
		overflow: hidden;
		max-height: 0px;
		transition: max-height 0.75s;
	}

	header .header_inner .submenu>li.pul_li .pul_menu li {
		background-color: rgba(89, 87, 87, 0.65);
		transition: background-color 0.5s;
	}

	header .header_inner .submenu>li.pul_li .pul_menu li:not(:last-of-type) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	header .header_inner .submenu>li.pul_li .pul_menu li a {
		justify-content: flex-start;
		padding: 0.5rem 0;
	}

	header .header_inner .submenu>li.pul_li .pul_menu li a span {
		color: #fff;
		line-height: 1.5;
		font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
	}

	header .header_inner .submenu>li.pul_li .pul_menu li a span::before {
		border-bottom: #fff dashed 1px;
	}

	header .header_inner .submenu>li.pul_li:hover .pul_menu {
		max-height: 300px;
		padding: 0.1rem 0;
	}

	header .header_inner .submenu>li.pul_li:hover .pul_menu li:hover {
		background-color: rgba(3, 110, 184, 0.5);
	}

	/* ----------------------------------------------
	フッター
	------------------------------------------------*/
	footer {
		background: linear-gradient(120deg, #FFF6E1 0%, #F1F4ED 25%, #E4F3F9 100%);
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	footer::before,
	footer::after {
		content: "";
		display: inline-block;
		width: 50%;
		max-width: 300px;
		aspect-ratio: 1/1;
		background: url(https://aoisora.care/images/svg_tp_bt_bg.svg) center/100% no-repeat;
		position: absolute;
		z-index: -1;
	}

	footer::before {
		top: -50%;
		right: 0;
	}

	footer::after {
		bottom: -60%;
		left: 0;
	}

	footer .tab_area .tab_tit {
		background-color: #ABBEC9;
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		padding: 0.75rem 1rem;
		width: 100%;
		text-align: center;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		cursor: pointer;
	}

	footer .tab_area .tab_tit::after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 8px;
		background-color: #fff;
		margin-top: 0.5rem;
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		clip-path: polygon(50% 100%, 100% 0, 0 0);
	}

	footer .wrapper {
		padding: 2rem 0;
	}

	footer .wrapper * {
		color: #595757;
	}

	footer .wrapper ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .wrapper ul li:not(:first-of-type) {
		padding-left: 0.5rem;
	}

	footer .wrapper ul li:not(:last-of-type) {
		padding-right: 0.5rem;
		border-right: 1px solid #595757;
	}

	footer .wrapper ul li a {
		position: relative;
	}

	footer .wrapper ul li a span {
		display: block;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		color: #595757;
	}

	footer .wrapper ul li a span::before {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		z-index: 2;
		background: linear-gradient(to right, #FF0000 0%, #FFA500 14%, #FFFF00 28%, #008000 42%, #00FFFF 56%, #0000FF 70%, #800080 100%);
		opacity: 0.4;
		width: 100%;
		height: 1.5px;
		/*アニメーション*/
		transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
		transform: scale(0, 1.5);
		transform-origin: right top;
	}

	footer .wrapper ul li:hover a span::before {
		transform-origin: left top;
		transform: scale(1, 1.5);
	}

	footer .wrapper .com_row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		margin: 1.5rem 0;
	}

	footer .wrapper .com_row figure {
		width: 22%;
		min-width: 260px;
	}

	footer .wrapper .copyright {
		text-align: center;
		width: 100%;
		font-size: 12px;
	}

	/* ----------------------------------------------
	トピックス
	------------------------------------------------*/
	.topics {
		max-width: 1400px;
		margin: 0 auto;
	}

	.topics .wrapper {
		/*border-radius: 20px;
	  border: 2px solid #036EB8;
	  background-color: #fff;
	  padding: 1rem clamp(1rem, -0.778rem + 3.7vw, 2rem);*/
		position: relative;
		z-index: 1;
	}

	.topics .wrapper::before {
		/*content: url(https://aoisora.care/images/icon_bird.svg);
	  display: inline-block;
	  width: clamp(6.25rem, 4.028rem + 4.63vw, 7.5rem);
	  position: absolute;
	  top: 0;
	  right: 1%;
	  transform: translateY(-50%);*/
	}

	.topics .wrapper:hover::before {
		animation: bird 2s linear 1.5s infinite normal;
	}

	.topics .wrapper h2 {
		/*font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
	  color: #fff;
	  background-color: #036EB8;
	  border-radius: 10px;
	  padding: 0.5rem 1rem;
	  display: inline-block;
	  width: 20%;
	  text-align: center;
	  transform: translate(30%, calc(-50% - 1rem));*/
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		color: #fff;
		background-color: #036EB8;
		border-radius: 10px;
		margin: 0 auto -20px;
		padding: 0.5rem 6rem 0.8rem;
		width: fit-content;
		text-align: center;
	}

	.topics .wrapper .x_timeline {
		width: 100%;
		max-height: 300px;
		border-radius: 10px;
	}

	.topics .wrapper .x_timeline .twitter-timeline {
		width: 100% !important;
	}

	/* ----------------------------------------------
	悩んだ時
	------------------------------------------------*/
	section.worries {
		margin-bottom: clamp(2rem, 0.061rem + 8.25vw, 6.25rem);
	}

	section.worries .wrapper h2 {
		margin-bottom: 1.5rem;
	}

	section.worries .wrapper .worries_list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
		grid-gap: 1.5rem;
	}

	section.worries .wrapper .worries_list .worries_box {
		width: calc(33.3333333333% - 1rem);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		grid-gap: 1rem;
	}

	section.worries .wrapper .worries_list .worries_box h3 {
		font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
		color: #036EB8;
		text-align: center;
	}

	section.worries .wrapper .worries_list .worries_box .button {
		display: inline-block;
	}

	section.worries .wrapper .worries_list .worries_box .button a {
		display: block;
		height: 100%;
		width: 100%;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		padding: 0.5rem 2rem;
		background-color: #036EB8;
		border-radius: 30px;
		color: #fff;
		border: 1px solid rgba(3, 110, 184, 0);
		transition: all 0.5s;
	}

	section.worries .wrapper .worries_list .worries_box .button:hover a {
		background-color: #fff;
		color: #036EB8;
		border: 1px solid #036eb8;
	}

	/* ----------------------------------------------
	サービス
	------------------------------------------------*/
	section.service  {
		margin-bottom: clamp(2rem, 0.061rem + 8.25vw, 6.25rem);
	}

	section.service .service_list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}

	section.service .service_list .service_box {
		width: 20%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		grid-gap: 1rem;
		padding: 2rem 1.5rem;
		background-position: center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		transition: background-size 0.5s;
	}

	section.service .service_list .service_box h3 {
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		color: #fff;
		text-shadow: 3px 3px 5px rgba(102, 102, 102, 0.4);
		margin-bottom: 0.5rem;
		font-weight: 500;
		text-align: center;
		min-height: 2em;
		display: flex;
		align-items: center;
	}

	section.service .service_list .service_box .tit {
		color: #fff;
		font-size: 14px;
		padding: 0.5rem 1.5rem;
	}

	section.service .service_list .service_box.aoi {
		background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5), rgba(33, 150, 243, 0.5)), url(https://aoisora.care/images/top/service01.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.aoi .tit {
		background-color: #036eb8;
	}

	section.service .service_list .service_box.watagumo {
		background-image: linear-gradient(to bottom, rgba(239, 217, 120, 0.5), rgba(239, 217, 120, 0.5)), url(https://aoisora.care/images/top/service02.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.watagumo .tit {
		background-color: #F7B32D;
	}

	section.service .service_list .service_box.rainbow {
		background-image: linear-gradient(to bottom, rgba(204, 239, 163, 0.5), rgba(204, 239, 163, 0.5)), url(https://aoisora.care/images/top/service03.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.rainbow .tit {
		background-color: #7BC129;
	}

	section.service .service_list .service_box.luna {
		background-image: linear-gradient(to bottom, rgba(239, 175, 180, 0.5), rgba(239, 175, 180, 0.5)), url(https://aoisora.care/images/top/service04.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.luna .tit {
		background-color: #EFAFB4;
	}

	section.service .service_list .service_box.luce {
		background-image: linear-gradient(to bottom, rgba(152, 200, 222, 0.5), rgba(152, 200, 222, 0.5)), url(https://aoisora.care/images/top/service05.jpg?1);
		background-size: 130%;
	}

	section.service .service_list .service_box:hover{
		background-size: 135%;
	}

	section.service .service_list .service_box.luce .tit {
		background-color: #4ba9dd;
	}

	section.service.under_page {
		margin-bottom: 0;
	}

	section.service.under_page .service_list .service_box .text_box {
		min-height: unset;
	}
	section.serviceTop h2 {
		font-size: clamp(1.25rem, 1.028rem + 0.46vw, 1.375rem);
		color: #fff;
		padding: 0.5rem 3rem;
		background-color: #274B66;
		transform: translateY(50%);
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
	section.serviceTop .service_list .service_box .text_box {
		padding: 1rem;
		background-color: rgba(255, 255, 255, 0.6);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		grid-gap: 1rem;
		min-height: 340px;
	}

	section.serviceTop .service_list .service_box .text_box .tit {
		color: #fff;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		padding: 0.5rem 1.5rem;
	}

	section.serviceTop .service_list .service_box .text_box .br {
		line-height: 1.5;
		font-size: clamp(0.875rem, 0.653rem + 0.46vw, 0.9rem);
	}

	section.serviceTop .service_list .service_box .text_box .tel_area {
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 0.5rem;
	}

	section.serviceTop .service_list .service_box .text_box .tel_area img {
		width: 24px;
	}

	section.serviceTop .service_list .service_box .text_box .tel_area .tel,
	section.serviceTop .service_list .service_box .text_box .tel_area .tel a {
		color: #036EB8;
		font-size: clamp(1.5rem, 1.056rem + 0.93vw, 1.75rem);
		font-weight: bold;
	}

	section.serviceTop .service_list .service_box.aoi,
	section.serviceTop .service_list .service_box.watagumo,
	section.serviceTop .service_list .service_box.rainbow,
	section.serviceTop .service_list .service_box.luna,
	section.serviceTop .service_list .service_box.luce {
		background-size: cover;
	}
	section.serviceTop .service_list .service_box .arrow_bt {
		width: 30px;
		aspect-ratio: 1/1;
		display: inline-block;
		border-radius: 30px;
		background: rgba(255, 255, 255, 0.5);
		position: relative;
	}

	section.serviceTop .service_list .service_box .arrow_bt::before {
		content: "";
		background: #274b66;
		width: 12px;
		aspect-ratio: 1/1;
		display: inline-block;
		-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
		clip-path: polygon(100% 50%, 0 0, 0 100%);
		position: absolute;
		top: 50%;
		left: 55%;
		transform: translate(-50%, -50%);
	}

	.tab_list {
		box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.4);
		border-radius: 15px;
		margin: 0 auto 0;
		max-width: 1360px;
		width: 95%;
	}

	.tab_list .wrapper .tab_box {
		padding: 3%;
	}

	.tab_list .wrapper .title {
		font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		padding: 1rem 0;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		/*border-radius: 15px;*/
		/*box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.4);*/
	}

	.tab_list .wrapper .title::before {
		content: url(https://aoisora.care/images/svg_rainbow.svg);
		display: inline-block;
		width: auto;
		height: min(5vw, 150px);
		aspect-ratio: 11/10;
		position: absolute;
		top: 0;
		left: 35%;
		transform: translate(-50%, -40%);
	}

	.tab_list .wrapper .title::after {
		content: "";
		display: inline-block;
		width: 18px;
		aspect-ratio: 1/0.6;
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		clip-path: polygon(50% 100%, 100% 0, 0 0);
		background-color: #595757;
	}
}

@media all and (min-width: 1500px) {
	.wrapper {
		max-width: 1360px;
		margin: 0 auto;
	}
}

@media all and (min-width: 1079px) {
	header .ham_menu {
		display: none;
	}
}

@media all and (min-width: 769px) and (max-width: 1180px) {
	section.service .service_list .service_box {
		width: 50%;
		padding: 1.5rem;
		background-size: cover;
	}
	section.serviceTop .service_list .service_box.luce,
	section.service .service_list .service_box.luce{
		width: 100%;
	}
}

@media all and (min-width: 769px) and (max-width: 1080px) {
	header .header_inner {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	header .header_inner .logo {
		padding: 0rem;
		border-right: unset;
	}

	header .header_inner .submenu {
		display: none;
	}
}

/* ----------------------------------------------
	PAD設定  
	------------------------------------------------*/
@media all and (min-width: 521px) and (max-width: 768px) {

	.pc_only,
	.full_pc,
	.full_pc_under,
	.pc_only,
	.sp_only {
		display: none !important;
	}

	.wrapper {
		margin-left: 4%;
		margin-right: 4%;
	}

	h1.none {
		display: none;
	}

	/* ----------------------------------------------
	ヘッダー
	------------------------------------------------*/
	header {
		width: 100%;
		margin: 0 auto;
		position: fixed;
		top: 30px;
		left: 0;
		z-index: 100;
	}

	header .header_inner {
		justify-content: space-between;
		align-items: stretch;
		padding: 0.5rem 4%;
		position: relative;
		border: 2px solid #036EB8;
		background-color: #fff;
	}

	header .header_inner .logo {
		min-width: 200px;
		width: 40%;
		z-index: 1000;
	}

	header .header_inner .submenu {
		display: none;
	}

	header nav>ul {
		padding: 9rem 1rem 1rem;
		height: fit-content;
	}

	/* header nav > ul > li.corp, header nav > ul > li.aoi, header nav > ul > li.watagumo, header nav > ul > li.rainbow, header nav > ul > li.luna {
	  grid-area: unset;
	} */
	/* ----------------------------------------------
	フッター
	------------------------------------------------*/
	footer {
		background: linear-gradient(120deg, #FFF6E1 0%, #F1F4ED 25%, #E4F3F9 100%);
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	footer::before,
	footer::after {
		content: "";
		display: inline-block;
		width: 50%;
		max-width: 300px;
		aspect-ratio: 1/1;
		background: url(https://aoisora.care/images/svg_tp_bt_bg.svg) center/100% no-repeat;
		position: absolute;
		z-index: -1;
	}

	footer::before {
		top: -50%;
		right: 0;
	}

	footer::after {
		bottom: -60%;
		left: 0;
	}

	footer .tab_area .tab_tit {
		background-color: #ABBEC9;
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		padding: 0.75rem 1rem;
		width: 100%;
		text-align: center;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		cursor: pointer;
	}

	footer .tab_area .tab_tit::after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 8px;
		background-color: #fff;
		margin-top: 0.5rem;
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		clip-path: polygon(50% 100%, 100% 0, 0 0);
	}

	footer .wrapper {
		padding: 2rem 0;
	}

	footer .wrapper * {
		color: #595757;
	}

	footer .wrapper ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	footer .wrapper ul li:not(:first-of-type) {
		padding-left: 0.5rem;
	}

	footer .wrapper ul li:not(:last-of-type) {
		padding-right: 0.5rem;
		border-right: 1px solid #595757;
	}

	footer .wrapper ul li a {
		position: relative;
	}

	footer .wrapper ul li a span {
		display: block;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		color: #595757;
	}

	footer .wrapper .com_row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		margin: 1.5rem 0;
	}

	footer .wrapper .com_row figure {
		width: 22%;
		min-width: 260px;
	}

	footer .wrapper .copyright {
		text-align: center;
		width: 100%;
		font-size: 12px;
	}

	/* ----------------------------------------------
	トピックス
	------------------------------------------------*/
	.topics {
		max-width: 1400px;
		margin: 0 auto;
	}

	.topics .wrapper {
		/*border-radius: 20px;
	  border: 2px solid #036EB8;
	  background-color: #fff;
	  padding: 1rem clamp(1rem, -0.778rem + 3.7vw, 2rem);*/
		position: relative;
		z-index: 1;
	}

	.topics .wrapper::before {
		/*content: url(https://aoisora.care/images/icon_bird.svg);
	  display: inline-block;
	  width: clamp(6.25rem, 4.028rem + 4.63vw, 7.5rem);
	  position: absolute;
	  top: 0;
	  right: 1%;
	  transform: translateY(-50%);*/
	}

	.topics .wrapper h2 {
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		color: #fff;
		background-color: #036EB8;
		border-radius: 10px;
		margin: 0 auto -10px;
		padding: 0.5rem 5rem 0.8rem;
		display: block;
		width: fit-content;
		text-align: center;
		/*transform: translate(0%, calc(-50% - 1rem));*/
	}

	.topics .wrapper .x_timeline {
		width: 100%;
		max-height: 300px;
		border-radius: 10px;
	}

	.topics .wrapper .x_timeline .twitter-timeline {
		width: 100% !important;
	}

	section.worries {
		margin-bottom: clamp(2rem, 0.061rem + 8.25vw, 6.25rem);
	}

	section.worries .wrapper h2 {
		margin-bottom: 1.5rem;
	}

	section.worries .wrapper .worries_list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		grid-gap: 1.5rem;
	}

	section.worries .wrapper .worries_list .worries_box {
		width: calc(50% - 1.5rem);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		grid-gap: 1rem;
	}

	section.worries .wrapper .worries_list .worries_box h3 {
		font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
		color: #036EB8;
		text-align: center;
	}

	section.worries .wrapper .worries_list .worries_box .button {
		display: inline-block;
	}

	section.worries .wrapper .worries_list .worries_box .button a {
		display: block;
		height: 100%;
		width: 100%;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		padding: 0.5rem 2rem;
		background-color: #036EB8;
		border-radius: 30px;
		color: #fff;
	}

	section.service {
		margin-bottom: clamp(2rem, 0.061rem + 8.25vw, 6.25rem);
	}

	section.service h2 {
		font-size: clamp(1.25rem, 1.028rem + 0.46vw, 1.375rem);
		color: #fff;
		padding: 0.5rem 3rem;
		background-color: #274B66;
		transform: translateY(50%);
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}

	section.service .service_list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}

	section.service .service_list .service_box {
		width: 50%;
		padding: 1.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		grid-gap: 1rem;
		background-position: center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		transition: background-size 0.5s;
	}

	section.service .service_list .service_box h3 {
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		color: #fff;
		text-shadow: 3px 3px 5px rgba(102, 102, 102, 0.4);
		margin-bottom: 0.5rem;
		font-weight: 500;
		text-align: center;
		min-height: 2em;
		display: flex;
		align-items: center;
	}

	section.service .service_list .service_box .tit {
		color: #fff;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		padding: 0.5rem 1.5rem;
	}

	section.service .service_list .service_box.aoi {
		background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5), rgba(33, 150, 243, 0.5)), url(https://aoisora.care/images/top/service01.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.aoi .tit {
		background-color: #036eb8;
	}

	section.service .service_list .service_box.watagumo {
		background-image: linear-gradient(to bottom, rgba(239, 217, 120, 0.5), rgba(239, 217, 120, 0.5)), url(https://aoisora.care/images/top/service02.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.watagumo .tit {
		background-color: #F7B32D;
	}

	section.service .service_list .service_box.rainbow {
		background-image: linear-gradient(to bottom, rgba(204, 239, 163, 0.5), rgba(204, 239, 163, 0.5)), url(https://aoisora.care/images/top/service03.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.rainbow .tit {
		background-color: #7BC129;
	}

	section.service .service_list .service_box.luna {
		background-image: linear-gradient(to bottom, rgba(239, 175, 180, 0.5), rgba(239, 175, 180, 0.5)), url(https://aoisora.care/images/top/service04.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.luna .tit {
		background-color: #EFAFB4;
	}

	section.service .service_list .service_box.luce {
		background-image: linear-gradient(to bottom, rgba(152, 200, 222, 0.5), rgba(152, 200, 222, 0.5)), url(https://aoisora.care/images/top/service05.jpg?1);
		background-size: 130%;
	}

	section.service .service_list .service_box.luce .tit {
		background-color: #4ba9dd;
	}

	section.service.under_page {
		margin-bottom: 0;
	}

	section.service.under_page .service_list .service_box .text_box {
		min-height: unset;
	}
	section.serviceTop h2 {
		font-size: clamp(1.25rem, 1.028rem + 0.46vw, 1.375rem);
		color: #fff;
		padding: 0.5rem 3rem;
		background-color: #274B66;
		transform: translateY(50%);
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
	section.serviceTop .service_list .service_box {
		width: 50%;
		padding: 1.5rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		grid-gap: 1rem;
		background-position: center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		transition: background-size 0.5s;
	}

	section.serviceTop .service_list .service_box h3 {
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		color: #fff;
		text-shadow: 3px 3px 5px rgba(102, 102, 102, 0.4);
		margin-bottom: 0.5rem;
		font-weight: 500;
		text-align: center;
		min-height: 2em;
		display: flex;
		align-items: center;
	}

	section.serviceTop .service_list .service_box .text_box {
		padding: 1rem;
		background-color: rgba(255, 255, 255, 0.6);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		grid-gap: 1rem;
		min-height: 300px;
	}

	section.serviceTop .service_list .service_box .text_box .tit {
		color: #fff;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		padding: 0.5rem 1.5rem;
	}

	section.serviceTop .service_list .service_box .text_box .br {
		line-height: 1.5;
		font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
	}

	section.serviceTop .service_list .service_box .text_box .tel_area {
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 0.5rem;
	}

	section.serviceTop .service_list .service_box .text_box .tel_area img {
		width: 24px;
	}

	section.serviceTop .service_list .service_box .text_box .tel_area .tel,
	section.serviceTop .service_list .service_box .text_box .tel_area .tel a {
		color: #036EB8;
		font-size: clamp(1.5rem, 1.056rem + 0.93vw, 1.75rem);
		font-weight: bold;
	}

	section.serviceTop .service_list .service_box.aoi,
	section.serviceTop .service_list .service_box.watagumo,
	section.serviceTop .service_list .service_box.rainbow,
	section.serviceTop .service_list .service_box.luna,
	section.serviceTop .service_list .service_box.luce {
		background-size: cover;
	}
	section.serviceTop .service_list .service_box.luce{
		width: 100%;
	}

	section.serviceTop .service_list .service_box .arrow_bt {
		width: 30px;
		aspect-ratio: 1/1;
		display: inline-block;
		border-radius: 30px;
		background: rgba(255, 255, 255, 0.5);
		position: relative;
	}

	section.serviceTop .service_list .service_box .arrow_bt::before {
		content: "";
		background: #274b66;
		width: 12px;
		aspect-ratio: 1/1;
		display: inline-block;
		-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
		clip-path: polygon(100% 50%, 0 0, 0 100%);
		position: absolute;
		top: 50%;
		left: 55%;
		transform: translate(-50%, -50%);
	}

	.tab_list {
		box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.4);
		border-radius: 15px;
		/*margin-bottom: clamp(2rem, 0.061rem + 8.25vw, 6.25rem);*/
		margin: 0 auto 0;
		width: 90%;
	}

	.tab_list .wrapper .tab_box {
		padding: 3%;
	}

	.tab_list .wrapper .title {
		font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		padding: 1rem 0;
		cursor: pointer;
		position: relative;
		overflow: hidden;
	}

	.tab_list .wrapper .title::before {
		content: url(https://aoisora.care/images/svg_rainbow.svg);
		display: inline-block;
		width: auto;
		height: min(10vw, 150px);
		aspect-ratio: 11/10;
		position: absolute;
		top: 0;
		left: 20%;
		transform: translate(-50%, -40%);
	}

	.tab_list .wrapper .title::after {
		content: "";
		display: inline-block;
		width: 18px;
		aspect-ratio: 1/0.6;
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		clip-path: polygon(50% 100%, 100% 0, 0 0);
		background-color: #595757;
	}
}

/* ----------------------------------------------
	SP設定
	------------------------------------------------*/
@media all and (max-width: 520px) {

	.pc_only,
	.full_pc,
	.full_pc_under,
	.pc_only,
	.pad_only,
	.pad_over {
		display: none !important;
	}

	.wrapper {
		margin-left: 3%;
		margin-right: 3%;
	}

	h1.none {
		display: none;
	}

	/* ----------------------------------------------
	ヘッダー
	------------------------------------------------*/
	header {
		width: 100%;
		margin: 0 auto;
		position: fixed;
		top: 30px;
		left: 0;
		z-index: 100;
	}

	header .header_inner {
		justify-content: space-between;
		align-items: stretch;
		padding: 0.5rem 4%;
		position: relative;
		border: 2px solid #036EB8;
		background-color: #fff;
	}

	header .header_inner .logo {
		min-width: 200px;
		width: 40%;
		z-index: 1000;
	}

	header .header_inner .submenu {
		display: none;
	}

	header nav>ul {
		padding: 7rem 1rem 5rem;
	}

	header nav>ul>li {
		width: 100%;
	}

	header nav>ul>li>a {
		min-height: 80px;
	}

	/* ----------------------------------------------
	フッター
	------------------------------------------------*/
	footer {
		background: linear-gradient(120deg, #FFF6E1 0%, #F1F4ED 25%, #E4F3F9 100%);
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

	footer::before,
	footer::after {
		content: "";
		display: inline-block;
		width: 50%;
		max-width: 300px;
		aspect-ratio: 1/1;
		background: url(https://aoisora.care/images/svg_tp_bt_bg.svg) center/100% no-repeat;
		position: absolute;
		z-index: -1;
	}

	footer::before {
		top: -50%;
		right: 0;
	}

	footer::after {
		bottom: -60%;
		left: 0;
	}

	footer .tab_area .tab_tit {
		background-color: #ABBEC9;
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		padding: 0.75rem 1rem;
		width: 100%;
		text-align: center;
		color: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		cursor: pointer;
	}

	footer .tab_area .tab_tit::after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 8px;
		background-color: #fff;
		margin-top: 0.5rem;
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		clip-path: polygon(50% 100%, 100% 0, 0 0);
	}

	footer .wrapper {
		padding: 2rem 0;
	}

	footer .wrapper * {
		color: #595757;
	}

	footer .wrapper ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
		grid-gap: 0.5rem;
		width: 85%;
	}

	footer .wrapper ul li:not(:last-of-type) {
		padding-right: 0.5rem;
		border-right: 1px solid #595757;
	}

	footer .wrapper ul li a {
		position: relative;
	}

	footer .wrapper ul li a span {
		display: block;
		font-size: 14px;
		color: #595757;
	}

	footer .wrapper .com_row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		margin: 1.5rem 0;
	}

	footer .wrapper .com_row figure {
		width: 22%;
		min-width: 260px;
	}

	footer .wrapper .copyright {
		text-align: center;
		width: 100%;
		font-size: 12px;
	}

	footer .top_return {
		position: absolute;
		top: 20%;
		right: 1rem;
	}

	footer .top_return a {
		flex-direction: column;
		grid-gap: 0.2rem;
		padding: 0.25rem 0.5rem;
	}

	footer .top_return a .arrow {
		width: 20px;
	}

	footer .top_return a .arrow::before {
		width: 7px;
	}

	footer .top_return.fix_bt {
		bottom: 3rem;
	}

	footer .top_return.nofix {
		opacity: 1;
	}

	footer .sp_bt {
		width: 95%;
		background-color: #036EB8;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		position: fixed;
		bottom: 0;
		left: 50%;
		transition: transform 0.5s;
		transform: translate(-50%, 120%);
	}

	footer .sp_bt a {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		padding: 0.25rem 1rem;
	}

	footer .sp_bt a img {
		width: 22px;
	}

	footer .sp_bt a .text {
		font-size: 18px;
		color: #fff;
	}

	footer .sp_bt.scroll {
		transform: translate(-50%, 0%);
	}

	/* ----------------------------------------------
	トピックス
	------------------------------------------------*/
	.topics {
		max-width: 1400px;
		margin: 0 auto;
	}

	.topics .wrapper {
		/*border-radius: 20px;
	  border: 2px solid #036EB8;
	  background-color: #fff;
	  padding: 1rem clamp(1rem, -0.778rem + 3.7vw, 2rem);*/
		position: relative;
		z-index: 1;
	}

	.topics .wrapper::before {
		/*content: url(https://aoisora.care/images/icon_bird.svg);
	  display: inline-block;
	  width: clamp(6.25rem, 4.028rem + 4.63vw, 7.5rem);
	  position: absolute;
	  top: 0;
	  right: 1%;
	  transform: translateY(-50%);*/
	}

	.topics .wrapper h2 {
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		color: #fff;
		background-color: #036EB8;
		border-radius: 10px;
		margin: 0 auto -10px;
		padding: 0.5rem 4rem 0.8rem;
		display: block;
		width: fit-content;
		text-align: center;
		/*transform: translate(0%, calc(-50% - 1rem));*/
	}

	.topics .wrapper .x_timeline {
		width: 100%;
		border-radius: 10px;
	}

	section.worries {
		margin-bottom: clamp(2rem, 0.061rem + 8.25vw, 6.25rem);
	}

	section.worries .wrapper h2 {
		margin-bottom: 1.5rem;
	}

	section.worries .wrapper .worries_list {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		grid-gap: 3rem;
	}

	section.worries .wrapper .worries_list .worries_box {
		width: 80%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		grid-gap: 1rem;
	}

	section.worries .wrapper .worries_list .worries_box h3 {
		font-size: clamp(1.125rem, 0.681rem + 0.93vw, 1.375rem);
		color: #036EB8;
		text-align: center;
	}

	section.worries .wrapper .worries_list .worries_box .button {
		display: inline-block;
	}

	section.worries .wrapper .worries_list .worries_box .button a {
		display: block;
		height: 100%;
		width: 100%;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		padding: 0.5rem 2rem;
		background-color: #036EB8;
		border-radius: 30px;
		color: #fff;
	}

	section.service {
		margin-bottom: clamp(2rem, 0.061rem + 8.25vw, 6.25rem);
	}

	section.service h2 {
		font-size: clamp(1.25rem, 1.028rem + 0.46vw, 1.375rem);
		color: #fff;
		padding: 0.5rem 3rem;
		background-color: #274B66;
		transform: translateY(150%);
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}

	section.service .service_list {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: center;
	}

	section.service .service_list .service_box {
		width: 100%;
		padding: 1.5rem 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		grid-gap: 1rem;
		background-position: center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		transition: background-size 0.5s;
	}

	section.service .service_list .service_box h3 {
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		color: #fff;
		text-shadow: 3px 3px 5px rgba(102, 102, 102, 0.4);
		margin-bottom: 0.5rem;
		font-weight: 500;
		text-align: center;
		min-height: 2em;
		display: flex;
		align-items: center;
	}

	section.service .service_list .service_box .tit {
		color: #fff;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		padding: 0.5rem 1.5rem;
	}

	section.service .service_list .service_box.aoi {
		background-image: linear-gradient(to bottom, rgba(33, 150, 243, 0.5), rgba(33, 150, 243, 0.5)), url(https://aoisora.care/images/top/service01.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.aoi .tit {
		background-color: #036eb8;
	}

	section.service .service_list .service_box.watagumo {
		background-image: linear-gradient(to bottom, rgba(239, 217, 120, 0.5), rgba(239, 217, 120, 0.5)), url(https://aoisora.care/images/top/service02.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.watagumo .tit {
		background-color: #F7B32D;
	}

	section.service .service_list .service_box.rainbow {
		background-image: linear-gradient(to bottom, rgba(204, 239, 163, 0.5), rgba(204, 239, 163, 0.5)), url(https://aoisora.care/images/top/service03.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.rainbow .tit {
		background-color: #7BC129;
	}

	section.service .service_list .service_box.luna {
		background-image: linear-gradient(to bottom, rgba(239, 175, 180, 0.5), rgba(239, 175, 180, 0.5)), url(https://aoisora.care/images/top/service04.jpg);
		background-size: 130%;
	}

	section.service .service_list .service_box.luna .tit {
		background-color: #EFAFB4;
	}

	section.service .service_list .service_box.luce {
		background-image: linear-gradient(to bottom, rgba(152, 200, 222, 0.5), rgba(152, 200, 222, 0.5)), url(https://aoisora.care/images/top/service05.jpg?1);
		background-size: 130%;
	}

	section.service .service_list .service_box.luce .tit {
		background-color: #4ba9dd;
	}

	section.service.under_page {
		margin-bottom: 0;
	}
	section.serviceTop h2 {
		font-size: clamp(1.25rem, 1.028rem + 0.46vw, 1.375rem);
		color: #fff;
		padding: 0.5rem 3rem;
		background-color: #274B66;
		transform: translateY(150%);
		width: -moz-fit-content;
		width: fit-content;
		margin: 0 auto;
	}
	section.serviceTop .service_list .service_box {
		width: 100%;
		padding: 1.5rem 1rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		grid-gap: 1rem;
		background-position: center;
		background-size: auto 100%;
		background-repeat: no-repeat;
		transition: background-size 0.5s;
	}

	section.serviceTop .service_list .service_box h3 {
		font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
		color: #fff;
		text-shadow: 3px 3px 5px rgba(102, 102, 102, 0.4);
		margin-bottom: 0.5rem;
		font-weight: 500;
		text-align: center;
		min-height: 2em;
		display: flex;
		align-items: center;
	}

	section.serviceTop .service_list .service_box .text_box {
		padding: 1rem;
		background-color: rgba(255, 255, 255, 0.6);
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		grid-gap: 1rem;
	}

	section.serviceTop .service_list .service_box .text_box .tit {
		color: #fff;
		font-size: clamp(1rem, 0.778rem + 0.46vw, 1.125rem);
		padding: 0.5rem 1.5rem;
	}

	section.serviceTop .service_list .service_box .text_box .br {
		line-height: 1.5;
		font-size: clamp(0.875rem, 0.653rem + 0.46vw, 1rem);
	}

	section.serviceTop .service_list .service_box .text_box .tel_area {
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 0.5rem;
	}

	section.serviceTop .service_list .service_box .text_box .tel_area img {
		width: 24px;
	}

	section.serviceTop .service_list .service_box .text_box .tel_area .tel,
	section.serviceTop .service_list .service_box .text_box .tel_area .tel a {
		color: #036EB8;
		font-size: clamp(1.5rem, 1.056rem + 0.93vw, 1.75rem);
		font-weight: bold;
	}

	section.serviceTop .service_list .service_box.aoi,
	section.serviceTop .service_list .service_box.watagumo,
	section.serviceTop .service_list .service_box.rainbow,
	section.serviceTop .service_list .service_box.luna,
	section.serviceTop .service_list .service_box.luce {
		background-size: cover;
	}
	section.serviceTop .service_list .service_box.aoi{
		padding: 6rem 1.5rem 1rem;
	}
	section.serviceTop .service_list .service_box.luce{
		width: 100%;
	}
	

	section.serviceTop .service_list .service_box .arrow_bt {
		width: 30px;
		aspect-ratio: 1/1;
		display: inline-block;
		border-radius: 30px;
		background: rgba(255, 255, 255, 0.5);
		position: relative;
	}

	section.serviceTop .service_list .service_box .arrow_bt::before {
		content: "";
		background: #274b66;
		width: 12px;
		aspect-ratio: 1/1;
		display: inline-block;
		-webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
		clip-path: polygon(100% 50%, 0 0, 0 100%);
		position: absolute;
		top: 50%;
		left: 55%;
		transform: translate(-50%, -50%);
	}

	.tab_list {
		box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.4);
		border-radius: 10px;
		/*margin-bottom: clamp(2rem, 0.061rem + 8.25vw, 6.25rem);*/
		margin: 0 auto 0;
		width: 90%;
	}

	.tab_list .wrapper .tab_box {
		padding: 3%;
	}

	.tab_list .wrapper .title {
		font-size: clamp(1.125rem, 0.903rem + 0.46vw, 1.25rem);
		display: flex;
		align-items: center;
		justify-content: center;
		grid-gap: 1rem;
		padding: 1rem 0;
		cursor: pointer;
		position: relative;
		overflow: hidden;
		/*border-radius: 10px;
	  box-shadow: 2px 2px 5px rgba(102, 102, 102, 0.4);*/
	}

	.tab_list .wrapper .title::before {
		content: url(https://aoisora.care/images/svg_rainbow.svg);
		display: inline-block;
		width: auto;
		height: 80px;
		aspect-ratio: 11/10;
		position: absolute;
		top: 0;
		left: 10%;
		transform: translate(-50%, -40%);
		z-index: -1;
	}

	.tab_list .wrapper .title::after {
		content: "";
		display: inline-block;
		width: 18px;
		aspect-ratio: 1/0.6;
		-webkit-clip-path: polygon(50% 100%, 100% 0, 0 0);
		clip-path: polygon(50% 100%, 100% 0, 0 0);
		background-color: #595757;
	}

	/* ----------------------------------------------
	jsのためのcss
	------------------------------------------------*/
	.jsfix {
		position: fixed;
		bottom: 0;
		opacity: 1;
		width: 100%;
		z-index: 500;
	}

	.opa {
		opacity: 0;
	}

	.none {
		display: none !important;
	}
}