body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'
}
a {
  color: #25B6C6;
}
.section{
  padding: 50px 20px;
}
@media (max-width: 767px){
  .section {
    padding: 20px 20px;
  }
}
/* header menu color */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #4D4D4D;
  font-weight: 700;
}
@media (min-width: 992px){
  .header-dark .main-navbar .navbar-nav > li > a {
    color: #4D4D4D;
  }
}
@media (min-width: 992px){
  .header-dark .main-navbar .navbar-nav > li > a.active {
    color: #25B6C6;
  }
}
.vh-100{
  min-height: 100vh;
  margin-bottom: -63px;
}
.vh-100 .effect-section {
  position: static;
}
/* header menu button */
.navbar-brand{
  width: 205px;
  margin-bottom: 20px;
}
.m-btn.m-btn-theme2nd {
  background: #F28080;
  color: #ffffff;
  position: relative;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  padding: 0.55rem 2rem;
}
.m-btn.m-btn-radius{
  padding: 8px auto;
}
@media (max-width: 1199px){
  #navbar-collapse-toggle ul{
    display: none;
  }
}
@media (max-width: 991px){
  #navbar-collapse-toggle ul{
    display: block;
  }
}
/* hamburger menu */
.navbar-toggler{
  background: #25B6C6;
}
/* only main sction */
.main_section{
  padding: 30px 0px;
}
.link_text{
  display: block;
  margin: 0 auto;
}
.link_text:hover{
  color: #f18080;
}
/* only banner section */
.banner_section{
  padding: 30px 0px;
  background-color: #25B6C6;
}
.banner_section .m-btn.m-btn-theme:hover{
  background-color: #f18080;
  color: #ffffff;
}
.banner_section h2{
  color: #FFFFFF;
  margin-bottom: 0px;
  font-weight: 500;
  font-size: 3rem;
}
@media (max-width: 1199px) {
 .banner_section h2 {
   font-size: 2.5rem;
 }
}
@media (max-width: 992px) {
 .banner_section h2 {
   font-size: 1.9rem;
 }
}
@media (max-width: 768px) {
 .banner_section h2 {
   font-size: 1.5rem;
   text-align: center;
 }
 .text_center{
   text-align: center;
 }
}
@media (max-width: 379px) {
 .banner_section h2 {
   font-size: 1.0rem;
 }
}
.banner_section  span{
  font-weight: 700;
}
.banner_section .m-btn.m-btn-theme{
  background: #ffffff;
  color: #1A1A1A;
}
.download_button .m-btn{
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.5rem;
  -webkit-filter: drop-shadow(4px 4px 8px);
          filter: drop-shadow(4px 4px 8px);
}
.download_button .m-btn span{
  font-size: 2rem;
}
@media (max-width: 1199px) {
 .download_button .m-btn {
    font-size: 1.5rem;
    padding: 15px 24px;
 }
 .download_button .m-btn span{
   font-size: 1.7rem;
 }
}
@media (max-width: 992px) {
  .download_button .m-btn {
    font-size: 1rem;
    padding: 15px 24px;
  }
 .download_button .m-btn span{
   font-size: 1.2rem;
 }
}
@media (max-width: 768px) {
  .download_button .m-btn {
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 0.8rem;
  }
 .download_button .m-btn span{
   font-size: 1rem;
 }
}
@media (max-width: 379px) {
  .download_button .m-btn {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.6rem;
  }
 .download_button .m-btn span{
   font-size: 1rem;
 }
}
/* about section */
.about_section{
  padding-bottom: 0px;
}
/* task section */
.task_section_2{
  padding-top: 0px;
}

/* button section */
.button_section{
  padding-top: 30px;
}
@media (max-width: 767px){
  .button_section{
    padding-top: 0px;
  }
}
.m-btn.m-btn-theme {
  background: #F28080;
  color: #ffffff;
}
.button_text{
  line-height: 3.0;
  font-size: 1.5rem;
}
.button_section .m-btn{
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  padding: 0.75rem 2.75rem;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}
.button_section .m-btn span{
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 992px) {
  .button_section .m-btn{
    font-size: 1rem;
  }
  .button_section .m-btn span{
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .button_section .m-btn{
    font-size: 0.8rem;
  }
  .button_section .m-btn span{
    font-size: 1rem;
  }
}
@media (max-width: 413px) {
  .button_section .m-btn{
    padding: 10px;
  }
}
@media (max-width: 379px) {
  .button_section .m-btn{
    font-size: 0.5rem;
  }
  .button_section .m-btn span{
    font-size: 0.8rem;
  }
}
/* task section */
.bg_light_gray{
  background-color: #FAFAFA;
}
/* 3 point section */
.point_title_section{
  padding-bottom: 20px;
}
.point_border{
  background-color: #25B6C6;
  padding-top: 5px;
  padding-bottom: 5px;
}
.point_section{
  padding-top: 30px;
  padding-bottom: 60px;
}
@media (max-width: 767px){
  .point_section{
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
/* user section */
.bg_light_blue{
  background-color: #F9FDFD;
}
/* mission section */
.bg_img{
  background-image: url("/images/lp_bg.jpg");
}
/* contact section */
.border-color-theme {
  border-color: #25B6C6;
}
/* footer section */
.theme3rd-bg {
  background-color: #25B6C6;
}
.footer_credit{
  color: #ffffff;
}

.top-section{
  background-color: #90e6eb;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
.top-section .container{
  margin: 0 auto;
  padding: 100px 0;
}
.top-section p{
  color: black;
}
.top-section .wrapper{
  display: flex;
  align-items: center;
  position: relative
}
@media (max-width: 991px){
  .top-section .wrapper{
    flex-direction: column;
  }
  .top-section .container{
    padding: 50px 0;
  }
  .top-section .imageSection{
    display: none;
  }
}


.top-section .textSection{
  flex-basis: 60%; 
  z-index: 2;
}
.top-section .textSection .mainText p{
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 511px){
  .top-section .textSection .mainText p{
    font-size: 1.5rem;
  }
}
.top-section .textSection .mainText .black{
  display: table;
  font-size: 2.4rem;
  font-weight: 600;
  background: black;
  margin: 5px 0;
  padding: 2px 20px;
  color: white;
}
@media (max-width: 511px){
  .top-section .textSection .mainText .black{
    font-size: 2rem;
  }
}
.top-section .textSection .logo{
  display: flex;
  justify-content: start;
  align-items: flex-end;
  margin-top: 30px;
}
.top-section .textSection .logo img{
  width: 300px;
}
@media (max-width: 511px){
  .top-section .textSection .logo img{
    width:  200px;
  }
}
.top-section .textSection .logo p{
  display: inline-block;
  margin-left: 15px;
  margin-bottom: 0px;
}
.top-section .btnArea{
  margin-top: 170px;
}
@media (max-width: 511px){
  .top-section .btnArea{
    margin-top: 40px;
  }
}
.top-section .downloadButton {
  width: 420px;
  height: 50px;
  padding: 10px;
  background-color: #178f96;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
@media (max-width: 511px){
  .top-section .downloadButton {
    width: 300px;
    height:  40px;
    font-size: 1rem;
  }
}
.top-section a.downloadButton{
  color :white;
  font-weight: 600;
}
.top-section .salesPop{
  position: relative;
  bottom: -16px;
  left: 272px;
}
@media (max-width: 511px){
  .top-section .salesPop{
    width: 180px;
    left: 220px;
  }
}
.top-section .imageSection{
  position: absolute;
  top: -60px;
  right: 0;
}


.company-list-section .container{
  margin: 0 auto;
  padding-top: 100px;
}
.company-list-section h2{
  color: black;
  font-size: 1.5rem;
}
.company-list-section ul{
  display: flex;
  flex-wrap: wrap;
}
.company-list-section li{
  list-style: none;
}
.company-list-section li{
  width: 16%;
  padding: 10px;
}
@media (max-width: 768px){
  .company-list-section li{
    width: 25%;
  }
}

