@charset "utf-8";
/* CSS Document */
#cam_cn ul.breadcrumb {
  color: #000;
}
#cam_cn ul.breadcrumb li a {
  color: #000;
}
#cam_cn .contents {
  border-image-repeat: round;
  border: 15px solid;
  border-image: url("../img/line17.svg") 15 round;
  background-image: url("../img/footer_bg.jpg"), url("../img/header_bg.jpg");
  background-position: bottom center, top center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  #cam_cn .contents {
    background-image: url("../img/footer_bg_sp.jpg"), url("../img/header_bg_sp.jpg");
    background-position: bottom center, top center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#cam_cn .contents #lead {
  padding: 1em;
  margin-top: 2em;
}
#cam_cn .contents #lead .leadWrap {
  position: relative;
}
#cam_cn .contents #lead .leadWrap .end {
  position: absolute;
  bottom: 150px;
  left: 0;
  width: 100%;
  transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
}
#cam_cn .contents #lead .leadWrap .end span {
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  padding: 10px 2em;
  background: #F00;
  width: 40%;
  margin: 0 auto;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
#cam_cn .contents #lead img {
  width: 800px;
}
#cam_cn .contents #lead .cpoy {
  color: #00896b;
  font-size: 1.2em;
  font-weight: 900;
  margin-top: -2em;
}
#cam_cn .contents #lead .date {
  background: #00896b;
  color: #FFF;
  border-radius: 50px;
  padding: 0.5em 1em;
  font-size: 1.5em;
  display: inline-block;
}
#cam_cn .contents #lead .date p {
  font-weight: 900;
}
#cam_cn .contents #lead .date p span {
  background: #FFF;
  padding: 0.2em 0.3em;
  font-size: 1rem;
  border-radius: 50px;
  color: #00896b;
  line-height: 0;
  font-weight: 900;
  margin: 0 0.2em;
}
@media (max-width: 768px) {
  #cam_cn .contents #lead .cpoy {
    font-size: 0.8em;
    margin-top: -1em;
  }
  #cam_cn .contents #lead .date {
    font-size: 0.8em;
  }
  #cam_cn .contents #lead .date p span {
    font-size: 0.8rem;
  }
  #cam_cn .contents #lead .leadWrap .end {
    bottom: 50px;
  }
  #cam_cn .contents #lead .leadWrap .end span {
    font-size: 18px;
  }
}
#cam_cn .contents #present {
  padding-top: 3em;
}
#cam_cn .contents #present .present_wrap {
  display: flex;
  margin: auto;
  justify-content: center;
  gap: 30px;
}
#cam_cn .contents #present .present_wrap > :first-child {
  flex-basis: 180px;
  flex-shrink: 0;
  font-size: 0.8em;
  font-weight: 900;
}
#cam_cn .contents #present .present_wrap > :first-child img {
  width: 180px;
}
#cam_cn .contents #present .present_wrap .present ul {
  display: flex;
  gap: 2em
}
#cam_cn .contents #present .present_wrap .present ul li {
  flex: 1;
}
#cam_cn .contents #present .present_wrap .present ul li h3 {
  color: #00896b;
  font-weight: 900;
  font-size: 1.3em;
}
#cam_cn .contents #present .present_wrap .present ul li.present1 h3::before {
  content: url("../img/present01.svg");
  padding-top: 0em;
  display: block;
  height: 30px;
}
#cam_cn .contents #present .present_wrap .present ul li.present2 h3::before {
  content: url("../img/present02.svg");
  padding-top: 0em;
  display: block;
  height: 30px;
}
#cam_cn .contents #present .present_wrap .present ul li.present2 {
  flex: 3;
}
#cam_cn .contents #present .present_wrap .present ul li.present2 > div {
  text-align: left;
  font-size: 0.8em;
}
#cam_cn .contents #present .present_wrap .present ul li.present2 > div .sdgs {
  text-align: left;
  font-size: 0.8em;
  margin-top: 0.8em;
  padding-top: 0.8em;
  border-top: 1px solid #00896b;
}
#cam_cn .contents #present .present_wrap .present ul li.present2 > div .sdgs img {
  width: 180px;
}
#cam_cn .contents #present .present_wrap .present ul li.present2 > div .sdgs .btn {
  font-size: 1.5em;
}
@media (min-width: 769px) {
  #cam_cn .contents #present .present_wrap .present ul li.present2 > div {
    float: left;
    width: 47%;
  }
}
@media (max-width: 768px) {
  #cam_cn .contents #present .present_wrap {
    flex-direction: column;
  }
  #cam_cn .contents #present .present_wrap > :first-child {
    flex-basis: 0;
  }
  #cam_cn .contents #present .present_wrap .ttl > ul {
    display: flex;
    gap: 1em;
    justify-content: center;
    max-width: 300px;
    margin: auto;
    align-items: end;
  }
  #cam_cn .contents #present .present_wrap .ttl > ul li {
    flex: 1;
    flex-basis: 50%;
  }
  #cam_cn .contents #present .present_wrap .ttl > ul li p {
    text-align: left;
  }
  #cam_cn .contents #present .present_wrap .present ul {
    flex-direction: column;
  }
  #cam_cn .contents #present .present_wrap .present ul li {
    width: 80%;
    margin: auto;
  }
  #cam_cn .contents #present .present_wrap .present ul li.present2 > div {
    text-align: center;
  }
  #cam_cn .contents #present .present_wrap .present ul li.present2 > div .sdgs {
    text-align: center;
  }
  #cam_cn .contents #present .present_wrap .present ul li.present2 > div .sdgs p {
    text-align: left
  }
}
#cam_cn .contents #about {
  padding: 3em 0;
}
#cam_cn .contents #about h2 {
  color: #00896b;
  font-size: 1.5em;
  font-weight: 900;
  margin: 1em 0;
  padding-top: 1em;
  border-top: 1px solid #00896b;
}
#cam_cn .contents #about h2 span {
  font-size: 2rem;
  font-weight: 900;
  display: block;
}
#cam_cn .contents #about .seikyusyo {
  display: flex;
  justify-content: flex-start;
  position: relative;
}
#cam_cn .contents #about .seikyusyo h3 {
  color: #00896b;
  font-weight: 900;
}
#cam_cn .contents #about .seikyusyo p {
  text-align: left;
}
#cam_cn .contents #about .nepp {
  position: relative;
  background: #ffffffa8;
  padding: 1em;
  width: 80%;
  ma-left: 20%;
  margin: auto;
  border: 1px solid rgb(249 31 133);
}
#cam_cn .contents #about .nepp h3 {
  padding: 0.5em 1em;
  border-radius: 50px;
  color: #FFF;
  position: absolute;
  right: 0;
  top: -2em;
  font-weight: 900;
  font-size: 1.3em;
  background: rgb(249 31 133)
}
#cam_cn .contents #about .nepp p {
  font-size: 0.9em;
  text-align: left
}
#cam_cn .contents #about .nepp a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#cam_cn .contents #about .awards {
  padding: 1em;
  border: 1px solid #ccc;
  margin: 2em auto;
  width: 80%;
  background: #FFF;
}
#cam_cn .contents #about .awards p {
  text-align: left;
}
#cam_cn .contents #about .awards h3 {
  background: #00896b;
  color: #FFF;
  border-radius: 50px;
  padding: 0.5em 3em;
  font-size: 1.1em;
  margin-bottom: 1em;
}
#cam_cn .contents #about .awards ul {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: center;
}
#cam_cn .contents #about .awards ul li:first-child {
  flex-basis: 30%;
}
#cam_cn .contents #about .awards ul li p {
  text-align: left;
}
@media (min-width: 769px) {
  #cam_cn .contents #about {
    margin-bottom: 300px;
  }
  #cam_cn .contents #about .seikyusyo div:first-child {
    background: url(../img/kumo.png) no-repeat;
    padding: 3.5em 2em 3em;
    width: 38%;
    background-size: contain;
    height: 200px;
    background-position: top center;
  }
  #cam_cn .contents #about .seikyusyo div:last-child {
    position: absolute;
    left: 40%;
    top: 2em;
  }
  #cam_cn .contents #about .btn {
    margin-top: 60px;
  }
  #cam_cn .contents #about .btn a {
    font-size: 1.5em
  }
}
@media (max-width: 768px) {
  #cam_cn .contents #about {
    margin-bottom: 100px;
  }
  #cam_cn .contents #about h2 {
    font-size: 1em;
  }
  #cam_cn .contents #about h2 span {
    font-size: 1rem;
  }
  #cam_cn .contents #about .seikyusyo {
    flex-direction: column;
  }
  #cam_cn .contents #about .nepp h3 {
    font-size: 0.8em;
  }
  #cam_cn .contents #about .seikyusyo {
    background: url(../img/kumo_sp.png) no-repeat;
    padding: 1em;
    background-size: contain;
    background-position: top center;
  }
  #cam_cn .contents #about .seikyusyo div:first-child {
    width: 80%;
    margin: auto;
    padding-top: 2em;
  }
  #cam_cn .contents #about .awards ul {
    flex-direction: column;
    gap: 1em;
  }
  #cam_cn .contents #about .awards ul li {
    width: 80%;
    margin: auto;
  }
  #cam_cn .contents #about .awards ul li:first-child {
    width: 100%;
  }
}
.btn {
  margin: 1em auto;
  display: block;
  text-align: center;
}
.btn03 {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 25px;
  border: solid 1px #333;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
}
/*hoverをした後のボタンの形状*/
.btn03:hover {
  border-color: transparent;
}
/*ボタンの中のテキスト*/
.btn03 span {
  position: relative;
  z-index: 2; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 10px 30px;
  background: #00896b;
  border-radius: 25px;
  color: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}
/*== 下に押し込まれる（立体が平面に） */
/*影の設定*/
.pushdown:before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: 1;
  top: 4px;
  left: 0;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #333;
}
/*hoverの際にY軸に4pxずらす*/
.pushdown:hover span {
  background-color: #333;
  color: #fff;
  transform: translateY(4px);
}
#cam_cn .contents #about .oubo {
  margin: 2em auto 0 auto;
  border: 1px solid #00896b;
  padding: 1em;
  text-align: left;
  width: 80%;
  font-size: 0.85em;
  background: rgb(255 255 255 / 38%);
}
#cam_cn .contents #about .oubo h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}