@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_use {
	padding-bottom: 130px;
}
#top_use::before {
	background: url("../img/top/bg-txt.png") no-repeat left -30px top -4px;
}
#top_use .list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(4, 250px);
	margin-bottom: 70px;
}
#top_use .box {
	background: var(--color-primary);
	border-radius: 20px;
	position: relative;
	padding: 45px 0 30px;
}
#top_use .box::before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	display: block;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background: var(--color-secondary);
	border-radius: 50%;
	z-index: 1;
}
#top_use .box .ico {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 137px;
	margin: 0 auto 20px;
}
#top_use .box .txt {
	margin-bottom: 0;
	font-size: 37px;
	line-height: 1.2;
	color: var(--color-secondary);
	font-weight: bold;
	text-align: center;
}
#top_use > .txt {
	font-size: 23px;
	margin-bottom: 68px;
}
#top_use .btns {
	width: 637px;
	margin: 0 auto;
}
#top_use .btns .btn01 {
	margin-bottom: 0;
}
#top_what {
	position: relative;
	padding-top: 60px;
}
#top_what::before {
	background: var(--color-primary);
	height: 3px;
}
#top_what h3 {
	position: absolute;
	top: -42px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_what h3 span {
	display: inline-block;
	line-height: 74px;
	font-size: 50px;
	background: #fff;
	border-radius: 30px;
	border: 3px solid var(--color-primary);
	color: var(--color-primary);
	white-space: nowrap;
	padding: 0 27px 5px;
}
#top_what > h4 {
	text-align: center;
	color: #fff;
	font-size: 30px;
	background: var(--color-primary);
	padding: 14px 0 19px;
	position: relative;
	margin-bottom: 50px;
}
#top_what > h4::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -67px;
	margin-left: -43px;
	border: 43px solid transparent;
	border-top: 24px solid var(--color-primary);
}
#top_what .list {
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 530px);
	gap: 50px 0;
	counter-reset: number 0;
	margin-bottom: 80px;
}
#top_what .box {
	border: 3px solid var(--color-primary);
	border-radius: 20px;
	padding: 25px 25px 70px;
	position: relative;
}
#top_what .box::before {
	counter-increment: number 1;
	content: counter(number, decimal-leading-zero);
	color: rgba(24, 99, 40, 0.1);
	font-size: 90px;
	position: absolute;
	right: 8px;
	bottom: -18px;
	font-family: var(--font-bebas);
	line-height: 1;
}
#top_what .box .ico {
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-secondary);
	border-radius: 50%;
}
#top_what .box .info {
	width: 300px;
}
#top_what .box .info h4 {
	color: var(--color-primary);
	font-size: 30px;
	border-bottom: 5px solid var(--color-secondary);
	margin-bottom: 30px;
	padding-bottom: 5px;
}
#top_what .box .info h4.fs {
	font-size: 25px;
	line-height: 42px;
}
#top_what .box .info ul li {
	position: relative;
	font-size: 20px;
	padding-left: 15px;
	line-height: 1;
	margin-bottom: 20px;
}
#top_what .box .info ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	background: var(--color-primary);
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 0;
}
#top_what .box .info ul li span {
	font-size: 14px;
}
#top_what .box .txt {
	font-size: 110%;
	color: var(--color-primary);
	position: absolute;
	left: 25px;
	bottom: 25px;
}
#top_what > .attention {
	font-size: 23px;
	margin-bottom: 80px;
}
#top_contents::before {
	background: rgba(24, 99, 40, 0.1);
}
#top_contents .box {
	position: relative;
	padding-top: 80px;
	margin-bottom: 50px;
}
#top_contents .box:last-of-type {
	margin-bottom: 0;
}
#top_contents .box .img {
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 600px) );
}
#top_contents .box:nth-of-type(even) .img {
	left: auto;
	right: calc(50% - 50vw);
}
@media only screen and (max-width: 1150px) {
	#top_contents .box .img {
		left: -30px;
		width: 600px;
	}
}
#top_contents .img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}
#top_contents .box .info {
	background: #fff;
	width: 800px;
	margin-left: auto;
	padding: 50px 0 50px 50px;
	position: relative;
	z-index: 1;
}
#top_contents .box:nth-of-type(even) .info {
	margin-left: 0;
	margin-right: auto;
}
#top_contents .box .info h4 {
	border-bottom: 3px solid var(--color-primary);
	font-size: 23px;
	padding-bottom: 10px;
	color: var(--color-primary);
	margin-bottom: 20px;
}
#top_contents .box .list {
	width: 700px;
}
#top_contents .box .list dl {
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	font-size: 105%;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#top_contents .box .list dl:last-of-type {
	margin-bottom: 0;
}
#top_contents .box .list dl dt {
	color: var(--color-primary);
	width: 90px;
	text-align: center;
}
#top_contents .box .list dl dd {
	width: calc(100% - 90px);
}
#top_contents .box .info .txt {
	font-size: 110%;
}
#top_contents .box .info .txt.lh {
	line-height: 2.3;
}
#top_contents .box .info .ols {
	justify-content: flex-start;
	margin-bottom: 30px;
}
#top_contents .box .info ol:first-of-type {
	margin-right: 50px;
}
#top_contents .box .info ol li {
	font-size: 23px;
	display: flex;
	align-items: center;
	color: var(--color-primary);
}
#top_contents .box .info ol li .maru {
	width: 28px;
	height: 28px;
	padding-bottom: 2px;
	background: var(--color-primary);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-right: 15px;
	font-size: 18px;
}
#top_contents .box .info .btn01 {
	margin-bottom: 0;
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/* お知らせ */
#top_info dl {
	border-top: 1px solid #999;
	padding: 23px 0;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #999;
}
#top_info a {
	text-decoration: underline;
}
#top_info .rit {
	margin-top: 20px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 140px;
		text-align: center;
	}
	#top_info dd {
		width: calc(100% - 140px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_use::before {
		background-size: auto 100%;
	}
	#top_use .box {
		padding: 20px 0 20px;
	}
	#top_use .box .ico {
		width: 100px;
		height: 100px;
		margin-bottom: 5px;
	}
	#top_use .box .ico img {
		width: 70%;
	}
	#top_use .box:nth-of-type(4) .ico img {
		width: 50%;
	}
	#top_use .list {
		margin-bottom: 40px;
		grid-template-columns: repeat(4, 24%);
	}
	#top_use .box .txt {
		font-size: 24px;
	}
	#top_use > .txt {
		font-size: 20px;
		margin-bottom: 40px;
	}
	#top_use .btns {
		width: 100%;
		max-width: 580px;
	}
	#top_what h3 span {
		font-size: 30px;
	}
	#top_what > h4 {
		font-size: 25px;
	}
	#top_what .list {
		margin-bottom: 40px;
		grid-template-columns: repeat(2, 49%);
		gap: 15px 0;
	}
	#top_what .box {
		padding: 15px;
	}
	#top_what .box .ico {
		margin: 0 auto 15px;
	}
	#top_what .box .info {
		width: 100%;
	}
	#top_what .box .info h4 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#top_what .box .info h4.fs {
		font-size: 20px;
		line-height: 35px;
	}
	#top_what .box .info ul li {
		font-size: 120%;
		margin-bottom: 15px;
	}
	#top_what .box .info ul li::before {
		top: 6px;
	}
	#top_what .box .txt {
		position: relative;
		left: auto;
		bottom: auto;
		font-size: 105%;
	}
	#top_what > .attention {
		margin-bottom: 30px;
		font-size: 20px;
	}
	#top_contents .box .img {
		width: 450px;
	}
	#top_contents .img img {
		height: 300px;
	}
	#top_contents .box .info {
		width: 100%;
		padding: 20px 0 30px 20px;
	}
	#top_contents .box .info h4 {
		font-size: 20px;
	}
	#top_contents .box .info .txt {
		font-size: 105%;
	}
	#top_contents .box .info .txt.lh {
		line-height: 1.8;
	}
	#top_contents .box .info .ols {
		margin-bottom: 10px;
	}
	#top_contents .box .info ol:first-of-type {
		margin-right: 20px;
	}
	#top_contents .box .info ol li {
		font-size: 18px;
	}
	#top_contents .box .info ol li .maru {
		margin-right: 10px;
	}
	#top_contents .box .list {
		width: 100%;
	}
	#top_contents .box .list dl {
		margin-bottom: 10px;
		font-size: 100%;
	}
	#top_contents .box .list dl dd {
		padding-right: 10px;
	}
	#top_contents .box .info .btn01 {
		bottom: -25px;
	}
	#top_info dl {
		padding: 15px 0;
	}
	#top_info dt {
		width: 110px;
	}
	#top_info dd {
		width: calc(100% - 110px);
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_use {
		padding-bottom: 80px;
	}
	#top_use::before {
		background-position: left -40px top -4px;
	}
	#top_use .list {
		margin-bottom: 10px;
		grid-template-columns: repeat(2, 49%);
	}
	#top_use .box {
		padding: 10px 0 15px;
		margin-bottom: 20px;
	}
	#top_use .box .ico {
		width: 80px;
		height: 80px;
	}
	#top_use .box .txt {
		font-size: 15px;
	}
	#top_use .box .txt br {
		display: none;
	}
	#top_use > .txt {
		font-size: 20px;
		margin-bottom: 30px;
	}
	#top_use .btns .btn01:first-of-type {
		margin-bottom: 15px;
	}
	#top_what h3 {
		top: -27px;
	}
	#top_what h3 span {
		line-height: 50px;
		font-size: 20px;
		border-radius: 20px;
		padding: 0 20px 2px;
	}
	#top_what > h4 {
		font-size: 20px;
	}
	#top_what .list {
		display: block;
		margin-bottom: 30px;
	}
	#top_what .box {
		margin-bottom: 20px;
	}
	#top_what .box .ico {
		width: 110px;
		height: 110px;
	}
	#top_what .box .ico img {
		width: 50%;
	}
	#top_what .box:nth-of-type(2) .ico img {
		width: 40%;
	}
	#top_what .box .info h4 {
		font-size: 20px;
	}
	#top_what > .attention {
		font-size: 17px;
		margin-bottom: 25px;
	}
	#top_contents {
		padding-bottom: 50px;
	}
	#top_contents .box {
		padding-top: 200px;
	}
	#top_contents .img img {
		height: 250px;
	}
	#top_contents .box .info {
		padding: 15px 0 15px 15px;
	}
	#top_contents .box .info h4 {
		padding-right: 10px;
		font-size: 18px;
	}
	#top_contents .box .info ol:first-of-type {
		margin-right: 0;
	}
	#top_contents .box .info .txt {
		padding-right: 15px;
	}
	#top_contents .box .list dl {
		display: block;
	}
	#top_contents .box .list dl dt {
		text-align: left;
		width: 100%;
	}
	#top_contents .box .list dl dd {
		width: 100%;
	}
	#top_contents .box .info .txt.lh {
		margin-bottom: 30px;
	}
	#top_info dl {
		padding: 10px 0;
	}
	#top_info dt {
		width: 100%;
	}
	#top_info dd {
		width: 100%;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_use > .txt {
		font-size: 17px;
	}
	#top_what h3 span {
		font-size: 18px;
	}
	#top_what > h4 {
		font-size: 17px;
	}
	#top_what > .attention {
		font-size: 14px;
	}
}