.greeting-item.flex {
    justify-content: space-between;
  margin-bottom: 100px;
}

.greeting-item-tmb {
    width: calc(40% - 40px);
}
.greeting-item-tmb img {
    border-radius: 10px;
}
.greeting-item-txt {
width: calc(60% - 40px);
}
.greeting-item-name dt {
    float: left;
    width: 7em;
    line-height: 1.8;
}
.greeting-item-name dd {
   padding-left: 8em;
    line-height: 1.8;
}

.greeting-item-title {
    font-size: 20px;
    font-weight: 500;
    padding-top: 1em;
    letter-spacing: 0.06em;
    padding-bottom: 24px;
}
.greeting-item-title-en {
    font-size: 14px;
    padding-left: 3px;
      padding-top: 3px;
    padding-bottom: 24px;
    line-height: 1.8;
}
.greeting-item-copy {
    font-size: 28px;
    padding-bottom: 28px;
}
.greeting-item-name {
    padding-top: 2em;

}
.philosophy-items.flex {
    justify-content: space-between;
}
.philosophy-item {
    width: calc(33.333% - 16px);
    background: var(--key-color);
    color: #fff;
    text-align: center;
    padding: 36px;
    border-radius: 16px;
}.philosophy-item-title-en.en-hand {
    font-size: 44px;
    line-height: 1;
}
.philosophy-item-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding-bottom: 18px;
}
.philosophy-item p {
    font-size: 15px;
    line-height: 1.7;
}

.outline-item.flex {
    justify-content: space-between;
}
table {
    width: 100%;
   border-bottom: #777 solid 1px;
}
th {
    padding: 12px;
    border-top: #777 solid 1px;
    text-align: left;
      line-height: 1.7;
    font-size: 16px;
}
td {
    padding: 12px;
    border-top: #777 solid 1px;
    text-align: left;
      line-height: 1.7;
    font-size: 16px;
}
.outline-item-txt {
    width: calc(50% - 36px);
}
.access-map {
    width: calc(50% - 36px);
}
.access-map iframe {
    width: 100%;
}
.outline-item-tmb {
    margin-top: 120px;
}
.outline-item-tmb img {
   width: 100%;
}

.sdgs {
    padding: 150px 0 60px;
}
.sdgs-logo {
    width: 36%;
    margin: 0 auto 30px;
}
.sdgs-title {
    text-align: center;
    font-size: 19px;
    line-height: 1.8;
    padding-top: 12px;
}
.btn-sdgs {
  padding-top: 30px;
}
.btn-sdgs a {
    border: #0098d8 solid 2px;
    text-align: center;
    width: 200px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    margin: 0 auto;
    display: block;
    color: #0098d8;
  transition: .4s;
}
.btn-sdgs a:hover {
    border: #0098d8 solid 2px;
background: #0098d8;
    color: #fff;
  transition: .4s;
}


@media screen and (max-width:1000px) {
  .greeting-item.flex {
    justify-content: space-between;
    margin-bottom: 100px;
    display: block;
}
  .greeting-item-tmb {
    width: 100%;
    margin-bottom: 40px;
}.greeting-item-txt {
    width: 100%;
}
  .philosophy-items.flex {
    justify-content: space-between;
    display: block;
}.philosophy-item {
    width: 100%;
    background: var(--key-color);
    color: #fff;
    text-align: center;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 20px;
}.outline-item.flex {
    justify-content: space-between;
    display: block;
}.outline-item-txt {
    width: 100%;
}
  .access-map {
    width: 100%;
    margin-top: 40px;
}
}