@charset "UTF-8";

#about .contents-header {
  background: url("../img/nanameBg01_glay.png") bottom center #3D3F47 no-repeat;
}

#about .contents section:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/nanameBg02_glay.png") top center #fff no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#about .about-heading {
  padding: 0 0 12px;
  margin: 0 0 40px;
  font-size: 23px;
  text-align: center;
  color: #44444B;
  border-bottom: 1px solid #BBCAD2;
  letter-spacing: .24em;
}

#about .aboutNews {
  position: relative;
  padding: 60px 0 60px;
}

@media (max-width: 767px) {
  #about .aboutNews {
    padding: 60px 0 30px;
  }
}

#about .aboutNews .newsList{
  width: 700px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #about .aboutNews .newsList{
    width: 100%;
  }
}

#about .aboutNews .newsList ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

#about .aboutNews .newsList ul li{
  padding: 0 0 1em;
  font-size: 14px;
  color: #808080;
  letter-spacing: .15em;
}

@media (max-width: 767px) {
  #about .aboutNews .newsList ul li{
    font-size: 12px;
  }
}

#about .aboutNews .newsList ul a{
  font-size: 14px;
  color: #808080;
}

@media (max-width: 767px) {
  #about .aboutNews .newsList ul a{
    font-size: 12px;
  }
}

#about .aboutNews .newsList ul a:hover{
  text-decoration: none;
}


#about .presidentMessage {
  position: relative;
  padding: 60px 0 120px;
}

@media (max-width: 767px) {
  #about .presidentMessage {
    padding: 60px 0 60px;
  }
}

#about .presidentMessage .message {
  display: flex;
}

@media (max-width: 767px) {
  #about .presidentMessage .message {
    display: block;
  }
}

@media (max-width: 767px) {
  #about .presidentMessage .message .president-ph {
    padding: 0 16px;
    margin: 0 0 24px;
  }
  #about .presidentMessage .message .president-ph img {
    width: 100%;
    height: auto;
  }
}

#about .presidentMessage .message-text {
  padding: 0 60px;
}

@media (max-width: 767px) {
  #about .presidentMessage .message-text {
    padding: 0 16px;
  }
}

#about .presidentMessage .message-text .text {
  color: #808080;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: .18;
}

#about .presidentMessage .message-text .president-sign h3 {
  color: #808080;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: .18;
  margin: 1em 0;
}

@media (max-width: 767px) {
  #about .presidentMessage .message-text .president-sign img {
    width: 60%;
    height: auto;
  }
}

#about .gaiyou {
  padding: 0 0 120px;
}

@media (max-width: 767px) {
  #about .gaiyou {
    padding: 0 0 60px;
  }
}

#about .gaiyou table {
  text-align: left;
  color: #808080;
  font-size: 14px;
  line-height: 2em;
  letter-spacing: .22;
}

#about .gaiyou table th {
  width: 8em;
  font-weight: normal;
}

#about .gaiyou .gaiyou-header table {
  width: 672px;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  #about .gaiyou .gaiyou-header table {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #about .gaiyou .gaiyou-header table tr th, #about .gaiyou .gaiyou-header table tr td {
    display: block;
  }
}

@media (max-width: 767px) {
  #about .gaiyou .gaiyou-header table tr th {
    font-weight: bold;
  }
}

#about .gaiyou .gaiyou-header table tr td {
  padding: 0 0 .5em;
}

#about .gaiyou .gaiyou-header .map {
  width: 100%;
  height: 200px;
  margin: 0 0 32px;
}

#about .gaiyou .gaiyou-header .map #map_area {
  width: 100%;
  height: 100%;
}

#about .gaiyou .gaiyou-header .map #map_area img {
  width: 200px;
}

#about .gaiyou .tableWrap {
  padding: 40px 0 24px;
  border-top: 1px solid #BBCAD2;
  display: flex;
}

@media (max-width: 767px) {
  #about .gaiyou .tableWrap {
    display: block;
  }
}

#about .gaiyou .tableWrap table {
  width: 50%;
}

@media (max-width: 767px) {
  #about .gaiyou .tableWrap table {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #about .gaiyou .tableWrap table tr th, #about .gaiyou .tableWrap table tr td {
    display: block;
  }
}

@media (max-width: 767px) {
  #about .gaiyou .tableWrap table tr th {
    font-weight: bold;
  }
}

#about .gaiyou .tableWrap table tr td {
  padding: 0 0 1.5em;
}
