@charset "UTF-8";
/* CSS Document */

/*
	会社概要
-----------------------------------------------------------------------------------------------*/
.kvheader {
  background: url(../images/company_top_pc.png) no-repeat top center / cover;
}

/*--代表挨拶--*/
.messageArea {
  width: 100%;
  padding: 60px 0;
  position: relative;
}
.messagebk {
  background: url(../images/company_message_pc.png) no-repeat bottom right;
  width: calc(50% - 180px);
  height: 550px;
}
.messageAreaIn {
  display: -ms-flex;
  display: flex;
}
.messageAreaIn .tit {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1rem;
  border-bottom: 2px solid #37a0dc;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.messageAreaIn p {
  font-size: 1.5rem;
  line-height: 190%;
  text-align: justify;
}
.messageAreaIn p:nth-of-type(2n) {
  line-height: 160%;
  text-align: right;
  margin: 30px 0 0 0;
}
.messageAreaIn p:nth-of-type(2n) span {
  font-size: 1.6rem;
}
.messageAreaIn .txtBox {
  width: 760px;
  padding: 0 0 0 60px;
}
.messageAreaIn ul li {
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 50px 0;
}

/*--経営理念--*/
.philosophyAreaIn {
  padding-top: 80px;
}
.philosophyAreaIn h3 {
  font-size: 2rem;
  line-height: 160%;
  margin: 0 0 20px 0;
}
.philosophyAreaIn h4 {
  background-color: rgba(15, 59, 158, 0.6);
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  padding: 10px 0 12px 0;
  margin: 0 0 15px 0;
}
.philosophyAreaIn ul {
  display: -ms-flex;
  display: flex;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.philosophyAreaIn ul li {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  padding: 25px 0 35px 25px;
  box-shadow: 1px 1px 10px rgb(0 0 0 / 5%);
}
.philosophyAreaIn ul li p {
  font-size: 1.5rem;
}
.philosophyAreaIn ul li p:first-of-type {
  font-size: 3rem;
  font-weight: bold;
  line-height: 140%;
  margin: 0 0 15px 0;
}

/*--googleマップ--*/
.gmap_box {
  width: 680px;
  height: 400px;
  margin: 20px 0;
  border: 1px solid #cdd7d7;
}
.gmap_box iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 812px) {
  .kvheader {
    background: url(../images/company_top_pc.png) no-repeat top center / cover;
  }

  /*--代表挨拶--*/
  .messageArea {
    width: 100%;
    padding: 50px 0 60px 0;
    position: relative;
  }
  .messagebk {
    background: url(../images/company_message_sp.png) no-repeat top right /
      cover;
    width: calc(100% - 25px);
    height: 240px;
    margin: 0;
  }

  /* sp横画面調整 */
  @media screen and (min-width: 560px) and (max-width: 736px) {
    .messagebk {
      width: 100%;
    }
  }

  .messageAreaIn {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }
  .messageAreaIn .tit {
    font-size: 2rem;
    margin: 0 0 15px 0;
    padding: 0 0 10px 0;
  }
  .messageAreaIn p {
    line-height: 190%;
  }
  .messageAreaIn p:nth-of-type(2n) {
    line-height: 160%;
    text-align: right;
    margin: 30px 0 0 0;
  }
  .messageAreaIn p:nth-of-type(2n) span {
    font-size: 1.6rem;
  }
  .messageAreaIn .txtBox {
    width: 100%;
    padding: 20px 25px 0 25px;
  }
  .messageAreaIn ul li {
    display: block;
    margin: 0 0 50px 0;
  }

  /*--経営理念--*/
  .philosophyAreaIn {
    padding-top: 60px;
  }
  .philosophyAreaIn h3 {
    font-size: 1.6rem;
    text-align: justify;
  }
  .philosophyAreaIn h4 {
    font-size: 1.5rem;
    padding: 12px 15px 14px 15px;
    margin: 0 0 15px 0;
  }
  .philosophyAreaIn ul {
    display: block;
  }

  .philosophyAreaIn ul li {
    width: 100%;
    padding: 20px 25px 25px 25px;
    margin: 0 0 15px 0;
  }
  .philosophyAreaIn ul li p {
    text-align: justify;
    font-size: 1.5rem;
  }

  .philosophyAreaIn ul li p:first-of-type {
    font-size: 2.2rem;
    line-height: 140%;
    margin: 0 0 15px 0;
  }

  /*--googleマップ--*/
  .gmap_box {
    width: 100%;
    height: 250px;
    margin: 20px 0;
  }
}
