@charset "UTF-8";
@import url("reset.css");
@import url("menu.css");
@import url("contents.css");
/* 基本フロア */
/* ===========================================================================*/
.container {
    display: block;
    width: 100%;
    padding-top: 0px;
}
header {
    width: 100%;
    margin: 0 auto;
    background-color: #2ea7e0;
 }
header .hdArea {
    width: 1000px;
    height: 90px;
    margin: 0 auto;
    padding: 25px 0;
}
@media screen and (max-width:480px) {
header .hdArea {
    width: 100%;
    text-align: center;
	padding: 10px 0 0 0;
}	
}
.logo {
    width: 250px;
    display: inline-block;
    background-image: url(../../img/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 60px;
    background-size: 60px auto;
  }
h1{
    color: #FFFFFF;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 2.2rem;
    display: inline-block;
    margin: 0 0 0 5px;
    line-height: 2rem;
}
h1 span {
 	font-size: 1.45rem;   
}
main {
    width: 100%;
    height: auto;
    display: block;
    background-image: url(../../img/bg.png);
}
/*業務内容領域
---------------------------------------------------------------------------*/
.service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-around;
    margin: 50px auto 0;
    width: 1000px;
    text-align: center;
    height: 650px;
}
@media screen and (max-width:480px) {
.service {
    width: 95%;
    height: 350px;
	margin: 20px auto 0;
}
}	
.service h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 4rem;
    display: block;
    width: 100%;
    color: #2ea7e0;
    font-weight: bold;
    line-height: 4rem;
    background-color: #FFFFFF;
}
@media screen and (max-width:480px) {
.service h2 {
    font-size: 2.5rem;
    line-height: 1rem;
}
}
.service h3 {
    font-size: 1.4rem;
    display: block;
    width: 100%;
}
.service p {
    width: 100%;
    margin: 20px 0;
    display: block;
}
.item01 p,.item02 p,.item03 p,.item04 p,.item05 p {
    font-size: 1.4rem;
    height: 60px;
    margin: 0;
    border: 1px solid #2ea7e0;
    line-height: 1.8rem;
    background-color: #FFFFFF;
    display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:480px) {
.item01 p,.item02 p,.item03 p,.item04 p,.item05 p {
    font-size: 1.1rem;
    display: flex;
	align-items: center;
	justify-content: center;
}
}
.item01 a,.item02 a,.item03 a,.item04 a,.item05 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}
.item01 a,.item02 a,.item03 a,.item04 a,.item05 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}
.item01:hover,.item02:hover,.item03:hover,.item04:hover,.item05:hover {
   opacity:0.5;
}
.item01,.item02 {
    display: block;
    flex-basis: 49%;
    position: relative;
}
.item03,.item04,.item05 {
    display: block;
    flex-basis: 32%;
    position: relative;
}
/*other領域
---------------------------------------------------------------------------*/
.other {
	padding: 30px 0;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    text-align: center;
}
@media screen and (max-width:480px) {
.other {
    width: 95%;
    margin:0 auto;
}
}	
.item06 {
    display: block;
    width: 32%;
    color: #FFFFFF;
    position: relative;	
}
.item06 p {
    height: 50px;
    margin: 0;
    border: 1px solid #FFFFFF;
    line-height: 5rem;
    background-color: #2ea7e0;
}
.item06 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}
.item06:hover {
   opacity:0.5;
}
/*map領域
---------------------------------------------------------------------------*/
.map {
    vertical-align: bottom;
  }
/*footer領域
---------------------------------------------------------------------------*/
footer {
    display: block;
    background-image: url(../../img/foter.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
footer .ftArea {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0;
    display: block;
    text-align: center;
    color: #FFFFFF;
}
@media screen and (max-width:480px) {
footer .ftArea {
    width: 100%;
    padding: 30px 0;
}
}
footer .ftArea h4 {
    margin: 10px 0;
    display: block;
    font-weight: normal;
}
footer .ftArea p {
    margin: 10px 0;
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
}
@media (min-width: 480px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
footer .copy {
    width: 100%;
    display: block;
    color: #FFFFFF;
    border-top: 1px solid #FFFFFF;
    line-height: 5rem;
}
footer .copyArea {
    width: 1000px;
    display: block;
    margin: 0 auto;
    text-align: right;
}
@media screen and (max-width:480px) {
footer .copyArea {
    width: 100%;
    text-align: center;
 }
}
footer .ftArea h5 {
    margin: 10px 0;
    display: inline-block;
    font-weight: normal;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#pagetop a {
	background-color: rgba(13,59,96,0.7);
	text-decoration: none;
	color: #fff;
	width: 75px;
	padding: 28px 0;
	text-align: center;
	display: block;
	border-radius: 38px;
}
#pagetop a:hover {
    text-decoration: none;
    background-color: rgba(46,95,135,0.70);
}
/*slideshow設定
---------------------------------------------------------------------------*/
.bg-slider {
    width: 100vw;
    height: 680px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:480px) {
.bg-slider {
	height: 150px;
}
}	
.bg-slider__title{
    color: #fff;
    font-size: 5rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width:480px) {
.bg-slider__title{
    font-size: 3rem;
    line-height: 3;
}
}	
.bg-service {
    width: 100vw;
    height: 340px;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../../img/service.jpg);
}
@media screen and (max-width:480px) {
.bg-service {
	width: 100%;
    height: 150px;
}
}	
.bg-service__title{
    color: #fff;
    font-size: 5rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
@media screen and (max-width:480px) {
.bg-service__title{
    color: #fff;
    font-size: 3rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    padding: 30px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
}
