@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
	border-bottom: 20px solid #e9450a;
}
#top_concept::before {
	background: #eaebef url("../img/top/bg01.png")no-repeat top right/45%;
	height: calc(100% + 200px);
}
#top_concept .waku {
	font-size : 25px;
	letter-spacing : 5px;
	background: #fff;
	padding: 4px 15px 7px;
	display: inline-block;
	margin-bottom: 50px;
}
#top_concept .waku .red {
	font-weight: 600;
}
#top_concept .txt {
	font-size : 16px;
	line-height : 32px;
	letter-spacing : 3.2px;
}
#top_concept .txt b.red {
	font-size: 22px;
}
#top_concept .txt b.red .arrow {
	color: #312b2a;
}
#top_concept .big_txt {
	font-size: 36px;
	font-weight: 800;
	line-height: 0.8em;
	margin-top: 30px;
	letter-spacing : 7.2px;
}
#top_concept .big_txt .fs {
	font-size: 25px;
	position: relative;
	top: -3px;
}

/* コンテンツ */
#top_contents .contents_box .box {
	width: 23%;
	max-width: 250px;
}
#top_contents .contents_box .box a .img_box {
	position: relative;
	z-index: -1;
}
#top_contents .contents_box .box a .img_box img {
	border-radius: 20px;
	box-shadow: 3px 3px 15px rgba(233,69,10,0.3);
}
#top_contents .contents_box .box a:hover {
	opacity: 1;
}
#top_contents .contents_box .box a:hover .img_box img {
	box-shadow: none;
}
#top_contents .contents_box .box a .txt_box .num {
	font-size : 47px;
	line-height : 80px;
	color : #E9450A;
	margin-top: -40px;
	margin-left: 5px;
}
#top_contents .contents_box .box a .txt_box .txt {
	font-size : 20px;
	letter-spacing : 2.2px;
	color : #312B2A;
	font-weight: 600;
}
#top_contents .contents_box .box a .txt_box .btn01 {
	display: inline-block;
	background: #312b2a;
	color: #fff;
	font-size: 110%;
	padding: 8px 75px 9px 30px;
	border-radius: 24px;
}
#top_contents .contents_box .box a:hover .txt_box .btn01 {
	background: #e9450a;
}
#top_contents .contents_box .box a .txt_box .btn01 span {
	position: relative;
}
#top_contents .contents_box .box a .txt_box .btn01 span::before {
	content: "";
	background: #e9450a;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: -18px;
}
#top_contents .contents_box .box a:hover .txt_box .btn01 span::before {
	background: #312b2a;
}
#top_contents .contents_box .box a .txt_box .btn01 span::after {
	content: "";
	background: url("../img/arrow01.png") no-repeat center;
	width: 19px;
	height: 11px;
	position: absolute;
	top: 6px;
	right: -55px;
}
/* 挨拶 */
#top_msg::before {
	background: linear-gradient(rgba(49,43,42,0.3)),url("../img/top/bg02.jpg") no-repeat top left/cover;
}
#top_msg .txt_box {
	width: 700px;
	margin-left: auto;
	background: #eaebef;
	padding: 70px;
	box-sizing: border-box;
}
#top_msg .txt_box .txt {
	font-size: 110%;
	line-height : 32px;
	letter-spacing : 3.2px;
}
/* お知らせ */
#top_info {
	position: relative;
}
#top_info::before {
	content: "News";
	font-size : 176px;
	color : #EAEBEF;
	opacity : 0.5;
	font-family: var(--font-lubri);
	top: -10px;
	left: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 230px;
}
#top_info .box {
	width: 1000px;
	margin: 0 auto;
}
#top_info .box h3.info {
	font-size : 25px;
	letter-spacing : 5px;
	margin-bottom: 40px;
}
#top_info .box h3.info::first-letter {
	color: #e9450a;
}
#top_info .box dl {
	border-top: 1px solid #312b2a;
	padding: 25px 15px; 
	font-size : 110%;
	line-height : 32px;
	letter-spacing : 3.2px;
}
#top_info .box dl:last-of-type {
	border-bottom: 1px solid #312b2a;
}
#top_info .box dt {
	margin-right: 2.5em;
}
@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: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
	#top_contents .contents_box .box a .txt_box .btn01 {
		font-size: 110%;
		padding: 8px 30px 9px 20px;
	}
	#top_contents .contents_box .box a .txt_box .btn01 span::before {
		left: -13px;
	}
	#top_contents .contents_box .box a .txt_box .btn01 span::after {
		right: -23px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl img {
		border-bottom: 10px solid #e9450a;
	}
	#top_concept .waku {
		font-size: 3vw;
		width: 100%;
		margin-bottom: 30px;
		letter-spacing: normal;
		text-align: center;
	}
	#top_concept .txt {
		font-size: 98%;
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#top_concept .txt b.red {
		font-size: 135%;
	}
	#top_concept .big_txt {
		font-size: 25px;
		letter-spacing: normal;
		margin-top: 30px;
	}
	#top_concept .big_txt .fs {
		font-size: 60%;
	}
	#top_contents .contents_box .box a .txt_box .num {
		font-size: 30px;
		margin-top: -20px;
		line-height: 40px;
	}
	#top_contents .contents_box .box a .txt_box .txt {
		font-size: 120%;
		letter-spacing: normal;
		flex-grow: 1;
	}
	#top_contents .contents_box .box a .txt_box .btn01 {
		font-size: 98%;
	}
	#top_msg .txt_box {
		width: 60%;
		padding: 20px;
	}
	#top_msg .txt_box .txt {
		font-size: 98%;
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#top_info {
		padding-bottom: 100px;
	}
	#top_info .box {
		width: 100%;
	}
	#top_info .box h3.info {
		font-size: 135%;
		margin-bottom: 20px;
		text-align: center;
	}
	#top_info .box dl {
		padding: 15px;
		font-size: 98%;
		letter-spacing: normal;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl img {
		border-bottom: 5px solid #e9450a;
	}
	#top_concept::before {
		height: calc(100% + 100px);
	}
	#top_concept .waku {
		font-size: 4vw;
	}
	#top_concept .txt b.red {
		font-size: 115%;
	}
	#top_concept .big_txt {
		font-size: 125%;
		margin-top: 15px;
	}
	#top_contents .contents_box {
		justify-content: center;
		column-gap: 10px;
	}
	#top_contents .contents_box .box {
		width: 48%;
	}
	#top_contents .contents_box .box a .img_box img {
		box-shadow: 2px 2px 10px rgba(233, 69, 10, 0.3);
	}
	#top_contents .contents_box {
		flex-direction: column;
	}
	#top_contents .contents_box .box {
		width: 80%;
		margin: 0 auto 30px;
	}
	#top_contents .contents_box .box a .img_box img {
		object-fit: cover;
		object-position: top;
		width: 100%;
		height: 250px;
	}
	#top_contents .contents_box .box:not(:first-of-type) a .img_box img {
		object-position: center;
	}
	#top_msg .txt_box {
		width: 100%;
		background: rgba(234, 235, 239,0.8);
	}
	#top_info .box dl {
		line-height: 1.8em;
	}
	#footer dl:first-of-type {
		margin: 30px 0 15px;
	}
}
@media only screen and (max-width: 320px) {

	#top_contents .contents_box .box a .txt_box .txt {
		font-size: 110%;
	}
}