@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: #1D1D1D;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #1D1D1D;
	font-style: italic;
	font-weight: bold;
}
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: #1D1D1D;
	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;
}
/* [SITE FORMAT]
--------------------------------------------------------------------------*/
html, body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 160%;
	color: #343434;
	letter-spacing: 1px;
}
img {
	vertical-align: bottom;
}
h1,
h2,
h3,
h4,
h5  {
	line-height: 140%;
}
.min-f {
	font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: normal;
}
.maru-f {
	font-family: 'Zen Maru Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;	
}
@font-face {
  font-display: swap;
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/zen-maru-gothic-v17-japanese-regular.woff2') format('woff2');
}
/* zen-maru-gothic-700 - japanese */
@font-face {
  font-display: swap;
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/zen-maru-gothic-v17-japanese-700.woff2') format('woff2');
}
.dsn-sp {
	display: block;
}
.dsn-pc {
	display: none;
}
a[href^="tel:"] {
	pointer-events: inherit;
}
/* [footer]
--------------------------------------------------------------------------*/
#footer-wrap {
	padding: 40px 20px 120px;
}
.f-link {
	text-align: center;
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 20px;
} 
.copyright {
	font-size: 11px;
	text-align: center;
	line-height: 140%;
	width: 100%;
}
.f-fixd-wrap {
	display: none;
}
.fixd-cv-wrap {
	position: fixed;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	background: #fff;
}
.fixd-cv-wrap .wrap {
	width: 100%;
	max-width: 584px;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.fixd-cv-wrap .wrap img {
	width: 100%;
	height: auto;
}
@media (min-width:768px) {
	.fixd-cv-wrap .wrap {
		max-width: 624px;
		padding: 20px;
	}
}
@media (min-width:1180px) {
	.fixd-cv-wrap .wrap {
		padding: 20px;
	}
}
.back_top {
	width: 42px;
	height: 42px;
	border-radius: 6px;
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 20;
	background: #009A7D;
	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) {
	.dsn-sp {
		display: none;
	}
	.dsn-pc {
		display: block;
	}
	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 */
	}
	#footer-wrap {
		padding: 100px 40px 120px;
	}
	.back_top {
		bottom: 120px;
	}
}

