@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
}
#top_ttl img:not(.txt) {
	width: 100%;
}
#top_ttl .txt {
	position: absolute;
	top: 120px;
	left: 2%;
}
/* 挨拶 */
#top_msg {
	position: relative;
}
#top_msg .img {
	position: absolute;
	right: 0;
	top: 105px;
	text-align: center;
	font-size: 18px;
}
#top_msg .img img {
	border: 1px solid #d9e3f9;
	background: #f2f4f8;
	border-radius: 60%;
	margin-bottom: 10px;
}
#top_msg .txt {
	font-size: 120%;
}
#top_msg .txt.pr {
	padding-right: 280px;
}
#top_history {
	margin-bottom: 50px;
}
#top_history .waku {
	background: #f2f4f8;
	padding: 30px 25px 25px;
	position: relative;
	border-radius: 10px;
}
#top_history .waku h4.sub {
	position: absolute;
	z-index: 1;
	top: -22px;
}
#top_history .waku .txt {
	font-size: 120%;
}
#top_history .waku .box {
	margin-bottom: 25px;
}
#top_history .waku .box ul {
	width: 460px;
}
#top_history .waku .box ul li {
	color: #5f6c89;
	border-bottom: 1px solid #5f6c89;
	font-size: 20px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}
#top_history .waku .box .txt {
	width: 570px;
}
#top_hope {
	padding-bottom: 160px;
}
#top_hope h4.sub {
	font-size: 20px;
	margin-bottom: 15px;
}
#top_hope h4.sub::before {
	top: 10px;
}
#top_hope .txt {
	font-size: 120%;
}
#top_hope .pay {
	font-size: 120%;
}
#top_hope .pay dt {
	background: #f2f4f8;
	width: 85px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 2px;
}
#top_hope .pay dd {
	width: calc(100% - 100px);
}
#top_hope .pay dd ul li {
	border-bottom: 1px solid #DDD;
	padding: 5px 0;
}
/* コンテンツ */
#top_service {
	position: relative;
	padding-top: 90px;
}
#top_service:before {
	background: #f2f4f8;
}
#top_service h3.sub {
	padding-left: 620px;
	margin-bottom: 130px;
}
#top_service .img01 {
	position: absolute;
	top: -50px;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 560px) );
}
@media only screen and (max-width: 1150px) {
	#top_service .img01 {
		left: -25px;
		width: 575px;
	}
}
#top_service .img01 img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
}
#top_service .box {
	background: #fff;
	position: relative;
	border: 1px solid #d9e3f9;
	border-radius: 10px;
	overflow: hidden;
	z-index: 0;
}
#top_service .box .img02 {
	position: absolute;
	right: 0;
	top: 0;
}
#top_service .box .info {
	position: relative;
	padding: 30px 50px;
	z-index: 1;
}
#top_service .box .info > * {
	position: relative;
}
#top_service .box .info::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 126px;
	height: 126px;
	background: #ffd981 url("../img/bg-dot.png");
	z-index: 0;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#top_service .box .info h4 {
	font-size: 61px;
	margin-bottom: 20px;
}
#top_service .box .info .txt {
	font-size: 125%;
}
#top_service .box.box_full .info .txt {
	padding-right: 350px;
}
#top_service .list {
	margin-top: 50px;
	margin-bottom: 40px;
}
#top_service .list .box {
	width: 340px;
}
#top_service .list .box .info {
	padding: 40px;
}
#top_service .list .box .info h4 {
	font-size: 39px;
}
#top_service .btn01 {
	position: absolute;
	margin-bottom: 0;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/* お知らせ */
#top_info {
	padding-top: 120px;
}
#top_info .info {
	width: 530px;
}
#top_info .list {
	margin-bottom: 40px;
}
#top_info dl {
	background: #f2f4f8;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}
#top_info dl dt {
	font-size: 110%;
}
#top_info dl dd a {
	font-size: 125%;
	text-decoration: underline;
	color: #262f3e;
}
#top_info .btn01 a {
	width: 200px;
	padding: 4px 0 6px 30px;
	font-size: 18px;
}
#top_info .btn01 a::before {
	width: 22px;
	height: 22px;
	background-position: top 6px left 8px;
	top: calc(50% - 11px);
	right: 15px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@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 .txt {
		width: 45%;
		top: 4%;
	}
	#top_msg .img {
		top: 60px;
	}
	#top_msg .txt {
		font-size: 110%;
	}
	#top_msg .txt.pr {
		padding-right: 240px;
	}
	#top_history .waku h4.sub {
		top: -18px;
	}
	#top_history .waku .box {
		display: block;
		margin-bottom: 0;
	}
	#top_history .waku .box ul {
		margin-bottom: 20px;
	}
	#top_history .waku .box ul li {
		font-size: 120%;
	}
	#top_history .waku .txt {
		font-size: 110%;
	}
	#top_hope {
		padding-bottom: 130px;
	}
	#top_hope .txt {
		font-size: 110%;
	}
	#top_hope .pay {
		align-items: flex-start;
	}
	#top_hope .pay dt {
		padding-top: 0;
	}
	#top_service {
		padding-top: 50px;
	}
	#top_service .img01 {
		width: 60%;
	}
	#top_service .img01 img {
		height: 200px;
	}
	#top_service h3.sub {
		padding-left: 60%;
		margin-bottom: 90px;
	}
	#top_service .box .info {
		padding: 20px;
	}
	#top_service .box .info::before {
		width: 100px;
		height: 100px;
	}
	#top_service .box .info h4 {
		font-size: 28px;
	}
	#top_service .box .img02 {
		width: 39%;
	}
	#top_service .box.box_full .info .txt {
		padding-right: 42%;
	}
	#top_service .list {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#top_service .list .box {
		width: 32%;
	}
	#top_service .list .box .info {
		padding: 15px;
	}
	#top_service .list .box .info h4 {
		font-size: 28px;
		margin-bottom: 15px;
	}
	#top_service .box .info .txt {
		font-size: 110%;
	}
	#top_info {
		padding-top: 80px;
	}
	#top_info .info {
		width: 48%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg .img {
		position: relative;
		top: auto;
		margin-bottom: 20px;
	}
	#top_msg .img img {
		margin-bottom: 5px;
	}
	#top_msg .txt.pr {
		padding-right: 0;
	}
	#top_msg .txt {
		font-size: 100%;
	}
	#top_history .waku h4.sub {
		top: -15px;
	}
	#top_history .waku .box ul {
		width: 100%;
	}
	#top_history .waku .box ul li {
		font-size: 110%;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	#top_history .waku .box .txt {
		width: 100%;
	}
	#top_history .waku .txt {
		font-size: 100%;
	}
	#top_hope .txt {
		font-size: 100%;
	}
	#top_hope .pay dd {
		width: 100%;
	}
	#top_hope .pay {
		font-size: 110%;
	}
	#top_service h3.sub {
		margin-bottom: 70px;
	}
	#top_service .box .img02 {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	#top_service .box .img02 img {
		height: 200px;
		width: 100%;
		object-fit: cover;
	}
	#top_service .box.box_full .info .txt {
		padding-right: 0;
	}
	#top_service .box .info::before {
		width: 70px;
		height: 70px;
	}
	#top_service .box .info .txt {
		font-size: 100%;
	}
	#top_service .list .box {
		width: 100%;
		margin-bottom: 30px;
	}
	#top_service .list .box .img img {
		width: 100%;
	}
	#top_service .box .info h4, #top_service .list .box .info h4 {
		font-size: 23px;
		margin-bottom: 10px;
	}
	#top_service .list .box .info h4 br {
		display: none;
	}
	#top_service .btn01 {
		bottom: -29px;
	}
	#top_info .info {
		width: 100%;
		margin-bottom: 30px;
	}
	#top_info .info:last-of-type {
		margin-bottom: 0;
	}
	#top_info .list {
		margin-bottom: 20px;
	}
	#top_info dl {
		padding: 15px;
	}
	#top_info dl dt {
		font-size: 100%;
	}
	#top_info dl dd a {
		font-size: 110%;
	}
}