@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
/*======================================================================
 * 会社概要 レイアウト
======================================================================*/
/* -----
 * page-link
----------------------------------------------------------------------------- */
.page-link {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .page-link {
    margin-bottom: 55px;
  }
}
.page-link ul li {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .page-link ul li {
    width: auto;
  }
}
.page-link ul li:last-child {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .page-link ul li:last-child {
    width: auto;
  }
}

/* -----
 * 会社概要
----------------------------------------------------------------------------- */
.section-company > .adjust-width {
  max-width: 700px;
}
@media screen and (max-width: 1279px) {
  .section-company > .adjust-width {
    max-width: calc(700px - 5vw);
  }
}
@media screen and (max-width: 768px) {
  .section-company > .adjust-width {
    max-width: 100%;
  }
}

.company-block .company-table {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-block .company-table {
    font-size: 1.3rem;
  }
}
.company-block .company-table th {
  padding: 10px 2.5em 10px 0;
  border-right: 1px solid #d5d5d5;
  width: 40%;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .company-block .company-table th {
    padding: 7px 0.8125em 7px 0;
  }
}
.company-block .company-table td {
  padding: 10px 0 10px 2.5em;
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-block .company-table td {
    padding: 7px 0.8125em 7px 0.8125em;
  }
}

/* -----
 * 沿革
----------------------------------------------------------------------------- */
.section-history > .adjust-width {
  max-width: 700px;
}
@media screen and (max-width: 1279px) {
  .section-history > .adjust-width {
    max-width: calc(700px - 5vw);
  }
}
@media screen and (max-width: 768px) {
  .section-history > .adjust-width {
    max-width: 100%;
  }
}

.history-block .history-table {
  position: relative;
}
.history-block .history-table .year-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: 10px;
}
.history-block .history-table .year-block:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 2px;
  height: calc(100% + 12px);
  background-color: #8fb4f2;
}
.history-block .history-table .year-block:first-child {
  margin-top: 0;
}
.history-block .history-table .year-block:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 2px;
  height: 26px;
  background: url(../images/company/line-history.png) no-repeat center top;
  background-size: contain;
}
.history-block .history-table .year-block:first-child .description-box {
  position: relative;
}
.history-block .history-table .year-block:last-child:before {
  display: none;
}
.history-block .history-table .year-block .year-box {
  position: relative;
  width: 6em;
  margin-right: 1em;
  padding-left: 20px;
  color: #b0c6eb;
  font-weight: 700;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 768px) {
  .history-block .history-table .year-block .year-box {
    width: 5em;
    padding-left: 10px;
    font-size: 1.3rem;
    font-weight: 500;
  }
}
.history-block .history-table .year-block .year-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #333;
}
@media screen and (max-width: 768px) {
  .history-block .history-table .year-block .year-box:after {
    width: 6px;
    height: 6px;
    top: 10px;
    left: -2px;
    border-radius: 6px;
  }
}
.history-block .history-table .year-block .description-box {
  width: calc(100% - 6em - 1em);
}
@media screen and (max-width: 768px) {
  .history-block .history-table .year-block .description-box {
    font-size: 1.3rem;
    font-weight: 500;
  }
}

/* -----
 * プライバシーマークについて
----------------------------------------------------------------------------- */
.section-privacy > .adjust-width {
  max-width: 700px;
}
@media screen and (max-width: 1279px) {
  .section-privacy > .adjust-width {
    max-width: calc(700px - 5vw);
  }
}
@media screen and (max-width: 768px) {
  .section-privacy > .adjust-width {
    max-width: 100%;
  }
}

.privacy-block .privacy-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .privacy-block .privacy-about {
    margin-top: 1.875em;
  }
}
.privacy-block .privacy-about .privacy-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 50px;
  margin-right: 1.875em;
}
@media screen and (max-width: 768px) {
  .privacy-block .privacy-about .privacy-icon {
    margin-right: 1.25em;
  }
}
.privacy-block .privacy-about .l-button {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .privacy-block .privacy-about .l-button {
    max-width: 430px;
  }
}
.privacy-block .privacy-about .l-button a {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .privacy-block .privacy-about .l-button a {
    max-width: 430px;
  }
}
@media screen and (max-width: 374px) {
  .privacy-block .privacy-about .l-button a {
    font-size: 1.4rem;
  }
}