@charset "UTF-8";

body {
  /*width: 100%;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;*/
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.16rem;
}

.f_en {
  font-family: "Josefin Sans", sans-serif;
}



.m-sec_products .black_block {
  width: 372px;
  /*height: 47px;*/
}

/*@media (min-width: 769px) {
  .m-sec_products .black_block {
    font-size: .2rem;
  }
}*/

@media (max-width: 768px) {
  .m-sec_products .black_block {
    width: 290px;
    /*height: 35px;*/
  }
}

/*
.m-sec_products .partners_num {
  text-align: center;
  font-weight: 800;
  font-size: .34rem;
  margin-top: 17px;
  margin-bottom: 82px;
}

@media (max-width: 768px) {
  .m-sec_products .partners_num {
    font-size: .26rem;
  }
}

.m-sec_products .partners_num .head {
  font-size: .18rem;
}

@media (max-width: 768px) {
  .m-sec_products .partners_num .head {
    font-size: .14rem;
  }
}
*/


/*
.m-sec_products .text {
  text-align: center;
  font-size: .25rem;
  font-weight: 700;
  margin-bottom: 52px;
}

@media (max-width: 768px) {
  .m-sec_products .text {
    font-size: .2rem;
  }
}
*/

.m-sec_products .text .underline {
  -webkit-text-decoration: underline 3px #e76f20;
  text-decoration: underline 3px #e76f20;
  text-underline-offset: 3px;
}



/*
.sec_obi .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 12px;
  margin-bottom: 56px;
  background: lime;
}

.sec_obi .text p {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.8;
}
*/

.sec_obi .text-eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 12px;
}
.sec_obi .text-eng p {
  color:#fff;
  line-height: 1.5;
  transform: rotateZ(-90deg);
  position: absolute;
  width: 520px!important;
  top: 335px;
}
.sec_obi .logo {
  position: absolute;
  top: 690px;
}





#footer .sec_cta .lead {
  /*font-size: .34rem;
  font-weight: 700;*/
  line-height: 1.56;
  letter-spacing: 0em;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #footer .sec_cta .lead {
    font-size: .2rem;
  }
}

#footer .sec_cta .text {
  line-height: 1.68;
  margin-bottom: 52px;
  font-size: .16rem;
}


.page_home .sec_services .service_contents li .img_link .title_wrap .sub {
  line-height: 1.55;
}

@media (max-width: 768px) {
  .page_home .sec_services .service_contents li .img_link .title_wrap .sub {
    /*font-size: .12rem;*/

  }
}









.page_contact .lead {
  /*
  text-align: center;
  margin-bottom: 26px;
  */
}


