/*============================
下層ページMV
============================*/
.mv {
  background-image: url(../img/about/mv_pc.jpg);
}

.mv .title_wrap .title {
  line-height: 1.4;
}

.sec_title_wrap .sec_title span::before {
  background-color: #00913A;
}

/*============================
あいさつ
============================*/
.greet {
  position: relative;
  z-index: 1;
}

.greet .greet_wrap .greet_title{
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1.5;
  color: #00913A;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .greet .greet_wrap .greet_title{
    font-size: 0.26rem;
  }
}

.greet .greet_wrap .text{
  font-size: 0.16rem;
  line-height: 2;
  text-align: center;
  margin-top: 0.40rem;
}

@media screen and (max-width: 640px) {
  .greet .greet_wrap .text{
    font-size: 0.15rem;
    line-height: 2;
    text-align: justify;
    margin-top: 0.20rem;
  }
}

.greet .greet_wrap .shodo {
  text-align: center;
  margin-top: 0.25rem;
}

.greet .greet_wrap .shodo img {
  max-width: 5.60rem;
  width: 100%;
}

.greet .greet_wrap .ph_wrap {
  text-align: center;
  margin-top: 0.21rem;
}

.greet .greet_wrap .ph_wrap img {
  max-width: 2.67rem;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .greet .greet_wrap .ph_wrap img {
    max-width: 1.60rem;
  }
}

.greet .greet_wrap .ph_wrap span {
  display: block;
  text-align: center;
  margin-top: 0.18rem;
  font-size: 0.16rem;
}

@media screen and (max-width: 640px) {
  .greet .greet_wrap .ph_wrap span {
    font-size: 0.15rem;
    margin-top: 0.10rem;
  }
}

/* テーブル */
.greet table {
  border-collapse: collapse;
  max-width: 10.0rem;
  width: 100%;
  margin: 0.55rem auto 0;
}

.greet table tr {
  border-bottom: 2px solid #fff;
}

.greet table th {
  width: 2.25rem;
  background: #E2EBAE;
  padding: 0.24rem;
  box-sizing: border-box;
  text-align: left;
  font-size: 0.16rem;
  font-weight: normal;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .greet table th {
    width: 1.20rem;
    padding: 0.10rem;
    font-size: 0.15rem;
  }
}

.greet table td {
  width: calc(100% - 2.25rem);
  background: rgba(226, 235, 174, 0.2);
  padding: 0.24rem;
  box-sizing: border-box;
  font-size: 0.16rem;
}

@media screen and (max-width: 640px) {
  .greet table td {
    width: auto;
    padding: 0.15rem;
    font-size: 0.14rem;
    line-height: 1.5;
  }
}

.greet .btn_common a {
  margin: 0.35rem auto 0;
}


/*============================
SDGs宣言
============================*/
.sdgs {
  margin-top: 1.70rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .sdgs {
    margin-top: 0.70rem;
  }
}

.sdgs .sdgs_wrap {
  max-width: 10.0rem;
  margin: auto;
}

.sdgs .lead {
  font-size: 0.18rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.075em;
  margin-bottom: 0.50rem;
}

@media screen and (max-width: 640px) {
  .sdgs .lead {
    font-size: 0.15rem;
    line-height: 1.875;
    text-align: justify;
    letter-spacing: 0.05em;
    margin-bottom: 0.30rem;
  }
}

.sdgs_box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.67rem;
}

@media screen and (max-width: 640px) {
  .sdgs_box {
    display: block;
    margin-bottom: 0.40rem;
  }
}

.sdgs_box .ph_wrap {
  width: 2.72rem;
  height: auto;
}

@media screen and (max-width: 640px) {
  .sdgs_box .ph_wrap {
    width: 2.00rem;
    margin: auto;
  }
}

.sdgs_box .text_wrap {
  width: calc(100% - 2.72rem);
  box-sizing: border-box;
  padding-left: 0.25rem;
}

@media screen and (max-width: 640px) {
  .sdgs_box .text_wrap {
    width: 100%;
    padding-left: 0;
  }
}

.sdgs_box .text_wrap .sdgs_title {
  font-size: 0.24rem;
  font-weight: bold;
  padding-bottom: 0.10rem;
  border-bottom: 2px solid #CCCCCC;
}

@media screen and (max-width: 640px) {
  .sdgs_box .text_wrap .sdgs_title {
    font-size: 0.18rem;
    padding-top: 0.20rem;
    position: relative;
  }
  .sdgs_box .text_wrap .sdgs_title::before {
    content: "";
    width: 1.50rem;
    height: 2px;
    background-color: #A40419;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 1;
  }
}

.sdgs_box .text_wrap .sdgs_title span {
  border-bottom: 2px solid #A40419;
  padding-bottom: 0.05rem;
}

@media screen and (max-width: 640px) {
  .sdgs_box .text_wrap .sdgs_title span {
    border: 0;
  }
}

.sdgs_box .text_wrap .text {
  font-size: 0.16rem;
  margin-top: 0.20rem;
  line-height: 1.875;
  letter-spacing: 0.065em;
}

@media screen and (max-width: 640px) {
  .sdgs_box .text_wrap .text {
    font-size: 0.15rem;
    margin-top: 0.10rem;
    letter-spacing: 0.05em;
  }
}

.sdgs_box .text_wrap .list_title {
  font-size: 0.15rem;
  font-weight: bold;
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
}

@media screen and (max-width: 640px) {
  .sdgs_box .text_wrap .list_title {
    margin-top: 0.15rem;
    margin-bottom: 0.10rem;
  }
}

.sdgs_box .text_wrap .list {
  list-style: inside disc;
}

@media screen and (max-width: 640px) {
  .sdgs_box .text_wrap .list {
    list-style: outside disc;
    margin-left: 0.20rem;
  }
}

.sdgs_box .text_wrap .list .item {
  font-size: 0.15rem;
  line-height: 1.875;
  letter-spacing: 0.065em; 
}

@media screen and (max-width: 640px) {
  .sdgs_box .text_wrap .list .item {
    line-height: 1.65;
    letter-spacing: 0.05em;
    padding-bottom: 0.08rem;
  }
}