@charset "UTF-8";
/* 多言語共通
*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:600i&display=swap');

.txt-en{
  font-family: "Roboto", sans-serif!important;
  letter-spacing: 0.04em;
}
.txt-zhcn{
  font-family: 'Noto Sans SC',  sans-serif!important;
  letter-spacing: normal;
  font-size: 110% !important;
}
a.hover-invert span{
  display: block;
}

/* header
--------------------------------*/
.site-header__navigation{

}
@media screen and (min-width: 641px) {
  .main-navigation ul li a.txt-en{
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .main-navigation ul li a.txt-en{
    font-size: 1.8rem;
  }
}


/* footer
--------------------------------*/
.site-footer{
}
.site-footer .company-info{
  display: block;
  margin: 0 auto;
  padding-left: 0;
}
.site-footer .company-info h1{
  margin-right: 0;
}
.site-info{
  padding-top: 4rem;
}
.back_jpn{
  text-align: center;
  margin-bottom: 5rem;
}
.back_jpn a{
  width: auto;
  display: inline-block;
  padding: 0.7em 1.75em;
  font-size: 3rem;
}
.bg-white-skew{
  background-color: rgb(239, 239, 239);
}
@media screen and (min-width: 641px) {
  .site-footer{
    padding-bottom: 24px;
    padding-top: 18.5rem;
  }
}
@media screen and (max-width: 640px) {
  .site-info{
    padding-top: 2rem;
  }
  .back_jpn{
    margin-bottom: 3rem;
  }
  .back_jpn a{
    padding: 0.7em 1.75em;
    font-size: 2rem;
  }
}


/*-------------------------------
contents
--------------------------------*/
@media screen and (min-width: 641px) {
  #contents{
    min-width: 1200px;
  }
}

.page-header-lang{
  width: 100%;
  height: 480px;
  background: url(../img/lang/fv_ph.jpg) center center/cover no-repeat;
  position: relative;
}
.page-header-lang h2{
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .page-header-lang{
    height: 170px;
  }
  .page-header-lang h2{
    width: 100%;
  }

}
/* about
--------------------------------*/
.about-business h3{
  font-family: inherit;
  font-style: normal;
}
.about-profile{
  padding-bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  .about-business__bg{
    margin-top: 4rem;
  }
  .about-message__box{
    min-width: 760px;
  }

}
/* philosophy
--------------------------------*/
@media screen and (min-width: 641px) {
  .about-philosophy{
    min-width: 1200px;
  }
}
/* feature
--------------------------------*/
.about-features{
  background: #efefef;
  position: relative;
  margin-top: 20rem;
  padding-bottom: 17rem;
}
.about-features:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 20rem;
  margin-top: -10rem;
  width: 100%;
  transform: skewY(-6deg);
  background: #efefef;
  z-index: -1;
}
.about-features h3 img{
  width: auto;
  height: 140px;
  margin-left: 40px;
}
.about-features__each .txt h4{
  line-height: 1.4;
  letter-spacing: normal;
}
.about-features__each .txt h4 .narrow{
  display: inline-block;
  margin-left: -0.45em;
}
.about-features__each .txt p{
  letter-spacing: normal;
}
@media screen and (min-width: 641px) {
  .about-features__each .txt h4{
   letter-spacing: -0.02em;
   font-size: 3.1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .about-features{
    margin-top: 9rem;
    padding-bottom: 6rem;
  }
  .about-features:before{
    margin-top: -5rem;
  }
  .about-features h3 img{
    height: auto;
    width: 90%;
    max-width: 300px;
    margin-left: 8%;
  }

}


/* sdgs
--------------------------------*/
.about-sdgs-bg-2{
  margin-top: -10rem;
  background: linear-gradient(to right, #efefef 77%, rgba(63, 128, 191, 0.5) 77%)
}
.about-sdgs-bg-1{
  background: linear-gradient(to right, #efefef 46%, rgba(63, 128, 191, 0.15) 46%)
}
.about-sdgs-bg-blue{
  background-color:#346EB4;
}
.about-sdgs h3 img{
  width: auto;
  height: 154px;
}
.about-sdgs__each{
  background: rgba(255,255,255,0.9);
}
@media screen and (min-width: 641px) {
  .about-sdgs__each .txt{
    padding-top: 5.5rem;
  }
  .about-sdgs h5{
    font-size: 3rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) {
  .about-sdgs h3 img{
    height: auto;
    width: 90%;
    max-width: 300px;
  }
}

/* about-profile
--------------------------------*/
.about-profile h3 img{
  width: auto;
  height: 130px;
  margin-left: -33px;
}
.about-profile__table tr th{
  color: #4C4948;
}
.about-profile__table tr th, .about-profile__table tr td{
  font-weight: 500;
}

.about-profile__table a.link_map{
  color: #213091;
  text-decoration: underline;
}
.about-profile__table a.shop-link{
  padding: .2em 1.5em;
  width: auto;
  display: inline-block;
}
.about-profile__table li a.shop-link span{
  line-height: 1.6;
}
@media screen and (min-width: 641px) {
  .about-profile__table a.link_map, .about-profile__table li a{
    transition: .3s;
  }
  .about-profile__table a.link_map:hover, .about-profile__table li a:hover{
    opacity: 0.6;
  }
  .about-profile__table li a.shop-link:hover{
    opacity: 1;
  }
  .about-profile__table tr td{
    /* white-space: nowrap; */
  }
  .about-profile__table a.link_map{
    display: inline-block;
    margin-left: 1em;
  }
}
@media screen and (max-width: 640px) {
  .about-profile h3 img{
    height: auto;
    width: 90%;
    max-width: 300px;
    margin-left: -10%;
  }
  .about-profile__table a.link_map{
    display: block;
  }
}



/* tecs
--------------------------------*/

#about-tecs{
  margin-top:-8rem;
  padding-top: 8rem;
}
.about-tecs{
  width: 1200px;
  padding-top: 14.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}


.about-tecs h3{
  text-align: center;
  margin-bottom: 10rem;
}
.about-tecs h3 img{
  width: auto;
  height: 116px;
  margin-left: -45px;
}
.about-tecs__each{
}
.about-tecs__each + .about-tecs__each{
  margin-top: 11.5rem;
}
.about-tecs h4{
  font-weight: 900;
  font-size: 3.2rem;
  display: table;
  margin-bottom: 45px;
  line-height: 1.4;
}
.about-tecs h4 span{
  display: table-cell;
  vertical-align: middle;
}
.about-tecs h4 .num{
  width: 140px;
}
.about-tecs h4 .num img{
  vertical-align: bottom;
}
.about-tecs__each figure{}
.about-tecs__each .txt{
  font-size: 1.7rem;
  line-height: 2;
}
.about-tecs__each ul{
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
}
.about-tecs__each li{
  background: #EFEFEF;
}
.about-tecs__each li p{
  font-size: 1.7rem;
  line-height: 1.8;
  padding: 35px 50px;
}
@media screen and (min-width: 641px) {
  .about-tecs__each .cf figure{
    float: right;
    margin-left: 47px;
    margin-top: 0.5em;
  }
  .about-tecs__each:last-of-type .cf figure{
    float: left;
    margin-left: 0;
    margin-right: 47px;
  }
  .about-tecs__each:first-of-type .cf figure{
    margin-left: 100px;
  }
  .about-tecs__each ul{
    letter-spacing: -0.4em;
  }
  .about-tecs__each li{
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    height: 520px;
    width: 588px;
  }
  .about-tecs__each li:nth-child(even){
    margin-left: 24px;
  }
  .about-tecs__each li:nth-child(n+3){
    margin-top: 22px;
  }


}
@media screen and (max-width: 640px) {
  .about-tecs{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 6rem;
  }
  .about-tecs img{width: 100%;}
  .about-tecs h3{
    margin-bottom: 3rem;
    text-align: left;
  }
  .about-tecs h3 img{
    height: auto;
    width: 90%;
    max-width: 300px;
    margin-left: 0;
  }
  .about-tecs__each + .about-tecs__each{
    margin-top: 5rem;
  }
  .about-tecs h4{
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .about-tecs h4 span{
  }
  .about-tecs h4 .num{
    width: 60px;
    padding-right: 10px;
  }
  .about-tecs__each .cf figure{
    margin-bottom: 1.5rem;
  }
  .about-tecs__each .txt{
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .about-tecs__each ul{
    margin-top: 3rem;
  }
  .about-tecs__each li p{
    font-size: 1.4rem;
    padding: 1rem;
  }
  .about-tecs__each li+li{
    margin-top: 1.5rem;
  }

}

/* ------------------------------
    sp/pc only
------------------------------ */
@media screen and (min-width: 641px) {
  .sp{display: none!important;}

}

@media screen and (max-width: 640px) {
  .pc{
    display: none!important;
  }
}




/* ------------------------------
    clearfix
------------------------------ */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack *
