@charset "UTF-8";
#main_contents.co-main-contents {
  width: auto;
  max-width: 100% !important;
  padding: 0 !important;
}
#main_contents.co-main-contents::after {
  display: none !important;
}

#main_col.co-main-col {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

.co-separator {
  border: none;
  display: block;
  margin: 0 auto;
  height: 4px;
  width: 100%;
  max-width: 100%;
  background: url("../../../../img/common/section-separator-sp.png") no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 751px) {
  .co-separator {
    height: 8px;
    max-width: 880px;
    background-image: url("../../../../img/common/section-separator.png");
  }
}

.co-section {
  padding: 20px 20px 32px;
}
.co-section__inner {
  max-width: 880px;
  margin: 0 auto;
}
.co-section__heading {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  color: #333;
  margin: 0 0 36px;
}
@media screen and (min-width: 751px) {
  .co-section {
    padding: 32px 20px 64px;
  }
  .co-section__heading {
    font-size: 24px;
    margin-bottom: 50px;
  }
}

.co-greeting {
  background: #fff;
  padding-top: 24px !important;
}
.co-greeting__body p {
  font-size: 15px;
  line-height: 2;
  color: #444;
  margin: 0 0 1.4em;
}
.co-greeting__body p:last-child {
  margin-bottom: 0;
}
.co-greeting__sign {
  text-align: right !important;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 751px) {
  .co-greeting {
    padding-top: 80px !important;
  }
}

.co-philosophy {
  padding-left: 0;
  padding-right: 0;
}
.co-philosophy__list {
  margin-top: 0;
}
.co-philosophy__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.co-philosophy__item + .co-philosophy__item {
  margin-top: 0;
}
.co-philosophy__img {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 150px;
}
.co-philosophy__img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.co-philosophy__label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.co-philosophy__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
}
.co-philosophy__text h3 {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
  margin: 0 0 8px;
}
.co-philosophy__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.co-philosophy__text ul li {
  font-size: 11px;
  line-height: 1.7;
  color: #444;
  padding-left: 1.2em;
  position: relative;
}
.co-philosophy__text ul li::before {
  content: "●";
  position: absolute;
  left: 0;
}
@media screen and (min-width: 751px) {
  .co-philosophy {
    padding-left: 20px;
    padding-right: 20px;
  }
  .co-philosophy__item {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .co-philosophy__item + .co-philosophy__item {
    margin-top: 0;
  }
  .co-philosophy__img {
    height: 384px;
    min-height: 0;
  }
  .co-philosophy__text {
    padding: 36px 44px;
  }
  .co-philosophy__text h3 {
    font-size: 21px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .co-philosophy__text ul li {
    font-size: 14px;
    line-height: 1.9;
    padding-left: 1.5em;
  }
}

.co-overview {
  background: #fff;
}
.co-overview__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  margin-bottom: 0;
  border: 1px solid #eaeaea;
}
.co-overview__table tr {
  border-bottom: 1px solid #eaeaea;
}
.co-overview__table th {
  width: 90px;
  padding: 12px 10px;
  background: #f6f6f6;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  color: #333;
  white-space: normal;
  font-size: 13px;
}
.co-overview__table td {
  padding: 12px;
  background: #fff;
  line-height: 1.8;
  color: #444;
  font-size: 13px;
}
.co-overview__map {
  margin-top: 40px;
}
.co-overview__map iframe {
  width: 100%;
  height: 240px;
  border: none;
  display: block;
}
.co-overview__access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  padding: 14px 0;
}
.co-overview__access-label {
  background: #1a2f5e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 12px;
  width: auto;
  white-space: nowrap;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.co-overview__access-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.co-overview__access-list li {
  font-size: 14px;
  line-height: 1.9;
  color: #333;
}
.co-overview__access-list li::before {
  content: "●";
  color: #0a55b9;
  margin-right: 6px;
}
@media screen and (min-width: 751px) {
  .co-overview__table th {
    width: 140px;
    padding: 14px 16px;
    white-space: nowrap;
    font-size: 14px;
  }
  .co-overview__table td {
    padding: 14px 20px;
    font-size: 14px;
  }
  .co-overview__map iframe {
    height: 380px;
  }
  .co-overview__access {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .co-overview__access-label {
    width: 108px;
    font-size: 14px;
  }
}

.co-history__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.co-history__table th {
  width: 130px;
  padding: 14px 12px 14px 0;
  background: none;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  color: #333;
  position: relative;
  border-bottom: 1px solid #0a55b9;
  font-size: 12px;
  white-space: nowrap;
}
.co-history__table td {
  padding: 14px 0 14px 12px;
  line-height: 1.8;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  font-size: 13px;
}
@media screen and (min-width: 751px) {
  .co-history__table th {
    width: 240px;
    padding: 16px 24px 16px 20px;
    font-size: 14px;
  }
  .co-history__table td {
    padding: 16px 0 16px 24px;
    font-size: 14px;
  }
}

.co-org__fig {
  max-width: 100%;
  height: auto;
  display: block;
}

.co-org-chart-unused {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 10px 0 40px;
}
.co-org-chart-unused__left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-bottom: 30px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.co-org-chart-unused__left::after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 30px;
  border-top: none;
  border-left: 2px solid #0a55b9;
}
.co-org-chart-unused__president {
  border: 2px solid #0a55b9;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #333;
  text-align: center;
}
.co-org-chart-unused__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  margin-left: 0;
  position: relative;
  border-left: 2px solid #0a55b9;
  padding: 8px 0;
}
.co-org-chart-unused__dept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.co-org-chart-unused__dept:last-child {
  margin-bottom: 0;
}
.co-org-chart-unused__dept::before {
  content: "";
  display: block;
  width: 20px;
  border-top: 2px solid #0a55b9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.co-org-chart-unused__dept-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #b0c4de;
  padding: 8px 12px;
}
.co-org-chart-unused__dept-name {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin: 0 0 4px;
}
.co-org-chart-unused__dept-desc {
  font-size: 12px;
  color: #666;
  margin: 0;
}
@media screen and (min-width: 751px) {
  .co-org-chart-unused {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .co-org-chart-unused__left {
    margin-bottom: 0;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .co-org-chart-unused__left::after {
    top: 50%;
    right: -40px;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: 40px;
    height: auto;
    border-top: 2px solid #0a55b9;
    border-left: none;
  }
  .co-org-chart-unused__right {
    margin-left: 40px;
  }
  .co-org-chart-unused__dept::before {
    width: 32px;
  }
  .co-org-chart-unused__dept-inner {
    padding: 10px 18px;
  }
}
/*# sourceMappingURL=page-company.css.map */