@charset "UTF-8";
/*英字*/
/* -----------------------------------------------------
	company
----------------------------------------------------- */
.company {
  padding: 50px 0 140px; }
  @media screen and (max-width: 768px) {
    .company {
      padding: 10.41667vw 0 18.22917vw; } }
  .company .company_wrap {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-pack: justify;
    /*IE10*/
    -webkit-box-pack: justify;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-justify-content: space-between;
    /* Safari6.1以降 */
    justify-content: space-between;
    margin-bottom: 120px; }
    @media screen and (max-width: 768px) {
      .company .company_wrap {
        display: block;
        margin-bottom: 15.625vw; } }
    .company .company_wrap .company_deta {
      width: 64%; }
      @media screen and (max-width: 768px) {
        .company .company_wrap .company_deta {
          width: 100%; } }
      .company .company_wrap .company_deta .data_table {
        display: -webkit-box;
        /*Android4.3*/
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        /*PC-Safari,iOS8.4*/
        display: flex;
        -ms-flex-wrap: wrap;
        /*IE10*/
        -webkit-flex-wrap: wrap;
        /*PC-Safari,iOS8.4*/
        flex-wrap: wrap; }
        @media screen and (max-width: 768px) {
          .company .company_wrap .company_deta .data_table {
            display: block; } }
        .company .company_wrap .company_deta .data_table:not(:first-child) {
          margin-top: 25px;
          padding-top: 25px;
          border-top: 1px solid #e5e5e5; }
          @media screen and (max-width: 768px) {
            .company .company_wrap .company_deta .data_table:not(:first-child) {
              margin-top: 6.51042vw;
              padding-top: 6.51042vw; } }
        .company .company_wrap .company_deta .data_table .item {
          width: 24%;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .company .company_wrap .company_deta .data_table .item {
              width: 100%;
              font-size: 3.90625vw;
              margin-bottom: 3.90625vw; } }
        .company .company_wrap .company_deta .data_table .data {
          width: 76%;
          margin-left: auto;
          line-height: 1.9; }
          @media screen and (max-width: 768px) {
            .company .company_wrap .company_deta .data_table .data {
              width: 100%;
              font-size: 3.64583vw; } }
  .company .txt {
    font-weight: bold;
    line-height: 1.9;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .company .txt {
        font-size: 3.64583vw;
        margin-bottom: 10.41667vw; } }
  .company .company_group .company_group_deta:nth-of-type(n+2) {
    margin-top: 90px; }
    @media screen and (max-width: 768px) {
      .company .company_group .company_group_deta:nth-of-type(n+2) {
        margin-top: 18.22917vw; } }
  .company .company_group .company_group_deta .group_ttl {
    font-size: 2.2rem;
    color: #009999;
    border-bottom: 1px solid #009999;
    margin-bottom: 30px;
    padding-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .company .company_group .company_group_deta .group_ttl {
        font-size: 4.42708vw;
        margin-bottom: 6.51042vw;
        padding-bottom: 3.64583vw; } }
  .company .company_group .company_group_deta .data_table {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /*PC-Safari,iOS8.4*/
    flex-wrap: wrap;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    align-items: center; }
    @media screen and (max-width: 768px) {
      .company .company_group .company_group_deta .data_table {
        display: block; } }
    .company .company_group .company_group_deta .data_table + dl {
      margin-top: 25px;
      padding-top: 25px;
      border-top: 1px solid #e5e5e5; }
      @media screen and (max-width: 768px) {
        .company .company_group .company_group_deta .data_table + dl {
          margin-top: 6.51042vw;
          padding-top: 6.51042vw; } }
    .company .company_group .company_group_deta .data_table .item {
      width: 15%;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .company .company_group .company_group_deta .data_table .item {
          width: 100%;
          font-size: 3.90625vw;
          margin-bottom: 3.90625vw; } }
    .company .company_group .company_group_deta .data_table .data {
      width: 85%;
      margin-left: auto;
      line-height: 1.9; }
      @media screen and (max-width: 768px) {
        .company .company_group .company_group_deta .data_table .data {
          width: 100%;
          font-size: 3.64583vw; } }
      .company .company_group .company_group_deta .data_table .data:not(:first-of-type):not(:last-of-type) {
        line-height: 1.9; }
      .company .company_group .company_group_deta .data_table .data a span {
        color: #009999;
        font-weight: bold;
        border-bottom: 1px solid #009999; }

/* -----------------------------------------------------
	common
----------------------------------------------------- */
.ttl {
  font-size: 7.6rem;
  text-align: left;
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    .ttl {
      font-size: 9.375vw; } }
  .ttl + p {
    text-align: left;
    margin-bottom: 8%; }

.inner a[target="_blank"]:after {
  content: "";
  display: inline-block;
  background: url(../img/company/blank.png) no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
  vertical-align: middle;
  margin-left: 8px; }
  @media screen and (max-width: 768px) {
    .inner a[target="_blank"]:after {
      width: 4.42708vw;
      height: 3.38542vw;
      margin-left: 2.08333vw; } }

/* -----------------------------------------------------
	history
----------------------------------------------------- */
.history {
  background: #FFF;
  padding: 80px 0 150px; }
  @media screen and (max-width: 768px) {
    .history {
      padding: 9.11458vw 0 18.22917vw; } }
  .history .inner .history_data .data_year {
    display: -webkit-box;
    /*Android4.3*/
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    /*PC-Safari,iOS8.4*/
    display: flex;
    -ms-flex-align: center;
    /*IE10*/
    -webkit-box-align: center;
    /* Android4.3以下、Safari3.1〜6.0 */
    -webkit-align-items: center;
    /* Safari6.1以降 */
    align-items: center; }
    @media screen and (max-width: 768px) {
      .history .inner .history_data .data_year {
        display: block; } }
    .history .inner .history_data .data_year + dl {
      border-top: 1px solid #e5e5e5;
      margin-top: 25px;
      padding-top: 25px; }
      @media screen and (max-width: 768px) {
        .history .inner .history_data .data_year + dl {
          margin-top: 6.51042vw;
          padding-top: 6.51042vw; } }
    .history .inner .history_data .data_year .item {
      width: 18%;
      text-align: center;
      font-size: 2.0rem;
      font-weight: bold;
      color: #009999; }
      @media screen and (max-width: 768px) {
        .history .inner .history_data .data_year .item {
          width: 100%;
          text-align: left;
          font-size: 4.42708vw;
          margin-bottom: 1.5625vw; } }
    @media screen and (max-width: 768px) {
      .history .inner .history_data .data_year .data {
        font-size: 3.64583vw;
        line-height: 1.9; } }

/* -----------------------------------------------------
	access
----------------------------------------------------- */
.access {
  padding: 80px 0 150px; }
  @media screen and (max-width: 768px) {
    .access {
      padding: 9.11458vw 0 18.22917vw; } }
  @media screen and (min-width: 769px) {
    .access .inner .image-num {
      cursor: pointer; } }
  .access .inner .map {
    text-align: center; }
    @media screen and (max-width: 768px) {
      .access .inner .map {
        width: 100vw;
        margin: 0 calc(50% - 50vw); } }
  .access .inner .base_area {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .access .inner .base_area {
        margin-top: 18.22917vw; } }
    .access .inner .base_area + div {
      margin-top: 35px; }
      @media screen and (max-width: 768px) {
        .access .inner .base_area + div {
          margin-top: 9.11458vw; } }
    .access .inner .base_area .base_area_name {
      font-size: 2.2rem;
      color: #009999;
      border-bottom: 1px solid #009999;
      margin-bottom: 30px;
      padding-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .access .inner .base_area .base_area_name {
          font-size: 4.42708vw;
          margin-bottom: 6.51042vw;
          padding-bottom: 3.64583vw; } }
    .access .inner .base_area .map_link {
      padding-top: 20px;
      color: #009999;
      font-weight: bold;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .access .inner .base_area .map_link {
          padding-top: 4.6875vw; } }
      .access .inner .base_area .map_link a span {
        display: inline-block;
        letter-spacing: .1em;
        line-height: 1.2;
        border-bottom: 1px solid #009999; }
      @media screen and (max-width: 768px) {
        .access .inner .base_area .map_link a {
          font-size: 3.64583vw; } }
    .access .inner .base_area .base_access {
      display: -webkit-box;
      /*Android4.3*/
      display: -ms-flexbox;
      /*IE10*/
      display: -webkit-flex;
      /*PC-Safari,iOS8.4*/
      display: flex;
      -ms-flex-pack: justify;
      /*IE10*/
      -webkit-box-pack: justify;
      /* Android4.3以下、Safari3.1〜6.0 */
      -webkit-justify-content: space-between;
      /* Safari6.1以降 */
      justify-content: space-between; }
      @media screen and (max-width: 768px) {
        .access .inner .base_area .base_access {
          display: block; } }
      .access .inner .base_area .base_access .access_txt {
        width: 90%; }
        @media screen and (max-width: 768px) {
          .access .inner .base_area .base_access .access_txt {
            width: 100%; } }
        .access .inner .base_area .base_access .access_txt p {
          line-height: 1.9;
          margin: -0.5em 0; }
          @media screen and (max-width: 768px) {
            .access .inner .base_area .base_access .access_txt p {
              font-size: 3.64583vw;
              margin-bottom: 9.11458vw; } }
          .access .inner .base_area .base_access .access_txt p.access_info {
            margin-bottom: 35px; }
            @media screen and (max-width: 768px) {
              .access .inner .base_area .base_access .access_txt p.access_info {
                margin-bottom: 9.11458vw; } }
      .access .inner .base_area .base_access .access_map {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        margin: 0 auto; }
        .access .inner .base_area .base_access .access_map iframe {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%; }
        @media screen and (min-width: 769px) {
          .access .inner .base_area .base_access .access_map {
            padding-top: 30%; } }
