@charset "UTF-8";
/* CSS Document */

/* ダミー　*/
.dummy {
	color: #FF0066 !important;
}

/* ------------------------------ PC ------------------------------ */
/* 大タイトル h1 */
.serif {
	font-family: "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* 水平線入り見出し h2 */
.headhr::before,
.headhr::after {
	content: '';
	height: 1px;
	background-color: rgba(46, 80, 117, 0.5);
	flex-grow: 1;
}
.headhr::before {
	margin-right: 2em;
}
.headhr::after {
	margin-left: 1.85em; /* 2em - 0.15em */
}

/* -------------------- ファイルリンク -------------------- */
.filelinks a {
	font-size: calc(17rem / 16);
	line-height: calc(33em / 17);
	font-weight: bold;
	color: #2E5075;
	text-align: right;
}
.filelinks a i {
	padding-right: 0.35em;
}

/* -------------------- ヘッダ -------------------- */
header {
	height: 105px;
	padding: 0 60px;
	border-top: 6px solid #2E5075;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header-logo-text {
	width: 350px;
	height: 51px;
}
header .header-logo-mark {
	width: 115px;
	height: 75px;
}

/* -------------------- メイン -------------------- */
.mainContents {
	position: relative;
}

/* お問い合わせボタン */
.mainContents__Sec-contactBtn {
	margin: 150px auto 0;
	width: 1080px; /* 1280pxにすると右にスペースができる AOS flip-upの影響? */
}
.contactBtn a {
	position: relative;
	margin: 0 auto;
	width: 360px;
	padding: 30px;
	font-size: calc(20rem / 16);
	line-height: calc(24em / 20);
	text-align: center;
	font-weight: bold;
	color: #FFF;
	background: #2E5075;
	display: block;
}
.contactBtn a::after {
	position: absolute;
	top: 50%;
	right: 30px;
	margin-top: -13.5px;
	font-family: 'Material Icons';
	font-size: calc(18rem / 16);
	line-height: calc(27em / 18);
	content: "\e5e1";
}

/* -------------------- フッタ -------------------- */
footer {
	margin-top: 186px;
	min-width: 1280px;
	background: #000;
}
footer small {
	padding: 21px 60px;
	font-size: calc(13rem / 16);
	line-height: calc(18em / 13);
	text-align: center;
	color: #FFF;
	display: block;
}

/* -------------------- 電話 -------------------- */
a[href*="tel:"] {
	pointer-events: none;
	display: inline-block; /* IE */
}