html,body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    /* scroll-behavior: smooth; */
}
.main-contents{
	max-width: 1200px;
	width: 80%;
	margin: 5% auto;
	display: block;
}
.about{
	width: 60%;
    margin: 0 auto;
}
.about h2{
	text-align: center;
    line-height: 3rem;
    font-size: 1.2rem;
    text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.4);
}
.syomei{
	font-size: 1.8rem;
    line-height: 5rem;
    text-align: right;
    letter-spacing: .2rem;
    font-family: 'Zen Kurenaido', sans-serif;
    text-shadow: 0px 10px 8px rgba(0, 0, 0, 0.4);
}
.banner-inner img{
	width: 100%;
}
.banner-inner{
	width: 80%;
    margin: 5% auto;
}
.banner-inner li{
	margin-bottom: 2.5%;
}



header{
    position: fixed;
    top: 5%;
    left: 5%;
    width: 90%;
    z-index: 10000;
    border-radius: 3rem;
    background: white;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.4);
}
.swiper{
    height: 600px;
}
.service{
  margin:5% auto;
  margin-top: 2rem;
}
.service-inner h2{
    text-align: center;
    font-size: 2rem;
    color: #00afcc;
    font-weight: bold;
}
.service-inner p{
    text-align: center;
    color: #00afcc;
}
.service1 {
    margin: 2rem auto;
    display: flex;
    justify-content: space-around;
}
.service1 .left{width: 40%;}
.service2 {
    margin: 2rem auto;
    display: flex;
    justify-content: space-around;
}
.service2 .roght{width: 60%;}

.service1 h2{
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    margin-bottom: 1rem;
}
.service1 p{
    text-align: left;
    color: black;
    line-height: 2rem;
}
.service2 h2{
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
    color: black;
    margin-bottom: 1rem;
}
.service2 p{
    text-align: right;
    color: black;
    text-align: left;
}
.service2.left{
    width: 40%;
}
.service2 .right{
    width: 40%;
}
.service1 a{
  background: #00afcc;
    color: white;
    padding: 10px 24px;
    margin-top: 1rem;
    width: 60%;
    display: block;
    border-radius: 2em;
    text-decoration: none;
    text-align: center;
}
.service1 a:hover{
  opacity: 0.7;
}
.service2 a{
  background: #00afcc;
    color: white;
    padding: 10px 24px;
    margin-top: 1rem;
    width: 60%;
    display: block;
    border-radius: 2em;
    text-decoration: none;
    text-align: center;
}
.service2 a:hover{
  opacity: 0.7;
}
.news{
    margin-top: 2rem;
}
.news h2{
    text-align: center;
    font-size: 2rem;
    color: #00afcc;
    font-weight: bold;
}
.news p{
    text-align: center;
    color: #00afcc;
}
.news-inner{
    width: 40%;
    margin: 1rem auto;
}
.news-inner li{
    line-height: 3rem;
}
.banner-inner h2{
    text-align: center;
    font-size: 2rem;
    color: #00afcc;
    font-weight: bold;
}
.banner-inner p{
    text-align: center;
    color: #00afcc;
}