@charset "utf-8";
/* CSS Document */
.sustainability__title {
  color: #033e80;
  font-weight: 400;
  line-height: 48px;
  padding-bottom: 20px;
  border-bottom: #033e80 solid 1px;
  font-size: 3.6rem;
}
.sustainability__subtitle {
  color: #033e80;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 48px;
  margin: 50px 0 20px;
}

@media screen and (max-width:767px) {
  .sustainability__title {
    font-size: 2.5rem;
    line-height: 36px;
  }

  .sustainability__subtitle{
    font-size: 2rem;
    line-height: 28px;  
  }
}

/*
	.ir__overflow
================================*/
.ir__overflow--icon {
  display: none;
}
.ir__overflow--img img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .ir__overflow--img {
    overflow-x: scroll;
    width: 100%;
  }
  .ir__overflow--icon {
    display: block;
    font-family: Rajdhani, sans-serif;
    font-size: 1.6rem;
    position: relative;
    padding-left: 1.4rem;
    margin-bottom: 1rem;
  }
  .ir__overflow--icon::after, .ir__overflow--icon::before {
    background: #033e80;
    bottom: 0;
    content: "";
    width: .6rem;
    height: 1px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: right center;
    transform: rotate(40deg);
  }
  .ir__overflow--icon::after {
    transform: rotate(-40deg);
  }
  .ir__overflow--img img {
    width: 800px;
    max-width: 800px;
    border: 1px solid #757575;
  }
}

/*
	.ir__btn
================================*/
.ir__btn {
  background: #fff;
  box-shadow: 11px 15px 28px 0 rgba(0, 0, 0, .18);
  max-width: 238px;
}
.ir__btn a {
  font-size: 1.4rem;
  line-height: 2em;
  text-align: left;
  background: #fff;
  color: #444;
  display: block;
  position: relative;
  padding: 13px 41px 14px 26px;
  transition: all 0.2s ease;
}
.ir__btn a:hover {
  background: #033e80;
  color: #fff;
}
.ir__btn a::after, .ir__btn a::before {
  background: #033e80;
  bottom: 0;
  content: "";
  height: 1px;
  margin: auto;
  position: absolute;
  right: 24px;
  top: 0;
  transition: background 0.2s ease;
  transform-origin: right center;
  transform: rotate(40deg);
  width: 10px;
}
.ir__btn a::after {
  transform: rotate(-40deg);
}
.ir__btn a:hover::after, .ir__btn a:hover::before {
  background: #fff;
}
.sustainability_contents{
  margin-bottom: 50px;
}
.sustainability_contents ul{
  margin-top: 20px;
}
.container {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: 0 auto;
}
.container img {
  width: 517px;
  margin-left: 40px;
}
.link a{
  color: #033e80;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.indent{
  text-indent: -3em;
  padding-left: 3em;
}
.indent_number{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
h4{
  font-size: 1.6rem;
  line-height: 2em;
}
.joseilogo {
width:150px;
padding-top: -10px !important;
margin: 0 auto;
}


@media screen and (max-width:767px) {
.container img {
  width: 295px;
  margin-left: 0px;
}
.container {
  flex-direction: column-reverse;
}

}