@charset "UTF-8";
/* CSS Document */

.top-img{
  background-position:center;
  background-size:cover;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}
.top-message h2{
  margin: 60px 0 0;
  font-size: 3.2rem;
  font-weight: 600;
  color: #E7B46A;
}

.top-message p{
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 130%;
}
.top-message__wrapper p{
  margin: 30px 0 0; 
}
.business-contents__wrapper{
  margin: 60px 0 0;
  padding: 30px 10px 60px;
  background-color: antiquewhite;
}
.business-contents__wrapper h1{
  margin-bottom: 30px;
}

.business-contents__wrapper h2{
  z-index: 999;
  position: relative;
  top: 20px;
}

.business-contents__wrapper p{
  font-size: 1.8rem;
}

.business-contents__wrapper ul{
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}
.business-contents__wrapper ul li{
  display: inline;
  margin: 10px 10px 40px;
  padding: 30px; 
  max-width: 400px;
  max-height: 400px;
  width: 33.3%;
}

.section-representative{
  margin: 60px 0 0;
}

.section-representative__box{
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
  padding: 0 20px;
}

.section-representative h1{
  margin-bottom: 60px;
}

.section-representative__message{
  max-width: 50%;
  text-align: left;
}
.section-representative__message h2{
  margin-bottom: 20px;
}

.section-representative__message p{
  padding: 0 20px 0 0;
  line-height: 150%;
}
.section-representative__img{
  max-width: 50%;
  height: auto;
}

.img1 img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  margin: 120px 0 60px;
}


.section-corporation{
  margin: 60px 0 0;
  padding: 0 20px;
}
.section-corporation h1{
  margin-bottom: 60px;
}

.section-corporation p{
  max-width: 700px;
  margin: 30px auto;
}

.section-corporation__list{
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.section-corporation__list dl{
  display: flex;
  flex-wrap: wrap;
}

.section-corporation__list dl dt{
  width: 20%;
}

.section-corporation__list dl dd{
  width: 80%;
}

.section-history{
  margin: 100px 0 0;
  padding: 0 20px;
}
.section-history h1{
  margin-bottom: 60px;
}

.section-history__list{
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.section-history__list dl{
  display: flex;
  flex-wrap: wrap;
}
.section-history__list dl dt{
  width: 20%;
  margin-bottom: 20px;
}

.section-history__list dl dd{
  width: 80%;
  margin-bottom: 20px;
}

.section-contact{
  margin: 60px 0 0;
}

.section-contact__wraper{
  background-color: antiquewhite;
  padding: 40px 0;
}

.section-contact h1{
  margin: 30px 0 80px ;
}

.section-contact__list__wraper{
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.section-contact__list{
  padding: 0 40px 0 20px;
  width: 50%;
  text-align: left;
}

.section-contact__list dl{
  display: flex;
  flex-wrap: wrap;
}

.section-contact__list dl dt{
  width: 20%;
  margin-bottom: 10px;
}

.section-contact__list dl dd{
  width: 80%;
  margin-bottom: 10px;
}

.googlemap{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}

.googlemap iframe {
}




@media(max-width: 980px){
  
  .top-message h2{
  margin: 60px 0 0;
  font-size: 2.0rem;
  font-weight: 600;
  color: #E7B46A;
}

.top-message p{
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 130%;
}
  
  .business-contents__wrapper h1,.section-representative__wrapper h1,.section-corporation__wrapper h1,.section-history__wrapper h1,.section-contact__wraper h1{
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  
  .business-contents__wrapper ul{
  display: block;
  margin: 0 auto;
  justify-content: center;
}

.business-contents__wrapper ul li{
  display: block;
  margin: 10px auto;
  padding: 10px;
  width: 90%;
  height: auto;
}
  
  .section-representative__message h2{
  font-size: 2.0rem;
  margin-bottom: 20px;
}
  
  .section-representative__message p{
  padding: 0;
  }

  .section-representative__box{
   display: inline-block;
   }
  .section-representative__message,.section-representative__img{
   width: 100%;
   margin: 10px auto;
   max-width: 600px;
  }
  
  .img1 img{
   width: 100%;
   height: 300px;
   object-fit: cover;
   margin: 120px 0 60px;
 }
  .bg{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  .section-contact__list{
    width: 90%;
    margin: 0 auto;
  }
  
  .list-font{
   font-size: 1.0rem;
   margin-bottom: 30px;
  }
  
  .section-contact__list dl dt{
  width: 30%;
  margin-bottom: 10px;
}

.section-contact__list dl dd{
  width: 70%;
  margin-bottom: 10px;
}
  
  .googlemap{
   position: relative;
   width: 90%;
   padding-top: 75%; /* = height ÷ width × 100 */
   z-index: 100;

}

  .googlemap iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 100;
}
}

@media(min-width: 980px){

}