@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Lato:400&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:700&display=swap");
@import url(base.css);
.head-image {
  background-image: url("../img/base/head-img.jpg"); }

.top-area {
  margin: 82px 0 99px; }
  .top-area .inner {
    display: flex; }
    .top-area .inner .top-image {
      overflow: hidden;
      position: relative;
      margin: 8px 46px 8px 0;
      min-width: 41.4%;
      max-height: 100%; }
      .top-area .inner .top-image img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: auto; }
    .top-area .inner .top-text {
      line-height: 32px;
      letter-spacing: .3px; }
      .top-area .inner .top-text .it {
        margin: 0 .2em; }

.sdgs {
  background: #fafafa;
  padding: 51px 0 59px;
  margin-bottom: 81px; }
  .sdgs .sdgs-logo {
    margin-bottom: 31px; }
  .sdgs .sdgs-text {
    margin-bottom: 43px;
    line-height: 32px;
    letter-spacing: .3px; }
    .sdgs .sdgs-text .space {
      margin-left: .2em; }
  .sdgs .sdgs-box {
    display: flex; }
    .sdgs .sdgs-box .sdgs-item {
      display: flex;
      width: 50%;
      padding-right: 28px; }
      .sdgs .sdgs-box .sdgs-item .sdgs-icon {
        width: 155px;
        height: 155px;
        margin-right: 26px; }
      .sdgs .sdgs-box .sdgs-item .text-box {
        padding-top: 27px;
        width: calc(100% - 181px); }
        .sdgs .sdgs-box .sdgs-item .text-box .sdgs-item-ttl {
          margin: 0 0 9px 3px; }
          .sdgs .sdgs-box .sdgs-item .text-box .sdgs-item-ttl img {
            height: 31px;
            width: auto;
            max-width: 100%; }
        .sdgs .sdgs-box .sdgs-item .text-box .sdgs-item-text {
          line-height: 32px;
          letter-spacing: .3px; }

.detail {
  margin-bottom: 72px; }
  .detail .inner {
    display: flex;
    justify-content: space-between;
    max-width: 1064px; }
    .detail .inner .detail-box {
      width: 515px;
      max-width: 48.4%; }
      .detail .inner .detail-box .detail-ttl {
        font-size: 24px;
        color: #13ae68;
        letter-spacing: .5px;
        padding-bottom: 29px;
        border-bottom: dashed 1px #b2b2b2;
        margin-bottom: 22px; }
        .detail .inner .detail-box .detail-ttl:before {
          content: "";
          display: inline-block;
          background: #13ae68;
          width: 6px;
          height: 25px;
          margin-right: 15px;
          vertical-align: -3px; }
      .detail .inner .detail-box .business-list {
        line-height: 31px;
        letter-spacing: .3px;
        margin-left: 3px; }
        .detail .inner .detail-box .business-list li:before {
          content: "";
          display: inline-block;
          width: 3px;
          height: 3px;
          background: #1a1a1a;
          border-radius: 50%;
          margin: 0 .5em 4px 0; }
      .detail .inner .detail-box .profile-list {
        line-height: 31px;
        letter-spacing: .3px; }
        .detail .inner .detail-box .profile-list li {
          display: flex; }
          .detail .inner .detail-box .profile-list li .list-ttl {
            font-weight: 700;
            width: 100px;
            border-right: solid 1px #cbcbcb; }
          .detail .inner .detail-box .profile-list li .list-item {
            padding-left: 21px;
            width: calc(100% - 100px); }
            .detail .inner .detail-box .profile-list li .list-item.pc-nowrap {
              white-space: nowrap; }

@media screen and (max-width: 768px) {
  .top-area {
    margin: 40px 0 30px; }
    .top-area .inner {
      display: block; }
      .top-area .inner .top-image {
        margin: 0 0 15px 0; }
        .top-area .inner .top-image img {
          position: static;
          height: auto;
          width: 100%; }
      .top-area .inner .top-text {
        line-height: 30px; }

  .sdgs {
    padding: 45px 0 20px;
    margin-bottom: 50px; }
    .sdgs .sdgs-logo {
      margin-bottom: 25px; }
      .sdgs .sdgs-logo img {
        max-width: 100%; }
    .sdgs .sdgs-text {
      margin-bottom: 35px;
      line-height: 30px; }
    .sdgs .sdgs-box {
      display: block; }
      .sdgs .sdgs-box .sdgs-item {
        display: flex;
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px; }
        .sdgs .sdgs-box .sdgs-item .sdgs-icon {
          width: 80px;
          height: 80px;
          margin-right: 12px; }
        .sdgs .sdgs-box .sdgs-item .text-box {
          padding-top: 0;
          width: calc(100% - 92px); }
          .sdgs .sdgs-box .sdgs-item .text-box .sdgs-item-ttl {
            margin: 0 0 9px 3px; }
          .sdgs .sdgs-box .sdgs-item .text-box .sdgs-item-text {
            line-height: 28px;
            font-size: 14px; }

  .detail {
    margin-bottom: 45px; }
    .detail .inner {
      flex-wrap: wrap;
      width: 100%; }
      .detail .inner .detail-box {
        width: 100%;
        max-width: 350px; }
        .detail .inner .detail-box .detail-ttl {
          font-size: 20px;
          padding-bottom: 20px;
          margin-bottom: 18px; }
          .detail .inner .detail-box .detail-ttl:before {
            width: 5px;
            height: 22px;
            margin-right: 12px;
            vertical-align: -2px; }
        .detail .inner .detail-box .business-list {
          margin: 0 0 35px 0; }
        .detail .inner .detail-box .profile-list li .list-ttl {
          width: 80px; }
        .detail .inner .detail-box .profile-list li .list-item {
          padding-left: 18px;
          width: calc(100% - 80px); }
          .detail .inner .detail-box .profile-list li .list-item.pc-nowrap {
            white-space: initial; } }

/*# sourceMappingURL=company.css.map */
