@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  /*フォントの名前*/
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/recruit/font/NotoSansJP-Black.ttf") format("truetype");
}
/*------------------------------------------------------------
corporates_history
------------------------------------------------------------*/
/* cprt-history 2022改修
------------------------------------------------------------*/
.history {
  padding-bottom: 50px;
}
.history .cover {
  background: url(/img/corporates/history/main_img.jpg) no-repeat center;
  background-size: cover;
  background-position: bottom;
}
.history .coverText {
  padding: 0;
  height: 27vw;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .history .coverText {
    height: 33vw;
  }
}

.cprt-history {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .cprt-history {
    padding-bottom: 0;
  }
}

.wrap-history {
  display: flex;
}
@media (max-width: 767px) {
  .wrap-history {
    display: block;
  }
}
.wrap-history .txt-area {
  width: 75%;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .wrap-history .txt-area {
    width: 100%;
  }
}
.wrap-history .pht-area {
  width: 25%;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .wrap-history .pht-area {
    width: 100%;
  }
}

.cprt-history-content {
  width: 100%;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .cprt-history-content {
    margin-top: 5px;
  }
}
.cprt-history-content .list1 th,
.cprt-history-content .listSpec th {
  vertical-align: top;
  width: 15%;
  border-bottom: 1px dotted #a4abb3;
  padding: 33px 0;
  font-size: 1.6rem;
  font-weight: normal;
  color: #2e6194;
  text-align: left;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .cprt-history-content .list1 th,
  .cprt-history-content .listSpec th {
    vertical-align: top;
    width: 20%;
    font-size: 1.2rem;
    padding: 20px 0;
  }
}
.cprt-history-content .list1 td,
.cprt-history-content .listSpec td {
  vertical-align: top;
  width: 85%;
  padding: 33px 0;
  border-bottom: 1px dotted #a4abb3;
  line-height: 1.6;
}

/*.cprt-history-content .list1 td span, .cprt-history-content .listSpec td span {
  display:block;
  line-height:30px;
  margin-bottom:15px;
}*/
@media (max-width: 767px) {
  .cprt-history-content .list1 td,
  .cprt-history-content .listSpec td {
    vertical-align: top;
    width: 80%;
    padding: 20px 0;
  }
  .cprt-history-content .list1 td .text1,
  .cprt-history-content .listSpec td .text1 {
    line-height: 20px;
  }
  .cprt-history-content .list1 td.onlyBlock,
  .cprt-history-content .listSpec td.onlyBlock {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cprt-history-content .list1-content {
    display: block;
  }
}
.cprt-history-content .listSpec th {
  padding: 20px 0;
}

.cprt-history-content .listSpec td .text1 {
  line-height: 25px;
}

@media (max-width: 767px) {
  .cprt-history-content .listSpec td .text1 {
    line-height: 20px;
  }
}
.cprt-history-content .text1 a {
  text-decoration: underline;
}
.cprt-history-content .text1 a:hover {
  text-decoration: none;
}

.pht-ctt {
  display: flex;
  flex-wrap: wrap;
}
.pht-ctt li {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .pht-ctt li {
    width: 50%;
  }
  .pht-ctt li:nth-child(odd) {
    padding-right: 5px;
  }
  .pht-ctt li:nth-child(even) {
    padding-left: 5px;
  }
}
.pht-ctt li img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .pht-ctt li img {
    width: 100%;
  }
}

.text-history {
  font-size: 1.2rem;
  color: #46525f;
  padding-top: 7px;
  display: table;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .text-history {
    font-size: 1rem;
    padding-top: 6px;
  }
}
.history a.linkBtn02 {
  padding: 6px 24px 6px 10px;
  font-size: 1.2rem;
  background: #12b9c6 url(/img/common/linkBtn_s.png) no-repeat right 10px center;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1;
  display: inline-block;
  margin-top: 7px;
}
.history a.linkBtn02--kimitex {
  margin: 0 0 6px;
}

@media only screen and (max-width: 768px) {
  .history a.linkBtn02 {
    margin-top: 5px;
  }
  .history a.linkBtn02 {
    display: block;
    padding: 8px 18px 8px 5px;
    font-size: 1.1rem;
    background: #12b9c6 url(/img/common/linkBtn_s.png) no-repeat right 5px center;
    color: #ffffff;
    letter-spacing: -0.01em;
    line-height: 1;
    display: inline-block;
    margin-top: 7px;
  }
  .history a.linkBtn02--kimitex {
    margin: 0 0 6px;
  }
}/*# sourceMappingURL=history.css.map */