.page_midashi_container > div > .img_container {
  background: url("../images/midashi.jpg") no-repeat; }

@media (min-width: 768px) {
  .page_midashi_container > div > .img_container {
    background-position: 0px center;
    background-size: auto 591px; } }
@media (max-width: 767.98px) {
  .page_midashi_container > div > .img_container {
    background-position: -40px center;
    background-size: auto 210px; } }
.sustainability_midashi {
  text-align: center;
  color: #e50211;
  font-weight: 800;
  border-bottom: 1px solid #e50211;
  line-height: 1.43em; }

.sustainability_lead {
  line-height: 2em; }

@media (min-width: 768px) {
  .sustainability_midashi {
    font-size: 3rem;
    margin: 0 0 4rem;
    padding: 0 0 2.5rem; }

  .sustainability_lead {
    font-size: 1.6rem;
    margin: 0 0 6rem; } }
@media (max-width: 767.98px) {
  .sustainability_midashi {
    font-size: 2rem;
    margin: 0 0 2rem;
    padding: 0 0 1.25rem; }

  .sustainability_lead {
    font-size: 1.3rem;
    margin: 0 0 4rem; } }
.box00 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .box00 > div {
    position: relative; }
    .box00 > div > img {
      display: block; }
      .box00 > div > img:nth-child(1) {
        position: relative;
        z-index: 2;
        width: 100%; }
      .box00 > div > img:nth-child(2) {
        position: absolute;
        z-index: 1;
        position: absolute; }
    .box00 > div > p {
      font-weight: 800;
      text-align: center; }
    .box00 > div:nth-child(1) {
      color: #ff56a2; }
    .box00 > div:nth-child(2) {
      color: #ff814b; }
    .box00 > div:nth-child(3) {
      color: #7ac478; }

.deco_div {
  background: url("../images/deco.png") repeat-x center/auto 100%; }

@media (min-width: 768px) {
  .box00 {
    margin: 0 -15px; }
    .box00 > div {
      width: 250px;
      margin: 40px; }
      .box00 > div > img:nth-child(1) {
        margin-bottom: 10px; }
      .box00 > div > img:nth-child(2) {
        width: 180px;
        top: 55px;
        right: -20px; }
      .box00 > div > p {
        font-size: 30px; }

  .deco_div {
    height: 113px; } }
@media (max-width: 767.98px) {
  .box00 {
    margin: 0 -12px; }
    .box00 > div {
      width: 100px;
      margin: 8px; }
      .box00 > div > img:nth-child(2) {
        width: 70px;
        top: 20px;
        right: -10px; }
      .box00 > div > p {
        font-size: 16px;
        margin-bottom: 0; }

  .deco_div {
    height: 56px; } }
.deco_container {
  text-align: justify; }
  .deco_container .sub_ttl {
    text-align: center;
    font-weight: 800; }
  .deco_container .box01 > div > img {
    display: block;
    width: 100%;
    border-radius: 50%; }
  .deco_container .box01 > div > h4 {
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6em; }
  .deco_container .box01 > div > p {
    line-height: 2em; }
    .deco_container .box01 > div > p > a {
      margin-top: 1em;
      display: inline-block; }
  .deco_container .box01 > div > .en_link {
    background: #ff6625;
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    line-height: 1.4em; }
    .deco_container .box01 > div > .en_link::before {
      content: "";
      background: url("../../../../common/images/arrow/right_white.svg") no-repeat center/contain; }
    .deco_container .box01 > div > .en_link > span {
      padding-left: 1em; }
  .deco_container.pink_deco {
    background-color: #fff6fa; }
    .deco_container.pink_deco .sub_ttl,
    .deco_container.pink_deco .box01 > div > h4 {
      color: #ff56a2; }
  .deco_container.orange_deco {
    background-color: #fff9f0; }
    .deco_container.orange_deco .sub_ttl,
    .deco_container.orange_deco .box01 > div > h4,
    .deco_container.orange_deco .box01 > div > p > a {
      color: #ff814b; }
  .deco_container.green_deco {
    background-color: #f9fff0; }
    .deco_container.green_deco .sub_ttl,
    .deco_container.green_deco .box01 > div > h4 {
      color: #88c985; }

@media (min-width: 768px) {
  .deco_container {
    padding: 80px 0; }
    .deco_container .sub_ttl {
      font-size: 3rem; }
    .deco_container .box01 {
      display: flex;
      justify-content: center; }
      .deco_container .box01 > div {
        width: 280px;
        margin: 26px;
        justify-content: center; }
        .deco_container .box01 > div > h4, .deco_container .box01 > div > p {
          margin-left: -10px;
          margin-right: -10px; }
        .deco_container .box01 > div > h4 {
          font-size: 1.9rem;
          margin-top: 1rem;
          margin-bottom: 1rem;
          min-height: 3.2em; }
        .deco_container .box01 > div > p {
          font-size: 1.6rem; }
        .deco_container .box01 > div > .en_link {
          font-size: 1.8rem;
          height: 6.6rem;
          border-radius: 3.3rem; }
          .deco_container .box01 > div > .en_link::before {
            position: absolute;
            width: .8em;
            height: .8em;
            top: calc(50% - .4em);
            right: calc(50% + 4em); } }
@media (max-width: 767.98px) {
  .deco_container {
    padding: 60px 0; }
    .deco_container .sub_ttl {
      font-size: 2rem;
      margin-bottom: 50px; }
    .deco_container .box01 > div > img {
      margin: 0 auto;
      width: 225px; }
    .deco_container .box01 > div > h4 {
      font-size: 1.6rem;
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .deco_container .box01 > div > p {
      font-size: 1.3rem; }
    .deco_container .box01 > div:nth-child(n+2) {
      margin-top: 30px; }
    .deco_container .box01 > div > .en_link {
      font-size: 1.4rem;
      height: 4.4rem;
      border-radius: 2.2rem; }
      .deco_container .box01 > div > .en_link::before {
        width: .8em;
        height: .8em; } }
.sdgs_img {
  background-color: white; }

.expo_container {
  border-color: #e50211;
  border-style: solid; }
  .expo_container > .img {
    background-color: white; }
  .expo_container > .text {
    background-color: #e50211;
    color: white; }
    .expo_container > .text > p {
      font-weight: 600; }
    .expo_container > .text > a {
      background-color: white;
      color: #e50211;
      display: flex;
      justify-content: center;
      align-items: center;
      text-decoration: none;
      font-weight: 600; }
      .expo_container > .text > a::before {
        content: "";
        display: block;
        width: .8em;
        height: .8em;
        background: url("../../../../common/images/arrow/right_red.svg") no-repeat center/contain;
        margin-right: 1.5em; }
      .expo_container > .text > a > span {
        padding-right: 1.5em; }

@media (min-width: 768px) {
  .sdgs_img {
    padding: 67px 50px;
    margin: 100px 0; }

  .expo_container {
    border-width: 2px;
    display: flex;
    margin-bottom: 100px; }
    .expo_container > .img {
      width: calc(100% - 526px);
      padding: 45px 45px 45px 40px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .expo_container > .text {
      width: 526px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      padding: 45px 60px; }
      .expo_container > .text > p {
        width: calc(100% + 15px);
        margin-right: -15px;
        font-size: 22px;
        margin-bottom: 22px; }
      .expo_container > .text > a {
        width: 256px;
        height: 66px;
        border-radius: 33px; } }
@media (max-width: 767.98px) {
  .sdgs_img {
    padding: 23px 17px;
    margin: 50px 0 34px; }

  .expo_container > .img {
    padding: 17px 25px; }
  .expo_container > .text {
    padding: 25px 10px;
    text-align: center; }
    .expo_container > .text > p {
      font-size: 1.3rem; }
    .expo_container > .text > a {
      width: 16rem;
      height: 4rem;
      border-radius: 2rem;
      font-size: 1.1rem;
      margin: 2rem auto 0; } }
