@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 84%;
	min-width: 1100px;
}
/* 挨拶 */
#top_msg {
	position: relative;
}
#top_msg .info {
	width: 700px;
}
#top_msg h3 {
	font-size: 28px;
	font-weight: normal;
	letter-spacing : 5.6px;
	margin-bottom: 20px;
}
#top_msg h4 {
	margin-bottom: 40px;
}
#top_msg h4 span {
	color: #70bee6;
	font-size: 16px;
	letter-spacing : 3.2px;
	background : #F5F5F2;
	border-radius : 0px 10px;
	padding: 7px 13px;
	font-weight: normal;
}
#top_msg h5 {
	font-size: 44px;
	color: #ed99a3;
	font-weight: normal;
	letter-spacing : 8.8px;
	text-shadow: 2px 2px 0 rgba(55,70,83,0.15);
	line-height: 1.2;
}
#top_msg h6 {
	font-size: 35px;
	letter-spacing : 7px;
	color: #ed99a3;
	font-weight: normal;
	margin-bottom: 30px;
}
#top_msg .txt {
	line-height: 2.57;
}
#top_msg .img {
	position: absolute;
	top: 100px;
	right: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 800px) );
}
@media only screen and (max-width: 1150px) {
	#top_msg .img {
		right: -30px;
		width: 429px;
	}
}
#top_msg .img img {
	width: 100%;
	max-height: 450px;
	object-fit: cover;
	object-position: top;
	border-radius: 50px 0 0 50px;
}
#top_anshin {
	padding-top: 15vw;
}
#top_anshin:before {
	background: url("../img/top/bg-anshin.jpg") no-repeat top / 100% auto;
}
#top_anshin h3 {
	margin-bottom: 50px;
}
#top_anshin h3 span {
	font-size: 39px;
	letter-spacing : 7.8px;
	text-shadow: 2px 2px 0 rgba(55,70,83,0.15);
	background: rgba(255,255,255,0.9);
	font-weight: normal;
	border-radius : 0px 20px;
	display: inline-block;
	padding: 15px 24px;
}
#top_anshin .txt {
	line-height: 2.5;
	margin-bottom: 80px;
}
#top_anshin .list {
	margin-bottom: 50px;
	position: relative;
}
#top_anshin .list::before {
	content: "";
	position: absolute;
	left: -380px;
	top: -70px;
	background: url("../img/top/bg-maru.png") no-repeat center /100% auto;
	width: 554px;
	height: 554px;
	z-index: -1;
}
#top_anshin .box {
	width: 250px;
	border: 5px solid #f5f5f2;
	border-radius : 0px 20px;
	padding-bottom: 30px;
	background: #fff;
}
#top_anshin .box .ico {
	position: relative;
	text-align: center;
	height: 131px;
	margin-bottom: 10px;
	top: -20px;
}
#top_anshin .box .ico::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 0;
	width: 146px;
	height: 87px;
	border-radius: 50%;
	background: rgba(112, 190, 230, 0.1);
	z-index: 1;
}
#top_anshin .box .ico img {
	position: relative;
	z-index: 2;
}
#top_anshin .box:first-of-type .ico img {
	position: relative;
	top: -2px;
	left: 20px;
}
#top_anshin .box .ttl {
	text-align: center;
	letter-spacing : 4.6px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 66px;
	font-size: 23px;
	color : #70BEE6;
}
#top_anshin .msg {
	font-size : 21px;
	line-height : 36px;
	letter-spacing : 4.2px;
	color : #ED99A3;
}
/* お知らせ */
#top_info {
	margin-bottom: 50px;
}
#top_info .box {
	border-top: 2px dotted #70BEE6;
	border-bottom: 2px dotted #70BEE6;
	padding: 30px 0;
	max-width: 900px;
	min-height: 140px;
	margin: 0 auto;
}
#top_info h3 {
	font-size : 20px;
	letter-spacing : 4px;
	color : #374653;
	font-weight: normal;
	background: url("../img/top/bg-info.png") no-repeat center;
	width: 140px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#top_info .list {
	width: calc(100% - 140px);
	padding-left: 10px;
}
#top_info dl {
	padding: 10px 0;
}
#top_info dt {
	color : #70BEE6;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 130px;
		
	}
	#top_info dd {
		width: calc(100% - 130px);
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl img {
		min-width: unset;
		width: 90%;
	}
	#top_msg .info {
		width: 100%;
	}
	#top_msg h3 {
		text-align: center;
	}
	#top_msg h4 {
		text-align: center;
	}
	#top_msg h5 {
		text-align: center;
		font-size: 35px;
	}
	#top_msg h6 {
		text-align: center;
		font-size: 28px;
	}
	#top_msg .img {
		position: relative;
		top: auto;
		right: auto;
		width: 300px;
		margin: 0 auto 20px;
	}
	#top_msg .img img {
		border-radius: 0px 30px;
		max-height: unset;
	}
	#top_msg .txt {
		line-height: 2;
	}
	#top_anshin h3 {
		margin-bottom: 30px;
	}
	#top_anshin h3 span {
		font-size: 30px;
		letter-spacing: 5px;
	}
	#top_anshin .txt {
		line-height: 2;
	}
	#top_anshin .list::before {
		display: none;
	}
	#top_anshin .box {
		width: 24%;
		border-width: 3px;
		padding-bottom: 15px;
	}
	#top_anshin .box .ico::before {
		width: 120px;
	}
	#top_anshin .box .ttl {
		font-size: 16px;
		letter-spacing: 2px;
	}
	#top_anshin .msg {
		font-size: 18px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg h3 {
		font-size: 24px;
	}
	#top_msg h4 {
		margin-bottom: 20px;
	}
	#top_msg h4 span {
		display: inline-block;
		letter-spacing: 2px;
	}
	#top_msg h5 {
		font-size: 26px;
		letter-spacing: 1px;
	}
	#top_msg h6 {
		font-size: 23px;
		letter-spacing: 1px;
	}
	#top_msg .txt {
		line-height: 1.8;
	}
	#top_anshin h3 span {
		padding: 10px;
		font-size: 20px;
		letter-spacing: 1px;
	}
	#top_anshin .box {
		width: 48%;
		margin-bottom: 30px;
	}
	#top_anshin .box:nth-of-type(n+3) {
		margin-bottom: 0;
	}
	#top_anshin .box .ico {
		height: 120px;
		margin-bottom: -10px;
	}
	#top_anshin .box .ico img {
		width: 85px;
	}
	#top_anshin .box:first-of-type .ico img {
		top: 10px;
		left: 10px;
	}
	#top_anshin .box:nth-of-type(2) .ico img {
		width: 60px;
	}
	#top_anshin .box:nth-of-type(3) .ico img {
		width: 70px;
	}
	#top_anshin .box:nth-of-type(4) .ico img {
		width: 65px;
	}
	#top_anshin .box .ttl {
		height: auto;
	}
	#top_anshin .box:nth-of-type(n+3) .ttl {
		height: 66px;
	}
	#top_anshin .msg {
		font-size: 15px;
		line-height: 1.8;
	}
	#top_info .box {
		display: block;
	}
	#top_info .box h3 {
		padding: 15px 0;
		margin: 0 auto;
		background-size: 40px auto;
	}
	#top_info .list {
		width: 100%;
		padding-left: 0;
	}
}
@media only screen and (max-width: 365px){ /* スマホ */
	#top_msg h3 {
		font-size: 22px;
	}
	#top_msg h4 span {
		font-size: 15px;
		letter-spacing: 0;
	}
	#top_msg h5 {
		font-size: 23px;
		letter-spacing: 0;
	}
	#top_msg h6 {
		font-size: 20px;
	}
	#top_anshin h3 span {
		font-size: 18px;
	}
	#top_anshin .txt {
		font-size: 95%;
	}
	#top_anshin .box .ttl {
		font-size: 15px;
	}
	#top_anshin .msg {
		letter-spacing: 0;
	}
	#top_msg .img {
		width: 100%;
	}
}