/** page visual
================================= **/
.pv-ttl {
  width: 224px;
}

.pv-logo {
  width: 262px;
}

.pv-sub {
  color: #90998b;
}

.pv-intro_inner figure {
  width: 232px;
}

.pv-intro_desc {
  margin-bottom: 65px;
  line-height: 2;
}

.pv-brand {
  width: 402px;
}

.about .page-visual {
  padding: 100px 0px 76px;
  margin-bottom: 110px;
}

.about .page-visual:after {
  background: #D4DAD4;
}

/** section about
================================= **/
.section-staff {
  margin-bottom: 150px;
}

.section-staff .box-title {
  margin-bottom: 70px;
}

.section-staff .box-title .head-ttl_sub img {
  width: 427px;
}

.staff-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  justify-content: center;
}

.staff-list li {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(50%);
  max-width: 320px;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.staff-list li:after {
  position: absolute;
  content: '';
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 262px;
  height: 6px;
  background: url(../img/bd.svg) left top no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}
.staff-list li.itm-break {
  width: 100% !important;
  max-width: 100% !important;
  height: 0;
  padding: 0;
  margin: 0;
}
.staff-list li.itm-break:after {
  display: none;
}

.staff-thumb {
  max-width: 160px;
  margin: 0 auto 25px;
}

.staff-pos {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.staff-txt {
  font-size: 1.3rem;
}

/** section-profile
======================================== **/
.section-profile {
  padding: 70px 0 100px 0;
  position: relative;
  margin-bottom: 100px;
}

.section-profile:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: -webkit-calc((100% - 1440px)/2 + 1270px);
  width: -moz-calc((100% - 1440px)/2 + 1270px);
  width: calc((100% - 1440px)/2 + 1270px);
  height: 100%;
  background: #F2F2F2;
  z-index: -1;
}

.section-profile .box-title {
  margin-bottom: 60px;
}

.section-profile .box-title .head-ttl {
  padding: 0;
  margin: 0;
  text-align: left;
}

.section-profile .box-title .head-ttl:after {
  background: none;
  width: 0;
  height: 0;
}

.section-profile .box-title .head-ttl_sub img {
  width: 386px;
}

.section-profile .box-title .head-ttl_lbl {
  margin-left: 45px;
}

.cpn-tbl {
  width: 100%;
  border: 1px solid #B3B3B3;
}

.cpn-tbl tr:not(:last-of-type) {
  border-bottom: 1px solid #B3B3B3;
}

.cpn-tbl th, .cpn-tbl td {
  text-align: left;
  padding: 22px 0px 22px 30px;
}

.cpn-tbl th {
  width: 25%;
  border-right: #B3B3B3 1px dashed;
}

.section-access .row {
  max-width: 1058px;
}

.section-access_ttl {
  text-align: center;
  margin-bottom: 58px;
}

.section-access_ttl img {
  width: 189px;
  height: auto;
}

.section-access p {
  text-align: center;
  font-size: 1.9rem;
  line-height: 32px;
  margin-bottom: 60px;
}

.section-access .grMap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 100px;
}

.section-access .grMap article {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.section-access .grMap article:nth-of-type(1) h3 img {
  width: 154px;
  height: auto;
}

.section-access .grMap article:nth-of-type(2) h3 img {
  width: 140px;
  height: auto;
}

.section-access .grMap article iframe {
  width: 100%;
  height: 455px;
}

.section-access .grMap article h3 {
  line-height: 1;
  margin: 35px 0;
  font-size: 15px;
}

.section-access .grMap article em {
  font-size: 1.9rem;
  line-height: 27px;
  font-style: normal;
}

.section-access .grMap article em a {
  display: inline-block;
  pointer-events: none;
}

.top_map {
  background: #f2f2f2;
  height: 460px;
  line-height: 460px;
  text-align: center;
}

#map_canvas {
  width: 100%;
  text-align: left;
  display: inline-block;
}

.map_box_osaka {
  width: 100%;
}

.map_box_kobe {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .staff-list li:nth-child(4), .staff-list li:nth-child(5), .staff-list li:nth-child(6) {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .staff-list li:nth-child(4):after, .staff-list li:nth-child(5):after, .staff-list li:nth-child(6):after {
    background: none;
    width: 0;
    height: 0;
  }
}

@media screen and (max-width: 768px) {
  .pv-ttl {
    width: 29.0625vw;
  }
  .pv-logo {
    width: 34.0625vw;
    margin-bottom: 0.78125vw;
  }
  .pv-intro {
    margin-top: -18.75vw;
  }
  .pv-intro_inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .pv-intro_inner figure {
    width: 28.4375vw;
    margin-bottom: 12.5vw;
  }
  .pv-intro_desc {
    margin-bottom: 0;
  }
  .pv-brand {
    width: 45.46875vw;
    margin: -1.5625vw auto 0;
  }
  .pv-img {
    margin: 0;
  }
  .about .page-visual {
    padding: 34.375vw 0 0;
    margin-bottom: 7.8125vw;
  }
  .section-staff {
    margin-bottom: 21.875vw;
  }
  .section-staff .box-title {
    margin-bottom: 10.9375vw;
  }
  .section-staff .box-title .head-ttl_sub img {
    width: 44.53125vw;
  }
  /** section about
================================= **/
  .staff-list {
    display: block;
  }
  .staff-list li {
    width: 100%;
    padding-bottom: 7.8125vw;
    margin-bottom: 7.8125vw;
  }
  .staff-list li:after {
    width: 53.125vw;
  }
  .staff-list li:last-child {
    margin-bottom: 0;
  }
  .staff-thumb {
    margin: 0 auto 3.125vw;
  }
  .staff-pos {
    margin-bottom: 15px;
    font-size: 2.8125vw;
  }
  .staff-txt {
    font-size: 3.125vw;
  }
  /** section-profile
======================================== **/
  .section-profile {
    padding: 10.9375vw 0 15.625vw 0;
    position: relative;
    margin-bottom: 15.625vw;
  }
  .section-profile:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    z-index: -1;
  }
  .section-profile .box-title {
    margin-bottom: 10.9375vw;
  }
  .section-profile .box-title .head-ttl {
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .section-profile .box-title .head-ttl:after {
    background: none;
    width: 0;
    height: 0;
  }
  .section-profile .box-title .head-ttl_sub img {
    width: 63.4375vw;
  }
  .section-profile .box-title .head-ttl_lbl {
    margin-left: 0;
  }
  .cpn-tbl th, .cpn-tbl td {
    padding: 3.90625vw 3.90625vw 3.90625vw 4.6875vw;
    vertical-align: middle;
    font-size: 2.8125vw;
  }
  .cpn-tbl th {
    width: 25%;
    border-right: #B3B3B3 1px dashed;
  }
  .section-access .row {
    padding: 0 3.125vw;
  }
  .section-access_ttl {
    text-align: center;
    margin-bottom: 7.8125vw;
  }
  .section-access_ttl img {
    width: 25.625vw;
    height: auto;
  }
  .section-access p {
    text-align: center;
    font-size: 3.125vw;
    line-height: 4.375vw;
    margin-bottom: 12.5vw;
  }
  .section-access .grMap {
    display: block;
    margin: 0 0 23.4375vw 0;
  }
  .section-access .grMap article {
    width: 100%;
    margin: 0 0 0 0;
  }
  .section-access .grMap article:nth-of-type(1) h3 img {
    width: 28.90625vw;
    height: auto;
  }
  .section-access .grMap article:nth-of-type(2) h3 img {
    width: 26.25vw;
    height: auto;
  }
  .section-access .grMap article:not(:last-child) {
    margin-bottom: 9.84375vw;
  }
  .section-access .grMap article iframe {
    line-height: 0;
    width: 100%;
    height: 78.125vw;
  }
  .section-access .grMap article h3 {
    margin: 3.75vw 0;
    padding-left: 3.90625vw;
    font-size: 3.125vw;
  }
  .section-access .grMap article em {
    font-size: 3.125vw;
    line-height: 5.625vw;
    font-style: normal;
    padding-left: 3.90625vw;
    display: block;
  }
  .section-access .grMap article em a {
    display: inline-block;
    pointer-events: none;
  }
}
