@charset "UTF-8";
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #444;
  font-size: 1.6rem;
  font-family: "BIZ UDPGothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}

.sec_inner {
  width: 100%;
  max-width: 1335px;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sec_inner {
    padding: 0 20px;
  }
}

a {
  color: #444;
  text-decoration: none;
}

.page_path {
  background: #F8F8F8;
  padding: 10px 0;
}
.page_path .inner {
  width: 100%;
  max-width: 1275px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.page_path ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 31px;
}
.page_path ul li {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
}
.page_path ul li:not(:last-child) {
  position: relative;
}
.page_path ul li:not(:last-child)::before {
  content: "";
  width: 4px;
  height: 8px;
  background-image: url(/assets/images/inv/common/icon_breadcrumbs.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page_path ul li:not(:last-child) a {
  color: #000;
  text-decoration: underline;
}

#page .container main {
  max-width: none;
}

#contents {
  line-height: 1.5;
  max-width: none;
}

.hdg2 {
  color: #2E8208;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  .hdg2 {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}

/* ---------------------------

財務戦略

--------------------------- */
.strategy .hdg1 {
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
@media (max-width: 767px) {
  .strategy .hdg1 {
    font-size: 1.6rem;
  }
}
.strategy .hdg1_wrap {
  background: #2E8208;
  padding: 53px 0;
}
@media (max-width: 767px) {
  .strategy .hdg1_wrap {
    padding: 26px 0;
  }
}
.strategy section + section {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .strategy section + section {
    margin-top: 40px;
  }
}
.strategy section.sec01 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .strategy section.sec01 {
    margin-top: 32px;
  }
}
.strategy section.sec01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.strategy section.sec01 ul li {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.12em;
  padding-left: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .strategy section.sec01 ul li {
    font-size: 1.4rem;
  }
}
.strategy section.sec01 ul li::before {
  content: "";
  width: 13px;
  height: 13px;
  background: #2E8208;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}
@media (max-width: 767px) {
  .strategy section.sec01 ul li::before {
    width: 10px;
    height: 10px;
  }
}
.strategy section.sec02 {
  margin-top: 50px;
}
.strategy section.sec02 .text {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
  padding-right: 27px;
}
@media (max-width: 767px) {
  .strategy section.sec02 .text {
    font-size: 1.2rem;
  }
}
.strategy section.sec02 img {
  display: block;
  max-width: 1161px;
  width: 100%;
  margin: -15px auto 0;
}
@media (max-width: 767px) {
  .strategy section.sec02 img {
    margin-top: 0;
  }
}
.strategy section.sec03 .box_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
}
@media screen and (max-width: 1050px) {
  .strategy section.sec03 .box_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.strategy section.sec03 .box_left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 1050px) {
  .strategy section.sec03 .box_left {
    text-align: center;
  }
}
.strategy section.sec03 .box_left img {
  width: 100%;
  max-width: 584px;
}
@media (max-width: 767px) {
  .strategy section.sec03 .box_left img {
    max-width: none;
  }
}
.strategy section.sec03 .box_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.strategy section.sec03 .box_right_section {
  border-top: 1px solid #D6D6D6;
  padding: 30px 25px 30px 30px;
}
@media (max-width: 767px) {
  .strategy section.sec03 .box_right_section {
    padding: 15px 20px;
  }
}
.strategy section.sec03 .box_right_section:nth-of-type(2) {
  border-bottom: 1px solid #D6D6D6;
}
.strategy section.sec03 .box_right_section:nth-of-type(2) .box_right_title {
  background: #444444;
}
.strategy section.sec03 .box_right_section:nth-of-type(2) ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}
.strategy section.sec03 .box_right_section:nth-of-type(2) ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-left: 13px;
  position: relative;
}
.strategy section.sec03 .box_right_section:nth-of-type(2) ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #444444;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 767px) {
  .strategy section.sec03 .box_right_section:nth-of-type(2) ul li::before {
    top: 4px;
  }
}
.strategy section.sec03 .box_right_title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  background: #2E8208;
  border-radius: 30px;
  display: inline-block;
  padding: 3px 24px;
}
@media (max-width: 767px) {
  .strategy section.sec03 .box_right_title {
    font-size: 1.8rem;
  }
}
.strategy section.sec03 .box_right_item {
  margin-top: 15px;
}
.strategy section.sec03 .box_right_item:last-of-type {
  margin-top: 10px;
}
.strategy section.sec03 .box_right_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 5px;
}
.strategy section.sec03 .box_right_list_title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .strategy section.sec03 .box_right_list_title {
    font-size: 1.6rem;
  }
}
.strategy section.sec03 .box_right_list_note {
  font-size: 1.2rem;
  margin-top: 10px;
  letter-spacing: 0.12em;
}
.strategy section.sec03 .box_right_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  padding-left: 13px;
  margin-bottom: 5px;
  position: relative;
}
.strategy section.sec03 .box_right_list li .label {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.strategy section.sec03 .box_right_list li:nth-child(odd) {
  width: 48%;
}
@media screen and (max-width: 1350px) {
  .strategy section.sec03 .box_right_list li:nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .strategy section.sec03 .box_right_list li:nth-child(odd) {
    width: 48%;
  }
}
@media screen and (max-width: 550px) {
  .strategy section.sec03 .box_right_list li:nth-child(odd) {
    width: 100%;
  }
}
.strategy section.sec03 .box_right_list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2E8208;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media (max-width: 767px) {
  .strategy section.sec03 .box_right_list li::before {
    top: 4px;
  }
}
.strategy section.sec04 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .strategy section.sec04 {
    margin-top: 40px;
  }
}
.strategy section.sec04 .box > p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .strategy section.sec04 .box > p {
    font-size: 2rem;
  }
}
.strategy section.sec04 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 16px;
}
.strategy section.sec04 .box ul li {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  padding-left: 13px;
  position: relative;
}
.strategy section.sec04 .box ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #2E8208;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
.strategy section.sec04 .box > div {
  margin-top: 26px;
  width: 100%;
}
.strategy section.sec04 .box:nth-of-type(2) > p {
  margin-top: 24px;
}
.strategy section.sec04 .box #xj_8161298af0454fa6a279ea8022da471b_table_ja {
  overflow-x: auto;
  max-width: 100%;
}
.strategy section.sec04 .box #xj_8161298af0454fa6a279ea8022da471b_table_ja .xj_chart_table {
  margin-top: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  border: 1px solid #D6D6D6;
  border-collapse: collapse;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .strategy section.sec04 .box #xj_8161298af0454fa6a279ea8022da471b_table_ja .xj_chart_table {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.strategy section.sec04 .box #xj_8161298af0454fa6a279ea8022da471b_table_ja .xj_chart_table .xj_chart_header_first,
.strategy section.sec04 .box #xj_8161298af0454fa6a279ea8022da471b_table_ja .xj_chart_table .xj_chart_header {
  color: #fff;
  background: #737373;
}
.strategy section.sec04 .box #xj_8161298af0454fa6a279ea8022da471b_table_ja .xj_chart_table tr td {
  border: 1px solid #D6D6D6;
  padding: 10px 20px;
  vertical-align: middle;
}
.strategy section.sec04 .box #xj_8161298af0454fa6a279ea8022da471b_table_ja .xj_chart_table tr:first-child td {
  padding: 24px 20px;
}
.strategy section.sec04 .box table {
  width: 100%;
  max-width: 688px;
  margin: 39px auto 0;
  border: 1px solid #D6D6D6;
  border-collapse: collapse;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media (max-width: 767px) {
  .strategy section.sec04 .box table {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.strategy section.sec04 .box table th {
  border: 1px solid #D6D6D6;
  padding: 24px 0;
  text-align: center;
  color: #fff;
  background: #737373;
  font-weight: 500;
  vertical-align: middle;
}
.strategy section.sec04 .box table th:nth-child(1) {
  width: 47%;
}
.strategy section.sec04 .box table th:nth-child(2), .strategy section.sec04 .box table th:nth-child(3) {
  width: 26%;
}
.strategy section.sec04 .box table td {
  border: 1px solid #D6D6D6;
  padding: 10px 20px;
  vertical-align: middle;
}
.strategy section.sec04 .box table td:nth-child(2),
.strategy section.sec04 .box table td:nth-child(3) {
  text-align: right;
}
.strategy section.sec04 .link_wrap {
  margin-top: 110px;
}
@media (max-width: 767px) {
  .strategy section.sec04 .link_wrap {
    margin-top: 80px;
  }
}
.strategy section.sec04 .link_text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .strategy section.sec04 .link_text {
    font-size: 1.6rem;
  }
}
.strategy section.sec04 .link_text::before, .strategy section.sec04 .link_text::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2px;
  background: #F6F0F0;
}
.strategy section.sec04 .link_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  font-weight: 700;
}
.strategy section.sec04 .link_list a {
  display: block;
  letter-spacing: 0.12em;
  max-width: 300px;
  width: 100%;
  border: 1px solid #2E8208;
  border-radius: 50px;
  padding: 15px 25px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .strategy section.sec04 .link_list a {
    font-size: 1.4rem;
    padding: 10px 25px;
  }
}
.strategy section.sec04 .link_list a::before {
  content: "";
  background-image: url(/assets/images/inv/common/icon_arrow_link.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}

.gfooter {
  margin-top: 54px;
}