@charset "UTF-8";

/*lyset
-----------------*/

html,body,h1,h2,ul,li,p{
    padding: 0;
    margin: 0;
    line-height: 1.0;
  }
  
  ul,li{
    list-style: none;
    color: inherit;
  }
  
  a{
    text-decoration: none;
  }
  
  img{
    vertical-align: bottom;
    width: 100%;
  }
  
  body{
    background-color: #fff;
	  font-family: "Noto Sans JP" , sans-serif;
  }



/* layout
------------------- */

.main{
	width: 100%;
}

.italic{
  font-style: italic;
}


/* mobile
------------------- */
@media only screen and (max-width: 767px) {
.page-header{
  width: 100%;
  background-color: #fff;
}

.header-container{
  width: 100%;
}

.g-nav{
  width: 100%;
  height: 60px;
  position: fixed;
    top: 0;
  z-index: 997;
  background-color: #fff;
}

.menu{
  display: flex;
  justify-content: flex-end;
  }

  .menu li{
    text-align: center;
  }
  
  .menu a{
    color: #000;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 3.8;
  }

  .menu-logo{
 display: none;
  }
	
.main-container{
  width: 100%;
}

.menu-logo{
  display: none;
}


.mainpic{
  width: 100%;
  margin: 80px 0 40px 0;
}

.wrapperA{
  width: 100%;
  margin-bottom: 40px;
} 

.h-1{
  width: 90%;
  font-size: 32px;
  margin: 0 0 24px 24px;
}

.italic{
  font-style: italic;
}

.BUSINESS-left{
  width: 90%;
  margin: 0 0 20px;
  font-weight: 700;
}

.txt{
  width: 90%;
  margin: 0 auto;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  text-justify: inter-word;
  padding-bottom: 20px;
}

.BUSINESS-right{
  width: 86%;
  margin: 0 0 0 auto;
}

.pic01{
    width: 80%;
    margin: 0 0 0 auto;
}

.gradient{
  display: block;
  width: 80%;
  height: 80px;
  background: linear-gradient(to right, #006985, #00acaB,#fff);
  margin: 0;
}


.h-2{
  width: 90%;
  font-size: 28px;
  position: relative;
	top: 12px;
  left: 24px;
}

.h2small{
  font-size: 18px;
  font-weight: Light;
  letter-spacing: 0.25em;
}

.h2small-02{
   font-size: 18px;
   font-weight: Light;
   letter-spacing: 0.5em;
}

.wrapperB{
  width: 100%;
  height: 100%;
  margin: 0 0 80px 0;
  background-color: #f5f5f5;
} 

.inner-wrapperB{
  width: 100%;
  padding: 74px 0 20px 0; 
}

.pic02{
  width: 50%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.about{
  width: 100%;
}

.inner-about{
  width: 60%;
  margin: 0 auto;
}

.about-icon{
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
}

.about-title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #006985;
  padding-bottom: 20px;
}

.about-txt{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
  text-justify: inter-character;
  padding-bottom: 50px;
}

.h-2-2{
  width: 90%;
  font-size: 28px;
  margin: 0 0 35px 24px;
	}

.company{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin: 0 auto;
}

.company-txt01{
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}

.company-txt02{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px 0 12px 3px;
  margin: 0 0 20px 14px;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  margin: 14px auto 0;
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
	
.page-footer{
  width: 100%;
  height: 220px;
  background-color: #00aca8;
  color: #fff;
  font-size: 16px;    
  
}

 .footer-container{
  width: 90%;
  height: 90%;
  /* background-color: #00aca8; */
  margin: 0 auto;
}

.footer-box1{
  display:none
}

.footer-box2{
  width: 90%;
  line-height: 1.5em;
  padding-top: 20px;
}

.name{
  line-height: 1.5em;
  font-weight: bold;
}

.copy{
  line-height: 3.5em;
  padding-bottom: 20px;
}
}


/*pc
------------------*/
@media only screen and (min-width: 768px) {

.page-header{
  width: 100%;
}

.header-container{
  width: 100%;
}

.g-nav{
  width: 100%;
  height: 80px;
  position: fixed;
    top: 0;
  z-index: 997;
  background-color: #fff;
}

.menu{
  display: flex;
  justify-content: flex-end;
  }

  .menu li{
    text-align: center;
  }
  
  .menu a{
    color: #000;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 4.7;
    box-sizing: border-box;
  }

  .menu li:last-child{
    padding-right: 84px;
  }

  .menu-logo{
    width: 54px;
    position: fixed;
      top: 16px;
      right: 18px;
    background-color: #fff;
    z-index: 998;
  }

.main-container{
  width: 100%;
  max-width: 980px;
  height: 100%;
  margin: 0 auto;
}

.mainpic{
  width: 90%;
  padding: 120px 0 150px 0;
}

.wrapperA{
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
} 

.h-1{
  font-size: 48px;
  margin: 0 0 24px 20px;
}

.italic{
  font-style: italic;
}

.BUSINESS-left{
  width: 42%;
  margin: auto 0;
  font-weight: 700;
}

.txt{
  width: 85%;
  margin: 0 0 0 70px;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  text-justify: inter-word
}

.BUSINESS-right{
  width: 50%;
}

.pic01{
    width: 90%;
    margin: 0 0 0 auto;
}

.gradient{
  display: block;
  width: 80%;
  height: 100px;
  background: linear-gradient(to right, #006985, #00acaB,#fff);
}


.h-2{
  font-size: 48px;
  padding-top: 100px;
  margin-left: 70px;
  position: relative;
	top: 14px;
}

.h2small{
  font-size: 20px;
  font-weight: Light;
  letter-spacing: 0.25em;
}

.h2small-02{
   font-size: 20px;
   font-weight: Light;
   letter-spacing: 0.65em;
}

.wrapperB{
  width: 100%;
  margin: 0 auto 40px;
  background-color: #f5f5f5;

} 

.inner-wrapperB{
  display: flex;
  justify-content: space-between;
  padding: 80px 0 20px 0; 
}

.pic02{
  width: 40%;
  margin: 0 0 60px auto;
}

.about{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin: 0 30px 30px;
}

.inner-about{
  width: 26%;
}

.about-icon{
  width: 84px;
  margin: 0 auto 30px;
}

.about-title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #006985;
  padding-bottom: 20px;
}

.about-txt{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-character;
}

.h-2-2{
  font-size: 48px;
  padding-top: 100px;
  margin: 0 0 80px 70px ;
	}

.company{
  width: 92%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  padding-bottom: 40px;
}

.company-txt01{
  margin: 0 0 30px 74px;
  padding: 20px 0 12px 3px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #000;
}

.company-txt02{
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  padding: 20px 0 12px 3px;
  margin: 0 0 30px 20px;
  border-bottom: 1px solid #aaa;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#pageTop i {
  margin: 14px auto 0;
}

#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
	
.page-footer{
  width: 100%;
  height: 280px;
  background-color: #00aca8;
  color: #fff;
  font-size: 16px;    
  display: flex;
  justify-content: center;
}

 .footer-container{
  width: 80%;
  max-width: 980px;
  /* background-color: #00aca8; */
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.footer-nav{
  width: 100%;
}

.footer-nav li{
  line-height: 3em;
  font-weight: bold;
}

.footer-nav a{
  color: #fff;
  padding: 10px 24px;
  box-sizing: border-box;
}

.footer-box1{
  width: 40%;
}

.footer-box2{
  width: 60%;
  line-height: 1.5em;
  margin-left: 70px;
}

.name{
  line-height: 2.5em;
  font-weight: bold;
}

.copy{
  line-height: 3.5em;
}
}
