@charset "UTF-8";
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
.area_company .block_mainvisual_common .cap_mainvisual {
  text-align: right;
}
.area_company .sec_anchor {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .area_company .sec_anchor {
    margin-top: 50px;
  }
}
.area_company .sec_anchor .list_anchor {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
}
@media all and (max-width: 896px) {
  .area_company .sec_anchor .list_anchor {
    gap: 25px;
  }
}
@media all and (max-width: 480px) {
  .area_company .sec_anchor .list_anchor {
    gap: 10px;
  }
}
.area_company .sec_anchor .list_anchor > li {
  cursor: pointer;
  transition: all 0.3s ease-out;
  width: calc((100% - 100px) / 3);
  max-width: 360px;
  box-sizing: border-box;
  padding: 1.125em 0.625em;
  border: 1px solid #D2D2D2;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
}
@media all and (max-width: 896px) {
  .area_company .sec_anchor .list_anchor > li {
    width: calc((100% - 50px) / 3);
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .area_company .sec_anchor .list_anchor > li {
    padding: 0.625em;
    width: 100%;
  }
}
.area_company .sec_anchor .list_anchor > li.current {
  border-color: #000;
  background: #000;
  color: #fff;
}
.area_company .sec_anchor .list_anchor > li:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.area_company .tab_content {
  display: none;
}
.area_company .tab_content.current {
  display: block;
}
.area_company .sec_profile {
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .area_company .sec_profile {
    padding-top: 50px;
  }
}
.area_company .sec_profile .list_address {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.5em;
}
.area_company .sec_profile .list_address > li:first-of-type {
  width: 13em;
}
.area_company .sec_profile .list_company {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 100px;
}
@media all and (max-width: 896px) {
  .area_company .sec_profile .list_company {
    gap: 30px 20px;
    margin-top: 50px;
  }
}
@media all and (max-width: 480px) {
  .area_company .sec_profile .list_company {
    grid-template-columns: repeat(1, 1fr);
  }
}
.area_company .sec_profile .list_company img {
  width: 100%;
  max-width: none;
}
.area_company .sec_history {
  padding-top: 100px;
}
@media all and (max-width: 896px) {
  .area_company .sec_history {
    padding-top: 50px;
  }
}
.area_company .sec_history .block_history {
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  position: relative;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .block_history {
    flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .block_history::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(100% - 15px);
    background: #AAAAAA;
    position: absolute;
    left: -0.5px;
    top: 16px;
  }
}
.area_company .sec_history .box_history {
  padding-left: 76px;
  margin-top: 50px;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .box_history {
    padding-left: 38px;
    margin-top: 30px;
  }
}
.area_company .sec_history .box_history::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #AAAAAA;
  position: absolute;
  top: 21px;
  left: 0;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .box_history::before {
    width: 25px;
    top: 16px;
  }
}
.area_company .sec_history .box_history::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #AE2803;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 16px;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .box_history::after {
    top: 11px;
  }
}
.area_company .sec_history .box_history.history01 {
  margin-top: 0;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history01 {
    order: 1;
  }
}
.area_company .sec_history .box_history.history02 {
  margin-top: 80px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history02 {
    margin-top: 30px;
    order: 2;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history03 {
    order: 3;
  }
}
.area_company .sec_history .box_history.history04 {
  margin-top: 100px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history04 {
    margin-top: 30px;
    order: 4;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history05 {
    order: 5;
  }
}
.area_company .sec_history .box_history.history06 {
  margin-top: 160px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history06 {
    margin-top: 30px;
    order: 6;
  }
}
.area_company .sec_history .box_history.history07 {
  margin-top: 100px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history07 {
    margin-top: 30px;
    order: 8;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history08 {
    order: 9;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history09 {
    order: 10;
  }
}
.area_company .sec_history .box_history.history10 {
  margin-top: 280px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history10 {
    margin-top: 30px;
    order: 11;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history11 {
    order: 12;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history12 {
    order: 13;
  }
}
.area_company .sec_history .box_history.history13 {
  margin-top: 280px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history13 {
    margin-top: 30px;
    order: 14;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history14 {
    order: 15;
  }
}
.area_company .sec_history .box_history.history15 {
  margin-top: 400px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history15 {
    margin-top: 30px;
    order: 16;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history16 {
    order: 17;
  }
}
.area_company .sec_history .box_history.history17 {
  margin-top: 400px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history17 {
    margin-top: 30px;
    order: 18;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history18 {
    order: 19;
  }
}
.area_company .sec_history .box_history.history19 {
  margin-top: 250px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history19 {
    margin-top: 30px;
    order: 20;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history20 {
    order: 21;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history21 {
    order: 22;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history22 {
    order: 23;
  }
}
.area_company .sec_history .box_history.history23 {
  margin-top: 680px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history23 {
    margin-top: 30px;
    order: 24;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history24 {
    order: 25;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history25 {
    order: 26;
  }
}
.area_company .sec_history .box_history.history26 {
  margin-top: 780px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history26 {
    margin-top: 30px;
    order: 27;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history27 {
    order: 28;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history28 {
    order: 29;
  }
}
.area_company .sec_history .box_history.history29 {
  margin-top: 900px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history29 {
    margin-top: 30px;
    order: 30;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history30 {
    order: 31;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history31 {
    order: 32;
  }
}
.area_company .sec_history .box_history.history32 {
  margin-top: 520px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history32 {
    margin-top: 30px;
    order: 33;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history33 {
    order: 7;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history34 {
    order: 34;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history35 {
    order: 35;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history36 {
    order: 36;
  }
}
.area_company .sec_history .box_history.history37 {
  margin-top: 1440px;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .box_history.history37 {
    margin-top: 1120px;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .box_history.history37 {
    margin-top: 30px;
    order: 37;
  }
}
.area_company .sec_history .txt_year {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .txt_year {
    font-size: 2rem;
  }
}
.area_company .sec_history .ttl_event {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .ttl_event {
    margin-top: 5px;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .ttl_event {
    word-break: normal;
  }
}
.area_company .sec_history .txt_event {
  margin-top: 10px;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .txt_event {
    margin-top: 5px;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .txt_event {
    word-break: normal;
  }
}
.area_company .sec_history .img_history {
  margin-top: 30px;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .img_history {
    margin-top: 15px;
  }
}
.area_company .sec_history .img_history + .txt_event {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .img_history + .txt_event {
    margin-top: 20px;
  }
}
.area_company .sec_history .item_right {
  width: 50%;
  position: relative;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .item_right {
    display: contents;
  }
}
.area_company .sec_history .item_right::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: calc(100% - 20px);
  background: #AAAAAA;
  position: absolute;
  left: -0.5px;
  top: 21px;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .item_right::before {
    top: 16px;
    height: calc(100% - 15px);
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .item_right::before {
    content: none;
  }
}
.area_company .sec_history .item_left {
  width: 50%;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .item_left {
    display: contents;
  }
}
.area_company .sec_history .item_left .box_history {
  padding: 0 76px 0 0;
  text-align: right;
}
@media all and (max-width: 896px) {
  .area_company .sec_history .item_left .box_history {
    padding-right: 38px;
  }
}
@media all and (max-width: 600px) {
  .area_company .sec_history .item_left .box_history {
    padding: 0 0 0 38px;
    text-align: left;
  }
}
.area_company .sec_history .item_left .box_history::before {
  left: auto;
  right: 0;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .item_left .box_history::before {
    left: 0;
    right: auto;
  }
}
.area_company .sec_history .item_left .box_history::after {
  left: auto;
  right: -6px;
}
@media all and (max-width: 600px) {
  .area_company .sec_history .item_left .box_history::after {
    left: -6px;
    right: auto;
  }
}