﻿@charset "utf-8";

/* 基本レイアウト ここから↓ */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Julius+Sans+One&family=Quicksand:wght@300&display=swap');



body {
	background-color: #ffffff;
	color: #000000;
	width:840px;
	margin: 0 auto;
	font-family: 'Quicksand', sans-serif;
}


header h1 {
	margin: 0 0 26px 0;
	padding-top: 28px;
	text-align: center;
	
}

nav ul {
	display: flex;
	justify-content: space-around;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding-left: 0;
	overflow: hidden;
}

nav ul li {
	font-family: 'Julius Sans One', sans-serif;
}

a {
	text-decoration: none;
}

#sub {
	width: 230px;
	float: right;
}


a {
	color: #000000;
}

a:hover {
	opacity: 0.6;
}

header h1 a {
	display: inline-block;
}

header h1 a img {
	vertical-align: bottom;
}


address {
	color: #000000;
	padding: 10px;
	clear: both;
	
	text-align: center;
}

footer {
	padding-top: 70px;
	padding-bottom: 70px;
}

#copyright { 
	text-align: center;
}

#copyright small {
	font-size: 70%;
}

/* 基本レイアウト ここまで↑ */

/* トップページ ここから↓ */

.gmap{
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
max-width: 800px;
max-height: 500px;
}

.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
}

.box1{
margin:10px;
border: 1px solid #bec2c7;
max-width: 800px;
max-height: 500px;
}

@media screen and (max-width: 960px) {
	body {
		width: 90vw;
	}
	.about-table th, .about-table td {
		display: block;
	}
	#mypic {
		object-fit: contain;
		width: 90vw;
	}
	.concept_box img {
		object-fit: contain;
		width: 90vw;
	}
	.staff_area img {
		object-fit: contain;
		width: 90vw;
}
	.h2_group img {
		object-fit: contain;
		width: 90vw;
}

@media screen and (max-width: 480px) {
	nav ul {
		display: block;
	}
}

/* トップページ ここまで↑ */

/* 「progressについて」ページ ここから↓ */

#update ul li {
	padding: 20px 0 20px 0;
	width: 700px;
	color: #000000;
	text-indent: 20px;
	font-size: 90%;
	font-family: 'Julius Sans One', sans-serif;
}
.keyvisual {
	padding-bottom: 50px; 
}

table {
	border-collapse: collapse;
}
th, td {
	padding: 8px;
	border: 1px solid #bec2c7;
	text-align: left; 
}

ol {
  counter-reset:number; 
  list-style-type: none!important; 
  padding:0.5em;
  border: dashed 1px gray;
}

ol li {
  position: relative;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{

  position: absolute;
  counter-increment: number;
  content: "\f138";
  position: absolute;
  left : 0.5em; 
  color: #ffb03f; 

  display:inline-block;
  background: #bec2c7;
  color: white;
  font-family: 'Julius Sans One', sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;

  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 「progressについて」ページ ここまで↑ */

/* 「service」ページ ここから↓ */

.sec_field {
	margin-bottom: 30px;
	overflow: hidden;
	
	
}
.service_area figure {
	width: 260px;
	margin: 0 0 15px 20px;
	overflow: hidden;
}
.service_area{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 5px;
}
.service_area figure:first-child {
	margin-left: 0;
}
.sec_field > figure > img{
	width: 100%;
}
.service {
	color: #000000;
}
/* 「service」ページ ここまで↑ */

/* 「staff」ページ ここから↓ */
.staff_area figure {
	
	margin: 0 0 15px 20px;
	float: left;
	overflow: hidden;
}
#main h1 {
	font-family: 'Julius Sans One', sans-serif;
}

/* 「staff」ページ ここまで↑ */

/* 「voice」ページ ここから↓ */

.h2_group {
	margin-top: 20px;
	overflow: hidden;
	
	
}
.h2_group > h1{
	margin-top: 0;
}
.contents-image i {
	margin: 0 auto;
}
.h2_group:last-child {
	margin-bottom: 10px;
}
/* 「voice」ページ ここまで↑ */

/* 「contact」ページ ここから↓ */

/* 「contact」ページ ここまで↑ */
