@charset "UTF-8";
/*PCサイト*/
@media (min-width: 897px) {
  /*============================
  #cont01
  ============================*/
  #cont01 {
    margin-top: 110px;
    background-image: url(../img/company/company_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #cont01 .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 80px;
  }
  #cont01 h2 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 45px;
    text-align: center;
  }
  #cont01 h3 {
    font-family: "a-otf-shingopro-bold";
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px;
  }
  #cont01 img {
    margin-top: 140px;
    display: block;
  }
  #cont01 p {
    margin-top: 140px;
    font-size: 21px;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }
  #cont01 p span {
    font-family: "a-otf-shingopro-bold";
    font-weight: 100;
    letter-spacing: 0.05em;
  }
  /*============================
  #cont02
  ============================*/
  #cont02 {
    padding: 70px 0 80px;
  }
  #cont02 .inner {
    width: 1200px;
    margin: 0 auto;
  }
  #cont02 h2 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 45px;
    text-align: center;
  }
  #cont02 h3 {
    font-family: "a-otf-shingopro-bold";
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px;
  }
  #cont02 table {
    width: 100%;
    display: block;
    margin-top: 130px;
  }
  #cont02 tbody {
    width: 100%;
    display: block;
  }
  #cont02 tr {
    padding: 56px 0;
    border-bottom: 2px solid #DBDBDB;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  #cont02 tr:nth-of-type(1) {
    border-top: 2px solid #DBDBDB;
  }
  #cont02 th {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 18px;
    width: 32.5%;
    text-align: left;
    float: left;
    line-height: 1.6;
  }
  #cont02 td {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 18px;
    width: 67.5%;
    float: left;
  }
  #cont02 tr:nth-of-type(6) td {
    padding-top: 16px;
  }
  /*============================
  #cont03
  ============================*/
  #cont03 {
    padding: 80px 0;
  }
  #cont03 .inner {
    width: 1200px;
    margin: 0 auto;
  }
  #cont03 h2 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 45px;
    text-align: center;
  }
  #cont03 h3 {
    font-family: "a-otf-shingopro-bold";
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 10px;
  }
  #cont03 iframe {
    margin-top: 100px;
    width: 100%;
    border: 3px solid #004082 !important;
  }
}
/*スマホ最適化*/
@media (max-width: 896px) {
  /*============================
  #header
  ============================*/
  #header {
    background-color: rgba(255, 255, 255, 0.5);
  }
  /*============================
  #cont01
  ============================*/
  #cont01 {
    margin-top: 5vw;
    background-image: url(../img/company/company_back.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #cont01 .inner {
    width: 95%;
    margin: 0 auto;
    padding: 12vw 0 12vw;
  }
  #cont01 h2 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 9vw;
    text-align: center;
  }
  #cont01 h3 {
    font-family: "a-otf-shingopro-bold";
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 1vw;
  }
  #cont01 img {
    margin-top: 6vw;
    display: block;
  }
  #cont01 p {
    margin-top: 6vw;
    font-size: 5vw;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: 0.05em;
  }
  #cont01 p span {
    font-family: "a-otf-shingopro-bold";
    font-weight: 100;
    letter-spacing: 0.05em;
  }
  /*============================
  #cont02
  ============================*/
  #cont02 {
    padding: 12vw 0 12vw;
  }
  #cont02 .inner {
    width: 95%;
    margin: 0 auto;
  }
  #cont02 h2 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 9vw;
    text-align: center;
  }
  #cont02 h3 {
    font-family: "a-otf-shingopro-bold";
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 1vw;
  }
  #cont02 table {
    width: 100%;
    display: block;
    margin-top: 6vw;
  }
  #cont02 tbody {
    width: 100%;
    display: block;
  }
  #cont02 tr {
    padding: 5.6vw 0;
    border-bottom: 2px solid #DBDBDB;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  #cont02 tr:nth-of-type(1) {
    border-top: 2px solid #DBDBDB;
  }
  #cont02 th {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 4.2vw;
    width: 32.5%;
    text-align: left;
    float: left;
    line-height: 1.3;
  }
  #cont02 td {
    font-family: "a-otf-shingopro-medium";
    letter-spacing: 0.2em;
    font-size: 4.2vw;
    width: 67.5%;
    float: left;
    line-height: 1.3;
  }
  #cont02 td a {
    color: #333;
    text-decoration: underline;
  }
  /*============================
  #cont03
  ============================*/
  #cont03 {
    padding: 8vw 0 4vw;
  }
  #cont03 .inner {
    width: 95%;
    margin: 0 auto;
  }
  #cont03 h2 {
    font-family: "a-otf-shingopro-bold";
    color: #004082;
    letter-spacing: 0.2em;
    font-size: 9vw;
    text-align: center;
  }
  #cont03 h3 {
    font-family: "a-otf-shingopro-bold";
    font-size: 4.2vw;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 1vw;
  }
  #cont03 iframe {
    margin-top: 5vw;
    width: 100%;
    border: 3px solid #004082 !important;
  }
}/*# sourceMappingURL=company.css.map */