/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
.g-header .gnav__item--company a::after,
.g-footer .nav__item--company a::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* comment
-----------------------------------------------------------------*/
.sec-dummy {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-dummy {
    width: 50%;
  }
}

/*--------------------------------------------------------------------------
   #sec-company
---------------------------------------------------------------------------*/
.sec-company {
  position: relative;
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .sec-company {
    padding-bottom: 45px;
  }
}
.sec-company__body {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .sec-company__body {
    margin-top: 80px;
  }
}
.sec-company .profile {
  margin-bottom: 140px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-company .profile {
    margin-bottom: 80px;
  }
}
.sec-company .profile__img {
  width: 300px;
  height: 300px;
  margin: 0 auto 90px;
  padding: 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #fff;
  border-radius: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-company .profile__img {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 0 auto 45px;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sec-company .profile__img img {
  width: 100%;
  height: 100%;
}
.sec-company .profile__hdg {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .sec-company .profile__hdg {
    font-size: 17px;
  }
}
.sec-company .profile__txt {
  margin-top: 3em;
  font-size: 16px;
  line-height: 2.25;
}
@media only screen and (max-width: 767px) {
  .sec-company .profile__txt {
    margin-top: 2.5em;
    font-size: 15px;
    line-height: 2;
    text-align: left;
  }
}
.sec-company .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #3c3c3c;
}
@media only screen and (max-width: 767px) {
  .sec-company .info {
    display: block;
    border-top: 0;
  }
}
.sec-company .info__hdg {
  position: relative;
  width: 220px;
  padding: 35px 0;
  border-bottom: 1px solid #3c3c3c;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-company .info__hdg {
    width: auto;
    padding: 18px 0 0;
    border-bottom: 0;
    font-size: 15px;
  }
  .sec-company .info__hdg:first-of-type {
    padding-top: 0;
  }
  .sec-company .info__hdg:not(:first-of-type)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 1px;
    background-color: #989898;
  }
}
.sec-company .info__txt {
  width: calc(100% - 220px);
  padding: 35px 0;
  border-bottom: 1px solid #3c3c3c;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .sec-company .info__txt {
    width: auto;
    padding: 5px 0 17px;
    border-bottom: 0;
    font-size: 15px;
    line-height: 2;
  }
}
.sec-company__map {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .sec-company__map {
    margin-top: 40px;
  }
}
.sec-company__map iframe {
  width: 100%;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media only screen and (max-width: 767px) {
  .sec-company__map iframe {
    height: 305px;
  }
}
.sec-company__map .link {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .sec-company__map .link {
    width: auto;
    margin: 10px 35px 0 0;
    font-size: 14px;
  }
}
.sec-company__map .link a {
  padding-left: 20px;
  background: url("../../img/common/ico_blank_gray.png") no-repeat 0 50%;
  background-size: 15px 15px;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .sec-company__map .link a {
    padding-left: 24px;
  }
}
.mode-pc .sec-company__map .link a:hover {
  text-decoration: none;
}
/*# sourceMappingURL=../maps/company/style.css.map */
