@charset "UTF-8";
/* CSS Document */

.breadcrumb {
    margin: 95px 0 5px;
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        margin: 85px 0 5px;
    }
}
@media screen and (max-width: 500px) {
    .breadcrumb {
        margin: 70px 0 5px;
    }
}

.company__ttl {
  border-bottom: 1px solid #808080;
  padding-bottom: 10px;
  margin-bottom: 50px;
}
@media (max-width: 500px) {
  .company__ttl {
    margin-bottom: 30px;
  }
}

/* =========================
  company-mv
========================= */

.company-mv {
  margin: 0 auto 80px;
}
.company-mv__inner {
  position: relative;
  height: 770px;
  overflow: hidden;
}
.company-mv__bg,
.company-mv__bg img {
  display: block;
  width: 100%;
  height: 100%;
}
.company-mv__bg img {
  object-fit: cover;
  object-position: center;
}
.company-mv__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  padding: 0 2%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.company-mv__ttl {
  color: #fff;
  line-height: 1.4;
  text-shadow: 0 0 8px rgba(63, 169, 245, .9);
}
.company-mv__txt-wrap {
  max-width: 600px;
  margin: 40px auto 0;
}
.company-mv__txt {
  display: inline-block;
  padding: 4px 10px;
  color: #274870;
  line-height: 1.5;
  background: rgba(255, 255, 255, .95);
}
.company-mv__txt + .company-mv__txt {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .company-mv__inner {
    height: 620px;
  }
  .company-mv__content {
    padding: 0 4%;
  }
  .company-mv__txt-wrap {
    margin-top: 30px;
  }
  .company-mv__txt {
    padding: 4px 8px;
  }
}

@media (max-width: 500px) {
  .company-mv {
    margin: 0 auto 60px;
  }
  .company-mv__inner {
    height: 520px;
  }
  .company-mv__content {
    padding: 0 6%;
  }
  .company-mv__ttl {
    line-height: 1.5;
  }
  .company-mv__txt-wrap {
    margin-top: 24px;
  }
  .company-mv__txt + .company-mv__txt {
    margin-top: 10px;
  }
  .company-mv__txt {
    font-size: 1.5rem;
    padding: 0 3px 2px 4px;
    letter-spacing: -0.05rem;
  }
}

@media (max-width: 410px) {
  .company-mv__txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 375px) {
  .company-mv__txt {
    letter-spacing: -0.08rem;
  }
}

/* =========================
  company-greeting
========================= */

.company-greeting {
  margin: 0 auto 80px;
}
.company-greeting__content {
  display: flex;
  gap: 30px;
  margin-top: 24px;
}
.company-greeting__profile {
  width: 20%;
  transform: translateY(-60px);
}
.company-greeting__img img {
  width: 100%;
  vertical-align: top;
}
.company-greeting__info {
  position: relative;
  margin-top: 14px;
  padding-left: 20px;
}
.company-greeting__info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #274870;
}
.company-greeting__company,
.company-greeting__position {
  line-height: 1.7;
}
.company-greeting__name {
  margin-top: 12px;
  line-height: 1.3;
}
.company-greeting__body {
  width: calc(80% - 30px);
}
.company-greeting__lead {
  padding: 12px 20px;
  color: #274870;
  line-height: 1.5;
  background: #f1f5fe;
  font-weight: 700;
  text-align: center;
}
.company-greeting__txt + .company-greeting__txt {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .u-sp {
    display: none;
  }
}

@media (max-width: 1110px) {
  .company-greeting__profile {
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .company-greeting__content {
    flex-direction: column-reverse;
    margin-top: 20px;
    gap: 40px;
  }
  .company-greeting__profile {
    width: 100%;
  }
  .company-greeting__body {
    width: 100%;
  }
  .company-greeting__lead {
    padding: 16px 20px;
  }
  .company-greeting__txt-wrap {
    margin-top: 30px;
  }
  .company-greeting__txt + .company-greeting__txt {
    margin-top: 30px;
  }
  .company-greeting__profile {
    display: flex;
    align-items: flex-end;
    gap: 40px;
    align-items: stretch;
  }
  .company-greeting__img {
    width: 42%;
  }
  .company-greeting__info {
    flex: 1;
    margin-top: 0;
    padding: 20px;
  }
  .company-greeting__name {
    margin-top: 16px;
  }
}

@media (max-width: 500px) {
  .company-greeting {
    margin: 0 auto 60px;
  }
  .company-greeting__content {
    margin-top: 10px;
  }
  .company-greeting__lead {
    padding: 10px 12px;
  }
  .company-greeting__txt-wrap {
    margin-top: 15px;
  }
  .company-greeting__txt + .company-greeting__txt {
    margin-top: 20px;
  }
  .company-greeting__profile {
    gap: 30px;
  }
  .company-greeting__info::before {
    width: 5px;
  }
}
@media (max-width: 450px) {
  .company-greeting__lead {
    text-align: left;
  }
  .company-greeting__profile {
     gap: 20px;
    }
  .company-greeting__info {
    padding: 0;
    padding-left: 15px;
  }
  .company-greeting__company, .company-greeting__position {
    font-size: 1.5rem;
  }
}


/* =========================
  ompany-number
========================= */

.company-number {
  margin: 0 auto 80px;
}
.company-number__ttl {
  color: #274870;
}
.company-number__row {
  display: flex;
  gap: 20px;
}
.company-number__row + .company-number__row {
  margin-top: 20px;
}
.company-number__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 20px 24px;
  border: 2px solid #d2d2d2;
  border-radius: 20px;
  position: relative;
}
.company-number__card-ttl {
  position: absolute;
  color: #274870;
  top: 15px;
  left: 15px;
}
.company-number__img {
  margin-top: 40px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-number__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.company-number__img picture {
  display: block;
  width: fit-content;
  max-width: 90%;
  margin: 0 auto;
}
.company-number__card--history .company-number__img {
  max-width: 250px;
}
.company-number__card--year,
.company-number__card--history {
  width: 30%;
}
.company-number__card--result {
  width: calc(70% - 20px);
}
.company-number__card--cert,
.company-number__card--base {
  width: calc(35% - 10px);
}

@media (max-width: 768px) {
  .company-number__row {
    display: block;
  }
  .company-number__card {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .company-number__card + .company-number__card {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .company-number {
    margin: 0 auto 60px;
  }
}

/* =========================
  company-outline
========================= */

.company-outline {
  margin: 0 auto 80px;
}
.company-outline__ttl {
  padding-bottom: 20px;
  color: #274870;
  border-bottom: 1px solid #999;
}
.company-outline__table-wrap {
  margin-top: 36px;
}
.company-outline__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.company-outline__table th,
.company-outline__table td {
  padding: 12px 20px;
  vertical-align: top;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.company-outline__table th {
  width: 265px;
  font-weight: 600;
  text-align: left;
  background: #f2f2f2;
}
.company-outline__table td p + p {
  margin-top: 3px;
}
.company-outline__list {
  padding-left: 1.5em;
  list-style-type: decimal;
}
.company-outline__list li + li {
  margin-top: 4px;
}
.company-outline__list p {
  margin-left: -0.2em;
}
.company-outline__list p + p {
  margin-top: 4px;
}

@media (max-width: 768px) {
  .company-outline__ttl {
    padding-bottom: 16px;
  }
  .company-outline__table-wrap {
    margin-top: 20px;
  }
  .company-outline__table th,
  .company-outline__table td {
    padding: 6px 12px;
  }
  .company-outline__table th {
    width: 120px;
  }
}

@media (max-width: 500px) {
  .company-outline {
    margin: 0 auto 60px;
  }
  .company-outline__table th {
    width: 95px;
  }
}

/* =========================
  company-history
========================= */

.company-history {
  margin: 0 auto 80px;
}
.company-history__ttl {
  padding-bottom: 20px;
  color: #274870;
  border-bottom: 1px solid #999;
}
.company-history__table-wrap {
  margin-top: 36px;
}
.company-history__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
}
.company-history__table th,
.company-history__table td {
  padding: 12px 20px;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.company-history__table th {
  width: 265px;
  font-weight: 600;
  text-align: left;
  vertical-align: top;
  background: #f2f2f2;
}
.company-history__table td {
  vertical-align: top;
}

@media (max-width: 768px) {
  .company-history__ttl {
    padding-bottom: 16px;
  }
  .company-history__table-wrap {
    margin-top: 20px;
  }
  .company-history__table,
  .company-history__table tbody,
  .company-history__table tr,
  .company-history__table th,
  .company-history__table td {
    display: block;
    width: 100%;
  }
  .company-history__table {
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  .company-history__table tr + tr {
    margin-top: 0;
  }
  .company-history__table th,
  .company-history__table td {
    padding: 6px 12px;
    border-right: none;
  }
  .company-history__table th {
    background: #f2f2f2;
    border-bottom: 1px solid #d2d2d2;
  }
  .company-history__table td {
    border-bottom: 1px solid #d2d2d2;
  }
}

@media (max-width: 500px) {
  .company-history {
    margin: 0 auto 60px;
  }
 
}

/* =========================
  service-works
========================= */

.service-works {
  margin: 80px 0 100px;
  background: #fff;
}
.service-works__inner::before,
.service-works__inner::after {
  display: none;
}
.service-works__head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.service-works__ttl {
  font-weight: 500;
}
.service-works__link {
  position: relative;
  padding-right: 20px;
  color: #274870;
  line-height: 1.4;
  top: 0;
}
.service-works__link::before {
  content: ">";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #00bce3;
}
.service-works__link::after {
  display: none;
}

@media (max-width: 768px) {
  .service-works__inner {
    padding: 40px 4% 0;
  }
}
@media (max-width: 500px) {
  .service-works__inner {
    padding: 20px 6% 0;
  }
}
@media (max-width: 400px) {
  .service-works__link {
    font-size: 1.4rem;
  }
}


/* =========================
  company-network
========================= */

.company-network {
  margin: 0 auto 80px;
}

.company-network__pc {
  margin-top: 30px;
}
.company-network__sp {
  display: none;
}
.company-network__list {
  display: flex;
  flex-wrap: wrap;
  gap: 54px 18px;
}
.company-network__item,
.company-network__map {
  width: calc((100% - 36px) / 3);
}
.company-network__item {
  position: relative;
  padding-top: 20px;
}
.company-network__item-ttl {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  min-width: 168px;
  padding: 6px 20px 8px;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  background: #274870;
  border: 2px solid #274870;
  border-radius: 12px;
  transform: translateX(-50%);
  font-size: 2.2rem;
}
.company-network__item-ttl--head {
  color: #274870;
  background: #fff;
  
}
.company-network__item-body {
  height: 100%;
  min-height: 194px;
  padding: 35px 20px 20px;
  border: 1px solid #274870;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.company-network__map-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 97px;
  height: 36px;
  margin: 18px 0 0 auto;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  background: #274870;
}
.company-network__map img,
.company-network__map-sp img {
  width: 100%;
  vertical-align: top;
}

@media (max-width: 1100px) {
  .company-network__item,
  .company-network__map {
    width: calc((100% - 18px) / 2);
  }
}

@media (max-width: 600px) {
  .company-network {
    margin: 0 auto 60px;
  }
  .company-network__pc {
    display: none;
  }
  .company-network__sp {
    display: block;
    margin-top: 20px;
  }
  .company-network__map-sp {
    margin-bottom: 24px;
  }
  .company-network__slider {
    position: relative;
    padding: 0 46px;
  }
  .company-network__slider .swiper-slide {
    height: auto;
  }
  .company-network__item {
    width: 100%;
    padding-top: 22px;
  }
  .company-network__item-ttl {
    min-width: 160px;
    padding: 6px 18px 8px;
  }
  .company-network__item-body {
    min-height: 278px;
    padding: 40px 50px 30px;
    width: 99.9%;
  }
  .company-network__map-btn {
    width: 138px;
    height: 52px;
    margin-top: 26px;
    font-size: 1.8rem;
  }
  .company-network__arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 42px;
    height: 42px;
    background: #274870;
    border: none;
    border-radius: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  .company-network__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform-origin: center;
  }
  .company-network__arrow--prev {
    left: 0;
  }
  .company-network__arrow--prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
  }
  .company-network__arrow--next {
    right: 0;
  }
  .company-network__arrow--next::before {
    transform: translate(-65%, -50%) rotate(45deg);
  }
}

@media (max-width: 500px) {
  .company-network__slider {
    padding: 0 38px;
  }
  .company-network__item-body {
    min-height: 242px;
  }
  .company-network__item-ttl {
    min-width: 132px;
    padding: 6px 16px;
    border-radius: 10px;
  }
  .company-network__map-btn {
    width: 106px;
    height: 40px;
    margin-top: 22px;
  }
  .company-network__arrow {
    width: 36px;
    height: 36px;
  }
  .company-network__arrow::before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}

/* =========================
  company-organization
========================= */

.company-organization {
  margin: 0 auto 80px;
}
.company-organization__ttl {
  padding-bottom: 20px;
  color: #274870;
  border-bottom: 1px solid #999;
}
.company-organization__img {
  margin-top: 36px;
  text-align: center;
}
.company-organization__img img {
  width: 100%;
  max-width: 900px;
  height: auto;
  vertical-align: top;
}

@media (max-width: 768px) {
  .company-organization__ttl {
    padding-bottom: 16px;
  }
  .company-organization__img {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .company-organization {
    margin: 0 auto 60px;
  }
}