@charset "UTF-8";
/*
* base
*/
/*
* 変数用scss(カラーコード以外)
*/
.contents_inner {
  zoom: 1; }
  .contents_inner:before, .contents_inner:after {
    content: "";
    display: block; }
  .contents_inner:after {
    clear: both; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all; }

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent; }

img {
  vertical-align: bottom; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1; }

iframe {
  max-width: 100% !important; }

a, label {
  cursor: pointer; }

blockquote {
  padding: 0;
  margin: 0;
  display: block; }

address, em {
  font-style: normal; }

hr {
  border: 0;
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style: none; }

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none; }

input, button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none; }

table {
  border-collapse: collapse; }

*:before,
*:after {
  padding: 0;
  margin: 0;
  line-height: 1; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  min-height: 100%; }

body {
  font-size: 14px;
  line-height: 1;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  color: #333;
  letter-spacing: .005em; }

a {
  text-decoration: none; }

@media screen and (max-width: 767px) {
  .sp-on {
    display: block; }
  .pc-on {
    display: none !important; } }

@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s; }
    a:hover {
      opacity: .6; }
  .pc-on {
    display: block; }
  .sp-on {
    display: none !important; } }

/*
* pages
*/
@media screen and (max-width: 767px) {
  .header {
    background: #FFF;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; }
    .header__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 3%;
      height: 65px; }
    .header__logo {
      width: 133px;
      height: 45px; }
    .header__nav ul {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header__nav ul li:first-child {
        margin: 0 2px 0 0; }
      .header__nav ul li a {
        background: #F5F5F5;
        color: #208DCC;
        display: block;
        font-size: 12px;
        font-weight: 700;
        height: 46px;
        line-height: 46px;
        letter-spacing: .005em;
        width: 80px;
        text-align: center; } }

@media screen and (min-width: 768px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 150px;
    z-index: 9999; }
    .header__inner {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .header__logo {
      background: #FFF;
      width: 160px;
      height: 150px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .header__nav {
      padding: 0 60px; }
      .header__nav ul {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .header__nav ul li a {
          color: #FFF;
          display: block;
          font-size: 16px;
          font-weight: 700;
          height: 40px;
          line-height: 40px;
          letter-spacing: .005em;
          width: 106px;
          text-align: center; }
      .header__nav.scrl ul li:nth-child(1) {
        background: #208DCC; }
      .header__nav.scrl ul li:nth-child(2) {
        background: #F79423; } }

@media screen and (max-width: 767px) {
  .footer__inner {
    padding: 20px 0;
    text-align: center; }
    .footer__inner small {
      color: #888;
      font-family: 'Lato', sans-serif;
      font-size: 12px;
      font-weight: 400; } }

@media screen and (min-width: 768px) {
  .footer__inner {
    padding: 20px 0;
    text-align: center; }
    .footer__inner small {
      color: #888;
      font-family: 'Lato', sans-serif;
      font-size: 12px;
      font-weight: 400; } }

.contents {
  width: 100%;
  margin: 30px 0; }

.contents_inner {
  width: 980px;
  margin: 0 auto; }

/*
* pages
*/
@media screen and (max-width: 767px) {
  .keyBlock {
    background: url(/assets/img/bg_key_sp.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 65px 0 0;
    height: 460px;
    position: relative;
    z-index: 1; }
    .keyBlock__inner {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      padding: 0 6%; }
      .keyBlock__inner h1 {
        color: #FFF;
        font-size: 24px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0 0 16px; }
      .keyBlock__inner .ruby {
        color: #FFF;
        display: block;
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4; }
  .service {
    position: relative;
    z-index: 1;
    padding: 60px 0 0; }
    .service > h2 {
      font-size: 22px;
      font-weight: 500;
      text-align: center;
      line-height: 1.6;
      margin: 0 0 40px; }
      .service > h2 .ruby {
        color: #93C3DE;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 900;
        margin: 10px 0 0;
        line-height: 1; }
    .service .waste {
      margin: 0 0 60px; }
      .service .waste__inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 6%; }
        .service .waste__inner h3 {
          font-size: 16px;
          font-weight: 700;
          line-height: 1;
          margin: 0 0 16px; }
        .service .waste__inner p {
          font-size: 13px;
          font-weight: 500;
          line-height: 1.8;
          text-align: justify;
          margin: 0 0 40px; }
        .service .waste__inner > img {
          display: block;
          width: 100%;
          margin: 0 0 60px; }
        .service .waste__inner .leftBox {
          margin: 0 0 40px; }
          .service .waste__inner .leftBox .imgBox {
            width: 100%;
            margin: 0 0 20px; }
            .service .waste__inner .leftBox .imgBox img {
              display: block;
              width: 100%; }
          .service .waste__inner .leftBox .txtBox > ul > li {
            margin: 0 0 20px; }
            .service .waste__inner .leftBox .txtBox > ul > li:last-child {
              margin: 0; }
            .service .waste__inner .leftBox .txtBox > ul > li h4 {
              color: #208DCC;
              font-size: 14px;
              font-weight: 700;
              line-height: 1.3;
              margin: 0 0 10px; }
            .service .waste__inner .leftBox .txtBox > ul > li ul li {
              position: relative;
              padding: 0 0 0 .5em;
              font-size: 13px;
              font-weight: 500;
              line-height: 1.8; }
              .service .waste__inner .leftBox .txtBox > ul > li ul li:before {
                content: "";
                display: block;
                width: 2px;
                height: 2px;
                border-radius: 1px;
                background: #333;
                position: absolute;
                top: 50%;
                left: .2em; }
        .service .waste__inner .rightBox .imgBox {
          width: 100%;
          margin: 0 0 20px; }
          .service .waste__inner .rightBox .imgBox img {
            display: block;
            width: 100%; }
        .service .waste__inner .rightBox .txtBox > ul > li {
          margin: 0 0 20px; }
          .service .waste__inner .rightBox .txtBox > ul > li:last-child {
            margin: 0; }
          .service .waste__inner .rightBox .txtBox > ul > li h4 {
            color: #208DCC;
            font-size: 14px;
            font-weight: 700;
            line-height: 1.3;
            margin: 0 0 10px; }
          .service .waste__inner .rightBox .txtBox > ul > li ul li {
            position: relative;
            padding: 0 0 0 .5em;
            font-size: 13px;
            font-weight: 500;
            line-height: 1.8; }
            .service .waste__inner .rightBox .txtBox > ul > li ul li:before {
              content: "";
              display: block;
              width: 2px;
              height: 2px;
              border-radius: 1px;
              background: #333;
              position: absolute;
              top: 50%;
              left: .2em; }
    .service .risk {
      margin: 0 0 60px; }
      .service .risk__inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 6%; }
        .service .risk__inner > h3 {
          font-size: 16px;
          font-weight: 700;
          line-height: 1;
          margin: 0 0 16px; }
        .service .risk__inner .leftBox {
          margin: 0 0 40px; }
          .service .risk__inner .leftBox .imgBox {
            width: 100%; }
            .service .risk__inner .leftBox .imgBox img {
              display: block;
              width: 100%; }
          .service .risk__inner .leftBox .txtBox {
            margin: 0 0 20px; }
            .service .risk__inner .leftBox .txtBox p {
              font-size: 13px;
              font-weight: 500;
              line-height: 1.8; }
        .service .risk__inner .riskList .list01 {
          background: #F5F5F5;
          border-radius: 8px;
          width: 100%;
          padding: 26px 20px;
          margin: 0 0 20px; }
          .service .risk__inner .riskList .list01 h4 {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.45;
            text-align: center;
            margin: 0 0 26px; }
          .service .risk__inner .riskList .list01 ul {
            background: #FFF;
            border-radius: 4px;
            padding: 30px; }
            .service .risk__inner .riskList .list01 ul li {
              border-bottom: 1px dotted #BEBEBE;
              margin: 0 0 10px;
              padding: 0 0 10px; }
              .service .risk__inner .riskList .list01 ul li:last-child {
                margin: 0; }
              .service .risk__inner .riskList .list01 ul li span {
                font-size: 14px;
                font-weight: 700;
                display: block;
                position: relative;
                padding: 0 0 0 25px;
                line-height: 1.6; }
                .service .risk__inner .riskList .list01 ul li span:before {
                  content: "";
                  display: block;
                  background: url(/assets/img/common/ico_check.svg) no-repeat;
                  background-size: 100%;
                  width: 15px;
                  height: 15px;
                  position: absolute;
                  top: 50%;
                  left: 0;
                  margin: -6px 0 0; }
        .service .risk__inner .riskList .list02 {
          background: #208DCC;
          border-radius: 8px;
          width: 100%;
          padding: 26px 20px; }
          .service .risk__inner .riskList .list02 h4 {
            color: #FFF;
            font-size: 16px;
            font-weight: 700;
            line-height: 1.45;
            text-align: center;
            margin: 0 0 26px; }
          .service .risk__inner .riskList .list02 ul {
            background: #FFF;
            border-radius: 4px;
            padding: 30px; }
            .service .risk__inner .riskList .list02 ul li {
              border-bottom: 1px dotted #BEBEBE;
              margin: 0 0 10px;
              padding: 0 0 10px; }
              .service .risk__inner .riskList .list02 ul li:last-child {
                margin: 0; }
              .service .risk__inner .riskList .list02 ul li span {
                font-size: 14px;
                font-weight: 700;
                display: block;
                position: relative;
                padding: 0 0 0 25px;
                line-height: 1.6; }
                .service .risk__inner .riskList .list02 ul li span:before {
                  content: "";
                  display: block;
                  background: url(/assets/img/common/ico_check.svg) no-repeat;
                  background-size: 100%;
                  width: 15px;
                  height: 15px;
                  position: absolute;
                  top: 50%;
                  left: 0;
                  margin: -6px 0 0; }
        .service .risk__inner .riskList .via {
          position: relative;
          padding: 0 0 80px;
          margin: 0 0 20px; }
          .service .risk__inner .riskList .via:after {
            content: "";
            display: block;
            background: url(/assets/img/common/ico_arrow_sp.svg) no-repeat;
            background-size: 100%;
            width: 34px;
            height: 70px;
            position: absolute;
            bottom: 0;
            left: 50%;
            margin: 0 0 0 -17px; }
          .service .risk__inner .riskList .via h3 {
            color: #208DCC;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.45;
            text-align: center; }
    .service .recycling {
      margin: 0 0 60px; }
      .service .recycling__inner {
        width: 100%;
        margin: 0 auto;
        padding: 0 6%; }
        .service .recycling__inner > h3 {
          font-size: 16px;
          font-weight: 700;
          line-height: 1;
          margin: 0 0 16px; }
        .service .recycling__inner .rightBox .imgBox {
          width: 100%; }
          .service .recycling__inner .rightBox .imgBox img {
            display: block;
            width: 100%; }
        .service .recycling__inner .rightBox .txtBox {
          width: 100%;
          margin: 0 0 20px; }
          .service .recycling__inner .rightBox .txtBox p {
            font-size: 13px;
            font-weight: 500;
            line-height: 1.8;
            margin: 0 0 20px; }
            .service .recycling__inner .rightBox .txtBox p:last-child {
              margin: 0; }
  .company {
    background: #FAFAFA;
    position: relative;
    z-index: 1;
    padding: 60px 0; }
    .company > h2 {
      font-size: 22px;
      font-weight: 500;
      text-align: center;
      line-height: 1.6;
      margin: 0 0 40px; }
      .company > h2 .ruby {
        color: #93C3DE;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: 900;
        margin: 10px 0 0;
        line-height: 1; }
    .company .outline__inner {
      width: 100%;
      margin: 0 auto;
      padding: 0 6%; }
      .company .outline__inner dl {
        width: 100%;
        max-width: 700px;
        padding: 0 0 10px;
        margin: 0 auto 20px;
        border-bottom: 1px dashed #BEBEBE; }
        .company .outline__inner dl dt {
          width: 200px; }
          .company .outline__inner dl dt span {
            font-size: 13px;
            font-weight: 700;
            line-height: 1.8; }
        .company .outline__inner dl dd span {
          font-size: 13px;
          line-height: 1.8; }
          .company .outline__inner dl dd span img {
            width: 58px; }
          .company .outline__inner dl dd span a {
            color: #333; } }

@media screen and (min-width: 768px) {
  .keyBlock {
    background: url(/assets/img/bg_key_pc.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 150px 0 0;
    height: 100vh;
    position: relative;
    z-index: 1; }
    .keyBlock__inner {
      width: 100%;
      max-width: 960px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .keyBlock__inner h1 {
        color: #FFF;
        font-size: 48px;
        font-weight: 700;
        line-height: 1.4;
        margin: 0 0 20px; }
      .keyBlock__inner .ruby {
        color: #FFF;
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.4; }
  .service {
    position: relative;
    z-index: 1;
    padding: 100px 0 0; }
    .service > h2 {
      font-size: 36px;
      font-weight: 500;
      text-align: center;
      line-height: 1.6;
      margin: 0 0 60px; }
      .service > h2 .ruby {
        color: #93C3DE;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: 900;
        margin: 10px 0 0;
        line-height: 1; }
    .service .waste {
      margin: 0 0 100px; }
      .service .waste__inner {
        width: 100%;
        max-width: 960px;
        margin: 0 auto; }
        .service .waste__inner h3 {
          font-size: 28px;
          font-weight: 700;
          line-height: 1;
          text-align: center;
          margin: 0 0 20px; }
        .service .waste__inner p {
          font-size: 16px;
          font-weight: 500;
          line-height: 1.8;
          text-align: center;
          margin: 0 0 60px; }
        .service .waste__inner > img {
          display: block;
          width: 100%;
          margin: 0 0 60px; }
        .service .waste__inner .leftBox {
          display: flex;
          align-items: center;
          margin: 0 0 40px; }
          .service .waste__inner .leftBox .imgBox {
            width: 520px; }
            .service .waste__inner .leftBox .imgBox img {
              display: block;
              width: 100%; }
          .service .waste__inner .leftBox .txtBox {
            padding: 0 40px; }
            .service .waste__inner .leftBox .txtBox > ul > li {
              margin: 0 0 40px; }
              .service .waste__inner .leftBox .txtBox > ul > li:last-child {
                margin: 0; }
              .service .waste__inner .leftBox .txtBox > ul > li h4 {
                color: #208DCC;
                font-size: 18px;
                font-weight: 700;
                line-height: 1.3;
                margin: 0 0 10px; }
              .service .waste__inner .leftBox .txtBox > ul > li ul li {
                position: relative;
                padding: 0 0 0 .5em;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.8; }
                .service .waste__inner .leftBox .txtBox > ul > li ul li:before {
                  content: "";
                  display: block;
                  width: 2px;
                  height: 2px;
                  border-radius: 1px;
                  background: #333;
                  position: absolute;
                  top: 50%;
                  left: .2em; }
        .service .waste__inner .rightBox {
          display: flex;
          align-items: center;
          flex-direction: row-reverse;
          justify-content: space-between; }
          .service .waste__inner .rightBox .imgBox {
            width: 520px; }
            .service .waste__inner .rightBox .imgBox img {
              display: block;
              width: 100%; }
          .service .waste__inner .rightBox .txtBox {
            padding: 0 40px; }
            .service .waste__inner .rightBox .txtBox > ul > li {
              margin: 0 0 40px; }
              .service .waste__inner .rightBox .txtBox > ul > li:last-child {
                margin: 0; }
              .service .waste__inner .rightBox .txtBox > ul > li h4 {
                color: #208DCC;
                font-size: 18px;
                font-weight: 700;
                line-height: 1.3;
                margin: 0 0 10px; }
              .service .waste__inner .rightBox .txtBox > ul > li ul li {
                position: relative;
                padding: 0 0 0 .5em;
                font-size: 16px;
                font-weight: 500;
                line-height: 1.8; }
                .service .waste__inner .rightBox .txtBox > ul > li ul li:before {
                  content: "";
                  display: block;
                  width: 2px;
                  height: 2px;
                  border-radius: 1px;
                  background: #333;
                  position: absolute;
                  top: 50%;
                  left: .2em; }
    .service .risk {
      margin: 0 0 100px; }
      .service .risk__inner {
        width: 100%;
        max-width: 960px;
        margin: 0 auto; }
        .service .risk__inner > h3 {
          font-size: 28px;
          font-weight: 700;
          line-height: 1;
          text-align: center;
          margin: 0 0 20px; }
        .service .risk__inner .leftBox {
          display: flex;
          align-items: center;
          margin: 0 0 40px; }
          .service .risk__inner .leftBox .imgBox {
            width: 380px; }
            .service .risk__inner .leftBox .imgBox img {
              display: block;
              width: 100%; }
          .service .risk__inner .leftBox .txtBox {
            padding: 0 0 0 40px;
            width: calc(100% - 380px); }
            .service .risk__inner .leftBox .txtBox p {
              font-size: 16px;
              font-weight: 500;
              line-height: 1.8; }
        .service .risk__inner .riskList {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .service .risk__inner .riskList .list01 {
            background: #F5F5F5;
            border-radius: 8px;
            width: 370px;
            padding: 26px 20px; }
            .service .risk__inner .riskList .list01 h4 {
              font-size: 20px;
              font-weight: 700;
              line-height: 1.45;
              text-align: center;
              margin: 0 0 26px; }
            .service .risk__inner .riskList .list01 ul {
              background: #FFF;
              border-radius: 4px;
              padding: 30px; }
              .service .risk__inner .riskList .list01 ul li {
                border-bottom: 1px dotted #BEBEBE;
                margin: 0 0 10px;
                padding: 0 0 10px; }
                .service .risk__inner .riskList .list01 ul li:last-child {
                  margin: 0; }
                .service .risk__inner .riskList .list01 ul li span {
                  font-size: 18px;
                  font-weight: 700;
                  display: block;
                  position: relative;
                  padding: 0 0 0 25px;
                  line-height: 1.6; }
                  .service .risk__inner .riskList .list01 ul li span:before {
                    content: "";
                    display: block;
                    background: url(/assets/img/common/ico_check.svg) no-repeat;
                    background-size: 100%;
                    width: 15px;
                    height: 15px;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin: -6px 0 0; }
          .service .risk__inner .riskList .list02 {
            background: #208DCC;
            border-radius: 8px;
            width: 370px;
            padding: 26px 20px; }
            .service .risk__inner .riskList .list02 h4 {
              color: #FFF;
              font-size: 20px;
              font-weight: 700;
              line-height: 1.45;
              text-align: center;
              margin: 0 0 26px; }
            .service .risk__inner .riskList .list02 ul {
              background: #FFF;
              border-radius: 4px;
              padding: 30px; }
              .service .risk__inner .riskList .list02 ul li {
                border-bottom: 1px dotted #BEBEBE;
                margin: 0 0 10px;
                padding: 0 0 10px; }
                .service .risk__inner .riskList .list02 ul li:last-child {
                  margin: 0; }
                .service .risk__inner .riskList .list02 ul li span {
                  font-size: 18px;
                  font-weight: 700;
                  display: block;
                  position: relative;
                  padding: 0 0 0 25px;
                  line-height: 1.6; }
                  .service .risk__inner .riskList .list02 ul li span:before {
                    content: "";
                    display: block;
                    background: url(/assets/img/common/ico_check.svg) no-repeat;
                    background-size: 100%;
                    width: 15px;
                    height: 15px;
                    position: absolute;
                    top: 50%;
                    left: 0;
                    margin: -6px 0 0; }
          .service .risk__inner .riskList .via {
            position: relative;
            padding: 0 0 40px; }
            .service .risk__inner .riskList .via:after {
              content: "";
              display: block;
              background: url(/assets/img/common/ico_arrow.svg) no-repeat;
              background-size: 100%;
              width: 190px;
              height: 34px;
              position: absolute;
              bottom: 0;
              left: 50%;
              margin: 0 0 0 -95px; }
            .service .risk__inner .riskList .via h3 {
              color: #208DCC;
              font-size: 20px;
              font-weight: 700;
              line-height: 1.45;
              text-align: center; }
    .service .recycling {
      margin: 0 0 100px; }
      .service .recycling__inner {
        width: 100%;
        max-width: 960px;
        margin: 0 auto; }
        .service .recycling__inner > h3 {
          font-size: 28px;
          font-weight: 700;
          line-height: 1;
          text-align: center;
          margin: 0 0 20px; }
        .service .recycling__inner .rightBox {
          display: flex;
          align-items: center;
          flex-direction: row-reverse;
          justify-content: space-between; }
          .service .recycling__inner .rightBox .imgBox {
            width: 450px; }
            .service .recycling__inner .rightBox .imgBox img {
              display: block;
              width: 100%; }
          .service .recycling__inner .rightBox .txtBox {
            padding: 0 40px 0 0;
            width: calc(100% - 450px); }
            .service .recycling__inner .rightBox .txtBox p {
              font-size: 16px;
              font-weight: 500;
              line-height: 1.8;
              margin: 0 0 30px; }
              .service .recycling__inner .rightBox .txtBox p:last-child {
                margin: 0; }
  .company {
    background: #FAFAFA;
    position: relative;
    z-index: 1;
    padding: 80px 0; }
    .company > h2 {
      font-size: 36px;
      font-weight: 500;
      text-align: center;
      line-height: 1.6;
      margin: 0 0 60px; }
      .company > h2 .ruby {
        color: #93C3DE;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 24px;
        font-weight: 900;
        margin: 10px 0 0;
        line-height: 1; }
    .company .outline__inner {
      width: 100%;
      max-width: 960px;
      margin: 0 auto; }
      .company .outline__inner dl {
        width: 100%;
        max-width: 700px;
        padding: 0 0 10px;
        margin: 0 auto 30px;
        display: flex;
        align-items: center;
        border-bottom: 1px dashed #BEBEBE; }
        .company .outline__inner dl dt {
          width: 200px;
          padding: 0 1em; }
          .company .outline__inner dl dt span {
            font-size: 16px;
            font-weight: 700;
            line-height: 1.8; }
        .company .outline__inner dl dd {
          padding: 0 1em; }
          .company .outline__inner dl dd span {
            font-size: 16px;
            line-height: 1.8; }
            .company .outline__inner dl dd span img {
              width: 68px; }
            .company .outline__inner dl dd span a {
              color: #333; } }
