.mission {
  position: relative;
  margin-top: 54px;
}
.mission .ttl_en {
  text-transform: uppercase;
}
.mission::after, .mission::before {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.mission::before {
  top: 0;
  left: 0;
  transform: translate(-56%, -43%);
  width: 160.5128205128vw;
  height: 133.8461538462vw;
  background-image: url(../images/company/img_colorful01_sp.png);
}
.mission::after {
  top: 0;
  right: 0;
  transform: translate(64%, 15%);
  width: 160.5128205128vw;
  height: 133.8461538462vw;
  background-image: url(../images/company/img_colorful02_sp.png);
}
.mission .c_pagelead {
  margin-top: 10px;
  text-align: center;
}
.mission .c_pagelead_ttl {
  font-size: 1.5625rem;
}
.mission .c_pagelead_desc {
  line-height: 2.25;
  margin-top: 29px;
}

.message {
  margin-top: 93px;
}
.message::after, .message::before {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
.message::before {
  top: 0;
  left: 0;
}
.message::after {
  top: 0;
  right: 0;
}
.message .c_pagelead {
  text-align: left;
}
.message .c_pagelead_ttl {
  text-align: left;
}
.message .c_pagelead_desc {
  margin-top: 25px;
  line-height: 2.2142857143;
}
.message_frame {
  margin: 0 auto;
}
.message_img {
  width: 55.5555555556%;
  display: table;
  min-width: 200px;
  margin: 47px auto 0;
}
.message_caption {
  font-weight: 500;
  margin-top: 19px;
  text-align: center;
  line-height: 1.4285714286;
}

.company {
  margin-top: 77px;
}
.company_frame {
  margin: 0 auto;
  width: 91.3888888889%;
}
.company_img {
  margin: 0 auto 46px;
}
.company_table {
  margin: 44px auto 0;
}
.company_row {
  display: flex;
}
.company_row:last-child {
  flex-wrap: wrap;
}
.company_col {
  line-height: 2.1428571429;
  border-bottom: 1px solid #D9D9D9;
  padding-top: 18px;
  padding-bottom: 23px;
}
.company_col:first-child {
  font-weight: 500;
  width: 102px;
  flex-shrink: 0;
  border-color: #694934;
}
.company_col:last-child {
  width: 100%;
  padding-left: 3px;
}

.history {
  padding-bottom: 0;
  margin: 70px auto 0;
}
.history_list {
  margin: 30px auto 0;
  width: 91.6666666667%;
}
.history_item {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.history_item::before {
  content: "";
  height: 1px;
  background-color: #DDDDDD;
  bottom: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.history_item:first-child .history_event::before {
  top: 50%;
}
.history_item:last-child::before {
  content: none;
}
.history_item:last-child .history_event::before {
  border-radius: 1px;
  top: auto;
  bottom: 8px;
}
.history_item:last-child .history_event::after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(../images/company/img_dots.png);
  height: 14px;
  top: 98%;
}
.history_year {
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  color: #C3AD9E;
  font-size: 1.125rem;
  width: 60px;
  flex-shrink: 0;
  padding-top: 27px;
}
.history_year.year_2ty {
  letter-spacing: 0.04em;
}
.history_event {
  position: relative;
  min-height: 67px;
  padding-top: 24px;
  padding-bottom: 20px;
}
.history_event::before, .history_event::after {
  position: absolute;
  left: -1px;
  width: 2px;
}
.history_event::before {
  content: "";
  top: 0;
  height: 100%;
  background-color: #C3AD9E;
}
.history_desc {
  display: flex;
  align-items: flex-start;
}
.history_desc .txt_desc > *:not(:last-child) {
  margin-bottom: 16px;
}
.history_desc:not(:last-child) {
  margin-bottom: 16px;
}
.history_month {
  display: flex;
  align-items: baseline;
  color: #694934;
  font-weight: bold;
  position: relative;
  justify-content: flex-end;
  font-size: 0.875rem;
  width: 47px;
  margin-right: 10px;
  flex-shrink: 0;
}
.history_month .txt_num {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
  font-size: 1.2857142857em;
}
.history_month::before {
  content: "";
  border-radius: 50%;
  background-color: #694934;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 0.5714285714em;
  width: 0.5714285714em;
}
.history_btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c_ttl {
    gap: 7px;
  }
  .c_ttl .ttl_en {
    letter-spacing: 0.1em;
  }
  .c_ttl .ttl_jp {
    font-size: 1rem;
  }
  .message .c_ttl {
    text-align: center;
  }
  .message .c_pagelead_ttl {
    text-align: center;
    font-size: 1.5625rem;
    margin-top: 19px;
  }
  .company .c_ttl {
    gap: 15px;
  }
  .company_row:last-child {
    position: relative;
  }
  .company_row:last-child::before {
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: linear-gradient(to right, #694934 0% 102px, #D9D9D9 102px 100%);
  }
  .company_row:last-child .company_col {
    border-width: 0;
  }
  .company_row:last-child .company_col:last-child {
    padding-top: 0;
    margin-top: -9px;
    padding-left: 0;
  }
  .company_row:first-child .company_col {
    border-top: 1px solid #D9D9D9;
  }
  .company_row:first-child .company_col:first-child {
    border-color: #694934;
  }
  .history_desc .txt_desc {
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 768px) {
  .mission {
    z-index: 1;
    margin-top: 80px;
  }
  .mission .ttl_en {
    left: 0;
    top: 4px;
  }
  .mission::after, .mission::before {
    content: none;
  }
  .mission .c_pagelead_ttl {
    line-height: 1.5714285714;
    font-size: 2.1875rem;
  }
  .mission .c_pagelead_desc {
    margin-top: 42px;
  }
  .message {
    position: relative;
    z-index: 0;
    margin-top: 183px;
  }
  .message::after, .message::before {
    content: "";
  }
  .message::before {
    transform: translate(-53%, -74%);
    width: 57.75vw;
    height: 46.5vw;
    background-image: url(../images/company/img_colorful01.png);
  }
  .message::after {
    transform: translate(20%, -67%);
    width: 51.5vw;
    height: 56.1875vw;
    background-image: url(../images/company/img_colorful02.png);
  }
  .message .ttl_en {
    top: -3px;
    left: 0;
  }
  .message .c_pagelead {
    margin-top: 41px;
  }
  .message .c_pagelead_ttl {
    text-indent: -0.5882352941em;
  }
  .message .c_pagelead_desc {
    line-height: 2.1428571429;
    font-size: 0.875rem;
    margin-top: 38px;
  }
  .message_frame {
    display: flex;
    max-width: 1100px;
    justify-content: space-between;
    gap: 20px;
  }
  .message_img {
    display: block;
    min-width: unset;
    width: 34.0909090909%;
    flex-shrink: 0;
    padding-top: 3px;
    margin: 0;
  }
  .message_content {
    max-width: 641px;
  }
  .message_caption {
    line-height: 1.5;
    margin-top: 12px;
    text-align: right;
  }
  .company {
    margin-top: 120px;
  }
  .company .ttl_en {
    top: 5px;
    left: 0;
  }
  .company_frame {
    max-width: 1100px;
    width: unset;
  }
  .company_img {
    margin-bottom: 108px;
  }
  .company_table {
    max-width: 900px;
    margin-top: 57px;
  }
  .company_row:last-child {
    flex-wrap: nowrap;
  }
  .company_row:last-child .company_col {
    border-bottom: 1px solid #D9D9D9;
  }
  .company_row:last-child .company_col:first-child {
    border-color: #694934;
  }
  .company_col {
    line-height: 2.25;
    border-bottom-width: 0;
    border-top: 1px solid #D9D9D9;
    padding-top: 35px;
    padding-bottom: 34px;
  }
  .company_col:first-child {
    width: 33.3333333333%;
    padding-left: 52px;
  }
  .company_col:last-child {
    padding-left: 39px;
  }
  .history {
    margin-top: 133px;
    padding-bottom: 126px;
  }
  .history .ttl_en {
    left: 0;
    top: 5px;
  }
  .history_list {
    max-width: 896px;
    margin-top: 54px;
  }
  .history_year {
    display: flex;
    justify-content: flex-end;
    width: 28.7946428571%;
    position: relative;
    padding-right: 24px;
    padding-top: 22px;
    font-size: 3.75rem;
  }
  .history_year .txt_num {
    min-width: 155px;
  }
  .history_event {
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .history_desc .txt_desc > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .history_desc:not(:last-child) {
    margin-bottom: 20px;
  }
  .history_month {
    width: 64px;
    margin-right: 87px;
  }
  .history_btn {
    margin-top: 143px;
  }
}
@media screen and (min-width: 1025px) {
  .c_breadcrumb {
    margin-top: 16px;
  }
}
/*# sourceMappingURL=maps/company.css.map */
