/* --------------------------------------------------------
*g_nav
-------------------------------------------------------- */
#g_nav .li05 a {
  color: #07BFCB;
}
#g_nav .li05 img {
  visibility: hidden;
}

/* --------------------------------------------------------
*content
-------------------------------------------------------- */
#sec01 {
  padding-bottom: 50px;
}
#sec01 #visual {
  margin-bottom: 20px;
}
#sec01 #visual figure {
  display: none;
}
#sec01 #visual h2 {
  text-align: center;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
#sec01 #visual h2 img {
  max-width: 100%;
  height: auto;
}
#sec01 .nameWrapper {
  margin-bottom: 64px;
}
#sec01 .nameWrapper dl {
  margin-bottom: 30px;
}
#sec01 .nameWrapper dl figure {
  margin-bottom: 20px;
}
#sec01 .nameWrapper dl figure img {
  width: 100%;
  height: auto;
}
#sec01 .nameWrapper dl dt {
  text-align: center;
  margin-bottom: 28px;
  padding-left: 15px;
  padding-right: 15px;
}
#sec01 .nameWrapper dl dd {
  padding-left: 15px;
  padding-right: 15px;
}
#sec01 p {
  text-align: center;
}
#sec01 p a {
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 14px 0;
  background: #373737;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 114%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
#sec01 p a img {
  vertical-align: middle;
}
#sec01 p a:hover {
  background: #07BFCB;
}

.member-sns-links {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.member-sns-links-wrap {
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}
.member-sns-links-item {
  width: 48%;
}
.member-sns-links-item a {
  display: inline-block;
  text-align: center;
  width: 200px;
  padding: 14px 0;
  background: #373737;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 114%;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #fff;
}
.member-sns-links-item a img {
  vertical-align: middle;
}
.member-sns-links-item a:hover {
  background: #07BFCB;
}
.member-sns-links-item a {
  width: 100%;
}

#sec02 {
  background: #fff;
  padding: 40px 0;
  text-align: center;
}
#sec02 img {
  max-width: 200%;
  height: auto;
  margin-left: -100%;
}

#sec-company {
  padding: 40px 15px;
  background: #EDEDED;
}
#sec-company h2 {
  position: relative;
  text-align: center;
  z-index: 3;
  margin-bottom: 60px;
}

.company-table {
  border-bottom: 1px solid #CBCBCB;
  border-left: 1px solid #CBCBCB;
  margin: 0 auto;
  display: block;
}
.company-table a {
  color: #07BFCB;
}
.company-table th, .company-table td {
  display: block;
  padding: 6px 10px;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #CBCBCB;
  border-right: 1px solid #CBCBCB;
}
.company-table th {
  background: #EDEDED;
}
.company-table td {
  background: #fff;
  border-top: none;
  border-bottom: none;
}
tr:last-child .company-table td {
  border-bottom: 1px solid #CBCBCB;
}
