@charset "UTF-8";
/*-------------------------------

	新中期経営計画(FY2025－FY2029)

---------------------------------*/
.ir_plan_head {
  padding: 0 0 66px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_head {
    padding: 0 0 33px;
  }
}
.ir_plan_head__title {
  font-size: 40px;
  color: #0b1d65;
}
@media only screen and (max-width: 767px) {
  .ir_plan_head__title {
    font-size: 19px;
  }
}
.ir_plan_intro {
  margin: 0 0 84px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_intro {
    margin: 0 0 42px;
  }
}
.ir_plan_intro__title {
  font-size: 18px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_intro__title {
    font-size: 14px;
  }
}
.ir_plan_intro__box {
  background: linear-gradient(45deg, #84d4fc, #9fd9f6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px;
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 32px;
  color: #0b1d65;
}
@media only screen and (max-width: 767px) {
  .ir_plan_intro__box {
    height: auto;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
  }
}
.ir_plan_intro p {
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_intro p {
    font-size: 14px;
  }
}
.ir_plan_nav {
  margin: 0 0 75px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_nav {
    margin: 0 0 32px;
  }
}
.ir_plan_nav__grp {
  display: flex;
  justify-content: space-between;
}
.ir_plan_nav__item {
  flex-basis: 270px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_nav__item {
    flex-basis: 33%;
  }
}
.ir_plan_nav__btn {
  background: #f0f0f0;
  display: block;
  height: 70px;
  font-size: 18px;
  color: #0b1d65;
  font-weight: bold;
  position: relative;
  padding: 17px 0 0;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .ir_plan_nav__btn {
    height: 50px;
    font-size: 12px;
    padding: 10px 0 0;
  }
}
.ir_plan_nav__btn::before {
  content: "";
  height: 8px;
  width: 12px;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 50% 100%);
          clip-path: polygon(0% 0%, 100% 0, 50% 100%);
  background-color: #0b1d65;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .ir_plan_nav__btn::before {
    width: 8px;
    height: 5px;
  }
}
.ir_plan_nav__btn::after {
  content: "";
  border-bottom: 2px solid #0b1d65;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
.ir_plan_nav__btn:hover {
  background: #0b1d65;
  color: #fff;
  text-decoration: none;
}
.ir_plan_nav__btn:hover::before {
  background-color: #fff;
}
.ir_plan_content {
  font-size: 15px;
  margin: 0 0 104px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_content {
    margin: 0 0 52px;
  }
}
.ir_plan_content__title {
  font-size: 26px;
  color: #0b1d65;
  position: relative;
  font-weight: bold;
  border-bottom: 1px solid #0b1d65;
  height: 55px;
  padding: 13px 0 0 32px;
  box-sizing: border-box;
  line-height: 1;
  margin: 0 0 19px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_content__title {
    font-size: 18px;
    margin: 0 0 10px;
    padding: 8px 0 8px 15px;
    height: auto;
  }
}
.ir_plan_content__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 55px;
  background: #0b1d65;
}
@media only screen and (max-width: 767px) {
  .ir_plan_content__title::before {
    height: 100%;
    width: 5px;
  }
}
.ir_plan_content__text {
  margin: 0 0 28px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_content__text {
    margin: 0 0 14px;
    font-size: 12.5px;
  }
}
.ir_plan_num {
  display: flex;
  gap: 20px;
  color: #0b1d65;
}
@media only screen and (max-width: 767px) {
  .ir_plan_num {
    flex-direction: column;
  }
}
.ir_plan_num__child {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 767px) {
  .ir_plan_num__child {
    width: 100%;
  }
}
.ir_plan_num__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.ir_plan_num__label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  aspect-ratio: 1/1;
  font-weight: bold;
  padding: 12px;
  border-radius: 5px;
}
.ir_plan_num__data {
  display: flex;
  align-items: baseline;
  font-weight: bold;
  gap: 5px;
}
.ir_plan_num__data_val {
  font-size: 68px;
  font-family: "Roboto", sans-serif;
}
.ir_plan_num__bottom {
  margin-top: 20px;
}
.ir_plan_num__bottom img {
  width: 100%;
  height: auto;
  display: block;
}
.ir_plan_strat_index {
  margin: 32px 0 65px;
  padding: 0 0 12px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_index {
    margin: 16px 0 32px;
    gap: 10px;
  }
}
.ir_plan_strat_index__item {
  display: flex;
  align-items: center;
  gap: 6px;
  width: calc(50% - 10px);
  height: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_index__item {
    width: 100%;
    height: 44px;
  }
}
.ir_plan_strat_index__icon {
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_index__icon {
    width: 44px;
    height: 44px;
  }
}
.ir_plan_strat_index__title {
  font-weight: bold;
  color: #0b1d65;
  font-size: 16px;
  height: 80%;
  display: flex;
  align-items: center;
  flex: 1;
}
.ir_plan_strat_index__item:first-of-type .ir_plan_strat_index__title {
  border-color: #174893;
  color: #174893;
}
.ir_plan_strat_index__item:nth-of-type(2) .ir_plan_strat_index__title {
  border-color: #2778BE;
  color: #2778BE;
}
.ir_plan_strat_index__item:nth-of-type(3) .ir_plan_strat_index__title {
  border-color: #20AEE6;
  color: #20AEE6;
}
.ir_plan_strat_index__item:last-of-type .ir_plan_strat_index__title {
  border-color: #5DC2D0;
  color: #5DC2D0;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_index__title {
    font-size: 13px;
  }
}
.ir_plan_strat_content {
  margin: 0 0 60px;
}
.ir_plan_strat_content__title {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_content__title {
    height: 60px;
    margin-bottom: 20px;
    gap: 8px;
  }
}
.ir_plan_strat_content__title_icon {
  width: 100px;
  height: 100px;
}
.ir_plan_strat_content__title_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_content__title_icon {
    width: 60px;
    height: 60px;
  }
}
.ir_plan_strat_content__title_label {
  font-size: 24px;
  padding: 0 1em;
  border-top: 2px solid #0b1d65;
  border-bottom: 2px solid #0b1d65;
  display: flex;
  align-items: center;
  flex: 1;
  height: calc(100% - 4px);
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_content__title_label {
    font-size: 16px;
    padding: 0 0.5em;
    line-height: 1.4;
  }
}
.ir_plan_strat_content:first-of-type .ir_plan_strat_content__title_label {
  border-color: #174893;
  color: #174893;
}
.ir_plan_strat_content:nth-of-type(2) .ir_plan_strat_content__title_label {
  border-color: #2778BE;
  color: #2778BE;
}
.ir_plan_strat_content:nth-of-type(3) .ir_plan_strat_content__title_label {
  border-color: #20AEE6;
  color: #20AEE6;
}
.ir_plan_strat_content:nth-of-type(4) .ir_plan_strat_content__title_label {
  border-color: #5DC2D0;
  color: #5DC2D0;
}
.ir_plan_strat_child {
  margin: 0 0 40px;
}
.ir_plan_strat_child__title {
  background: #0b1d65;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.8em 1.2em;
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_child__title {
    font-size: 16px;
  }
}
.ir_plan_strat_box {
  background: #f4f5f6;
  padding: 30px 20px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_box {
    padding: 20px 10px;
  }
}
.ir_plan_strat_box--1 {
  border-left: 5px solid #F6AB00;
}
.ir_plan_strat_box--2 {
  border-left: 5px solid #537F89;
}
.ir_plan_strat_box--3 {
  border-left: 5px solid #00A0E9;
}
.ir_plan_strat_box--4 {
  border-left: 5px solid #1B933B;
}
.ir_plan_strat_box__head {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_box__head {
    gap: 20px;
    flex-direction: column;
  }
}
.ir_plan_strat_box__logo {
  width: 160px;
}
.ir_plan_strat_box__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.ir_plan_strat_box__label {
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_box__label {
    font-size: 16px;
    padding-top: 10px;
  }
}
.ir_plan_strat_box__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  width: 1px;
  height: 100%;
  background: #61616f;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_box__label::before {
    height: 1px;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ir_plan_strat_box--1 .ir_plan_strat_box__label {
  color: #F6AB00;
}
.ir_plan_strat_box--2 .ir_plan_strat_box__label {
  color: #537F89;
}
.ir_plan_strat_box--3 .ir_plan_strat_box__label {
  color: #00A0E9;
}
.ir_plan_strat_box--4 .ir_plan_strat_box__label {
  color: #1B933B;
}
.ir_plan_strat_box__cont {
  display: flex;
  align-items: start;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_box__cont {
    flex-direction: column;
    gap: 10px;
  }
}
.ir_plan_strat_box__text {
  flex: 1;
}
.ir_plan_strat_box__text_main {
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.ir_plan_strat_box__text_item {
  padding-left: 1em;
  text-indent: -1.1em;
  font-size: 13.5px;
}
.ir_plan_strat_box__text_item::before {
  content: "・";
}
.ir_plan_strat__table {
  background: #fff;
  width: calc(52% - 15px);
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat__table {
    width: 100%;
    margin-bottom: 12px;
  }
}
.ir_plan_strat__table th {
  padding: 6px 13px;
  font-size: 12px;
}
.ir_plan_strat__table td {
  padding: 6px 5px;
  border-bottom: 1px solid #d2d2d2;
  text-align: center;
}
.ir_plan_strat__table thead th {
  background: #dadada;
  font-weight: normal;
}
.ir_plan_strat__table thead th:first-of-type {
  width: 8em;
}
.ir_plan_strat_finance {
  display: flex;
  align-items: center;
  border: 1px solid #0b1d65;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_finance {
    flex-wrap: wrap;
  }
}
.ir_plan_strat_finance__fy {
  color: #0b1d65;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 24%;
  font-size: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_finance__fy {
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #0b1d65;
    padding: 10px 0;
  }
  .ir_plan_strat_finance__fy br {
    display: none;
  }
}
.ir_plan_strat_finance__text {
  width: 38%;
  border-left: 1px solid #0b1d65;
  padding: 22px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_finance__text {
    width: 50%;
    border-left: none;
  }
}
.ir_plan_strat_finance__text_main {
  color: #0b1d65;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_finance__text_main {
    font-size: 16px;
  }
}
.ir_plan_strat_finance__text_sub {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ir_plan_strat_finance__text_sub {
    font-size: 12px;
  }
  .ir_plan_strat_finance__text_sub br {
    display: none;
  }
}

.related_item {
  margin: 60px 0;
  background-color: #eeeeee;
}
.related_item__title {
  padding: 10px 15px;
  font-size: 115%;
  color: #fff;
  background-color: #0b1f64;
}
.related_item ul {
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .related_item ul {
    padding: 10px;
  }
}
.related_item li {
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .related_item li {
    padding-left: 0;
  }
}
.related_item a {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .related_item a {
    align-items: start;
  }
}
.related_item a img {
  width: 20px;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .related_item a img {
    display: block;
    width: 18px;
    height: 20px;
  }
}