@charset "utf-8";
/* CSS Document 全共通css*/
.pc {
	display: block;
}
.sp {
	display: none !important;
}
.none {
	display: none;
}
/* リセット */
* {
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
html {
	width: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
	overflow-x: auto;
	scroll-behavior: smooth; /* スムーススクロール */
	scroll-padding-top: 100px; /* ヘッダー固定アンカー調整 */
}
body {
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	width: 100%;
	min-width: 1200px;
	margin: 0;
	padding: 0;
	color: #303030;
	line-height: 2;
	font-weight: 400;
	font-style: normal;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	background-color: #fff;
	font-size: 1.7rem;
	font-feature-settings: "palt";
	letter-spacing: 0.016em;
}
.serif {
	font-family: 'Noto Serif JP', serif;
}
.serif_b {
	font-family: 'Noto Serif JP', serif;
	font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
	font-feature-settings: "palt";
}
dl, dt, dd, ol, ul, li, p {
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: bold;
	font-style: normal;
}
address {
	font-style: normal;
}
.bold {
	font-weight: bold;
}
.font_l {
	font-size: 1.2em !important;
}
.font_ll {
	font-size: 1.5em !important;
}
.font_s {
	font-size: 0.9em !important;
}
.font_ss {
	font-size: 0.8em !important;
}
.red {
	color: #d91517;
}
.green {
	color: #1f444d;
}
.orange {
	color: #ed6c00;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.photo_right {
	float: right;
	margin-left: 30px;
}
.photo_left {
	float: left;
	margin-right: 30px;
}
.photo_center {
	text-align: center;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	color: inherit;
	text-decoration: none;
}
a img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* 画像リンク */ /*色つきはサイズ注意*/
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/* 画像リンク */ /*オーバー用透過なし*/
a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
* img {
	max-width: 100%;
	height: auto;
}
/* 基本レイアウト */
body {}
#wrapper {
	margin: 0 auto 0 auto;
}
#container {
	margin: 0 auto;
}
body > header {
	width: 1200px;
	margin: 0 auto;
	z-index: 10001;
}
#contents {
	width: 100%;
	margin: 0 auto;
}
body > footer {
	clear: both;
	width: 100%;
	min-width: 1200px;
	height: 50px;
	margin: 0 auto;
	border-top: solid 1px #fff;
	background-color: #1F444D;
	font-size: 1.3rem;
	text-align: center;
	line-height: 50px;
	color: #fff;
	letter-spacing: 0.035em;
}
/* 以上基本レイアウト */
/*ヘッダー*/
body > header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	/*background-color: #3d60a0;*/
	/*background-image: url("../images/mainvisual_pc.jpg");
	background-position: center top;
	background-repeat: no-repeat;*/
	line-height: 0;
	font-size: 1.8rem;
	z-index: 10;
}
body > header .inside {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1120px;
	height: 100px;
	margin: 0 auto;
}
body > header.on {
	background-color: #3d60a0;
	background-color: #1F444D;
}
body > header .inside a {
	text-decoration: none;
}
body > header .inside a:hover {
	text-decoration: underline;
}
body > header .inside .txt_area {
	display: flex;
	justify-content: flex-start;
	color: #fff;
}
body > header .inside .txt_area h1 {
	margin-right: 30px;
}
body > header .inside .txt_area h1 img {
	width: auto;
	height: 67px;
}
body > header .inside ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: auto;
}
body > header .inside ul li {
	list-style: none;
	margin: 0 0 0 0;
}
body > header .inside ul li::after {
	content: "｜";
	margin: 0 0px;
}
body > header .inside ul li:last-child::after {
	content: "";
}
body > header .inside .contact_area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
}
body > header .inside .contact_area img {
	width: 25px;
	height: auto;
}
body > header .inside .contact_area .office_area {}
body > header .inside .contact_area .tit, body > header .inside .contact_area .office_area .office img {
	margin: 0 6px;
}
body > header .inside .contact_area .office_area .office {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
body > header .inside .contact_area .tel {
	font-size: 3.3rem;
	line-height: 3.3rem;
}
body > header .inside .contact_area .name {
	width: 84px;
	border: solid 1px #fff;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8rem;
}
/*/ヘッダー*/
/*グローバルナビ*/
#gnav {
	display: none;
}
/*/グローバルナビ*/
/* pagetop */
#gnav {
	display: none;
}
#gototop {
	position: fixed;
	right: 40px;
	bottom: 60px;
	z-index: 3001;
}
#gototop a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	padding-bottom: 3px;
	background-color: #1f444d;
	color: #fff;
	font-size: 3.0rem;
	line-height: 1;
	text-decoration: none;
}
#gototop a:hover {
	opacity: 0.8;
	text-decoration: none;
}
/*フッター*/
/*/フッター*/