/* CSS Document */

@media screen and (min-width: 961px) {}


body {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size:100%;
	color: #666666;
}

h1,h2,h3,h4,h5,ul,li,p,dl,dt,dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}

ul,li {
	list-style: none;
}

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

#wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}

header {
	padding: 60px 0;
}

header section {
    display: flex;
	justify-content: space-between;
  height:60px;
}

section {
	width: 100%;
	margin: 0 auto;
	padding: 0 10%;
}

footer {
}


h1 a {
	display: block;
	width: 60px;
	height: 53px;
	background: url("../img/logo_h1.png") no-repeat;
}

h1 span {
	display: none;
}

header section ul {
    display: flex;
	align-items: center;
	justify-content: space-between;
}

header section ul li {
	margin-left: 20px;
}

main {
}

main h2 {
	padding: 80px 0 130px 0;
	font-size: 4vw;
}

main h2 span {
	color: #30b2c6;
}


.circle01 {
	width: 1500px;
	height: 1500px;
	background: url("../img/bg_circle01.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: -400px;
	right: -300px;
	z-index: -99999;
}

.circle02 {
	width: 1200px;
	height: 1200px;
	background: url("../img/bg_circle02.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	right: -400px;
	z-index: -9999;
}

.circle03 {
	width: 500px;
	height: 500px;
	background: url("../img/bg_circle03.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 100px;
	right: 100px;
	z-index: -999;
}

#home_about {
	position: relative;
	text-align: center;
}

#home_about p {
	padding: 100px 0;
	font-size: 24px;
	line-height: 240%;
	letter-spacing: 5px;
}

#home_about img {
	position: absolute;
	width: 15%;
	height: auto;
}

#home_about img.home_about_img01 {
	top: 0;
	left: 10%;
}

#home_about img.home_about_img02 {
	top: 35%;
	right: 10%;
}

#home_about img.home_about_img03 {
	bottom: -5%;
	left: 20%;
}


#home_business {
	display: flex;
	width: 100%;
	padding: 150px 10%;
}

#home_business > div {
	width: 100%;
	margin: 0 2%;
	padding: 60px 0;
	background: #e9f7f9;
	text-align: center;
}

#home_business > div > div {
	padding: 0 10%;
}

#home_business > div > div a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 3% 0;
	font-size: 120%;
	color: #30b2c6;
	border: 2px solid #30b2c6;
	border-radius: 50px;
}

#home_business > div > div a:hover {
	color: #ffffff;
	background: #30b2c6;
}

#home_business h3 {
	font-size: 24px;
	font-weight: bold;
	color: #30b2c6;
}

#home_business p {
	margin: 5% 0;
	font-size: 20px;
	line-height: 140%;
}

#home_business p.number {
	padding: 20px 0;
	font-size: 6vw;
	font-weight: bold;
	color: #30b2c6;
}

#home_business span {
}

#home_company > div {
	display: flex;
	position: relative;
	width: 100%;
	padding: 0px 10%;
}

#home_company > div >div {
	width: 50%;
	margin: 0 2%;
	padding: 60px 0;
}

#home_company > div h4 {
	font-size: 22px;
}

#home_company > div p {
	padding: 15px 0;
	font-size: 20px;
}

#home_company > div img {
	width: 35%;
	height: auto;
	position: absolute;
	top: 60px;
}

#home_company > div img.home_company_img01 {
	left: -25%;
}

#home_company > div img.home_company_img02 {
	right: -25%;
}

#home_contact {
	padding: 140px 10%;
	margin: 200px 0 0 0;
	box-shadow: 0px -2px 10px rgba(0, 0, 0, .5);
}

#home_contact h3 {
	font-size: 60px;
}

section table {
    width: 100%;
	margin: 40px 0 0 0;
}

section th,
section td {
    border-bottom: 1px dotted #cccccc;
    padding: 2%;
}

section th {
    width: 20%;
}

section td {
    width: 72%;
}

footer section {
	display: flex;
	position: relative;
	width: 100%;
	padding: 40px 10%;
	font-size: 80%;
}

footer section > div {
	width: 20%;
	margin: 0 1% 0 0;
}

footer div img {
	width: 95%;
}

footer h3 {
	width: 25%;
	min-height: 40px;
	margin: 0 2.5% 0 0;
	background: url("../img/logo_footer.png") no-repeat center;
	background-size: contain;
}

footer h3 span {
	display: none;
}

footer h3 a {
	display: block;
	height: 50px;
}

footer p {
	font-size: 90%;
	line-height: 150%;
}

footer ul {
	width: 15%;
	margin-left: auto;
}

footer li {
	margin:0 0 5px 0;
	font-size: 80%;
}

footer li span:before {
	content: '―';
	margin: 0 5px;
}

.copy {
	position: relative;
	width: 100%;
	margin: 20px 0;
	border-top: 2px solid #30b2c6;
	font-size: 70%;
}

.copy span {
	position: absolute;
	top: -10px;
	right: 10%;
	padding: 0 10px;
	background: #ffffff;
}


@media screen and (max-width: 960px) {

	.pc {display: none;}
	
	
header {
	padding: 60px 0;
}

header section {
    display: flex;
	justify-content: space-between;
  height:60px;
}

section {
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	line-height: 150%;
}

footer {
}


h1 a {
	display: block;
	width: 60px;
	height: 53px;
	background: url("../img/logo_h1.png") no-repeat;
}

h1 span {
	display: none;
}

header section ul {
    display: flex;
	align-items: center;
	justify-content: space-between;
}

header section ul li {
	margin-left: 20px;
}

main {
}

main h2 {
	padding: 80px 0 130px 0;
	font-size: 8vw;
	line-height: 180%;
}

main h2 span {
	color: #30b2c6;
}


.circle01 {
	width: 1500px;
	height: 1500px;
	background: url("../img/bg_circle01.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: -400px;
	right: -300px;
	z-index: -99999;
}

.circle02 {
	width: 1200px;
	height: 1200px;
	background: url("../img/bg_circle02.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	right: -400px;
	z-index: -9999;
}

.circle03 {
	width: 500px;
	height: 500px;
	background: url("../img/bg_circle03.png") no-repeat;
	background-size: cover;
	position: absolute;
	top: 100px;
	right: 100px;
	z-index: -999;
}

#home_about {
	position: relative;
	text-align: center;
}

#home_about p {
	padding: 100px 0;
	font-size: 20px;
	line-height: 180%;
	letter-spacing: 5px;
}

#home_about p br {
	display: none;
}

#home_about img {
	position: absolute;
	width: 20%;
	height: auto;
}

#home_about img.home_about_img01 {
	top: 0;
	left: 40%;
}

#home_about img.home_about_img02 {
	top: 80%;
	right: 10%;
}

#home_about img.home_about_img03 {
	bottom: 10%;
	left: 10%;
}


#home_business {
	display: block;
	width: 100%;
	padding: 60px 5%;
}

#home_business > div {
	width: 100%;
	margin: 0 2%;
	margin: 20px 0;
	padding: 40px 0;
	background: #e9f7f9;
	text-align: center;
}

#home_business h3 {
	font-size: 24px;
	font-weight: bold;
	color: #30b2c6;
}

#home_business p {
	font-size: 24px;
}

#home_business p.number {
	padding: 20px 0;
	font-size: 20vw;
	font-weight: bold;
	color: #30b2c6;
}

#home_business span {
}

#home_company > div {
	display: flex;
	position: relative;
	width: 100%;
	padding: 0px 10%;
}

#home_company > div >div {
	width: 50%;
	margin: 0 2%;
	padding: 60px 0;
}

#home_company > div h4 {
	font-size: 16px;
}

#home_company > div p {
	padding: 15px 0;
	font-size: 14px;
}

#home_company > div img {
	width: 35%;
	height: auto;
	position: absolute;
	top: 60px;
}

#home_company > div img.home_company_img01 {
	left: -25%;
}

#home_company > div img.home_company_img02 {
	right: -25%;
}

#home_contact {
	padding: 60px 10%;
	margin: 100px 0 0 0;
	box-shadow: 0px -2px 10px rgba(0, 0, 0, .5);
}

#home_contact h3 {
	font-size: 60px;
}

section table {
    width: 100%;
	margin: 40px 0 0 0;
}

section th,
section td {
	display: block;
	width: 100%;
}

section th {
    padding: 2% 2% 1% 2%;
	text-align: left;
    border-bottom:none;
}

section td {
    padding: 1% 2% 2% 2%;
    border-bottom: 1px dotted #cccccc;
}

footer section {
	display: block;
	position: relative;
	width: 100%;
	padding: 40px 10%;
	font-size: 80%;
}

footer section > div {
	width: 100%;
	margin: 5% 0;
}

footer section > div img {
	width: 50%;
}

footer h3 {
	display: block;
	width: 200px;
	height: 50px;
	margin: 0 auto;
	background: url("../img/logo_footer.png") no-repeat;
	background-size: contain;
}

footer h3 span {
	display: none;
}

footer p {
	line-height: 200%;
}

footer ul {
	width: 100%;
	margin-left: auto;
	font-size: 90%;
}

footer li {
	margin:0 0 5px 0;
}

footer li span:before {
	content: '―';
	margin: 0 5px;
}

.copy {
	position: relative;
	width: 100%;
	margin: 20px 0;
	border-top: 2px solid #30b2c6;
	font-size: 70%;
}

.copy span {
	position: absolute;
	top: -10px;
	right: 5%;
	padding: 0 10px;
	background: #ffffff;
}





}