@charset "UTF-8";
/* -------------------------------------------- */
/* 全体 */
/* -------------------------------------------- */
/* -------------------------------------------- */
/* 見出し・パーツ */
/* -------------------------------------------- */
/* ------- 全体 ------- */
/* ホバー（半透明） */
/* ボタン */
/* ------- TOP ------- */
/* 見出し */
/* リード文 */
/* 本文 */
/* ------- 下層 ------- */
/* メインビジュアル */
/* メインビジュアル 見出し */
/* 見出し */
/* 本文 */
.company-mv {
  width: 100%;
  height: 528px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-image: url(../images/company/company-mv.jpg);
}

@media only screen and (max-width: 850px) {
  .company-mv {
    height: 250px;
  }
}

.company-mv-inner {
  max-width: 1120px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .company-mv-inner {
    max-width: 90%;
    width: 100%;
  }
}

.company-mv-heading {
  position: absolute;
  top: 44%;
  left: 0%;
}

@media only screen and (max-width: 850px) {
  .company-mv-heading {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.company-mv-heading__main {
  color: #fff;
  font-family: "Montserrat";
  font-size: 80px;
  font-weight: 600;
  text-shadow: 0px 4px 6px rgba(0, 55, 122, 0.34);
}

@media only screen and (max-width: 850px) {
  .company-mv-heading__main {
    font-size: 64px;
  }
}

.company-mv-heading__sub {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 7px;
  text-shadow: 0px 4px 6px rgba(0, 55, 122, 0.34);
}

@media only screen and (max-width: 850px) {
  .company-mv-heading__sub {
    font-size: 18px;
    padding-top: 10px;
  }
}

.company-message {
  position: relative;
}

.company-message-inner {
  max-width: 928px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 850px) {
  .company-message-inner {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .company-message-inner {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}

.company-message-heading {
  text-align: center;
  padding-bottom: 60px;
}

.company-message-heading__main {
  color: #013686;
  font-family: "Montserrat";
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media only screen and (max-width: 850px) {
  .company-message-heading__main {
    font-size: 60px;
  }
}

.company-message-heading__sub {
  color: #013686;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 850px) {
  .company-message-heading__sub {
    font-size: 18px;
  }
}

@media only screen and (max-width: 850px) {
  .company-message-heading {
    padding-bottom: 40px;
  }
}

.company-message-lead {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7em;
  letter-spacing: 0.04em;
  padding-bottom: 32px;
}

@media only screen and (max-width: 850px) {
  .company-message-lead {
    text-align: left;
    font-size: 21px;
  }
}

.company-message-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0.1em;
  padding-bottom: 32px;
}

@media only screen and (max-width: 850px) {
  .company-message-text {
    text-align: left;
  }
}

.company-message-name {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.08em;
}

.company-message-name span {
  display: inline-block;
  font-weight: 400;
  margin-top: 15px;
}

@media only screen and (max-width: 850px) {
  .company-message-name span {
    margin-top: 10px;
  }
}

.company-message-name img {
  width: 154px;
  vertical-align: bottom;
  padding-left: 8px;
}

.company-overview {
  background-color: #F0F3F5;
  border-radius: 100px 100px 0 0;
}

@media only screen and (max-width: 850px) {
  .company-overview {
    border-radius: 60px 60px 0 0;
  }
}

.company-overview-inner {
  max-width: 928px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 200px;
}

@media only screen and (max-width: 850px) {
  .company-overview-inner {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .company-overview-inner {
    padding-top: 70px;
    padding-bottom: 150px;
  }
}

.company-overview-heading {
  padding-bottom: 60px;
}

.company-overview-heading__main {
  color: #013686;
  font-family: "Montserrat";
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media only screen and (max-width: 850px) {
  .company-overview-heading__main {
    font-size: 60px;
  }
}

.company-overview-heading__sub {
  color: #013686;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 850px) {
  .company-overview-heading__sub {
    font-size: 18px;
  }
}

@media only screen and (max-width: 850px) {
  .company-overview-heading {
    padding-bottom: 40px;
  }
}

.company-overview-table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 850px) {
  .company-overview-table {
    max-width: 100%;
  }
}

.company-overview-table__tr {
  position: relative;
  border-top: solid 1px #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 850px) {
  .company-overview-table__tr {
    display: block;
  }
}

.company-overview-table__tr:last-of-type {
  border-bottom: solid 1px #DEDEDE;
}

.company-overview-table__th {
  width: 160px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8em;
  text-align: left;
  white-space: nowrap;
  padding-right: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 850px) {
  .company-overview-table__th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}

.company-overview-table__td {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8em;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 850px) {
  .company-overview-table__td {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}

.company-history {
  background-color: #0B0E1B;
  border-radius: 100px 100px 0 0;
  margin-top: -100px;
}

@media only screen and (max-width: 850px) {
  .company-history {
    border-radius: 60px 60px 0 0;
    margin-top: -60px;
  }
}

.company-history-inner {
  max-width: 928px;
  width: 90%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-top: 116px;
  padding-bottom: 250px;
}

@media only screen and (max-width: 850px) {
  .company-history-inner {
    max-width: 90%;
    width: 100%;
  }
}

@media only screen and (max-width: 850px) {
  .company-history-inner {
    padding-top: 70px;
    padding-bottom: 130px;
  }
}

.company-history-heading {
  padding-bottom: 60px;
}

.company-history-heading__main {
  color: #fff;
  font-family: "Montserrat";
  font-size: 64px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media only screen and (max-width: 850px) {
  .company-history-heading__main {
    font-size: 60px;
  }
}

.company-history-heading__sub {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 850px) {
  .company-history-heading__sub {
    font-size: 18px;
  }
}

@media only screen and (max-width: 850px) {
  .company-history-heading {
    padding-bottom: 40px;
  }
}

.company-history-table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.company-history-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  padding-bottom: 48px;
}

@media only screen and (max-width: 850px) {
  .company-history-table__tr {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    padding-bottom: 20px;
  }
}

.company-history-table__tr:last-of-type {
  padding-bottom: 0;
}

.company-history-table__tr:last-of-type .company-history-table__th::after {
  content: none;
}

@media only screen and (max-width: 850px) {
  .company-history-table__tr:last-of-type .company-history-table__td::after {
    content: none;
  }
}

.company-history-table__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 136px;
  color: #fff;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  position: relative;
  padding-left: 64px;
}

@media only screen and (max-width: 850px) {
  .company-history-table__th {
    width: 175px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 44px;
  }
}

.company-history-table__th::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(42deg, #0fb2f8 0%, #86daff 100%);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 8px;
  margin-right: 8px;
}

.company-history-table__th::after {
  content: "";
  width: 1px;
  height: 32px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -42px;
  margin-left: 16px;
  margin-right: 16px;
}

@media only screen and (max-width: 850px) {
  .company-history-table__th::after {
    content: none;
  }
}

.company-history-table__date span {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  padding-right: 2px;
}

.company-history-table__td {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8em;
  opacity: 0.7;
  position: relative;
}

@media only screen and (max-width: 850px) {
  .company-history-table__td {
    padding-left: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 850px) {
  .company-history-table__td::after {
    content: "";
    width: 1px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 16px;
    margin-right: 16px;
  }
}

.footer-body {
  margin-top: -100px;
}

@media only screen and (max-width: 850px) {
  .footer-body {
    margin-top: -40px;
  }
}
/*# sourceMappingURL=company.css.map */