@charset "utf-8";
/* CSS Document 全共通css*/
.pc {
	display: block;
}
.sp {
	display: none !important;
}
.none {
	display: none;
}
/* リセット */
* {
	box-sizing: border-box;
	word-break: break-all;
}
*, *: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: 0; /* ヘッダー固定アンカー調整 */
}
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%; /* フォントサイズ自動調整を固定に */
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-decoration: none;
	line-height: 1.75;
	font-size: 1.6rem;
	color: #303030;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-feature-settings: "palt";
	overflow: hidden;
}
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, figure {
	margin: 0;
	padding: 0;
}
figure, i {
	line-height: 1;
}
strong {
	font-weight: 700;
	font-style: normal;
}
em {
	font-style: italic;
}
address {
	font-style: normal;
}
.bold {
	font-weight: 700;
}
.font_l {
	font-size: 1.4em !important;
}
.font_ll {
	font-size: 1.2em !important;
}
.font_s {
	font-size: 0.8em !important;
}
.font_ss {
	font-size: 0.6em !important;
}
.red {
	color: #a40000;
}
.red {
	color: #a40000;
}
.blue {
	color: #006ab7;
}
.green {
	color: #00853c;
}
.yellow {
	color: #f8bc00;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.photo_right {
	float: right;
	margin-left: 20px;
}
.photo_left {
	float: left;
	margin-right: 20px;
}
.photo_center {
	text-align: center;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	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);
}
label {
	cursor: pointer;
}
select, input, textarea {
	font-size: 1.6rem;
	color: #212121;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-feature-settings: "palt";
}
img {
	max-width: 100%;
	height: auto;
}
/* 基本レイアウト */
#wrapper {
	position: relative;
	width: 1230px;
	margin: 0 auto;
}
#contents {
	width: 960px;
	margin: 0 20px;
}
header {
	position: fixed;
	top: 0;
	left: calc(50vw + 380px);
	width: 210px;
	font-size: 1.5rem;
}
body > footer {
}
/* 以上基本レイアウト */
/*ヘッダー*/
header .logo {
	margin-bottom: 20px;
	line-height: 1;
}
header ul {
	width: 210px;
	height: auto;
	margin: 10px auto;
	border-radius: 10px;
}
header ul li {
	list-style: none;
	width: 180px;
	height: 50px;
	margin: 0 auto;
	border-bottom: solid 1px #4d4d4d;
}
header ul li:last-child {
	letter-spacing: -0.05em;
}
header ul li a {
	position: relative;
	display: flex;
	align-items: center;
	width: 180px;
	height: 50px;
	text-decoration: none;
}
header ul li a::after {
	position: absolute;
	right: 0;
	top: 19px;
	content: "";
	width: 7px;
	height: 11px;
	background-image: url("../images/btn_arrow02.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
header li.tit {
	text-align: center;
	height: auto;
	padding: 5px 0;
}
header h1 a {
	position: relative;
	display: block;
}
header .header_sub {
	display: none;
}
/*/ヘッダー*/
/*グローバルナビ*/
#gnav {
	display: none;
}
.gnav_btn {
	display: none;
}
/*/グローバルナビ*/
/* pagetop */
#gnav {
	display: none;
}
#gototop {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 101;
}
#gototop a {
	display: flex;
	justify-content: center;
	align-content: center;
	width: 60px;
	height: 60px;
	background-color: #006ab7;
	color: #fff;
	font-size: 3.0rem;
	text-decoration: none;
}
#gototop a:hover {
	opacity: 0.8;
	text-decoration: none;
}
/*フッター*/
.contact_area {
	padding: 50px 20px;
	background-color: #e5f0f8;
}
.contact_area .inside {
	width: 1230px;
	padding-right: 250px;
	margin: 0 auto;
}
.contact_area h2 {
  font-family: "Noto Sans JP", sans-serif;
}

body > footer .info {
  display: flex;
	width: 1230px;
	margin: 0 auto;
	padding: 50px 20px;
}
body > footer .info .logo {
  margin-right: 25px;
}
body > footer .info .logo img {
  width: 250px;
}
body > footer .info .txt {
  font-size: 1.6rem;
}
body > footer .copy {
  background: #006ab7;
  padding: 10px 20px;
  color: #fff;
  font-size: 1.3rem;
}
body > footer .copy p {
	width: 1230px;
	margin: 0 auto;
}
/*/フッター*/
	.sp_btn_area {
		display: none;
	}

/*アニメ*/
.fadeInanime {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}
@keyframes fadeInAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1.0;
		transform: translateY(0);
	}
}
