@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600&family=Noto+Serif+JP:wght@400;500;600&display=swap');

html {
	font-size: 62.5%;
	position: relative;
	min-height: 100%;
	background: #fff;
}

body {
	min-width: 1000px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	height: 100%;
	background: #fff;
	line-height: 1.6;
}

.spOnly {
	display: none;
}

.serif {
	font-family: 'Noto Serif JP', serif;
}

a {
	text-decoration: none;
}


#toTop {
	position: absolute;
	top: 0;
	right: 30px;
	width: 30px;
	height: 18px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 50;
	background: url("../images/totop.svg") no-repeat;
	background-size: cover;
}

header {
	position: absolute;
	margin-top: 37px;
}
.logoTxt {
	margin-left: 2.5rem;
	font-weight: 300;
}
header nav ul {
	display: flex;
	margin-top: 1.5em;
	font-size: 1.4rem;
}
header nav ul li a {
	color: #000;
}
header nav ul li a:hover {
	opacity: .6;
}

header nav ul li:nth-child(n + 1) {
	margin-right: 2em;
}

footer {
	background: #1A1A1A;
	font-size: 1.4rem;
	color: #B2B2B2;
	margin-top: 5em;
	text-align: center;
	padding: 1.8em 0;
}

.innerFrame {
	min-width: 1000px;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.insideContent {
	margin: 0 30px;
}

#slideWrap {
	width: 680px;
	margin-left: auto;
}

.flexWrap {
	display: flex;
}
	
.flexImg {
	width: 100%;
	height: auto;
}

.slide li {
}

#Upper {
	background: #F6F2E4;	
}

p.message {
	position: absolute;
	top: 240px;
	left: 55px;
	font-size: 4.0rem;
	font-weight: 600;
}

p.lead {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2;
}

h2 {
	font-size: 4.0rem;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: .5em;
}

#service ,
#about {
	margin: 4em 0 4em;
}
.serviceTxt {
	margin-left: 5em;
}
.ttl {
	font-size: 2.4rem;
	color: #4D4D4D;
}
.honbun {
	margin-top: 3em;
	line-height: 1.8;
}


#about dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	margin-left: 7em;
}

#about dt {
  width: 20%;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

#about dd {
  width: 80%;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

iframe {
  width: 100%;
  aspect-ratio: 11/4;
}

.mapTxt {
	margin-top: 1em;
}

#tgt_service {
	position: relative;
	top: -3em;
}
