@charset "utf-8";

/* --------------------
パンくずリストの背景
--------------------- */
nav.back-image {
  height: 300px;
  background-image: url(../images/gezellig_image.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  padding-bottom: 40px;
  }


/* --------------------
div.bandのテキスト配置
--------------------- */
  div.band p {
  margin: 0 auto;
  width: fit-content;
  text-align: left;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #fff;
}

/* --------------------
ヘゼリヒについて
--------------------- */

article section {
  padding-bottom: 80px;
}

/* --------------------
ヘゼリヒの取り組み
--------------------- */

.initiatives {
  margin: 0 10%;
  padding-bottom: 120px;
}

.initiatives p {
  padding-left: 1em;
}

.container {
  height: fit-content;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch; /* 効かない/base.cssが原因ぽい */
  text-align: center;
}

.container__item {
  width: calc((100% / 3) - 10px);
  border: 3px solid #c4c4c4;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 4% 5% ;
}

.container__item:hover {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
  border-color: transparent;
  cursor: pointer; /* マウスカーソールを指に変える */
}

.container__item p {
  font-family: "BIZ UDPゴシック","BIZ UDPGothic";  /*windows用*/
  font-size: 1.7rem;
  padding-left: 0;
  padding-bottom: 30px;
  text-align: justify;
}

p.call {
  color: #31B494;
  text-align: center;
  border:1px solid #31B494;
  border-radius: 10px;
  padding: 5px;
  margin-top: -10px;
  margin-bottom: 20px;
  line-height: 1.5;
}

p.detail {
  color: #939393;
  text-align: center;
  padding: 0;
}

p.padd {
  margin-top: 8px;
}


/* --------------------
代表者メッセージ
--------------------- */

.back-image {
  background-image: url(../images/message.jpg);
  background-repeat: no-repeat;
  height: 600px;
  background-position: 0 -50px;
  padding-bottom: 70px;
}

.text-green p {
  margin-bottom: 10px;
  /* line-height: 2.5; */
  line-height: 2;
  font-weight: normal; /*windows用*/
}

/* --------------------
会社概要
--------------------- */
section.overview {
  padding-bottom: 150px;
}

dl {
  /* height: 750px; */
  height: 760px;
  border: 3px solid #31B494;
  border-radius: 6px;
  padding: 8% 5%;
  margin: 0 8%;  /* 枠外の余白 */
  letter-spacing: 0.15em;
  background-color: #fff;
}

dt {
  float: left ; /* 左に寄せる */
  clear: left ; /*後続の左寄せを解除*/
  width: 120px ;
  margin-right: 0.5em ;
  margin-bottom: 70px;
  /* font-size: 2.2rem; */
  font-size: 2.5rem;
  color: #31B494;
  /* border: 1px solid #000; */
}

dd {
  float: left ;
  margin-left: 1em ;
  padding-bottom: 5px;
  margin-top: 4px;  /* windows:テキストラインの調整 */
  margin-bottom: 70px;
  font-size: 2rem;
  color: #474747;
  /* border: 1px solid #000; */
}

.btn-1 {
  background-image: url(../images/link_icon.gif);
  background-repeat: no-repeat;
  /* background-position: 155px 8px; */
  background-position: 165px 7px;
  padding-right: 2.5em;
  margin-left: 1em;
  margin-top: -10px;  /* windows:テキストラインの調整 */
}

.btn-2 {
  /* margin-top: 80px; */
  margin-top: 50px;
}