@charset "utf-8";

/** ***************************************************************************
 * 京王グループの場づくり
 * ************************************************************************* */

#development div.body {
  max-width: 1420px;
}

/**
 * タイトル
 */

#development .section-title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-bottom: 0.25em;
  font-size: 1.25em;
  font-weight: 100;
  border-bottom: 1px solid #777;
}

@media screen and (min-width:768px) {

  #development .section-title {
    margin-bottom: 60px;
  }

}

/**
 * 紹介文
 */

#development div.lead {
  line-height: 2.25;
  font-weight: 100;
}

#development div.lead .catchcopy {
  margin-bottom: 30px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.375em;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width:768px) {

  #development div.lead {
    line-height: 2.5;
    text-align: center;
  }

  #development div.lead .catchcopy {
    margin-bottom: 60px;
    font-size: 1.875em;
  }

}

/** ***************************************************************************
 * まちづくりにおける取り組み
 * ************************************************************************* */

#effort {
  padding-bottom: 200px;
}

#effort div.body {
  max-width: 1440px;
}

@media screen and (min-width:768px) {

  #effort {
    padding-bottom: 350px;
  }

}

/**
 * 取り組み
 */

#effort div.effort section.item {
  padding: 1em 1em 1.5em;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

#effort div.effort section.item ~ section.item {
  margin-top: 50px;
}

@media screen and (min-width:768px) {

  #effort div.effort section.item {
    padding: 0;
    box-shadow: none;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }

  #effort div.effort section.item ~ section.item {
    margin-top: 90px;
  }

}

/**
 * 内容
 */

#effort div.effort section.item div.content {
  margin-top: 20px;
  font-family: 'Noto Serif JP', serif;
}

#effort div.effort section.item div.content a {
  color: #0d6eb1;
  text-decoration: none;
  background-color: #f6f6eb;
  display: inline !important;
  transform: none !important;
}

#effort div.effort section.item div.content .title {
  margin-bottom: 25px;
}

#effort div.effort section.item div.content .title img {
  max-height: 42px;
}

#effort div.effort section.item div.content div.catchcopy {
  margin-bottom: 25px;
}

#effort div.effort section.item div.content div.text {
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 100;
  text-align: justify;
  text-justify: inter-character;
}

@media screen and (min-width:768px) {

  #effort div.effort section.item div.content {
    width: 30%;
    margin-top: 0;
  }

  #effort div.effort section.item div.content .title {
    margin-bottom: 40px;
  }

  #effort div.effort section.item div.content div.catchcopy {
    margin-bottom: 40px;
  }

  #effort div.effort section.item div.content div.text {
    line-height: 2.5;
  }

  #effort div.effort section.item div.content .title img {
    max-height: 100%;
  }

}

/**
 * 画像
 */

#effort div.effort section.item div.image {
  position: relative;
  z-index: 0;
  order: -1;
}

#effort div.effort section.item div.image div.caption {
  padding: 3px 7px 4px;
  color: #fff;
  line-height: 1;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

@media screen and (min-width:768px) {

  #effort div.effort section.item div.image {
    width: 65%;
    order: 0;
  }

}
