
/* -------------------------------- */
/* page-title
/* -------------------------------- */
.page-img-about{
  height: 400px;
  background-image: url(../images/fv-meeting.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
  z-index: -1;
  margin-bottom: 75px;
}

.page-title-wrapper{
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 130px 0 80px;
}

/* ----------------------------------- */
/* message
/* ----------------------------------- */
.message-inner{
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 75px;
}

.message-subheading{
  font-size: 2.0rem;
  text-align: left;
  margin-bottom: 35px;
}

.message-subheading-text{
  max-width: 500px;
  text-align: left;
  margin-bottom: 28px;
}

.message-subheading-name{
  text-align: left;
  margin-right: 482px;
}

.message-section-img{
  max-width: 433px;
}

/* ----------------------------------- */
/* philosophy
/* ----------------------------------- */

.section-wrapper-philosophy{
  width: 100%;
  margin: 0 auto;
  background-image: url("../images/skyblack.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}

.philosophy-wrapper{
  padding: 75px 0;
  text-align: center;
  margin: 0 auto; 
  color: #FAFAFA;
  max-width: 1100px;
}

.section-title-white{
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
}

.section-title-white:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 220px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #fafafa;
}

.philosophy-box{
  box-sizing: border-box;
  border: 4px solid #FAFAFA;
}

.philosophy-box-wrap{
  margin: 0 auto;
  padding: 58px 0;
  max-width: 886px;
  text-align: left;
}

.philosophy-title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}

.philosophy-title-second{
  margin-top: 45px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 6px;
}


/* ----------------------------------- */
/* corporate information
/* ----------------------------------- */

.information-wrapper{
  padding: 75px 170px;
  max-width: 700px;
  border: 1px solid #3D3C3C;
}

.section-title-information{
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
}

.section-title-information:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px; 
  display: inline-block;
  width: 420px; 
  height: 2px; 
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); 
  background-color: #3d3c3c; 
}

.information-box{
  margin: 0 auto;
  margin-bottom: -36px;
  padding: 50px 0;
  max-width: 600px;
  display: flex;
  justify-self: start;
}

.information-title-list{
  text-align: left;
  max-width: 130px;
  margin-right: 70px;
}

.information-title{
  margin-bottom: 36px;
}

.information-title2{
  margin-bottom: 63px;
}

.information-title3{
  margin-bottom: 36px;
}

.information-title4{
  margin-bottom: 36px;
}


.information-text{
  margin-bottom: 36px;
}



@media screen and (max-width:768px){

  /* ----------------------------- */
  /* page-title-ipad
  /* ----------------------------- */
  .message-inner{
    max-width: 712px;
  }

  .page-img-about{
    height: 400px;
    max-width: 768px;
  }
  .page-title-wrapper{
    padding: 155px 0 133px;
  }

  .page-title-en{
    font-size: 4.1rem;
  }

  .page-title-ja{
    font-size: 4.1rem;
  }


/* ----------------------------------- */
/* message-ipad
/* ----------------------------------- */

.message-inner{
  display: flex;
  flex-direction: column-reverse; 
  flex-wrap: wrap;
}

.message-box{
  max-width: 433px;
  text-align: center;
}

.message-subheading-name{
  text-align: left;
  margin-right: unset;
}

.message-section-img{
  margin-bottom: 75px;
}

/* ----------------------------------- */
/* philosophy-ipad
/* ----------------------------------- */

.section-wrapper-philosophy{
  max-width: 768px;

}


.philosophy-wrapper{
  max-width: 711px;
}

.philosophy-box-wrap{
  max-width: 595px;
}

/* ----------------------------------- */
/* corporate information-ipad
/* ----------------------------------- */

.information-wrapper{
  padding: 50px 59px;
  max-width: 711px;
}

}



@media screen and (max-width:375px){

  /* ----------------------------- */
  /* page-title_sp
  /* ----------------------------- */
  .message-inner{
    max-width: 345px;
    margin-bottom: 50px;
  }

  .page-img-about{
    height: 200px;
    max-width: 375px;
    margin-bottom: 50px;
  }
  .page-title-wrapper{
    padding: 73px 0 53px;
  }

  .page-title-en{
    font-size: 2.5rem;
  }

  .page-title-ja{
    font-size: 2.5rem;
  }


/* ----------------------------------- */
/* message-_sp
/* ----------------------------------- */

.message-box{
  max-width: 345px;
}

.message-section-img{
  margin-bottom: 50px;
}

/* ----------------------------------- */
/* philosophy_sp
/* ----------------------------------- */

.section-wrapper-philosophy{
  max-width: 375px;

}
.section-title-white{
  font-size: 2.5rem;
  margin-bottom: 50px;
}


.philosophy-wrapper{
  max-width: 345px;
  padding: 50px 0;
}

.philosophy-box-wrap{
  max-width: 321px;
  padding: 41px 0;
}

.philosophy-title-second{
  margin-top: 34px;
}

/* ----------------------------------- */
/* corporate information_sp
/* ----------------------------------- */

.information-wrapper{
  padding: 39px 12px;
  max-width: 345px;
}


.section-title-information{
  font-size: 2.5rem;
  margin-bottom: 50px;
}

.section-title-information:before {
  width: 330px;
}
.information-box{
  margin-bottom: -26px;
  padding: 26px 0;
  max-width: 321px;
}

.information-title-list{
  max-width: 130px;
  margin-right: 10px;
}

.information-text-list{
  max-width: 187px;
}

.information-title2{
  margin-bottom: 90px;
}

.information-title3{
  margin-bottom: 90px;
}

.information-title4{
  margin-bottom: 63px;
}



}