html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; 
}

body {
	line-height: 1; 
	word-break: break-all;
}

ol, ul {
	list-style: none; 
}

blockquote, q {
	quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; 
}

table {
	border-collapse: collapse;
	border-spacing: 0; 
}

body {
	overflow: hidden;
	color: #333;
}

a {
	text-decoration: none;
	color: #333;
}

img {
	max-width: 100%;
	height:auto;
}
.scroll-area {
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-scroll-behavior: smooth;
	scroll-behavior: smooth;
	-webkit-scroll-snap-type: mandatory;
	scroll-snap-type: mandatory;
	-webkit-scroll-snap-points-y: repeat(100%);
	scroll-snap-points-y: repeat(100%);
}
.box {
	width: 100%;
	height: 100vh;
	color: #252525;
	display: flex;
	align-items: center; /* 縦方向中央揃え */
	justify-content: center; /* 横方向中央揃え */
	flex-direction: column;
}
ul li a {
	color: #252525;
	margin-left: 1rem;
}
.navbar {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 3rem;
}
.main-title {
	text-align:center;
	color: #fff;
	font-size: 6vw;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sub-title {
	color: #fff;
}
.half-border{
	background-color: #02a4bf;
	margin: 1rem 0;
	width: 50%;
	height: 1px;
	box-sizing: border-box;
}
.lead {
	font-size: 3vw;
}
.main-color {
	background-color: #02a4bf;
}
.icon {
	color: #02a4bf;
}
.small-border {
	width:10%;
	margin-top:1rem;
	margin-bottom: 2rem;
	margin-left: 45%;
	border-top: #02a4bf 1px solid;
}
.mission-title {
	font-size: 1rem;
	margin-top:2rem;
	margin-bottom:1rem;
}
.mission-body{
	font-size: 1rem;
	line-height: 1.8rem;
	text-align: left;
	/* margin-left: 2rem;
	margin-right:2rem; */
}
.goal-title{
	font-size:1rem;
	margin-bottom: 1rem;
	margin-top:1rem;
}
.goal-body{
	font-size: 0.8rem;
	line-height: 1.5rem;
}
.centering{
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.contents{
	/* margin-top: 4rem;
	margin-bottom: 4rem; */
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.service-bgcolor {
	background-color: #333333;
}
#scroll-to-top {
	position: fixed;
	right: 3rem;
	bottom: 2rem;
	padding: 0.5rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	border-radius: 15%;
}
.btn-primary {
	color:#f5f5f5;
	background-color:#00a4c0;
	border-color:#00a4c0;
}
.btn-primary:hover,.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	color:#00a4c0;
	background-color: #f5f5f5;
	/* background-color:rgba(0,0,0,0); 元のホームページと同じボタンデザインにするには、ここをコメントアウト */
	border-color:#00a4c0;
}
.inquiry-link:link, .inquiry-link:visited, .inquiry-link:hover, .inquiry-link:active{
	color:#252525;
}
