.text {
  line-height: 1.8;
}

hr {
  border-color: #000;
}

.content_head {
  background-image: url("../images/corporate/main_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .content_head {
    margin-bottom: 20px;
  }
}

.page_title,
.page_title_ja {
  color: #fff;
}

.page_lead {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .page_lead {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  .section_title_ja {
    margin-bottom: 35px;
  }
}

.img_map {
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .img_map {
    display: none;
  }
}

.message_bg {
  margin-bottom: 75px;
}

@media screen and (min-width: 769px) {
  .message_bg {
    height: 920px;
    background-image: url(../images/corporate/img_01.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
  }
}

@media screen and (max-width: 768px) {
  .message_bg {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 769px) {
  .message_bg > .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 769px) {
  .message_bg > .row > .col {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .message_bg > .row > .col {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .message_bg > .row > .col .text {
    line-height: 2.5;
  }
}

@media screen and (max-width: 768px) {
  .message_img {
    margin-bottom: 20px;
  }
}

.section_lead {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .history_section_lead {
    background-color: #000;
    color: #fff;
    font-size: 2.4rem;
    line-height: 2.5;
    padding-top: 15px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .history_section_lead .history_section_lead_line {
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
  }
}

@media screen and (min-width: 769px) {
  .history_section {
    max-width: 1200px;
    margin: auto;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .history_section {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .history_img {
    min-width: 620px;
    width: 620px;
    height: 1295px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .history_img {
    margin: auto;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px) {
  .history_list {
    width: 680px;
    padding-left: 60px;
  }
}

@media screen and (max-width: 768px) {
  .history_list {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: -10px;
    padding-bottom: 50px;
  }
}

.history_list dl {
  line-height: 1.6;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .history_list dl {
    margin-bottom: 10px;
  }
}

.history_list dt {
  width: 90px;
}

@media screen and (max-width: 768px) {
  .history_list dt {
    width: 65px;
  }
}

@media screen and (max-width: 768px) {
  .history_list dd {
    width: calc(100% - 65px);
  }
}

.philanthropy_text {
  text-align: center;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .philanthropy_text {
    line-height: 2.5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .philanthropy_text:after {
    display: block;
    content: "";
    width: 100vw;
    height: 0;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 0;
    left: -20px;
  }
}

.report_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
  padding-bottom: 70px;
}

@media screen and (min-width: 769px) {
  .report_list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 768px) {
  .report_list {
    margin-bottom: 0;
    padding-bottom: 50px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .report_list:after {
    display: block;
    content: "";
    width: 100vw;
    height: 0;
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: 50px;
    left: -20px;
  }
}

.report_list > .col {
  width: 50%;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .report_list > .col {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .report_list > .col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.report_list > .col:last-child {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .report_list > .col:last-child .report_wrap {
    border: none;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .report_list > .col:last-child .report_year {
    margin-bottom: 30px;
  }
}

.report_wrap {
  height: 100%;
  border-bottom: 2px solid #000;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .report_wrap {
    border-width: 1px;
    padding-bottom: 20px;
  }
}

.report_text {
  line-height: 1.8;
  margin-bottom: 5px;
}

.report_year {
  font-weight: 700;
  margin-bottom: 5px;
}

.report_link {
  display: inline-block;
  text-decoration: underline;
}

.outline_list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 75px;
}

@media screen and (min-width: 769px) {
  .outline_list {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
  }
}

@media screen and (max-width: 768px) {
  .outline_list {
    padding-bottom: 50px;
  }
}

.outline_list > .col {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .outline_list > .col {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .outline_list > .col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.outline_list > .col:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.outline_list > .col:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.outline_list > .col:nth-child(3) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.outline_list > .col:nth-child(4) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.outline_list > .col:nth-child(5) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.outline_list > .col:nth-child(6) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.outline_list > .col:nth-child(7) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.outline_list > .col:nth-child(8) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.outline_list > .col:nth-child(9) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.outline_list > .col:nth-child(10) {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.outline_list_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 769px) {
  .outline_list_block {
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .outline_list_block {
    padding-bottom: 20px;
  }
}

.outline_title {
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .outline_title {
    margin-bottom: 5px;
  }
}

.outline_text {
  line-height: 1.8;
}
