@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  基本CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [RESET,FORMAT]
--------------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	line-height: 1;
	word-break: break-all;
}
main,article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
	display: block;
}
ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
ins {
	background-color: #ff9;
	color: #000000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000000;
	font-style: italic;
	font-weight: 800;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 180%;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color: #000000;
	text-decoration: none;
	-webkit-transition: opacity 0.6s ease-in-out;
	-moz-transition: opacity 0.6s ease-in-out;
	-ms-transition: opacity 0.6s ease-in-out;
	transition: opacity 0.6s ease-in-out;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 160%;
	color: #000000;
	letter-spacing: 0.5px;
}
img {
	vertical-align: bottom;
}
h1,
h2,
h3,
h4,
h5  {
	line-height: 140%;
}
.eng {
	font-size: 16px;
	line-height: 100%;
	font-family: 'Roboto', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
}
/* noto-sans-jp-regular - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-regular.woff2') format('woff2');
}
/* noto-sans-jp-500 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-500.woff2') format('woff2');
}
/* noto-sans-jp-600 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-600.woff2') format('woff2');
}
/* noto-sans-jp-700 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-700.woff2') format('woff2');
}
/* noto-sans-jp-800 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-800.woff2') format('woff2');
}
/* noto-sans-jp-900 - japanese_latin */
@font-face {
  font-display: swap;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/noto-sans-jp-v56-japanese_latin-900.woff2') format('woff2');
}


/* roboto-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-v50-latin-600.woff2') format('woff2');
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v50-latin-700.woff2') format('woff2');
}
/* roboto-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/roboto-v50-latin-800.woff2') format('woff2');
}
/* roboto-900 - latin */
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-v50-latin-900.woff2') format('woff2');
}
/* [footer]
--------------------------------------------------------------------------*/
.footer {
	width: 100%;
	background: #043C78;
}
.footer .wrap {
	width: 100%;
	max-width: 1360px;
	padding: 60px 30px 30px;
	margin: 0 auto;
}
.f-conts {
	width: 100%;
	max-width: 420px;
	margin: 0 auto 35px;
}
.f-information {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.f-information .f-logo {
	width: 100%;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
}
.f-information .f-logo img {
	width: 100%;
	max-width: 300px;
	height: auto;
}
.f-information .address {
	width: 75%;
	height: auto;
	color: #fff;
}
.f-information .tenken {
	width: 15%;
	height: auto;
}
.f-information .tenken img {
	width: 100%;
	height: auto;
}
.f-sns-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.f-sns-li li {
	width: 30px;
	height: auto;
	margin-right: 10px;
}
.f-sns-li li img {
	width: 100%;
	height: auto;
}
.f-sns-li li:last-child {
	margin-right: 0;
} 
.f-btn {
	width: 100%;
}
.f-btn a {
	display: block;
	border: 2px solid #fff;
	padding: 12px 10px;
	color: #FFF;
	text-align: center;
	max-width: 120px;
	margin: 0 auto;
	line-height: 100%;
}
.copyright {
	text-align: center;
	font-size: 10px;
	line-height: 120%;
}
.copyright {
	text-align: center;
	color: #fff;
	font-size: 10px;
}
@media (min-width:1020px) {
	.f-btn {
		max-width: 420px;
	}
}
/* [other]
--------------------------------------------------------------------------*/
a[href^="tel:"] {
	pointer-events: inherit;;
}
.dsn-sp {
	display: block;
}
.dsn-pc {
	display: none;
}
.f-fixd-wrap {
	display: none;
	position: relative;
	z-index: 1000;
}
.back_top {
	width: 42px;
	height: 42px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	background: #043C78;
	border: 1px solid #fff;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.back_top span {
	display: inline-block;
	width: 17px;
	height: 23px;
	padding-top: 2px;
}
.back_top img {
	width: 100%;
	height: auto;
}
@media (min-width:1024px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
	a:hover {
		opacity: 0.5;
		-webkit-opacity: 0.5;
		-moz-opacity: 0.5;
		filter: alpha(opacity=50);	/* IE lt 8 */
		-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	}
	.dsn-sp {
		display: none;
	}
	.dsn-pc {
		display: block;
	}
	.footer .wrap {
		padding: 30px 30px 40px;
	}
	.f-conts {
		max-width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 60px;
	}
	.f-information {
		width: 60%;
		align-items: center;
		margin-bottom: 0;
	}
	.f-sns-li {
		width: 25%;
	}
	.f-btn {
		width: 10%;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.f-btn a {
		margin: 0;
	}
	.f-information .f-logo {
		width: 47%;
		text-align: left;
		margin-bottom: 0;
	}
	.f-information .f-logo img {
		width: 100%;
		max-width: 100%;
	}
	.f-information .address {
		width: 40%;
	}
	.f-information .tenken {
		width: 6%;
		max-width: 45px;
	}
	.f-sns-li {
		margin-bottom: 0;
		justify-content: flex-start;
	}
	.copyright {
		text-align: left;
		font-size: 12px;
	}
}