@charset "UTF-8";
/*日本語*/
main {
  display: block;
  width: 100%;
}
main section#slogan {
  max-width: 1280px;
  padding: 1rem 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section#slogan {
    padding: 1rem 0 0 0;
  }
}
main section#slogan .inner .kadomaru {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  display: block;
  width: 20rem;
  margin: 0 auto 2rem;
  color: #005baa;
}
@media screen and (max-width: 1280px) {
  main section#slogan .inner .kadomaru {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main section#slogan .inner .kadomaru {
    font-size: 3.6505867014vw;
    border-radius: 4rem;
    padding: 1.2rem 2.5rem 1rem 2.5rem;
  }
}
main section#slogan .inner h2 {
  font-family: "UD Shin Go Light", sans-serif;
  font-size: 64px;
  color: #005baa;
  margin-bottom: 2rem;
  padding-left: 2rem;
  opacity: 0;
  position: relative;
  top: 2rem;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
main section#slogan .inner h2.start {
  opacity: 1;
  top: 0;
}
@media screen and (max-width: 1280px) {
  main section#slogan .inner h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 767px) {
  main section#slogan .inner h2 {
    font-size: 8.3441981747vw;
    line-height: 1.3;
  }
}
main section#slogan .inner h2 + p {
  color: #888;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 1280px) {
  main section#slogan .inner h2 + p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main section#slogan .inner h2 + p {
    font-size: 3.6505867014vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
main section#slogan .omoi {
  position: relative;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  main section#slogan .omoi {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 4rem;
  }
}
main section#slogan .omoi .wrap {
  margin-top: 8rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  display: block;
  width: 55rem;
  border-radius: 25px;
  padding: 3rem 10rem 3rem 4rem;
  text-align: left;
  color: #005baa;
  position: relative;
  left: 3rem;
}
@media screen and (max-width: 767px) {
  main section#slogan .omoi .wrap {
    width: 100%;
    left: 0;
    right: 0;
    padding: 1.5rem;
    margin-top: 4rem;
  }
}
main section#slogan .omoi .wrap h3 {
  font-family: "UD Shin Go Medium", sans-serif;
  font-size: 33px;
  color: #005baa;
  margin-bottom: 1rem;
  text-align: right;
  z-index: 100;
  position: relative;
  padding-right: 4rem;
}
@media screen and (max-width: 1280px) {
  main section#slogan .omoi .wrap h3 {
    font-size: 2.578125vw;
  }
}
@media screen and (max-width: 767px) {
  main section#slogan .omoi .wrap h3 {
    font-size: 5.3125vw;
    padding-right: 0;
    text-align: center;
  }
}
main section#slogan .omoi .wrap h4 {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 23px;
  color: #005baa;
  margin-bottom: 7rem;
  text-align: right;
  z-index: 100;
  position: relative;
  padding-right: 4rem;
}
@media screen and (max-width: 1280px) {
  main section#slogan .omoi .wrap h4 {
    font-size: 1.796875vw;
  }
}
@media screen and (max-width: 767px) {
  main section#slogan .omoi .wrap h4 {
    font-size: 3.75vw;
    text-align: center;
    margin-bottom: 19rem;
    padding-right: 0;
  }
}
main section#slogan .omoi .wrap .com {
  color: #888;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.1em;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.7s;
  transition: transform 0.8s ease-out, opacity 0.7s, -webkit-transform 0.8s ease-out;
}
@media screen and (max-width: 1280px) {
  main section#slogan .omoi .wrap .com {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main section#slogan .omoi .wrap .com {
    font-size: 3.6505867014vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}
main section#slogan .omoi .wrap .com.start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main section#slogan .omoi .wrap .circle {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  position: absolute;
  top: -4rem;
  left: -1.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  main section#slogan .omoi .wrap .circle {
    width: 6rem;
    height: 6rem;
    top: -1rem;
    left: -1rem;
  }
}
main section#slogan .omoi .wrap .circleImg {
  width: 32rem;
  height: 32rem;
  border-radius: 50%;
  display: block;
  background-color: #bababa;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  background-image: url(../img/portfolio.jpg);
  background-size: cover;
  position: absolute;
  top: -1rem;
  right: -20rem;
  opacity: 0;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
main section#slogan .omoi .wrap .circleImg.start {
  opacity: 1;
  top: -8rem;
}
@media screen and (max-width: 767px) {
  main section#slogan .omoi .wrap .circleImg {
    width: 15rem;
    height: 15rem;
    top: 20rem;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
  main section#slogan .omoi .wrap .circleImg.start {
    opacity: 1;
    top: 19rem;
  }
}
main section#externalSite {
  background-color: #f8f8f8;
  padding: 2rem 2rem 9rem 2rem;
  background-image: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-position: 110% -5rem;
}
@media screen and (max-width: 767px) {
  main section#externalSite {
    padding: 4rem 2rem 4rem 2rem;
    background-size: 70%;
  }
}
main section#externalSite ul {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main section#externalSite ul {
    display: block;
  }
}
main section#externalSite ul li {
  width: 30%;
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  position: relative;
  top: 3rem;
}
@media screen and (max-width: 767px) {
  main section#externalSite ul li {
    width: 100%;
    margin-bottom: 3rem;
  }
}
main section#externalSite ul li a.grayOut {
  display: block;
  pointer-events: none;
}
main section#externalSite ul li a.grayOut:hover .wrap img {
  opacity: 1 !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
main section#externalSite ul li a.grayOut h3 {
  color: #A8A8A8;
}
main section#externalSite ul li a.grayOut .btn {
  background-color: #A8A8A8;
}
main section#externalSite ul li a .wrap {
  width: 100%;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
  will-change: transform;
}
main section#externalSite ul li a .wrap img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
main section#externalSite ul li a:hover .wrap img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
main section#externalSite ul li h3 {
  color: #005baa;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 1280px) {
  main section#externalSite ul li h3 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main section#externalSite ul li h3 {
    font-size: 4.21875vw;
  }
}
main section#externalSite ul li .btn.participants {
  font-family: "UD Shin Go Regular", sans-serif;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  width: 70%;
  line-height: 1rem;
  border-radius: 50px;
  padding: 1rem;
  display: block;
  background-color: #005baa;
  position: relative;
  top: 1.2rem;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  main section#externalSite ul li .btn.participants {
    font-size: 1.40625vw;
  }
}
main section#externalSite ul li .btn.participants i {
  margin-left: 0.5rem;
}
main section#externalSite ul li .btn.participants span::after {
  content: "▶";
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 4px;
  right: 0.5rem;
  bottom: 0;
  margin: auto;
  -webkit-transform: scaleX(0.35) scaleY(0.25) rotate(0);
          transform: scaleX(0.35) scaleY(0.25) rotate(0);
}
@media screen and (max-width: 1280px) {
  main section#externalSite ul li .btn.participants span::after {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main section#externalSite ul li .btn.participants span::after {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 1280px) {
  main section#externalSite ul li .btn.participants {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main section#externalSite ul li .btn.participants {
    font-size: 3.59375vw;
    padding: 1rem 1rem 1rem 1.5rem;
  }
}
main section#externalSite ul li a:hover .btn.participants {
  color: #005baa;
  background-color: #fff;
}
main section#externalSite ul li {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.7s;
  transition: transform 0.8s ease-out, opacity 0.7s, -webkit-transform 0.8s ease-out;
}
@media screen and (min-width: 768px) and (max-width: 9999px) {
  main section#externalSite ul.start li:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  main section#externalSite ul.start li:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  main section#externalSite ul.start li:nth-child(3) {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
@media screen and (max-width: 767px) {
  main section#externalSite ul li.start {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
main section#philosophy {
  max-width: 1280px;
  padding: 5rem 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 50rem;
}
@media screen and (max-width: 767px) {
  main section#philosophy {
    padding: 5rem 0 0 0;
    padding-bottom: 26rem;
  }
}
main section#philosophy .inner .kadomaru {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  display: block;
  width: 20rem;
  margin: 0 auto 2rem;
  color: #005baa;
}
@media screen and (max-width: 1280px) {
  main section#philosophy .inner .kadomaru {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main section#philosophy .inner .kadomaru {
    font-size: 3.90625vw;
    border-radius: 4rem;
  }
}
main section#philosophy .inner h4 {
  color: #005baa;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 11rem;
}
@media screen and (max-width: 1280px) {
  main section#philosophy .inner h4 {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 767px) {
  main section#philosophy .inner h4 {
    margin-bottom: 1.5rem;
    font-size: 4.6875vw;
  }
}
main section#philosophy .circleArea {
  width: 100%;
  height: 45rem;
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  main section#philosophy .circleArea {
    height: 26rem;
  }
}
main section#philosophy .circleArea .base {
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b4ed), to(#89ba17));
  background-image: linear-gradient(180deg, #00b4ed 0%, #89ba17 100%);
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main section#philosophy .circleArea .base {
    width: 18rem;
    height: 18rem;
  }
}
main section#philosophy .circleArea .base .inner {
  width: 20rem;
  height: 20rem;
  border-radius: 50%;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main section#philosophy .circleArea .base .inner {
    width: 12rem;
    height: 12rem;
  }
}
main section#philosophy .circleArea .circle {
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.6s;
  transition: transform 0.6s ease-out, opacity 0.6s, -webkit-transform 0.6s ease-out;
}
@media screen and (max-width: 767px) {
  main section#philosophy .circleArea .circle {
    width: 12rem;
    height: 12rem;
  }
}
main section#philosophy .circleArea .circle span {
  color: #005baa;
  font-weight: 400;
  font-size: 27px;
}
@media screen and (max-width: 1280px) {
  main section#philosophy .circleArea .circle span {
    font-size: 2.109375vw;
  }
}
@media screen and (max-width: 767px) {
  main section#philosophy .circleArea .circle span {
    font-size: 3.125vw;
    border-radius: 4rem;
  }
}
main section#philosophy .circleArea .circle1 {
  top: -35rem;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main section#philosophy .circleArea .circle1 {
    top: -14rem;
  }
}
main section#philosophy .circleArea .circle2 {
  top: 14rem;
  left: -32rem;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main section#philosophy .circleArea .circle2 {
    top: 9rem;
    left: -15rem;
  }
}
main section#philosophy .circleArea .circle3 {
  top: 14rem;
  left: 32rem;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  main section#philosophy .circleArea .circle3 {
    top: 9rem;
    left: 15rem;
  }
}
main section#philosophy .circleArea .circle3 span {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  main section#philosophy .circleArea .circle3 span {
    padding-top: 0;
  }
}
main section#philosophy .circleArea.start .circle {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main section#philosophy .circleArea.start .circle.circle1 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
main section#philosophy .circleArea.start .circle.circle2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
main section#philosophy .circleArea.start .circle.circle3 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
main section#mind {
  max-width: 100%;
  padding: 5rem 0;
  text-align: center;
  position: relative;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  main section#mind {
    padding: 5rem 0 3rem 0;
  }
}
main section#mind .inner {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}
main section#mind .inner .kadomaru {
  font-family: "UD Shin Go Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  display: block;
  width: 20rem;
  margin: 0 auto 2rem;
  color: #005baa;
}
@media screen and (max-width: 1280px) {
  main section#mind .inner .kadomaru {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main section#mind .inner .kadomaru {
    font-size: 3.90625vw;
    border-radius: 4rem;
  }
}
main section#mind .inner h4 {
  color: #005baa;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  main section#mind .inner h4 {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 767px) {
  main section#mind .inner h4 {
    margin-bottom: 3.5rem;
    font-size: 4.6875vw;
  }
}
main section#mind .inner ul {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  main section#mind .inner ul {
    display: block;
    padding: 0 2rem;
  }
}
main section#mind .inner ul li {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  text-align: center;
  padding: 1.3rem;
  background-color: #fff;
  border-radius: 1rem;
  margin-bottom: 7rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.7s;
  transition: transform 0.8s ease-out, opacity 0.7s, -webkit-transform 0.8s ease-out;
}
@media screen and (max-width: 1280px) {
  main section#mind .inner ul li {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
  }
}
@media all and (-ms-high-contrast: none) {
  main section#mind .inner ul li {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
    /* IE11 */
  }
}
@media screen and (max-width: 767px) {
  main section#mind .inner ul li {
    width: 100%;
    margin-bottom: 4rem;
  }
}
main section#mind .inner ul li.start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main section#mind .inner ul li:nth-child(3), main section#mind .inner ul li:nth-child(4) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  main section#mind .inner ul li:nth-child(4) {
    margin-bottom: 2rem;
  }
}
main section#mind .inner ul li .shoulder {
  font-size: 20px;
  color: #fff;
  width: 15rem;
  background-color: #005baa;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  border-radius: 2rem;
  padding: 0.8rem 2rem;
  position: absolute;
  top: -2rem;
  left: -0.2rem;
}
@media screen and (max-width: 1280px) {
  main section#mind .inner ul li .shoulder {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main section#mind .inner ul li .shoulder {
    font-size: 3.515625vw;
  }
}
main section#mind .inner ul li h6 {
  font-family: "UD Shin Go Regular", sans-serif;
  color: #005baa;
  font-size: 45px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  main section#mind .inner ul li h6 {
    font-size: 3.515625vw;
  }
}
@media screen and (max-width: 767px) {
  main section#mind .inner ul li h6 {
    font-size: 7.265625vw;
  }
}
main section#mind .inner ul li img {
  width: 20rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
main section#mind .inner ul li p {
  font-family: "UD Shin Go Regular", sans-serif;
  color: #005baa;
  font-size: 25px;
}
@media screen and (max-width: 1280px) {
  main section#mind .inner ul li p {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main section#mind .inner ul li p {
    font-size: 3.828125vw;
    text-align: left;
  }
}
main section#mind .inner div.btn.cmnBtn {
  width: 18rem;
}
main section#aboutUs {
  max-width: 100%;
  padding: 5rem 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  main section#aboutUs {
    padding: 5rem 0 3rem 0;
  }
}
main section#aboutUs .inner {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}
main section#aboutUs h4 {
  color: #005baa;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  main section#aboutUs h4 {
    font-size: 2.734375vw;
  }
}
@media screen and (max-width: 767px) {
  main section#aboutUs h4 {
    margin-bottom: 3.5rem;
    font-size: 4.6875vw;
  }
}
main section#aboutUs ul {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 3rem 0;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  main section#aboutUs ul {
    display: block;
    padding: 0;
  }
}
main section#aboutUs ul li {
  -ms-flex-preferred-size: 31.5%;
      flex-basis: 31.5%;
  text-align: center;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: opacity 0.7s, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.7s;
  transition: transform 0.8s ease-out, opacity 0.7s, -webkit-transform 0.8s ease-out;
}
@media screen and (max-width: 767px) {
  main section#aboutUs ul li {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  main section#aboutUs ul li:last-child {
    margin-bottom: 0;
  }
}
main section#aboutUs ul li.start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main section#aboutUs ul li a {
  width: 100%;
  color: #fff;
  display: block;
  position: relative;
}
main section#aboutUs ul li a .wrap {
  width: 100%;
  opacity: 1;
  overflow: hidden;
}
main section#aboutUs ul li a .wrap img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
main section#aboutUs ul li a h5 {
  width: 100%;
  height: 2rem;
  line-height: 1.3;
  color: #fff;
  font-size: 25px;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  main section#aboutUs ul li a h5 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main section#aboutUs ul li a h5 {
    font-size: 6.640625vw;
  }
}
main section#aboutUs ul li a h5 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding-top: 0.5rem;
}
@media screen and (max-width: 1280px) {
  main section#aboutUs ul li a h5 span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main section#aboutUs ul li a h5 span {
    font-size: 4.6875vw;
  }
}
main section#aboutUs ul li a:hover .wrap img {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
main section#aboutUs .btnArea {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  main section#aboutUs .btnArea {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
main section#aboutUs .btnArea div.btn.cmnBtn {
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  main section#aboutUs .btnArea div.btn.cmnBtn {
    margin-bottom: 1rem;
  }
}
main section#aboutUs .btnArea div.btn.cmnBtn a {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  main section#aboutUs .btnArea div.btn.cmnBtn a {
    margin: 0 auto;
  }
}
main.corporateIndex section#aboutUs ul li:nth-child(1) {
  pointer-events: none;
  overflow: hidden;
}
main.corporateIndex section#aboutUs ul li:nth-child(1) a .wrap::after {
  content: "";
  display: inline-block;
  width: 103%;
  height: 103%;
  background-image: url(../img/about1_on.jpg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
main.history section#aboutUs ul li:nth-child(2) {
  pointer-events: none;
  overflow: hidden;
}
main.history section#aboutUs ul li:nth-child(2) a .wrap::after {
  content: "";
  display: inline-block;
  width: 103%;
  height: 103%;
  background-image: url(../img/about2_on.jpg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
main.sustainability section#aboutUs ul li:nth-child(3) {
  pointer-events: none;
  overflow: hidden;
}
main.sustainability section#aboutUs ul li:nth-child(3) a .wrap::after {
  content: "";
  display: inline-block;
  width: 103%;
  height: 103%;
  background-image: url(../img/about3_on.jpg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
main.overview section#aboutUs .btnArea .btn.cmnBtn.bl:nth-child(1) a {
  background-color: #888 !important;
  pointer-events: none;
}
main.compliance section#aboutUs .btnArea .btn.cmnBtn.bl:nth-child(2) a {
  background-color: #888 !important;
  pointer-events: none;
}
main.sustainability section#aboutUs .btnArea .btn.cmnBtn.bl:nth-child(3) a {
  background-color: #888 !important;
  pointer-events: none;
}
main.history p {
  color: #888;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  main.history p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.history p {
    font-size: 3.6505867014vw;
    letter-spacing: 0.1em;
  }
}
main.history h2 {
  font-family: "UD Shin Go Medium", sans-serif;
  font-size: 37px;
  color: #005baa;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  main.history h2 {
    font-size: 2.890625vw;
  }
}
@media screen and (max-width: 767px) {
  main.history h2 {
    font-size: 4.6936114733vw;
    line-height: 1.3;
  }
}
main.history h3,
main.history .date {
  font-size: 25px;
  font-weight: 500;
  color: #005baa;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  main.history h3,
main.history .date {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.history h3,
main.history .date {
    font-size: 3.7809647979vw;
    text-align: center;
  }
}
main.history section.history1 p.shoulder {
  text-align: center;
  font-size: 28px;
  color: #005baa;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1280px) {
  main.history section.history1 p.shoulder {
    font-size: 2.1875vw;
  }
}
@media screen and (max-width: 767px) {
  main.history section.history1 p.shoulder {
    font-size: 4.375vw;
    border-radius: 4rem;
    margin-bottom: 0;
  }
}
main.history section.history1 ul.btnArea {
  max-width: 1048px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1280px) {
  main.history section.history1 ul.btnArea {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  main.history section.history1 ul.btnArea {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
    margin-bottom: 0;
  }
}
main.history section.history1 ul.btnArea li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.history section.history1 ul.btnArea li {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    margin: 0.5rem;
  }
}
main.history section.history1 ul.btnArea li a {
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  display: block;
  color: #257ace;
  background-color: #fff;
  border-radius: 5rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  main.history section.history1 ul.btnArea li a {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.history section.history1 ul.btnArea li a {
    font-size: 3.9113428944vw;
  }
}
main.history section.history1 ul.btnArea li a::after {
  content: "▼";
  line-height: 1;
  display: block;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
main.history section.history1 ul.btnArea li a span {
  padding: 0.9rem 0 0.2rem;
  display: block;
}
main.history section.history1 ul.btnArea li a:hover {
  color: #fff;
  background-color: #257ace;
}
@media screen and (max-width: 1280px) {
  main.history section.history2 {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  main.history section.history2 {
    padding: 0 2rem;
  }
}
main.history section.history2 .chapter {
  max-width: 1048px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  main.history section.history2 .chapter {
    margin-bottom: 3rem;
  }
}
main.history section.history2 .chapter .wrap {
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.history section.history2 .chapter .wrap {
    margin-bottom: 3rem;
  }
}
main.history section.history2 .chapter .wrap .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main.history section.history2 .chapter .wrap .box .date {
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  padding: 2rem 0;
  text-align: left;
  margin: 0;
  background-color: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  main.history section.history2 .chapter .wrap .box .date {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
main.history section.history2 .chapter .wrap .box .date.none {
  background-color: transparent;
}
main.history section.history2 .chapter .wrap .box .date span {
  width: 5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  main.history section.history2 .chapter .wrap .box .date span {
    width: 3rem;
  }
}
main.history section.history2 .chapter .wrap .box .cnts {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 0;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 0.7s, -webkit-transform 0.5s ease-out;
  transition: opacity 0.7s, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.7s;
  transition: transform 0.5s ease-out, opacity 0.7s, -webkit-transform 0.5s ease-out;
}
@media screen and (max-width: 767px) {
  main.history section.history2 .chapter .wrap .box .cnts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main.history section.history2 .chapter .wrap .box .cnts .text {
  text-align: left;
  -ms-flex-preferred-size: 67%;
      flex-basis: 67%;
}
@media screen and (max-width: 767px) {
  main.history section.history2 .chapter .wrap .box .cnts .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
main.history section.history2 .chapter .wrap .box .cnts .text h3 {
  text-align: left;
  line-height: 1.8;
}
main.history section.history2 .chapter .wrap .box .cnts .imgArea {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}
@media screen and (max-width: 767px) {
  main.history section.history2 .chapter .wrap .box .cnts .imgArea {
    margin-top: 2rem;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
main.history section.history2 .chapter .wrap .box .cnts .imgArea img {
  width: 100%;
  height: auto;
}
main.history section.history2 .chapter .wrap .box .cnts.start {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
main.history section.history2 .chapter .blueBar {
  width: 1px;
  height: 0px;
  background-color: #005baa;
  position: absolute;
  top: 0;
  left: 4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.history section.history2 .chapter .blueBar {
    left: 2.8rem;
  }
}
main.history section.history2 img.shadow {
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
}

main.textBase .inner {
  max-width: 1040px;
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
main.textBase .inner h3 {
  font-size: 25px;
  font-weight: 500;
  color: #005baa;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  main.textBase .inner h3 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.textBase .inner h3 {
    font-size: 4.1720990874vw;
  }
}
main.textBase .inner h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1280px) {
  main.textBase .inner h4 {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.textBase .inner h4 {
    font-size: 3.6505867014vw;
    letter-spacing: 0.01em;
  }
}
main.textBase .inner p {
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 3rem;
  font-weight: 400;
  letter-spacing: 0.055em;
}
main.textBase .inner p.left {
  text-align: left;
}
@media screen and (max-width: 1280px) {
  main.textBase .inner p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.textBase .inner p {
    font-size: 3.6505867014vw;
  }
}
main.textBase .inner p.underBar {
  border-bottom: #c3c3c3 1px solid;
  padding-bottom: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
main.textBase .inner p.oneUp {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  main.textBase .inner p.oneUp {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.textBase .inner p.oneUp {
    font-size: 2.8125vw;
  }
}
main.textBase .inner p.mb {
  margin-bottom: 1.5rem;
}

main.overview .inner {
  max-width: 1040px;
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
main.overview .inner h2 {
  font-size: 37px;
  font-family: "UD Shin Go Medium", sans-serif;
  color: #005baa;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  main.overview .inner h2 {
    font-size: 2.890625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview .inner h2 {
    font-size: 4.6936114733vw;
  }
}
main.overview .inner h3 {
  font-size: 25px;
  font-weight: 500;
  color: #005baa;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  main.overview .inner h3 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview .inner h3 {
    font-size: 4.6936114733vw;
  }
}
main.overview .inner h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1280px) {
  main.overview .inner h4 {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview .inner h4 {
    font-size: 2.8125vw;
  }
}
main.overview .inner p {
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  main.overview .inner p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview .inner p {
    font-size: 2.6075619296vw;
  }
}
main.overview .inner p.underBar {
  border-bottom: #c3c3c3 1px solid;
  padding-bottom: 2rem;
}
main.overview .inner p.oneUp {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  main.overview .inner p.oneUp {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview .inner p.oneUp {
    font-size: 2.8125vw;
  }
}
main.overview .inner p.mb {
  margin-bottom: 1.5rem;
}

main.overview section.btnArea .inner {
  max-width: 1280px;
}
main.overview section.btnArea .inner ul {
  text-align: center;
  margin-bottom: 3rem;
}
main.overview section.btnArea .inner ul li {
  display: inline-block;
  margin: 0 1.5rem 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  main.overview section.btnArea .inner ul li {
    margin: 0 0.5rem 1rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.btnArea .inner ul li:first-child {
    display: block;
  }
  main.overview section.btnArea .inner ul li:first-child a {
    margin: 0 auto;
  }
}
main.overview section.btnArea .inner ul li a {
  width: 18rem;
  display: block;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #005baa;
  background-color: #fff;
  padding: 0.7rem 2.2rem 1.3rem 1.7rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  main.overview section.btnArea .inner ul li a {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.btnArea .inner ul li a {
    font-size: 3.6505867014vw;
    width: 11rem;
  }
}
main.overview section.btnArea .inner ul li a span:after {
  content: "▼";
  font-size: 20px;
  width: 100%;
  position: absolute;
  top: 2.5rem;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scaleX(0.35) scaleY(0.25) rotate(0);
          transform: scaleX(0.35) scaleY(0.25) rotate(0);
}
@media screen and (max-width: 1280px) {
  main.overview section.btnArea .inner ul li a span:after {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.btnArea .inner ul li a span:after {
    font-size: 3.9113428944vw;
    top: 2rem;
  }
}
main.overview section.btnArea .inner ul li a:hover {
  color: #fff;
  background-color: #005baa;
}
main.overview section.info .inner {
  max-width: 1120px;
}
main.overview section.info .inner p#tabledate {
  text-align: right;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  main.overview section.info .inner p#tabledate {
    font-size: 1.09375vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.info .inner p#tabledate {
    font-size: 2.6075619296vw;
  }
}
main.overview section.info .inner table {
  text-align: left;
  width: 100%;
  margin-bottom: 4rem;
}
main.overview section.info .inner table tr {
  border-bottom: 1px solid #d1d1d1;
}
main.overview section.info .inner table tr:last-child {
  border-bottom: 0;
}
main.overview section.info .inner table tr th {
  font-size: 18px;
  font-weight: 500;
  color: #005baa;
  padding: 1.5rem 1rem 1.5rem 3rem;
  width: 20%;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  main.overview section.info .inner table tr th {
    font-size: 1.40625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.info .inner table tr th {
    width: 23%;
    font-size: 4.1720990874vw;
    font-weight: 500;
    padding: 1.5rem 0.5rem 1.5rem 0;
  }
}
main.overview section.info .inner table tr td {
  font-size: 16px;
  font-weight: 400;
  width: 70%;
  vertical-align: middle;
  padding: 1.5rem;
}
@media screen and (max-width: 1280px) {
  main.overview section.info .inner table tr td {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.info .inner table tr td {
    width: 76%;
    font-size: 3.1290743155vw;
    letter-spacing: 0.055em;
    line-height: 2;
    padding: 1.5rem 0.5rem;
  }
}
main.overview section.info .inner table tr a {
  color: #005baa;
  text-decoration: underline;
}
main.overview section.pdf {
  padding: 4rem 0 1rem 0;
  background-color: #f8f8f8;
}
main.overview section.pdf .inner {
  max-width: 1280px;
}
main.overview section.pdf .inner h2 {
  margin-bottom: 1rem;
}
main.overview section.pdf .inner p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  main.overview section.pdf .inner p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.pdf .inner p {
    text-align: left;
    margin-bottom: 2rem;
    font-size: 3.6505867014vw;
    letter-spacing: 0.055em;
    line-height: 2;
  }
}
main.overview section.pdf .inner ul {
  text-align: center;
  margin-bottom: 3rem;
}
main.overview section.pdf .inner ul li {
  display: inline-block;
  margin: 0 1.5rem 1rem 1.5rem;
}
@media screen and (max-width: 767px) {
  main.overview section.pdf .inner ul li {
    margin: 0 auto 1rem auto;
    display: block;
  }
}
main.overview section.pdf .inner ul li a {
  pointer-events: none;
  width: 22rem;
  display: block;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #fff;
  background-color: #d7d7d7;
  padding: 1.5rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  main.overview section.pdf .inner ul li a {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.pdf .inner ul li a {
    font-size: 3.6505867014vw;
    width: 23rem;
    padding: 1rem;
    margin: 0 auto;
  }
}
main.overview section.pdf .inner ul li a i {
  position: absolute;
  top: 2.2rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  main.overview section.pdf .inner ul li a i {
    top: 1.4rem;
  }
}
main.overview section.pdf .inner ul li a:hover {
  color: #fff;
  background-color: #005baa;
}
main.overview section.pdf .inner ul li p {
  margin-top: 0.8em;
  text-align: center;
}
main.overview section.access {
  padding: 4rem 0 1rem 0;
}
main.overview section.access .inner {
  max-width: 1120px;
}
main.overview section.access .inner .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  main.overview section.access .inner .wrap {
    display: block;
  }
}
main.overview section.access .inner .wrap #googlemap {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.overview section.access .inner .wrap #googlemap {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
  }
}
main.overview section.access .inner .wrap #googlemap a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
main.overview section.access .inner .wrap #googlemap .ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
main.overview section.access .inner .wrap #googlemap .ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
main.overview section.access .inner .wrap .text {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}
@media screen and (max-width: 767px) {
  main.overview section.access .inner .wrap .text {
    display: block;
    width: 100%;
  }
}
main.overview section.access .inner .wrap .text h3 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #005baa;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  main.overview section.access .inner .wrap .text h3 {
    font-size: 4.1720990874vw;
    font-weight: 500;
    text-align: left;
    margin-bottom: 1rem;
  }
}
main.overview section.access .inner .wrap .text p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1280px) {
  main.overview section.access .inner .wrap .text p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.access .inner .wrap .text p {
    font-size: 3.6505867014vw;
    letter-spacing: 0.055em;
    line-height: 2;
  }
}
main.overview section.officer {
  padding: 4rem 0 1rem 0;
}
main.overview section.officer .inner {
  max-width: 1120px;
}
main.overview section.officer .inner table {
  text-align: left;
  width: 100%;
  margin-bottom: 4rem;
}
main.overview section.officer .inner table tr {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 1px solid #d1d1d1;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  main.overview section.officer .inner table tr {
    font-size: 1.71875vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.officer .inner table tr {
    font-size: 2.8683181226vw;
  }
}
main.overview section.officer .inner table tr:first-child {
  border-top: 1px solid #d1d1d1;
}
main.overview section.officer .inner table tr th {
  padding: 0.5rem 1rem 0.5rem 3rem;
  width: 77%;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 767px) {
  main.overview section.officer .inner table tr th {
    padding: 0.5rem 1rem 0.5rem 0;
  }
}
main.overview section.officer .inner table tr th span {
  margin: 0 0.4rem;
}
main.overview section.officer .inner table tr td {
  width: 23%;
  vertical-align: middle;
  padding: 1.5rem;
  padding: 0.5rem 1rem 0.5rem 0;
}
main.overview section.officer .inner table tr a {
  color: #005baa;
  text-decoration: underline;
}
main.overview section.base {
  padding: 4rem 0 1rem 0;
}
main.overview section.base .inner {
  max-width: 1120px;
}
main.overview section.base .inner ul {
  text-align: left;
  width: 100%;
  margin-bottom: 4rem;
}
main.overview section.base .inner ul li {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid #d1d1d1;
  height: 100%;
  display: table;
}
@media screen and (max-width: 1280px) {
  main.overview section.base .inner ul li {
    font-size: 1.171875vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.base .inner ul li {
    font-size: 2.6075619296vw;
    padding: 1rem 0;
  }
}
main.overview section.base .inner ul li .name {
  width: 20%;
  display: table-cell;
  padding: 1.2rem 1rem 1.2rem 3rem;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main.overview section.base .inner ul li .name {
    width: 25%;
    padding: 0;
    vertical-align: top;
  }
}
main.overview section.base .inner ul li .fright {
  width: 100%;
  display: table;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main.overview section.base .inner ul li .fright {
    display: block;
  }
}
main.overview section.base .inner ul li .fright .address {
  width: 80%;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main.overview section.base .inner ul li .fright .address {
    vertical-align: top;
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
  }
}
main.overview section.base .inner ul li .fright .maplink {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main.overview section.base .inner ul li .fright .maplink {
    vertical-align: top;
    display: block;
    width: 100%;
    height: auto;
  }
}
main.overview section.base .inner ul li .fright .maplink a {
  display: inline-block;
  color: #fff;
  background-color: #005baa;
  border-radius: 8rem;
  padding: 0.7rem 2rem 0.7rem 2.5rem;
  border: #005baa 1px solid;
}
@media screen and (max-width: 767px) {
  main.overview section.base .inner ul li .fright .maplink a {
    padding: 0.4rem 2rem 0.4rem 2.5rem;
  }
}
main.overview section.base .inner ul li .fright .maplink a span {
  margin-right: 1rem;
}
main.overview section.base .inner ul li .fright .maplink a:hover {
  color: #005baa;
  background-color: #fff;
}
main.overview section.csr {
  padding: 4rem 0 1rem 0;
  background-color: #f8f8f8;
}
main.overview section.csr .inner {
  max-width: 1280px;
  padding: 0;
  overflow-x: hidden;
}
main.overview section.csr .inner h2 {
  margin-bottom: 1rem;
}
main.overview section.csr .inner p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  main.overview section.csr .inner p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.csr .inner p {
    margin-bottom: 2rem;
    font-size: 3.1290743155vw;
  }
}
main.overview section.csr .inner ul {
  text-align: center;
  margin-bottom: 3rem;
}
main.overview section.csr .inner ul li {
  display: inline-block;
  margin: 0 0.3rem 1rem 0.3rem;
}
@media screen and (max-width: 767px) {
  main.overview section.csr .inner ul li {
    margin: 0 0.1rem 1rem 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.csr .inner ul li:first-child {
    width: 100%;
  }
  main.overview section.csr .inner ul li:first-child a {
    margin: 0 auto;
  }
}
main.overview section.csr .inner ul li a {
  width: 25rem;
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  position: relative;
  color: #005baa;
  background-color: #fff;
  padding: 0.7rem 2.2rem 0.7rem 1.7rem;
  border-radius: 4rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  main.overview section.csr .inner ul li a {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.csr .inner ul li a {
    font-size: 2.8683181226vw;
    width: 13rem;
    height: 4rem;
    display: table;
    line-height: 1.3;
    padding: 0.3rem 2.2rem 0.3rem 1.7rem;
  }
  main.overview section.csr .inner ul li a span {
    display: table-cell;
    vertical-align: middle;
  }
}
main.overview section.csr .inner ul li a i {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  main.overview section.csr .inner ul li a i {
    font-size: 2.3468057366vw;
    top: 1.9rem;
    right: 1rem;
  }
}
main.overview section.csr .inner ul li.innerLink a span:after {
  content: "▶";
  font-size: 22px;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  -webkit-transform: scaleX(0.5) scaleY(0.4) rotate(0);
          transform: scaleX(0.5) scaleY(0.4) rotate(0);
}
@media screen and (max-width: 1280px) {
  main.overview section.csr .inner ul li.innerLink a span:after {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.overview section.csr .inner ul li.innerLink a span:after {
    font-size: 3.9113428944vw;
    top: 1.2rem;
    right: 1rem;
  }
}
main.overview section.csr .inner ul a:hover {
  color: #fff;
  background-color: #005baa;
}

main.sitemap .inner {
  max-width: 1120px;
  padding: 0 2rem;
  display: block;
  margin: 0 auto;
}
main.sitemap .inner h2 {
  font-size: 37px;
  font-family: "UD Shin Go Medium", sans-serif;
  color: #005baa;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  main.sitemap .inner h2 {
    font-size: 2.890625vw;
  }
}
@media screen and (max-width: 767px) {
  main.sitemap .inner h2 {
    font-size: 4.6936114733vw;
    margin-bottom: 5rem;
  }
}
main.sitemap .inner h3 {
  font-size: 30px;
  font-weight: 500;
  color: #005baa;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #c3c3c3;
}
main.sitemap .inner h3 a {
  color: #005baa;
}
main.sitemap .inner h3 a span {
  display: inline-block;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
}
@media screen and (max-width: 1280px) {
  main.sitemap .inner h3 {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  main.sitemap .inner h3 {
    font-size: 4.1720990874vw;
  }
}
main.sitemap .inner h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1280px) {
  main.sitemap .inner h4 {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.sitemap .inner h4 {
    font-size: 2.8125vw;
  }
}
main.sitemap .inner p {
  font-size: 16px;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 3rem;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  main.sitemap .inner p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.sitemap .inner p {
    font-size: 2.6075619296vw;
  }
}
main.sitemap .inner p.underBar {
  border-bottom: #c3c3c3 1px solid;
  padding-bottom: 2rem;
}
main.sitemap .inner p.oneUp {
  font-size: 20px;
  line-height: 1.9;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  main.sitemap .inner p.oneUp {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.sitemap .inner p.oneUp {
    font-size: 2.8125vw;
  }
}
main.sitemap .inner p.mb {
  margin-bottom: 1.5rem;
}
main.sitemap .wrap {
  margin-bottom: 6rem;
}
main.sitemap .wrap ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  display: inline-block;
  margin-right: 5rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1280px) {
  main.sitemap .wrap ul li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.sitemap .wrap ul li {
    font-size: 3.1290743155vw;
    display: block;
    margin-right: 0;
  }
}
main.sitemap .wrap ul li a {
  color: #3e3b3b;
  width: 100%;
}
main.sitemap .wrap ul li a span::before {
  color: #005baa;
  display: inline-block;
  content: "▶";
  padding-right: 0.2rem;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
main.sitemap .wrap ul li a.grayOut {
  pointer-events: none;
  color: #c3c3c3;
}
main.sitemap .wrap ul li a.grayOut span::before {
  color: #c3c3c3;
}
main.sitemap .wrap ul.relation {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  main.sitemap .wrap ul.relation {
    text-align: left;
    width: 18rem;
    display: block;
    margin: 0 auto;
  }
}
main.sitemap .wrap ul.relation li {
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 0.8rem;
  margin: 0 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1280px) {
  main.sitemap .wrap ul.relation li {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  main.sitemap .wrap ul.relation li {
    width: 20rem;
    display: block;
    font-size: 3.9113428944vw;
    padding-bottom: 0.4rem;
    margin: 0 auto;
    margin-bottom: 1.5rem;
  }
}
main.sitemap .wrap ul.relation li a {
  color: #005baa;
}
main.sitemap .wrap ul.relation li a span {
  border-bottom: 1px solid #005baa;
  padding-bottom: 0.2rem;
}
main.sitemap .wrap ul.relation li a span::before {
  content: "";
}
main.sitemap .wrap ul.relation li a i {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
main.sitemap h2.mt {
  padding-top: 4rem;
}

main.compliance p.fs20 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  main.compliance p.fs20 {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.compliance p.fs20 {
    font-size: 3.1290743155vw;
  }
}

main.sustainability h2 {
  color: #005baa;
  font-family: "UD Shin Go Medium", sans-serif;
  font-size: 37px;
  line-height: 1.7567567568;
  letter-spacing: 0.055em;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1112px) {
  main.sustainability h2 {
    font-size: 3.3273381295vw;
  }
}
@media screen and (max-width: 767px) {
  main.sustainability h2 {
    font-size: 4.6936114733vw;
    line-height: 1.7777777778;
    margin-bottom: 3rem;
  }
}
main.sustainability section#cdgs {
  padding: 0 2rem;
  padding-top: 3rem;
  max-width: calc(1048px + 4rem);
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.sustainability section#cdgs {
    width: 100%;
  }
}
main.sustainability section#cdgs img.goals {
  width: 727px;
  height: auto;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1112px) {
  main.sustainability section#cdgs img.goals {
    width: 65.3776978417vw;
  }
}
@media screen and (max-width: 767px) {
  main.sustainability section#cdgs img.goals {
    width: 74.0547588005vw;
    line-height: 1.7777777778;
  }
}
main.sustainability section#cdgs ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  main.sustainability section#cdgs ul {
    margin-bottom: 1.5rem;
  }
}
main.sustainability section#cdgs ul li {
  -ms-flex-preferred-size: 15.35%;
      flex-basis: 15.35%;
  width: 15.35%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  main.sustainability section#cdgs ul li {
    -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
    width: 31%;
    margin-bottom: 0.9rem;
  }
}
main.sustainability section#cdgs ul li img {
  width: 100%;
  height: auto;
}
main.sustainability section#cdgs p {
  color: #888;
  text-align: left;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1112px) {
  main.sustainability section#cdgs p {
    font-size: 1.7985611511vw;
  }
}
@media screen and (max-width: 767px) {
  main.sustainability section#cdgs p {
    font-size: 3.1290743155vw;
    line-height: 2.1666666667;
    letter-spacing: 0.055em;
    margin-bottom: 1.2rem;
  }
}
main.sustainability section#cdgs p.mb {
  margin-bottom: 5rem;
}
main.sustainability section#cdgs .btn {
  display: block;
  margin: 0 auto;
}
main.sustainability section#cdgs .btn a {
  width: 740px;
  color: #fff;
  background-color: #005baa;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  font-family: "UD Shin Go Medium", sans-serif;
  position: relative;
  padding: 1.7rem 0;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1112px) {
  main.sustainability section#cdgs .btn a {
    font-size: 3.0575539568vw;
  }
}
@media screen and (max-width: 767px) {
  main.sustainability section#cdgs .btn a {
    width: 95%;
    padding: 1rem 0;
    font-size: 3.6505867014vw;
    letter-spacing: 0;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  main.sustainability section#cdgs .btn a span {
    padding-right: 1rem;
  }
}
main.sustainability section#cdgs .btn a i {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%) scale(0.7);
          transform: translateY(-50%) scale(0.7);
}
main.sustainability section#cdgs .btn a:hover {
  color: #005baa;
  background-color: #fff;
}
main.sustainability section#conduct {
  padding: 0 2rem;
  padding-top: 10rem;
  max-width: calc(1048px + 4rem);
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  main.sustainability section#conduct {
    padding-top: 5rem;
    margin-bottom: 4rem;
    width: 100%;
  }
}
main.sustainability section#conduct p {
  color: #888;
  text-align: left;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1112px) {
  main.sustainability section#conduct p {
    font-size: 1.7985611511vw;
  }
}
@media screen and (max-width: 767px) {
  main.sustainability section#conduct p {
    font-size: 3.1290743155vw;
    line-height: 2.1666666667;
    letter-spacing: 0.055em;
    margin-bottom: 1.2rem;
  }
}
main.sustainability section#conduct p.mb {
  margin-bottom: 5rem;
}
main.sustainability .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-top: 1px solid #005BAA;
  padding: 1rem 0;
}
@media screen and (max-width: 1112px) {
  main.sustainability .box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1.5rem 0;
  }
}
main.sustainability .box.lastBox {
  border-bottom: 1px solid #005BAA;
}
main.sustainability .box .text {
  -ms-flex-preferred-size: 51%;
      flex-basis: 51%;
}
@media screen and (max-width: 1112px) {
  main.sustainability .box .text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
main.sustainability .box .text h3 {
  text-align: left;
  font-weight: 500;
  color: #005baa;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1112px) {
  main.sustainability .box .text h3 {
    font-size: 2.5179856115vw;
  }
}
@media screen and (max-width: 767px) {
  main.sustainability .box .text h3 {
    font-size: 3.6505867014vw;
    line-height: 1.7777777778;
    margin-bottom: 0.5rem;
  }
}
main.sustainability .box .text p {
  color: #888;
  text-align: left;
  font-size: 16px !important;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 1112px) {
  main.sustainability .box .text p {
    font-size: 1.4388489209vw;
  }
}
@media screen and (max-width: 767px) {
  main.sustainability .box .text p {
    font-size: 3.1290743155vw;
    line-height: 2.1666666667;
    letter-spacing: 0.055em;
  }
}
main.sustainability .box .icon {
  -ms-flex-item-align: center;
      align-self: center;
  height: 100%;
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
}
@media screen and (max-width: 1112px) {
  main.sustainability .box .icon {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
main.sustainability .box .icon img {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  width: 31%;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  main.sustainability .box .icon img {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    width: 32%;
    margin-left: 0;
    margin-right: 0.5rem;
  }
}
main.sustainability .box .icon img:nth-child(3) {
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */