@charset "UTF-8";
/* *** Variables Settings *** */
/* Colors */
/* Fonts */
/* Break Point */
/* Container width margine 1100px + 20px */
/* Speces */
/* *** mixin *** */
/* break point */
/* gradation */
/* clearfix */
/* *** 一覧ページ *** */
/* KV */
.kv_area {
  position: relative;
}
@media (min-width: 768px) {
  .kv_area {
    margin-bottom: 120px;
  }
}
.kv_area .logo_area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .kv_area .logo_area {
    padding-top: 4.84375%;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media (max-width: 767.89px) {
  .kv_area .logo_area {
    padding-top: 10%;
    padding-left: 5.333%;
    padding-right: 5.333%;
  }
}
.kv_area .logo_area .logo {
  animation-name: fadeInLeft;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  max-width: 660px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .kv_area .logo_area .logo {
    max-width: none;
    margin-left: 0;
  }
}
.kv_area .logo_area .logo figure {
  width: 100%;
}
@media (min-width: 768px) {
  .kv_area .logo_area .logo figure {
    width: 39.107%;
  }
}
.kv_area .logo_area .logo p {
  color: #007A30;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1.285;
  margin: 0.83em 0 0;
}
@media (min-width: 768px) {
  .kv_area .logo_area .logo p {
    font-size: 2.5vw;
    letter-spacing: 0;
  }
}

/* KV オープニングアニメ */
/* keyframes for catchphrase animate */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* コピー */
@media (min-width: 768px) {
  .copy {
    margin-bottom: 120px;
  }
}
.copy p {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.45;
  margin: 0;
}
@media (min-width: 768px) {
  .copy p {
    text-align: center;
    line-height: 2;
  }
}

/* SDGsボタン */
a.btn_sdgs_mofa {
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767.89px) {
  a.btn_sdgs_mofa {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  a.btn_sdgs_mofa {
    max-width: 600px;
  }
}
a.btn_sdgs_mofa:hover {
  opacity: 0.7;
  transition: all 0.3 ease;
}
a.btn_sdgs_mofa::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(/common_shinshu/img/icon/icon_newwindow_blk.svg);
  background-position: center center;
  background-size: cover;
}

/* 3つの取り組み */
.attempt {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .attempt {
    margin-bottom: 3.75rem;
  }
}
.attempt .attempt_title {
  background: #007A30;
  margin: 0 auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: var(--white_color);
  font-size: 1.5rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .attempt .attempt_title {
    text-align: center;
  }
}
@media (max-width: 767.89px) {
  .attempt .attempt_title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 768px) {
  .attempt_content {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .attempt_content .row {
    margin-bottom: 0;
  }
}
.attempt_content .attempt_text {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .attempt_content .attempt_text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.attempt_content .attempt_text p {
  font-size: 1.125rem;
  line-height: 1.7777;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.attempt_content .attempt_icon_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .attempt_content .attempt_icon_list {
    max-width: none;
    margin: 0;
  }
}
.attempt_content .attempt_icon_list li {
  width: 29%;
  max-width: 100px;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
  /*&:nth-child(3n) {
  	margin-right: 0;
  	@include pc-layout() {
  		margin-right: 10px;
  	}
  }*/
}
@media (min-width: 768px) {
  .attempt_content .attempt_icon_list li {
    width: 85px;
    margin-right: 10px;
    margin-bottom: 0;
  }
}/*# sourceMappingURL=sdgs.css.map */


