@charset "UTF-8";

.page_local .mainvisual {
background-image: url("image/title.jpg");
}

.page_local .inner {
max-width: 1200px;
margin: 0 auto;
box-sizing: border-box;
}

#about_sec01 h3{
font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
line-height: 1.8em;
color: #0170c1;
}
#about_sec01 h3 b {
font-size:clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
}
#about_sec01 .map {
text-align: center;
margin: 30px auto 50px auto;
}

#pertner {}
#pertner ul {
width: 350px;
margin: 0px auto 0 auto;
padding: 0 0 3em 0;
}
#pertner li {
position: relative;
}
#pertner a {
font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
line-height: 1.8em;
color: #FFF;
}
#pertner a:hover {
text-decoration: underline;
}
#pertner li:before {
content: '';
box-sizing: border-box;
display: inline-block;
position: absolute;
width: 8px;
height: 8px;
border-style: solid;
border-width: 1px 1px 0 0;
border-color: #FFFFFF;
transform: rotate(45deg);
top: 40%;
left: -1.5em;
}

#service {}
#service h3 {
font-size: clamp(0.875rem, 0.693rem + 0.91vw, 1.375rem);
font-weight: bold;
line-height: 2em;
color: #0170c1;
position: relative;
}
#service h3:after {
content: "";
border-bottom: 4px solid #759b9e;
display: block;
margin: 0.5em auto 0 auto;
}
#service ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 50px auto 0 auto;
width: 90%;
}
#service li {
max-width: 320px;
background-color: #FFF;
box-shadow:0px 0px 3px 1px rgba( 0, 0, 0, 0.1);
margin: 0 0 30px 0;
}
#service li:before {}
#service li .image {}
#service li .image img {
width: 100%;
height: auto;
}
#service li h4 {
color: #0170c1;
font-size: clamp(0.875rem, 0.739rem + 0.68vw, 1.25rem);
font-weight: bold;
line-height: 1.5em;
padding: 0.5em 1em 1em 1em;
}
#service li p {
font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
line-height: 1.5em;
padding: 0em 1em 1.5em 1.3em;
}


@media screen and (min-width: 0px) and (max-width: 640px) {
#pertner ul {
width: 80%;
margin: 0px auto 0 auto;
padding: 0 0 3em 0;
}
#service ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 20px auto 0 auto;
width: 100%;
}
#service li {
max-width: 48%;
background-color: #FFF;
box-shadow:0px 0px 3px 1px rgba( 0, 0, 0, 0.1);
margin: 0 0 20px 0;
}
}




