@charset "UTF-8";

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%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height: 1.7;
	background-color: #e7e7e7;
}

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;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #43a838;
}

a:hover {
	opacity: 0.8;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

input, select {
    vertical-align:middle;
}

th {
	text-align: left;
}

hr,legend {
	display: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

img,fieldset {
	border: 0;
}

* {
	box-sizing: border-box;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

* html .clearfix { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  

/* Fonts
------------------------------------------------------------*/
body {
	font-size: 81.25%; /* IE */
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	line-height: 1.6;
}

html>/**/body {
	font-size: 13px; /* Except IE */
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- MARGIN --------*/
.mb10{
	margin-bottom: 10px!important;
}

.mb15{
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.flxB {
	display: flex;
	flex-wrap: wrap;
}

body {
	background-color: #e7e7e7;
}

header {
	text-align: center;
	padding: 30px 0;
	background-color: #fff;
	box-shadow: 5px 0 20px 10px rgb(150 150 150 / 40%);
}

header h1{
	line-height: 1;
}

header h1 img {
	width: 312px;
}

.wrapper {
	max-width: 1200px;
	margin: 0 auto;
}

main {
	min-height: calc(100vh - 293px);
	box-sizing: border-box;
}
main .kv {
	margin: 50px 0 25px;
	border-radius: 30px;
  overflow: hidden;
  box-shadow:
    0 -5px 10px 7px rgb(150 150 150 / 15%), 
    0 5px 10px 7px rgb(150 150 150 / 15%);
	max-height: 420px;
}

main .kv a {
	display: inline-block;
	line-height: 1;
}

main .kv img {
	max-width: 100%;
}

main .con {
	padding-bottom: 40px;
	border-bottom: 1px solid #b9b9b9;
}

main .con h2 {
	margin-bottom: 15px;
}

main .con h2 a {
	color: #43a838;
	border-bottom: 1px solid #43a838;
	font-size: 24px;
}

main .con p {
	font-size: 19px;
}

footer {
	text-align: center;
	background-color: #303030;
	padding: 40px 0;
	margin-top: 90px;
}

footer p {
	color: #fff;
	font-size: 14px;
}





@media screen and (min-width:768px) and (max-width:1200px)  {
	.sp{
		display:none !important;
	}
	  a[href^="tel:"]{
		pointer-events: none;
	  }	
	
	.wrapper {
		padding: 0 10px;
	}
	
	main .kv  {
		max-height: 34vw;
	}
}

@media screen and (max-width:767px) {
	.pc{
		display:none !important;
	}
	
	.sp{
		display:block !important;
	}
	
	body{
		-webkit-text-size-adjust: 100%;
		font-size: 4.5vw;
	}
	html>body {
		font-size: 14px!important;
	}
	
	img{
		width:100%;
		height:auto;
	}	
	a {
		display: inline-block;
	}
	
	.wrapper {
		padding: 0;
	}
	
	header {
		padding: 4vw 0;
	}
	
	header h1 img {
	width: 60vw;
}
	
	main {
		min-height: calc(100vh - 46vw);
	}
	
	main .kv {
		margin: 5vw 0;
    max-height: 35vw;
		border-radius: 0;
	}
	
	main .con {
		width: 96vw;
		margin: 0 auto;
		padding-bottom: 6vw;
	}
	
	main .con h2 a {
		font-size: 6.0vw;
	}
	
	main .con p {
		font-size: 4.2vw;
	}
	
	footer {
		margin-top: 0;
	}
	
	footer p {
		font-size: 3.0vw;
	}

	
}


