/* -------------------------- */
/* content */
/* -------------------------- */
/* company */
.company {
  padding: 30px 0;
}

/* company_list */

.company_list li:not(:last-child) {
  margin-bottom: 10px;
}

.company_list li em {
  display: block;
  font-style: normal;
}

.company_list li span {
  padding-left: 1em;
  display: block;
}

/* history_intro */
.history_intro {
  min-height: 400px;
  padding-top: 50px;
  background: #fff;
  position: relative;
  text-shadow: 0px 0px 2px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff;
}

.history_intro::before {
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, #f2f2f2, #fff);
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
}

.history_intro::after {
  width: 60%;
  height: 100%;
  background: url(/images/company/pic_30th_intro.jpg) no-repeat left bottom/auto 100%;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.history_intro .history_title {
  margin-bottom: 15px;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
}

.history_intro .txt_normal {
  margin-bottom: 15px;
  line-height: 2;
  position: relative;
  z-index: 3;
}

.history_intro .history_catch {
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.history_intro .history_catch em {
  color: #d90000;
  font-style: normal;
}

/* history_box */
.history_box_wrap {
  margin-top: -50px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.history_box_wrap .container {
  padding-right: 0;
}

.history_box {
  min-height: 175px;
  padding: 15px;
  background: linear-gradient(to right, #f2f2f2 60%, transparent);
  border-radius: 5px 0 0 5px;
  position: relative;
}

.history_box::after {
  width: 100%;
  min-height: 175px;
  background: linear-gradient(to right, #f2f2f2, transparent);
  content: "";
  position: absolute;
  left: 60%;
  top: 0;
}

.history_box .history_box_title {
  margin-bottom: 5px;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

.history_box .history_box_list {
  font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

/* catch01 */
.catch01 {
  margin-top: -125px;
  padding: 175px 0 30px;
  background: #000;
  position: relative;
}

.catch01 .catch01_inner {
  padding-bottom: 15px;
  color: #fff;
}

.catch01 .catch01_inner .catch01_title {
  margin-bottom: 10px;
  font-family: "Noto Serif JP";
  font-size: 2rem;
  font-weight: 700;
}

.catch01 .catch01_inner .txt_normal {
  line-height: 1.8;
}

.catch01 .thum_img {
  width: 290px;
  margin: 0 auto;
}

/* catch02 */
.catch02 {
  padding: 30px 0;
  background: #fff;
}

.catch02 .catch02_title {
  margin-bottom: 15px;
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.catch02 .txt_normal {
  margin-bottom: 15px;
  line-height: 2;
}

.catch02 .txt_normal br {
  display: none;
}

.catch02 .anniversary_title {
  margin-bottom: 0;
}

.catch02 .anniversary_title .thum_img {
  width: 100px;
}

.catch02 .anniversary_title .anniversary_txt em {
  font-size: 2.4rem;
}

.catch02 .anniversary_title .anniversary_txt span {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .company {
    padding: 60px 0;
  }
  .company_list li {
    display: flex;
  }
  .company_list li em {
    width: 10em;
  }
  .company_list li span {
    flex: 1;
  }
  .history_intro::after {
    width: 50%;
    z-index: 2;
  }
  .history_box_wrap {
    margin-top: -70px;
  }
  .history_box {
    min-height: 120px;
    padding-right: 100px;
  }
  .history_box::after {
    min-height: 120px;
  }
  .history_box .history_box_list {
    max-width: 623px;
    column-count: 3;
    column-width: auto;
    font-size: 1.3rem;
    line-height: 2;
    white-space: nowrap;
  }
  .catch01 {
    margin-top: -55px;
    padding-top: 110px;
  }
  .catch01 .container {
    display: flex;
    align-items: center;
  }
  .catch01 .catch01_inner {
    width: calc(50% + 30px);
    margin-left: -30px;
    padding-right: 30px;
    order: 2;
  }
  .catch01 .thum_img {
    width: 50%;
    order: 1;
  }
  .catch02 {
    padding: 50px 0;
  }
  .catch02 .catch02_title {
    margin-bottom: 30px;
  }
  .catch02 .txt_normal {
    margin-bottom: 30px;
    text-align: center;
  }
  .catch02 .txt_normal br {
    display: block;
  }
  .catch02 .anniversary_title .thum_img {
    width: 120px;
    margin: 0;
  }
  .catch02 .anniversary_title .anniversary_txt em {
    font-size: 3.8rem;
  }
  .catch02 .anniversary_title .anniversary_txt span {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1280px) {
  .company {
    padding: 60px 0 80px;
  }
  .history_intro {
    min-height: 550px;
  }
  .history_intro::before {
    top: -65px;
  }
  .history_intro::after {
    width: 940px;
    background-position: right bottom;
  }
  .history_intro .history_title {
    margin-bottom: 40px;
    font-size: 3.2rem;
  }
  .history_intro .txt_normal {
    margin-bottom: 40px;
    line-height: 3;
  }
  .history_intro .history_catch {
    font-size: 3.2rem;
  }
  .history_box_wrap {
    margin-top: -80px;
  }
  .history_box {
    min-height: 153px;
    padding: 25px 30px;
    border-radius: 10px 0 0 10px;
  }
  .history_box::after {
    min-height: 153px;
  }
  .history_box .history_box_list {
    max-width: 730px;
    font-size: 1.4rem;
    line-height: 2.4;
  }
  .catch01 {
    margin-top: -80px;
    padding: 170px 0 50px;
  }
  .catch01 .container {
    padding-left: 0;
  }
  .catch01 .catch01_inner {
    width: calc(50% + 50px);
    margin-left: -50px;
    padding-right: 100px;
  }
  .catch01 .catch01_inner .catch01_title {
    margin-bottom: 30px;
    font-size: 3.2rem;
  }
  .catch01 .catch01_inner .txt_normal {
    line-height: 2.4;
  }
  .catch02 {
    padding: 100px 0;
  }
  .catch02 .catch02_title {
    font-size: 4.3rem;
  }
  .catch02 .txt_normal {
    margin-bottom: 50px;
  }
  .catch02 .anniversary_title {
    margin-bottom: 0;
  }
  .catch02 .anniversary_title .thum_img {
    width: 120px;
  }
  .catch02 .anniversary_title .anniversary_txt {
    padding-left: 15px;
  }
  .catch02 .anniversary_title .anniversary_txt em {
    font-size: 3.8rem;
  }
  .catch02 .anniversary_title .anniversary_txt span {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1366px) {
  .catch01 .thum_img {
    margin-left: -30px;
  }
}

/*# sourceMappingURL=map/company.css.map */
