@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap);
/**resrt****************************/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
}

section {
  min-height: 50px;
  clear: both;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
}

.img-center {
  display: block;
  margin: 0 auto;
}

a:hover img {
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
}

h6 {
  display: none;
}

.disp-no {
  display: none;
}

.disp-pc {
  display: inline;
}

.disp-sp {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

span.nobr {
  display: inline;
}

div.scroll-x {
  overflow-x: auto;
  width: 100%;
}

.tbc {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

strong {
  font-size: 2rem;
  font-weight: 700 !important;
}

.red {
  color: #bc2a24;
}

.required {
  color: #bc2a24;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: inline;
  }
}
/** global ****************************/
/**.header-lang {
  display: none !important;
}*/

.layout_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.layout_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.layout_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.link__arrow {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
}
.link__arrow::before {
  background: url("../img/ico_arrow_right.png") no-repeat center/contain;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  padding-left: 0.5em;
}

.global-white {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 0 36px;
}
.global-blue {
  background: #014099;
  padding: 0 0 36px;
}
.global__body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.global__main {
  background: url(../img/bg_top_all.png) center top no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .global__main {
    background: url(../img/bg_top_all_sp.png) no-repeat center top/contain, url(../img/bg_mid_right_sp.png) no-repeat right 135px/50%, url(../img/bg_bottom_sp.png) no-repeat center bottom;
  }
}
.global__main--bg2 {
  background: url(../img/bg_top_02.png) right top no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .global__main--bg2 {
    background: url(../img/bg_top_all_sp.png) no-repeat center top/contain, url(../img/bg_mid_right_sp.png) no-repeat right 300px/50%, url(../img/bg_bottom_sp.png) no-repeat center bottom;
  }
}
.global__main--bg3 {
  background: url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .global__main--bg3 {
    background: url(../img/bg_top_03_sp.png) center top/contain no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.global__container {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.global__inner--01 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.global__inner--02 {
  width: 100%;
  max-width: 1122px;
  margin: 0 auto;
}
.global__inner--03 {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
@media (width <= 768px) {
  .global__inner--03 {
    padding: 0 1em;
  }
}
.global__inner--04 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (width <= 768px) {
  .global__inner--04 {
    padding: 0 1em;
  }
}
.global__section {
  padding-bottom: 60px;
}
@media (width <= 768px) {
  .global__section {
    padding-bottom: 30px;
  }
}
.global__section--0 {
  padding: 0;
}
.global__section--topup {
  margin-top: -260px;
}
@media (width <= 768px) {
  .global__section--topup {
    margin-top: -80px;
  }
}
.global__section_white {
  padding: 60px 0;
}
@media (width <= 768px) {
  .global__section_white {
    padding: 30px 0;
  }
}
.global__section_gray {
  padding: 60px 0;
  background-color: rgba(238, 239, 240, 0.5);
}
@media (width <= 768px) {
  .global__section_gray {
    padding: 30px 0;
  }
}
.global__section_blue {
  padding: 60px 0;
  background-color: #f5fbfe;
}
@media (width <= 768px) {
  .global__section_blue {
    padding: 30px 0;
  }
}
.global__section_green {
  padding: 60px 0;
  background-color: #eaf7e9;
}
@media (width <= 768px) {
  .global__section_green {
    padding: 30px 0;
  }
}
@media screen and (width < 1200px) {
  .global__container, .global__inner--01, .global__inner--02 {
    padding: 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .global__body {
    font-size: 1.5rem;
  }
}
.global__inner {
  width: 100%;
  max-width: calc(2em + 860px);
  position: relative;
  margin: 0 auto;
  padding: 0 1em;
  display: flow-root;
}
.global__inner::after {
  content: "";
  display: table;
  clear: both;
}
.global__inner-0 {
  width: 100%;
  max-width: 860px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  display: flow-root;
}
.global__path {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 100px;
}
.global__path__link:link, .global__path__link:visited, .global__path__link:hover {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .global__path__path {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
    margin: 35px 0;
  }
}
.global__heading1, .global__heading1--border {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 50px;
}
.global__heading1 > span, .global__heading1--border > span {
  font-size: 2.4rem;
}
.global__heading--sub {
  font-size: 2.4rem;
}
.global__heading1--border {
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff;
}
@media screen and (max-width: 768px) {
  .global__heading1, .global__heading1--border {
    font-size: 3rem;
    margin-top: 0;
  }
  .global__heading1 > span, .global__heading1--border > span {
    font-size: 1.6rem;
  }
  .global__heading--sub {
    display: block;
    font-size: 1.6rem;
  }
}
.global__heading2, .global__heading2s, .global__heading2--none {
  color: #014099;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.25;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media (width <= 768px) {
  .global__heading2, .global__heading2s, .global__heading2--none {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.global__heading2 span, .global__heading2s span, .global__heading2--none span {
  margin-left: 30px;
  margin-top: 14px;
}
@media (width <= 768px) {
  .global__heading2 span, .global__heading2s span, .global__heading2--none span {
    display: block;
    text-align: right;
  }
}
.global__heading2, .global__heading2s {
  border-left: 6px solid #014099;
}
.global__heading2s {
  font-size: 2.4rem;
}
@media (width <= 768px) {
  .global__heading2s {
    font-size: 2rem;
    padding-left: 10px;
  }
}
.global__heading3--blue, .global__heading3--green, .global__heading3--green-2 {
  color: #FFF;
  font-size: 3rem;
  font-weight: 600;
  line-height: 40px;
  padding: 5px 1em;
  margin-bottom: 40px;
}
@media screen and (width <= 768px) {
  .global__heading3--blue, .global__heading3--green, .global__heading3--green-2 {
    font-size: 1.8rem;
    line-height: 30px;
    margin-bottom: 18px;
  }
}
.global__heading3--blue {
  background-color: #014099;
}
.global__heading3--green {
  background-color: #60aebc;
}
.global__heading3--green-2 {
  background-color: #6db98f;
}
.global__heading3--line {
  color: #014099;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.35;
  margin-left: -70px;
}
.global__heading3--line::before {
  background: url(../img/lin_h2.png) center center no-repeat;
  content: "";
  display: inline-block;
  width: 50px;
  height: 60px;
  margin-right: 23px;
}
@media screen and (width <= 768px) {
  .global__heading3--line {
    font-size: 2rem;
    margin: 15px 0 15px -1em;
  }
  .global__heading3--line::before {
    width: 25px;
    height: 30px;
    margin-right: 15px;
  }
}
.global__heading3--sub {
  color: #014099;
  font-size: 2.4rem;
  margin: -20px 0 30px;
}
.global__heading4 {
  background: -webkit-linear-gradient(left, #054586, #41a089);
  background: linear-gradient(to right, #054586, #41a089);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFF;
  font-size: 2rem;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  width: 220px;
  height: 50px;
  margin: 40px 0 0;
}
.global__heading4--blue, .global__heading4--green {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  margin-bottom: 40px;
}
.global__heading4--blue {
  background-color: #3569b5;
}
.global__heading4--green {
  background-color: #6db98f;
}
.global__heading5 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
}
.global__caption {
  font-size: 1.4rem;
  padding-bottom: 0.7em;
}
.global__note {
  font-size: 1.2rem;
  margin-top: 1em;
}
.global__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4;
  text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 16px #fff, 0 0 32px #fff;
}
.global__lead > span {
  font-size: 1.6rem;
}
@media screen and (width <= 768px) {
  .global__lead {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .global__lead > span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .global__caption {
    font-size: 1.2rem;
  }
}
.global__figure {
  margin: 40px 0;
}
.global__figure--bottom {
  margin: 40px 0 0 0;
}
@media screen and (width <= 768px) {
  .global__figure--bottom {
    margin: 20px 0 0 0;
  }
}
.global__figure--top {
  margin: 0 0 40px 0;
}
@media screen and (width <= 768px) {
  .global__figure--top {
    margin: 0 0 20px 0;
  }
}
.global__img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.global__column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .global__column-2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.global__column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}
@media screen and (max-width: 768px) {
  .global__column-3 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.global__btn-wrapper-1 {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 386px;
  margin: 0 auto;
}
.global__btn-wrapper-2, .global__btn-wrapper-2--nrw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 30px;
  width: 100%;
  text-align: center;
}
.global__btn-wrapper-2--nrw {
  max-width: 786px;
  margin: 35px auto;
}
.global__btn-wrapper-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .global__btn-wrapper-1, .global__btn-wrapper-2, .global__btn-wrapper-2--nrw, .global__btn-wrapper-3 {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 0 30px 10px 30px;
    margin: 5px auto;
  }
}
.global__list-dot {
  list-style: none;
  margin-bottom: 1em;
}
.global__list-dot > li {
  padding-left: 1em;
}
.global__list-dot > li:before {
  content: "・";
  margin-left: -1em;
}
.global__ol--kome {
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: note;
}
.global__ol--kome li {
  counter-increment: note;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.6;
  margin-bottom: 0.2em;
}
.global__ol--kome li::before {
  content: "※" counter(note);
  position: absolute;
  left: 0;
  width: 2em;
  text-align: right;
  color: #000;
}

section:last-of-type {
  padding-bottom: 100px;
}
@media screen and (width <= 768px) {
  section:last-of-type {
    padding-bottom: 50px;
  }
}

/**ir-header****************************/
.ir-nav-1 {
  background: #f0efef;
  height: 100px;
}
.ir-nav-1__list {
  font-size: 1.4rem;
  line-height: 2.14;
}
.ir-nav-1__list li {
  display: inline-block;
  padding: 10px 0.5em;
  white-space: nowrap;
}
.ir-nav-1__list--link, .ir-nav-1__list--link:link, .ir-nav-1__list--link:visited {
  color: #000;
  text-decoration: none;
}
.ir-nav-1__list--link:hover {
  color: #000;
  text-decoration: underline;
}
.ir-nav-1__list--current {
  border-bottom: 5px solid #014099;
}

.ir-nav-2 {
  background: #3e6d9e;
  height: 100px;
}
.ir-nav-2__list {
  font-size: 1.4rem;
  line-height: 1.7;
}
.ir-nav-2__list li {
  display: inline-block;
  padding-right: 1em;
  white-space: nowrap;
}
.ir-nav-2__list--link, .ir-nav-2__list--link:link, .ir-nav-2__list--link:visited {
  color: #FFF;
  text-decoration: none;
}
.ir-nav-2__list--link:hover {
  color: #FFF;
  text-decoration: underline;
}
.ir-nav-2__list--current {
  background-color: #FFF;
}
.ir-nav-2__list--current:link, .ir-nav-2__list--current:visited, .ir-nav-2__list--current:hover {
  color: #3e6d9e;
  font-weight: 700;
}

.ir-header {
  height: 550px;
}

.ir-header--420 {
  height: 420px;
}

.ir-header--350 {
  height: 350px;
}

@media screen and (max-width: 768px) {
  .ir-nav-1,
  .ir-nav-2 {
    display: none;
  }
  .ir-header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .ir-header,
  .ir-header--420,
  .ir-header--350 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    height: 166px;
  }
  .ir-header__h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
/** top ****************************/
.top__main {
  background: url(../img/top/bg_top.png) center top no-repeat;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .top__main {
    background: url(../img/top/bg_top_sp.png) center top/contain no-repeat;
  }
}
.top__header {
  position: relative;
  height: 760px;
}
@media screen and (width <= 768px) {
  .top__header {
    height: 134.6vw;
  }
}
.top__container {
  height: 660px;
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.top__section--01 {
  background: url(../img/top/bg_section_border_00.png) center top no-repeat, url(../img/future_initiative/coo-message/bg_bottom_coo.png) left calc(50% + 400px) top -100px no-repeat, url(../img/bg_mid_left_02.png) left -350px top 50% no-repeat, url(../img/bg_mid_right.png) left calc(50% + 570px) bottom -100px no-repeat, url(../img/top/bg_section_border_03.png) center bottom no-repeat;
  background-color: #eaf6fd;
  padding-top: 150px;
  padding-bottom: 108px;
}
@media screen and (width <= 768px) {
  .top__section--01 {
    background: url(../img/top/bg_section_border_00.png) center top/contain no-repeat, url(../img/future_initiative/coo-message/bg_bottom_coo.png) no-repeat calc(100% + 80vw) -100px, url(../img/bg_mid_left_02.png) left -350px top 50% no-repeat, url(../img/bg_mid_right.png) calc(100% + 90vw) calc(100% + 100px) no-repeat, url(../img/top/bg_section_border_03.png) center bottom no-repeat;
    background-color: #eaf6fd;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
.top__section--02 {
  background: url(../img/bg_mid_left.png) left calc(50% - 450px) top 100px no-repeat, url(../img/top/bg_section_border_02.png) center bottom no-repeat;
  background-color: #d5f0f3;
  padding-bottom: 108px;
}
@media screen and (width <= 768px) {
  .top__section--02 {
    padding-bottom: 60px;
  }
}
.top__section--03 {
  background: url(../img/bg_mid_right_02.png) left calc(50% + 570px) top 50% no-repeat, url(../img/top/bg_section_border_01.png) center bottom no-repeat;
  background-color: #def0ef;
  padding-top: 80px;
  padding-bottom: 108px;
}
@media screen and (width <= 768px) {
  .top__section--03 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.top__section--04 {
  padding-top: 80px;
  padding-bottom: 0;
}
.top__btn--pdf {
  position: absolute;
  bottom: 80px;
  left: 200px;
  z-index: 9;
}
@media screen and (width <= 768px) {
  .top__btn--pdf {
    top: 110vw;
    left: 5.5vw;
  }
}
.top__num--01 {
  position: absolute;
  top: -120px;
  left: -50px;
  z-index: 9;
}
@media screen and (width <= 768px) {
  .top__num--01 {
    top: -105px;
    left: 10px;
    width: 13vw;
  }
}
.top__num--02 {
  position: absolute;
  top: -130px;
  left: -50px;
  z-index: 9;
}
@media screen and (width <= 768px) {
  .top__num--02 {
    top: -18vw;
    left: 10px;
    width: 13vw;
  }
}
.top__num--03 {
  position: absolute;
  top: -130px;
  left: -50px;
  z-index: 9;
}
@media screen and (width <= 768px) {
  .top__num--03 {
    top: -105px;
    left: 10px;
    width: 13vw;
  }
}
.top__heading2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 6rem;
  line-height: 1.1;
  color: #000;
  text-decoration: none;
}
.top__heading2::after {
  background: url("../img/ico_arrow_right_lg.png") no-repeat center/contain;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-left: 0.5em;
}
@media screen and (width <= 768px) {
  .top__heading2 {
    font-size: 3rem;
  }
  .top__heading2::after {
    background: url("../img/ico_arrow_right.png") no-repeat center/contain;
    width: 25px;
    height: 25px;
  }
}
.top__heading3--line {
  color: #014099;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 60px 0 40px -70px;
}
.top__heading3--line::before {
  background: url(../img/lin_h2.png) center center no-repeat;
  content: "";
  display: inline-block;
  width: 50px;
  height: 60px;
  margin-right: 23px;
}
@media screen and (width <= 768px) {
  .top__heading3--line {
    font-size: 2rem;
    margin: 30px 0 30px -1em;
  }
  .top__heading3--line::before {
    width: 25px;
    height: 30px;
    margin-right: 15px;
  }
}
.top__heading4 {
  font-size: 4rem;
  margin-bottom: 30px;
}
@media screen and (width <= 768px) {
  .top__heading4 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}
.top__wrapper--02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (width <= 768px) {
  .top__wrapper--02 {
    grid-template-columns: 1fr;
  }
}
.top__wrapper--03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
@media screen and (width <= 768px) {
  .top__wrapper--03 {
    grid-template-columns: 1fr;
  }
}
.top__layout--01 {
  background: url(../img/bg_bottom.png) center bottom no-repeat;
  background-color: #9acedd;
  padding: 40px 20px;
  margin-bottom: 100px;
}
.top__pct--right {
  float: right;
}
.top__margin-bottom--m {
  margin-bottom: 60px;
}
.top__margin-top--20 {
  margin-top: 20px;
}
.top__margin-bottom--100 {
  margin-bottom: 100px;
}
.top__margin-bottom--80 {
  margin-bottom: 80px;
}
.top__margin-bottom--60 {
  margin-bottom: 60px;
}
.top__margin-bottom--40 {
  margin-bottom: 40px;
}
.top__margin-bottom--30 {
  margin-bottom: 30px;
}
.top__margin-bottom--20 {
  margin-bottom: 20px;
}
.top__margin-bottom--15 {
  margin-bottom: 15px;
}
.top__margin-bottom--0 {
  margin-bottom: 0;
}
.top__list--all {
  color: #000;
  line-height: 70px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .top__list--all {
    font-size: 1.6rem;
  }
}
.top__list--all li {
  background: url(../img/ico_pdf.svg) no-repeat right 20px center;
  color: #000;
  border-bottom: 1px solid #cbcbcb;
}
.top__list--h4 {
  line-height: 70px;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (width <= 768px) {
  .top__list--h4 {
    font-size: 1.6rem;
  }
}
.top__list {
  line-height: 70px;
  font-weight: 700;
  padding-left: 45px;
}
.top__list li {
  color: #014099;
  background: url(../img/ico_pdf.svg) no-repeat right 20px center;
  border-bottom: 1px solid #cbcbcb;
}

/** future_initiative ****************************/
.future_initiative__main {
  background: url(../img/future_initiative/bg_future_initiative_top.png) no-repeat center top, url(../img/bg_mid_left_02.png) no-repeat calc(50% - 500px) calc(100% + 10px), url(../img/bg_mid_right.png) no-repeat calc(50% + 500px) calc(100% + 100px);
  background-color: #eaf6fd;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .future_initiative__main {
    background: url(../img/future_initiative/bg_future_initiative_top_sp.png) no-repeat center top/contain, url(../img/bg_mid_left_02.png) no-repeat calc(50% - 200px) calc(100% + 50px);
    margin-top: -145px;
  }
}
.future_initiative__header {
  position: relative;
  height: 527px;
}
@media screen and (width <= 768px) {
  .future_initiative__header {
    height: 50vw;
  }
}
.future_initiative__heading1 {
  color: #fff;
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 140px;
}
@media screen and (width <= 768px) {
  .future_initiative__heading1 {
    font-size: 3rem;
    padding: 15vw 0 0 15vw;
  }
}
.future_initiative__num {
  position: absolute;
  top: -120px;
  left: -50px;
  z-index: 9;
}
@media screen and (width <= 768px) {
  .future_initiative__num {
    top: 15vw;
    left: 10px;
    width: 13vw;
  }
}
.future_initiative__section--gray {
  background: url(../img/future_initiative/bg_01.png) no-repeat right top, url(../img/future_initiative/bg_02.png) no-repeat left bottom;
  padding: 55px 0 65px;
  background-color: #eeeff0;
}
@media screen and (width <= 768px) {
  .future_initiative__section--gray {
    background: url(../img/future_initiative/bg_01_sp.png) no-repeat right top, url(../img/future_initiative/bg_02_sp.png) no-repeat left bottom;
    background-color: #eeeff0;
  }
}
.future_initiative__container {
  height: 660px;
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
.future_initiative__num--01 {
  position: absolute;
  top: -120px;
  left: -50px;
  z-index: 9;
}
.future_initiative__num--02 {
  position: absolute;
  top: -130px;
  left: -50px;
  z-index: 9;
}
.future_initiative__num--03 {
  position: absolute;
  top: -130px;
  left: -50px;
  z-index: 9;
}
.future_initiative__heading2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 6rem;
  line-height: 1.1;
  color: #000;
  text-decoration: none;
}
.future_initiative__heading2::after {
  background: url("../img/ico_arrow_right_lg.png") no-repeat center/contain;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  padding-left: 0.5em;
}
.future_initiative__heading3--line {
  color: #014099;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 60px 0 40px -70px;
}
.future_initiative__heading3--line::before {
  background: url(../img/lin_h2.png) center center no-repeat;
  content: "";
  display: inline-block;
  width: 50px;
  height: 60px;
  margin-right: 23px;
}
.future_initiative__heading4 {
  font-size: 4rem;
  margin-bottom: 30px;
}
.future_initiative__wrapper--02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.future_initiative__wrapper--02-0 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.future_initiative__wrapper--03 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (width <= 768px) {
  .future_initiative__wrapper--02, .future_initiative__wrapper--02-0, .future_initiative__wrapper--03 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.future_initiative__layout {
  display: grid;
  grid-template-columns: 328px 1fr 200px;
  gap: 35px;
}
@media screen and (width <= 768px) {
  .future_initiative__layout {
    grid-template-columns: 1fr;
  }
}
.future_initiative__layout--01 {
  background: url(../img/bg_bottom.png) center bottom no-repeat;
  background-color: #9acedd;
  padding: 40px 20px;
  margin-bottom: 100px;
}
.future_initiative__pct--right {
  float: right;
}
.future_initiative__margin-bottom--m {
  margin-bottom: 60px;
}
.future_initiative__margin-top--20 {
  margin-top: 20px;
}
.future_initiative__margin-bottom--100 {
  margin-bottom: 100px;
}
.future_initiative__margin-bottom--80 {
  margin-bottom: 80px;
}
.future_initiative__margin-bottom--60 {
  margin-bottom: 60px;
}
.future_initiative__margin-bottom--40 {
  margin-bottom: 40px;
}
.future_initiative__margin-bottom--30 {
  margin-bottom: 30px;
}
.future_initiative__margin-bottom--0 {
  margin-bottom: 0;
}
.future_initiative__list--all {
  color: #000;
  line-height: 70px;
  font-size: 2.4rem;
  font-weight: 700;
}
.future_initiative__list--all li {
  background: url(../img/ico_pdf.svg) no-repeat right 20px center;
  color: #000;
  border-bottom: 1px solid #cbcbcb;
}
.future_initiative__list--h4 {
  line-height: 70px;
  font-size: 2.4rem;
  font-weight: 700;
}
.future_initiative__list {
  line-height: 70px;
  font-weight: 700;
  padding-left: 45px;
}
.future_initiative__list li {
  color: #014099;
  background: url(../img/ico_pdf.svg) no-repeat right 20px center;
  border-bottom: 1px solid #cbcbcb;
}

/** vision ****************************/
.vision__main {
  background: url(../img/future_initiative/vision/bg_top_vision.png) center top no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .vision__main {
    background: url(../img/future_initiative/vision/bg_top_vision_sp.png) center top/contain no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.vision__section {
  min-height: 517px;
  margin-bottom: 60px;
}
@media screen and (width <= 768px) {
  .vision__section {
    min-height: 85vw;
  }
}

/** History ****************************/
.history__layout--pc {
  display: grid;
  grid-template-columns: 328px 1fr 200px;
  gap: 35px;
}
@media screen and (width <= 768px) {
  .history__layout--pc {
    display: none;
  }
}
.history__layout--sp {
  display: none;
}
@media screen and (width <= 768px) {
  .history__layout--sp {
    display: block;
  }
}
.history__layout--left {
  float: left;
  width: 30vw;
  padding: 0 0.5em 0.5em 0;
}
.history__layout--right {
  float: right;
  clear: both;
  width: 25vw;
  padding: 0 0 0.5em 0.5em;
}

.space {
  display: block;
  clear: both;
  height: 1px;
  width: 30%;
}

/**human-capital****************************/
.human-capital {
  background-image: url(../img/bg_footer-left.png), url(../img/human-capital/bg_human-capital_00.png), url(../img/human-capital/bg_human-capital_00.png);
  background-position: left bottom 1354px, right top 2080px, right bottom 3270px;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
@media screen and (max-width: 768px) {
  .human-capital {
    background-position: left bottom 1354px, right top 2600px, right bottom 3270px;
    background-size: 50vw, 50vw, 50vw;
  }
}
.human-capital__btn--single {
  width: 386px;
}
.human-capital__btn--single-02 {
  width: 396px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .human-capital__btn--single, .human-capital__btn--single-02 {
    width: 100%;
    max-width: 386px;
  }
}
.human-capital__img--single-01 {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .human-capital__img--single-01 {
    margin-top: 40px;
  }
}
.human-capital__img--single-02 {
  margin-top: 110px;
}
@media screen and (max-width: 768px) {
  .human-capital__img--single-02 {
    margin-top: 1px;
  }
}
.human-capital__txt {
  padding-left: 87px;
}
@media screen and (max-width: 768px) {
  .human-capital__txt {
    padding-left: 0;
  }
}
.human-capital__bg-2color {
  background: url(../img/human-capital/bg_2color_tr.png) repeat-y center center;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 60px;
}
.human-capital__bg-2color__inner--l {
  width: 100%;
  max-width: 580px;
  margin: 0 0 0 auto;
}
.human-capital__bg-2color__inner--r {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .human-capital__bg-2color {
    background: none;
    margin-bottom: 0;
  }
  .human-capital__bg-2color__inner--l, .human-capital__bg-2color__inner--r {
    padding: 0 1em;
    margin: 0;
  }
}
.human-capital__wrapper-01 {
  display: grid;
  grid-template-columns: 575fr 625fr;
  gap: 45px;
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .human-capital__wrapper-01 {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 0;
  }
}
.human-capital__wrapper-02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .human-capital__wrapper-02 {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 0;
  }
  .human-capital__wrapper-02 .child:first-child {
    background-color: #014099;
  }
}
.human-capital__wrapper-03 {
  display: grid;
  grid-template-columns: 528fr 672fr;
  gap: 35px;
}
.human-capital__wrapper-04 {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 35px;
}
.human-capital__wrapper-05 {
  display: grid;
  grid-template-columns: 490fr 710fr;
  gap: 35px;
}
.human-capital__wrapper-06 {
  display: grid;
  grid-template-columns: 740fr 460fr;
  gap: 40px;
}
.human-capital__wrapper-07 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.human-capital__wrapper-07 .child__summit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.human-capital__wrapper-07 figcaption {
  min-height: 62px;
}
@media screen and (max-width: 768px) {
  .human-capital__wrapper-07 {
    grid-template-columns: 1fr;
    gap: 1px;
  }
}
@media screen and (max-width: 768px) {
  .human-capital__wrapper-03, .human-capital__wrapper-04, .human-capital__wrapper-05, .human-capital__wrapper-06 {
    grid-template-columns: 1fr;
  }
}
.human-capital__inner {
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .human-capital__inner {
    padding: 0;
  }
}
.human-capital__img--over-01 {
  width: 613px;
  margin-top: 30px;
  margin-left: 87px;
}
.human-capital__img--over-04 {
  width: 613px;
  margin-top: 30px;
  margin-left: 87px;
}
.human-capital__img--over-06 {
  margin-left: 67px;
}
.human-capital__img--over-07 {
  margin-left: 67px;
}
.human-capital__img--over-09 {
  margin-left: 40px;
}
.human-capital__img--over-10 {
  margin-right: 55px;
}
.human-capital__img--over-13 {
  margin-left: 33px;
}
@media (width < 860px) {
  .human-capital__img--over-01, .human-capital__img--over-04, .human-capital__img--over-06, .human-capital__img--over-07, .human-capital__img--over-09, .human-capital__img--over-l0, .human-capital__img--over-l3 {
    margin-left: 0;
    margin-right: 0;
  }
  .human-capital__img--over-04 {
    padding: 30px 1em 0 1em;
  }
}
@media screen and (max-width: 768px) {
  .human-capital__img--over-10 {
    margin-right: 0;
  }
}
.human-capital__campus {
  background: url(../img/human-capital/bg_human-capital_01.png) no-repeat;
  background-position: right calc((100vw - 1200px) / 2) center;
  min-height: 375px;
  padding-top: 30px;
  margin-bottom: 50px;
}
.human-capital__campus--inner {
  width: 542px;
  max-width: calc(50% - 2em);
}
.human-capital__campus--inner img {
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .human-capital__campus {
    background: url(../img/human-capital/bg_human-capital_01-md.png) no-repeat;
    background-position: left top;
    background-size: 100vw;
    height: 35vw;
    min-height: 30vw;
    padding-top: 15px;
    padding-left: 30px;
    margin-bottom: 10px;
  }
  .human-capital__campus--inner {
    width: 50vw;
    max-width: 50vw;
  }
  .human-capital__campus--inner img {
    margin-bottom: 10px;
    width: 160px;
  }
}
@media screen and (max-width: 640px) {
  .human-capital__campus {
    background: url(../img/human-capital/bg_human-capital_01-sp.png) no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 140vw;
    padding-top: 25px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .human-capital__campus--inner {
    width: 100%;
    max-width: 100%;
  }
  .human-capital__campus--inner img {
    margin-bottom: 14px;
    width: 200px;
  }
}
.human-capital__h3 {
  border-top: 2px solid #054887;
  border-bottom: 2px solid #054887;
  color: #054887;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 64px;
  text-align: center;
  margin: 25px 0;
}
@media screen and (max-width: 768px) {
  .human-capital__h3 {
    font-size: 1.6rem;
    line-height: 35px;
    text-align: center;
  }
}
.human-capital__resilience {
  background: url(../img/human-capital/bg_human-capital_02.png) no-repeat left bottom 72px;
  min-height: 720px;
}
@media screen and (max-width: 768px) {
  .human-capital__resilience {
    background: url(../img/human-capital/bg_human-capital_02.png) no-repeat left top 110px;
    background-size: 80vw;
    background-color: #014099;
    min-height: auto;
  }
}
@media screen and (max-width: 1330px) {
  .human-capital__wrapper {
    grid-template-columns: 1fr;
  }
}

/** ceo ****************************/
.ceo__main {
  background: url(../img/future_initiative/ceo-message/bg_ceo_ceo.png) calc(50% + 400px) 320px no-repeat, url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_mid_left.png) calc(50% - 450px) 2000px no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media (width < 1200px) {
  .ceo__main {
    background: url(../img/future_initiative/ceo-message/bg_ceo_ceo.png) calc(100% - 50px) 320px no-repeat, url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_mid_left.png) calc(50% - 450px) 50% no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  }
}
@media (width <= 768px) {
  .ceo__main {
    background: url(../img/future_initiative/ceo-message/bg_ceo_ceo.png) calc(100% - 10px) 150px/45% no-repeat, url(../img/bg_top_03_sp.png) center top/contain no-repeat, url(../img/bg_mid_left.png) calc(50% - 450px) 50% no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.ceo__container--half {
  width: 50%;
}
.ceo__layout {
  display: grid;
  grid-template-columns: 1fr 400px;
}
@media screen and (width <= 768px) {
  .ceo__layout {
    display: none;
  }
}
.ceo__photo {
  float: right;
  width: 50%;
  padding: 0 0 25px 25px;
}
@media screen and (width <= 768px) {
  .ceo__photo {
    clear: both;
    width: 100%;
    padding: 20px 0;
  }
}
.ceo__img--dummy {
  float: right;
}
@media screen and (width <= 768px) {
  .ceo__img--dummy {
    width: 50vw;
    height: 80vw;
  }
}
@media screen and (width <= 500px) {
  .ceo__img--dummy {
    height: 51.7vw;
  }
}
@media screen and (width <= 400px) {
  .ceo__img--dummy {
    height: 21.8vw;
  }
}

/** coo ****************************/
.coo__main {
  background: url(../img/future_initiative/coo-message/bg_coo_coo.png) left calc(50% + 400px) top 320px no-repeat, url(../img/bg_top_03.png) center top no-repeat, url(../img/future_initiative/coo-message/bg_bottom_coo.png) left calc(50% + 250px) bottom 270px no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media (width < 1200px) {
  .coo__main {
    background: url(../img/future_initiative/coo-message/bg_coo_coo.png) calc(100% - 50px) 320px no-repeat, url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_mid_left.png) calc(50% - 450px) 50% no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  }
}
@media (width <= 768px) {
  .coo__main {
    background: url(../img/future_initiative/coo-message/bg_coo_coo.png) calc(100% - 10px) 150px/45% no-repeat, url(../img/bg_top_03_sp.png) center top/contain no-repeat, url(../img/future_initiative/coo-message/bg_bottom_coo.png) left calc(50% + 250px) bottom 270px no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.coo__container--half {
  width: 50%;
}
.coo__layout {
  width: 55%;
  margin-top: 40px;
}
@media screen and (width <= 768px) {
  .coo__layout {
    width: 100%;
    margin-top: 25px;
  }
}
.coo__photo--left {
  float: left;
  width: 50%;
  padding: 0 25px 25px 0;
}
@media screen and (width <= 768px) {
  .coo__photo--left {
    clear: both;
    width: 100%;
    padding: 20px 0;
  }
}
.coo__photo--right {
  float: right;
  width: 50%;
  padding: 0 0 25px 25px;
}
@media screen and (width <= 768px) {
  .coo__photo--right {
    clear: both;
    width: 100%;
    padding: 20px 0;
  }
}
.coo__img--dummy {
  float: right;
}
@media screen and (width <= 768px) {
  .coo__img--dummy {
    width: 50vw;
    height: 85vw;
  }
}
@media screen and (width <= 500px) {
  .coo__img--dummy {
    height: 60vw;
  }
}
@media screen and (width <= 400px) {
  .coo__img--dummy {
    height: 32vw;
  }
}

/** cho ****************************/
.cho__main {
  background: url(../img/future_initiative/cho-message/bg_cho_cho.png) left calc(50% + 400px) top 320px no-repeat, url(../img/bg_top_03.png) center top no-repeat, url(../img/future_initiative/cho-message/bg_bottom_cho.png) left calc(50% - 500px) bottom 170px no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media (width < 1200px) {
  .cho__main {
    background: url(../img/future_initiative/cho-message/bg_cho_cho.png) calc(100% - 50px) 320px no-repeat, url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_mid_left.png) calc(50% - 450px) 50% no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  }
}
@media (width <= 768px) {
  .cho__main {
    background: url(../img/future_initiative/cho-message/bg_cho_cho.png) calc(100% - 5px) 150px/42% no-repeat, url(../img/bg_top_03_sp.png) center top/contain no-repeat, url(../img/future_initiative/cho-message/bg_bottom_cho.png) left calc(50% - 500px) bottom 170px no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.cho__container--half {
  width: 50%;
}
.cho__layout {
  display: grid;
  grid-template-columns: 1fr 360px;
}
.cho__photo--left {
  float: left;
  width: 50%;
  padding: 0 25px 25px 0;
}
@media screen and (width <= 768px) {
  .cho__photo--left {
    clear: both;
    width: 100%;
    padding: 20px 0;
  }
}
.cho__photo--right {
  float: right;
  width: 50%;
  padding: 0 0 25px 25px;
}
@media screen and (width <= 768px) {
  .cho__photo--right {
    clear: both;
    width: 100%;
    padding: 20px 0;
  }
}
.cho__img--dummy {
  float: right;
}
@media screen and (width <= 768px) {
  .cho__img--dummy {
    display: block;
    /* フロートの横幅は“テキストが横に入る余地”を残す値に */
    width: 300px;
    /* 画像の縦横を自由にしたい場合は object-fit を併用 */
    height: 70vw; /* 必要なら固定でOK */
    -o-object-fit: cover;
       object-fit: cover; /* 収まり良く見せる */
    margin: 0 0 12px 16px; /* テキストとの隙間（左に余白が大事） */
    -webkit-shape-outside: inset(0);
            shape-outside: inset(0);
  }
}
@media screen and (width <= 500px) {
  .cho__img--dummy {
    width: 50vw;
    height: 50vw;
  }
}
@media screen and (width <= 400px) {
  .cho__img--dummy {
    width: 50vw;
    height: 30vw;
  }
}

/** business-portfolio ****************************/
.business-portfolio__main {
  background: url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_mid_left.png) left calc(50% - 450px) top 2000px no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .business-portfolio__main {
    background: url(../img/bg_top_03_sp.png) center top/contain no-repeat, url(../img/bg_mid_left.png) left calc(50% - 450px) top 2000px no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.business-portfolio__tab--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 782px;
}
@media screen and (width <= 768px) {
  .business-portfolio__tab--wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 52vw;
    margin-top: -30px;
  }
}
.business-portfolio__lead {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (width <= 768px) {
  .business-portfolio__lead {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

/** businessplan-review ****************************/
.businessplan-review__main {
  background: url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_mid_left.png) left calc(50% - 450px) top 2000px no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .businessplan-review__main {
    background: url(../img/bg_top_03_sp.png) center top/contain no-repeat, url(../img/bg_mid_left.png) left calc(50% - 450px) top 2000px no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.businessplan-review__layout {
  width: 100%;
  max-width: 782px;
}
@media screen and (width < 1142px) {
  .businessplan-review__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .businessplan-review__scroll img {
    display: block;
    max-width: none;
    width: 1142x;
  }
}
.businessplan-review__scroll--note {
  display: none;
}
@media screen and (width < 1142px) {
  .businessplan-review__scroll--note {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    margin: 10px 0;
  }
  .businessplan-review__scroll--note span::after {
    background: url("../img/ico_arrow_long.png") no-repeat right bottom/contain;
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    padding-left: 0.5em;
  }
}

/**ceo****************************/
.businessplan__main {
  background: url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .businessplan__main {
    background: url(../img/bg_top_03_sp.png) center top/contain no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.businessplan__tab--wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  width: 782px;
}
@media screen and (width <= 768px) {
  .businessplan__tab--wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 52vw;
    margin-top: 1px;
  }
}
.businessplan__footer {
  padding: 50px 0 80px;
}

/** human-resources ****************************/
.human-resources__main {
  background: url(../img/future_initiative/human-resources/bg_human-resources.png) left calc(50% + 400px) top 320px no-repeat, url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_mid_left.png) left calc(50% - 450px) top 2000px no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media (width < 1200px) {
  .human-resources__main {
    background: url(../img/future_initiative/human-resources/bg_human-resources.png) calc(100% - 50px) 320px no-repeat, url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_mid_left.png) calc(50% - 450px) 50% no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  }
}
@media (width <= 768px) {
  .human-resources__main {
    background: url(../img/future_initiative/human-resources/bg_human-resources.png) calc(100% - 10px) 150px/45% no-repeat, url(../img/bg_top_03_sp.png) center top/contain no-repeat, url(../img/bg_mid_left.png) calc(50% - 450px) 50% no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.human-resources__layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 30px;
}
@media (width <= 768px) {
  .human-resources__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.human-resources__pct--right {
  float: right;
}
.human-resources__margin-bottom--m {
  margin-bottom: 60px;
}
.human-resources__img--dummy {
  float: right;
}
@media screen and (width <= 768px) {
  .human-resources__img--dummy {
    width: 50vw;
    height: 40vw;
  }
}
@media screen and (width <= 500px) {
  .human-resources__img--dummy {
    height: 20vw;
  }
}
@media screen and (width <= 400px) {
  .human-resources__img--dummy {
    height: 0;
  }
}

/** csdx ****************************/
.csdx__main {
  background: url(../img/future_initiative/csdx/bg_csdx.png) left calc(50% + 400px) top 320px no-repeat, url(../img/bg_top_04.png) center top no-repeat, url(../img/bg_mid_left.png) left calc(50% - 450px) top 1000px no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media (width < 1200px) {
  .csdx__main {
    background: url(../img/future_initiative/csdx/bg_csdx.png) calc(100% - 50px) 320px no-repeat, url(../img/bg_top_03.png) center top no-repeat, url(../img/bg_mid_left.png) calc(50% - 450px) 50% no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  }
}
@media (width <= 768px) {
  .csdx__main {
    background: url(../img/future_initiative/csdx/bg_csdx.png) calc(100% - 10px) 150px/45% no-repeat, url(../img/bg_top_03_sp.png) center top/contain no-repeat, url(../img/bg_mid_left.png) calc(50% - 450px) 50% no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.csdx__layout {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 30px;
}
.csdx__pct--right {
  float: right;
}
.csdx__margin-bottom--m {
  margin-bottom: 60px;
}
.csdx__img--dummy {
  float: right;
}
@media screen and (width <= 768px) {
  .csdx__img--dummy {
    width: 50vw;
    height: 25vw;
  }
}
@media screen and (width <= 500px) {
  .csdx__img--dummy {
    height: 0;
  }
}
@media screen and (width <= 400px) {
  .csdx__img--dummy {
    height: 0;
  }
}

/** sustainability ****************************/
.sustainability__main {
  background: url(../img/bg_top_all.png) center top no-repeat, url(../img/bg_bottom.png) center bottom no-repeat;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .sustainability__main {
    background: url(../img/bg_top_all_sp.png) center top/contain no-repeat, url(../img/bg_mid_right_sp.png) calc(100% + 90px) 26vw/75% no-repeat, url(../img/bg_bottom_sp.png) center bottom no-repeat;
  }
}
.sustainability__container--gray, .sustainability__container--gray-tr, .sustainability__container--corner, .sustainability__container--corner-tr {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}
@media screen and (width <= 768px) {
  .sustainability__container--gray, .sustainability__container--gray-tr, .sustainability__container--corner, .sustainability__container--corner-tr {
    padding: 0 1em;
  }
}
.sustainability__container--corner, .sustainability__container--corner-tr {
  background: url(../img/future_initiative/sustainability/bg_corner_left.png) left bottom no-repeat, url(../img/future_initiative/sustainability/bg_corner_right.png) right top no-repeat;
}
@media screen and (width <= 768px) {
  .sustainability__container--corner, .sustainability__container--corner-tr {
    background: url(../img/future_initiative/sustainability/bg_corner_left_sp.png) left bottom/25% no-repeat, url(../img/future_initiative/sustainability/bg_corner_right_sp.png) right top/25% no-repeat;
  }
}
.sustainability__container--gray, .sustainability__container--corner {
  background-color: #eeeff0;
}
.sustainability__container--gray-tr, .sustainability__container--corner-tr {
  background-color: rgba(238, 239, 240, 0.5);
}
.sustainability__container--corner, .sustainability__container--corner-gray, .sustainability__container--gray-tr {
  padding: 60px 0;
}
@media screen and (width <= 768px) {
  .sustainability__container--corner, .sustainability__container--corner-gray, .sustainability__container--gray-tr {
    padding: 60px 1em;
  }
}
.sustainability__container--corner-tr {
  padding: 60px 0 120px;
}
.sustainability__interview {
  display: grid;
  grid-template-columns: 130px 1fr;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  row-gap: 40px;
  padding: 60px 0;
}
.sustainability__interview--jp li, .sustainability__interview--world li {
  position: relative;
  overflow: hidden;
  padding: 0 0 25px 115px;
}
.sustainability__interview--jp li::before, .sustainability__interview--world li::before {
  content: "";
  display: inline-block;
  background-size: contain;
  width: 90px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 5px;
}
.sustainability__interview--jp li:after, .sustainability__interview--world li:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (width <= 768px) {
  .sustainability__interview--jp li, .sustainability__interview--world li {
    padding: 30px 0 25px 0;
  }
  .sustainability__interview--jp li::before, .sustainability__interview--world li::before {
    top: 1px;
  }
}
.sustainability__interview--world li {
  padding: 0 0 40px 155px;
}
.sustainability__interview--world li::before {
  width: 130px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (width <= 768px) {
  .sustainability__interview--world li {
    padding: 30px 0 25px 0;
  }
  .sustainability__interview--world li::before {
    top: 1px;
  }
}
.sustainability__img--around-left {
  float: left;
  width: 180px;
  margin: 0 25px 25px 0;
}
@media screen and (width <= 768px) {
  .sustainability__img--around-left {
    float: none;
    clear: both;
    width: 180px;
    max-width: 100%;
    margin: 20px auto;
  }
}
.sustainability__img--around-right {
  float: right;
  width: 180px;
  margin: 0 0 25px 25px;
}
@media screen and (width <= 768px) {
  .sustainability__img--around-right {
    float: none;
    clear: both;
    width: 180px;
    max-width: 100%;
    margin: 20px auto;
  }
}
.sustainability__layout {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 40px;
}
@media screen and (width <= 768px) {
  .sustainability__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.sustainability__pct--right {
  float: right;
}
.sustainability__margin-bottom--m {
  margin-bottom: 60px;
}

.wakamatsu {
  background: url("../img/future_initiative/sustainability/tab_wakamatsu.png") no-repeat left top;
}

.takahashi {
  background: url("../img/future_initiative/sustainability/tab_takahashi.png") no-repeat left top;
}

.tanaka {
  background: url("../img/future_initiative/sustainability/tab_tanaka.png") no-repeat left top;
}

.tanaka {
  background: url("../img/future_initiative/sustainability/tab_tanaka.png") no-repeat left top;
}

.marie {
  background: url("../img/future_initiative/sustainability/tab_marie.png") no-repeat left top;
}

.mizuno {
  background: url("../img/future_initiative/sustainability/tab_mizuno.png") no-repeat left top;
}

.lidia {
  background: url("../img/future_initiative/sustainability/tab_lidia.png") no-repeat left top;
}

.jatin {
  background: url("../img/future_initiative/sustainability/tab_jatin.png") no-repeat left top;
}

.deepanshu {
  background: url("../img/future_initiative/sustainability/tab_deepanshu.png") no-repeat left top;
}

.taylla {
  background: url("../img/future_initiative/sustainability/tab_taylla.png") no-repeat left top;
}

/** governance ****************************/
.governance__layout--riskmanagement {
  background: url(../img/governance/bnr_sub_riskmanagement.png) no-repeat center top/contain;
  position: relative;
  height: 323px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (width <= 768px) {
  .governance__layout--riskmanagement {
    background: url(../img/governance/bnr_sub_riskmanagement_sp.png) no-repeat center top/contain;
    height: 105vw;
  }
}
.governance__layout--shareholders {
  background: url(../img/governance/bnr_sub_shareholders.png) no-repeat center top/contain;
  position: relative;
  height: 323px;
  width: 100%;
}
@media screen and (width <= 768px) {
  .governance__layout--shareholders {
    background: url(../img/governance/bnr_sub_shareholders_sp.png) no-repeat center top/contain;
    height: 105vw;
  }
}
.governance__btn--right {
  position: absolute;
  top: 73px;
  right: 53px;
  width: 407px;
}
.governance__btn--left {
  position: absolute;
  top: 65px;
  left: 53px;
  width: 407px;
}
@media screen and (width <= 768px) {
  .governance__btn--right, .governance__btn--left {
    top: 53vw;
    left: 7vw;
    right: 0;
    width: 80vw;
  }
}
.governance__btn--vertical {
  margin-bottom: 40px;
}
@media screen and (width <= 768px) {
  .governance__btn--vertical {
    margin-bottom: 5vw;
  }
}

.link__riskmanagement {
  position: relative;
  overflow: hidden;
}
.link__riskmanagement::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0); /* 初期は透明 */
}
.link__riskmanagement:hover::before {
  background: rgba(255, 255, 255, 0.2);
}

/**greetings****************************/
.greetings__main {
  background: url(../img/bg_top_all.png) no-repeat center top, url(../img/bg_mid_right.png) no-repeat calc(50% + 440px) 528px, url(../img/bg_bottom.png) no-repeat center bottom;
  margin-bottom: 20px;
}
@media screen and (width <= 768px) {
  .greetings__main {
    background: url(../img/bg_top_all_sp.png) no-repeat center top/contain, url(../img/bg_mid_right_sp.png) no-repeat right 215px/50%, url(../img/bg_bottom_sp.png) no-repeat center bottom;
  }
}
.greetings__layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 20px;
}
@media screen and (width <= 768px) {
  .greetings__layout {
    grid-template-columns: 1fr;
  }
}

/**corporate-governance****************************/
.corporate-governance__layout {
  display: grid;
  grid-template-columns: 1fr 748px;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (width <= 768px) {
  .corporate-governance__layout {
    grid-template-columns: 1fr;
  }
}
.corporate-governance__box {
  background-color: rgba(21, 138, 207, 0.2);
  border-top: 4px solid #054887;
  padding: 35px 0 42px;
  margin-bottom: 40px;
}