@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
/*サブページタイトル部分の調整*/
#page_title {
	margin-top: 0px;
}
/**/
#top_ttl img {
	width: 100%;
}
.txt {
	line-height : 33px;
	letter-spacing : 1.2px;
}
/* 挨拶 */
#top_msg {
	position: relative;
}
#top_msg .sub {
	font-size : 31px;
	letter-spacing : 2.32px;
	color : #1E1F3B;
}
#top_msg .txt_box {
	width: 790px;
}
#top_msg .txt b {
	color: #1e1f3b;
	font-size: 20px;
}
#top_msg .profile {
	width: 270px;
	margin-top: -100px;
}
#top_msg .profile .photo img {
	width: 100%;
	height: 350px;
	object-fit: cover;
	border-radius: 10px;
}
#top_msg .profile .name .fm {
	font-size: 130%;
}
#top_msg .profile .name p {
	text-align: center;
}
#top_business::before {
	background: rgba(153,173,186,0.1);
	height: 350px;
	top: auto;
	bottom: 0;
}
#top_business h3.sub {
	letter-spacing : normal;
}
#top_business h3.sub span {
	display: block;
}
#top_business .box {
	width: 340px;
	background: #1e1f3b;
	border-radius: 10px;
	position: relative;
}
#top_business .box::before {
	content: "";
	background: url("../img/arrow02.png") no-repeat center/100%;
	width: 32px;
	height: 32px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 2;
}
#top_business .box:hover::before {
	background: url("../img/arrow02-on.png") no-repeat center/100%;
}
#top_business .box a:hover {
	opacity: 1;
}
#top_business .box a .img {
	position: relative;
}
#top_business .box a .img::before {
	content: "";
	background: rgba(30,31,59,0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
}
#top_business .box a:hover .img::before {
	background: rgba(30,31,59,0.8);
}
#top_business .box a .img::after {
	content: "";
	background: linear-gradient(180deg,rgba(30, 31, 59, 0) 0%, rgba(30, 31, 59, 1) 100%);
	width: 100%;
	height: 200px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#top_business .box a .img img {
	border-radius: 10px 10px 0 0;
	height: 450px;
	object-fit: cover;
	width: 100%;
}
#top_business .box a .ttl {
	font-size : 51px;
	color : #fff;
	position: absolute;
	top: 25px;
	right: 0;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#top_business .box a .txt {
	color: #fff;
	margin-top: -150px;
	position: relative;
	z-index: 2;
	padding: 15px 15px 50px 15px;
}
/* お知らせ */
#top_info .box {
	position: relative;
	margin-bottom: 100px;
}
#top_info .box::before {
	content: "COLUMN";
	font-family: var(--font-ysa);
	font-size : 120px;
	color : #99ADBA;
	opacity : 0.2;
	font-weight: normal;
	position: absolute;
	bottom: -100px;
	right: 0;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	z-index: -1;
}
#top_info .box.info::before {
	content: "NEWS";
	right: auto;
	margin-left: calc(((100vw - 100%) / 2) * -1);
}
#top_info .box .img {
	width: 37vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	position: absolute;
	top: 20px;
	left: 0;
	z-index: -1;
}
#top_info .box.info .img {
	left: auto;
	right: 0;
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
	@media only screen and (max-width: 1150px) {
		#top_info .box::before,#top_info .box.info .img {
			margin-right: -25px;
		}
		#top_info .box.info::before,#top_info .box .img {
			margin-left: -25px;
		}
	}
#top_info .box .img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 0 10px 10px 0;
	object-position: top;
}
#top_info .box.info .img img {
	border-radius: 10px 0 0 10px;
}
#top_info .box .txt_box {
	width: 850px;
	margin-left: auto;
}
#top_info .box.info .txt_box {
	margin-left: 0;
	margin-right: auto;
}
#top_info .box .txt_box .txt_in {
	border: 1px solid #99adba;
	border-radius: 10px;
	background: #fff;
	padding: 50px 50px 40px;
}
#top_info .box .txt_box .txt_in a dl {
	background: #f4f4f5;
	border-radius: 5px;
	padding: 20px 30px 20px 20px;
	margin-bottom: 10px;
	position: relative;
}
#top_info .box .txt_box .txt_in a:hover {
	opacity: 1;
}
#top_info .box .txt_box .txt_in a:hover dl {
	background: #1e1f3b;
	color: #fff;
}
#top_info .box .txt_box .txt_in a dl::before {
	content: "";
	background: url("../img/arrow03.png") no-repeat center/100%;
	width: 10px;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#top_info .box .txt_box .txt_in a:hover dl::before {
	background: url("../img/arrow03-on.png") no-repeat center/100%;
}
#top_info .box .txt_box .txt_in .btn01 a {
	margin-bottom: 0;
}
#top_info .box .txt_box .txt_in .btn01 a:hover {
	color: #99adba;
}
#top_info .box .txt_box h3.sub.ttl_column img {
	width: 60px;
	height: auto;
	vertical-align: top;
	position: relative;
	top: 18px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#top_msg {
		margin-bottom: -30px;
	}
}
@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);
	}
	#top_info .box .txt_box h3.sub.ttl_column {
		width: 670px;
		margin-left: auto;
		text-align: left;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
	#top_info .box .txt_box h3.sub.ttl_column {
		width: 415px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/*サブページタイトル部分の調整*/
	#page_title {
		margin-top: 0px;
	}
	/**/
	.txt {
		line-height: 1.8em;
		letter-spacing: normal;
	}
	#top_msg .sub {
		font-size: 22px;
		letter-spacing: normal;
	}
	#top_msg .txt_box {
		width: 65%;
	}
	#top_msg .profile {
		width: 31%;
	}
	#top_business .box {
		width: 32%;
	}
	#top_business .box a .ttl {
		font-size: 35px;
	}
	#top_info .box::before,#top_info .box.info::before {
		font-size: 100px;
	}
	#top_info .box .txt_box {
		width: 75%;
	}
	#top_info .box .txt_box .txt_in {
		padding: 20px;
	}
	#top_info .box .txt_box .txt_in a dl {
		display: block;
	}
	#top_info dd {
		width: 100%;
	}
	#top_info .box .txt_box h3.sub.ttl_column img {
		width: 40px;
		top: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	/*サブページタイトル部分の調整*/
	#page_title {
		margin-top: 0px;
	}
	/**/
	.txt {
		font-size: 100%;
	}
	#top_msg .txt_box {
		width: 100%;
	}
	#top_msg .sub {
		font-size: 120%;
	}
	#top_msg .txt b {
		font-size: 115%;
	}
	#top_msg .profile {
		width: auto;
		margin-top: 0;
	}
	#top_msg .profile .photo {
		margin: 0 auto 10px;
		width: 230px;
		margin-top: 15px;
	}
	#top_msg .profile .photo img {
		height: 250px;
	}
	#top_business .box {
		width: 100%;
	}
	#top_business .box a .ttl {
		font-size: 30px;
	}
	#top_business .box a .img img {
		height: 350px;
		object-position: top;
	}
	#top_info .box .txt_box {
		width: 100%;
	}
	#top_info .box .txt_box h3.sub {
		text-align: center;
	}
	#top_info .box .img {
		width: 100%;
		position: relative;
		top: 0;
	}
	#top_info .box.info .img {
		margin-left: auto;
	}
	#top_info .box .img img {
		width: 100%;
		height: 200px;
		margin-bottom: 20px;
	}
	#top_info .box .txt_box .txt_in {
		padding: 15px;
	}
	#top_info .box::before, #top_info .box.info::before {
		font-size: 70px;
		bottom: -70px;
	}
	#top_info .box .txt_box h3.sub.ttl_column img {
		width: 30px;
		top: 7px;
	}
}