@charset "UTF-8";
.underMV {
  background-image: url(../images/company_bg.webp);
}

.parts-title h2 {
  font-size: 28px;
}

/* c-message */
.c-message {
  padding: 60px 0 30px;
}
.c-message .sub {
  margin-bottom: 20px;
  color: #001961;
  font-size: 26px;
  font-weight: 600;
}
.c-message__cont {
  display: flex;
  align-items: flex-start;
  gap: 25px;
}
.c-message__cont .img {
  width: 326px;
}
.c-message__cont .right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.c-message__cont .right p {
  font-size: 18px;
  font-weight: 500;
}
.c-message__cont .right p bold {
  font-weight: 700;
}
.c-message__cont .right .name {
  align-self: flex-end;
  font-size: 32px;
}
.c-message__cont .right .name small {
  margin-right: 20px;
  font-size: 16px;
}

/* c-slogan */
.c-slogan {
  padding-bottom: 60px;
}
.c-slogan .sub {
  margin-bottom: 50px;
}
.c-slogan .sub h3 {
  color: #001961;
  font-size: 26px;
  font-weight: 600;
}
.c-slogan .sub small {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.c-slogan__card {
  padding: 30px 20px 50px 30px;
  background-color: #f2f4f9;
}
.c-slogan__card h4 {
  margin-bottom: 20px;
  color: #001961;
  font-size: 26px;
  font-weight: 600;
}
.c-slogan__card p {
  font-size: 22px;
  font-weight: 500;
}
.c-slogan__card ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-slogan__card li {
  font-size: 18px;
  font-weight: 500;
}
.c-slogan__card li h5 {
  margin-bottom: 5px;
  font-size: 24px;
}
.c-slogan__card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

/* c-profile */
.c-profile {
  padding-bottom: 70px;
}
.c-profile table {
  width: 100%;
}
.c-profile table tr {
  border-top: solid 1px #cfd5e6;
  font-size: 16px;
  font-weight: 400;
}
.c-profile table tr:last-of-type {
  border-bottom: solid 1px #cfd5e6;
}
.c-profile table th {
  width: 193px;
  padding: 25px 5px 25px 15px;
  background-color: #f4f4f4;
  text-align: left;
  vertical-align: middle;
}
.c-profile table td {
  padding: 25px 5px 25px 60px;
}

/* c-history */
.c-history {
  padding: 60px 0;
  background-color: #f2f4f9;
}
.c-history table {
  width: 100%;
}
.c-history table tr {
  border-top: solid 1px #cfd5e6;
  font-size: 16px;
  font-weight: 400;
}
.c-history table tr:last-of-type {
  border-bottom: solid 1px #cfd5e6;
}
.c-history table th {
  width: 193px;
  padding: 25px 5px 25px 15px;
  background-color: #fff;
  text-align: left;
  vertical-align: middle;
}
.c-history table td {
  padding: 25px 5px 25px 60px;
}

/* c-future */
.c-future {
  padding: 70px 0;
}
.c-future .parts-title h2 {
  font-size: 22px;
}
.c-future .small {
  margin-bottom: 20px;
  font-size: 16px;
}
.c-future table {
  width: 100%;
  margin-bottom: 30px;
}
.c-future table tr {
  border-top: solid 1px #cfd5e6;
  font-size: 20px;
  font-weight: 600;
}
.c-future table tr:last-of-type {
  border-bottom: solid 1px #cfd5e6;
}
.c-future table th {
  width: 300px;
  padding: 25px 5px 25px 20px;
  background-color: #f2f4f9;
  text-align: left;
  vertical-align: middle;
}
.c-future table td {
  padding: 25px 5px 25px 40px;
  line-height: 1.2;
}
.c-future .summary {
  padding: 20px 5px;
  background-color: #f2f4f9;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

/* c-trademark */
.c-trademark {
  padding: 50px 0 70px;
  background-color: #f2f4f9;
}
.c-trademark__card {
  padding: 5px 5px 5px 25px;
  background-color: #fff;
  color: #20326e;
  font-size: 22px;
  font-weight: 600;
}
.c-trademark__card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* c-guidelines */
.c-guidelines {
  padding: 60px 0 10px;
}
.c-guidelines__card {
  padding: 10px 5px 10px 25px;
  background-color: #f2f4f9;
  color: #20326e;
  font-size: 22px;
  font-weight: 600;
}
.c-guidelines__card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 50px;
}
.c-guidelines__card-wrapper .ttl h3 {
  font-size: 22px;
  font-weight: 600;
  color: #001961;
}
.c-guidelines__card-wrapper .ttl small {
  font-size: 16px;
  font-weight: 400;
}

/* c-system */
.c-system {
  padding-bottom: 110px;
  background-image: url(../images/column_bg.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-system .small {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
.c-system__card {
  padding: 30px 5px 30px 25px;
  border: solid 1px #cfd5e6;
}
.c-system__card h3 {
  margin-bottom: 5px;
  color: #001961;
  font-size: 22px;
  font-weight: 600;
}
.c-system__card p {
  font-size: 16px;
  font-weight: 400;
}
.c-system__card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 100px;
}
.c-system .visualization .ttl {
  margin-bottom: 30px;
}
.c-system .visualization .ttl h3 {
  margin-bottom: 5px;
  color: #001961;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
.c-system .visualization .ttl p {
  font-size: 16px;
  font-size: 400;
}
.c-system .visualization .parts__card {
  position: relative;
}
.c-system .visualization .parts__card:nth-of-type(2)::after {
  position: absolute;
  top: 105%;
  content: "打ち合わせでは、貴社課題に近い事例や改善策もご紹介します";
  font-size: 14px;
  text-align: center;
}
.c-system .visualization .parts__card-wrapper {
  gap: 40px 35px;
}

@media screen and (max-width: 768px) {
  .parts-title h2 {
    font-size: 22px;
  }
  /* c-message sp */
  .c-message .sub {
    font-size: 18px;
  }
  .c-message__cont {
    flex-direction: column;
  }
  .c-message__cont .img {
    width: 100%;
  }
  .c-message__cont .right {
    gap: 25px;
  }
  .c-message__cont .right p {
    font-size: 14px;
  }
  .c-message__cont .right .name {
    font-size: 23px;
  }
  .c-message__cont .right .name small {
    margin-right: 10px;
    font-size: 14px;
  }
  /* c-slogan sp */
  .c-slogan .sub {
    margin-bottom: 20px;
  }
  .c-slogan .sub h3 {
    font-size: 16px;
  }
  .c-slogan .sub small {
    font-size: 14px;
  }
  .c-slogan__card {
    padding: 30px 10px;
  }
  .c-slogan__card h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .c-slogan__card p {
    font-size: 14px;
  }
  .c-slogan__card ul {
    gap: 20px;
  }
  .c-slogan__card li {
    font-size: 14px;
  }
  .c-slogan__card li h5 {
    font-size: 18px;
  }
  .c-slogan__card-wrapper {
    gap: 15px;
  }
  /* c-profile sp */
  .c-profile {
    padding-bottom: 50px;
  }
  .c-profile table tr {
    font-size: 14px;
  }
  .c-profile table th {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
  .c-profile table td {
    display: block;
    padding: 20px 10px;
  }
  /* c-history sp */
  .c-history {
    padding: 50px 0;
  }
  .c-history table tr {
    font-size: 14px;
  }
  .c-history table th {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
  .c-history table td {
    display: block;
    padding: 20px 10px;
  }
  /* c-future sp */
  .c-future {
    padding: 50px 0;
  }
  .c-future .parts-title h2 {
    font-size: 18px;
  }
  .c-future .small {
    font-size: 14px;
  }
  .c-future table tr {
    font-size: 14px;
  }
  .c-future table th {
    display: block;
    width: 100%;
    padding: 20px 10px;
  }
  .c-future table td {
    display: block;
    padding: 20px 10px;
  }
  .c-future .summary {
    padding: 20px 10px;
    font-size: 14px;
  }
  /* c-trademark sp */
  .c-trademark {
    padding: 50px 0;
  }
  .c-trademark__card {
    padding: 20px 10px;
    font-size: 16px;
  }
  /* c-guidelines */
  .c-guidelines {
    padding: 50px 0 10px;
  }
  .c-guidelines__card {
    padding: 20px 10px;
    font-size: 14px;
  }
  .c-guidelines__card-wrapper .ttl h3 {
    font-size: 18px;
  }
  .c-guidelines__card-wrapper .ttl small {
    font-size: 14px;
  }
  /* c-system sp */
  .c-system .small {
    font-size: 14px;
  }
  .c-system__card {
    padding: 20px 10px;
  }
  .c-system__card h3 {
    font-size: 16px;
  }
  .c-system__card p {
    font-size: 14px;
  }
  .c-system__card-wrapper {
    gap: 10px;
    margin-bottom: 50px;
  }
  .c-system .visualization .ttl {
    margin-bottom: 20px;
  }
  .c-system .visualization .ttl h3 {
    font-size: 18px;
  }
  .c-system .visualization .ttl p {
    font-size: 14px;
  }
  .c-system .visualization .parts__card {
    position: relative;
  }
  .c-system .visualization .parts__card:nth-of-type(2)::after {
    top: 105%;
    font-size: 12px;
  }
  .c-system .visualization .parts__card-wrapper {
    gap: 40px;
  }
}