@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/*----------------------------------------------------------------
1. base elements
----------------------------------------------------------------*/
html {
  font-size: 100%;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

a {
  color: black;
}
a img {
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover img {
  border: 0;
  opacity: 0.8;
}

/*----------------------------------------------------------------
2. shared class
----------------------------------------------------------------*/
.sp {
  display: none;
}

.dropshadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
          box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px 0px;
}

.button a {
  border-radius: 7px;
  padding: 0.5rem 2rem;
  color: black;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  overflow: hidden;
  background-color: white;
}
.button a span {
  z-index: 100;
  position: relative;
}
.button a:hover::before {
  -webkit-transform: translate(-20px, 0) skew(-20deg);
          transform: translate(-20px, 0) skew(-20deg);
}
.button a::after {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 40px);
  height: 100%;
  background: #89f7fe;
  background: linear-gradient(63deg, #89f7fe 0%, #66a6ff 100%);
  border-radius: 0;
  -webkit-transform: translate(-120%, 0px) skew(-20deg);
          transform: translate(-120%, 0px) skew(-20deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shadow {
  position: relative;
  display: inline-block;
  border-radius: 7px;
}
.shadow a {
  background-color: #000000;
  border-radius: 7px;
  padding: 0.65rem 2.7rem;
  color: white;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 3px;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shadow a:hover {
  color: #44c4c7;
}
.shadow a:hover::after {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.shadow a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #44c4c7;
  border-radius: 7px;
  z-index: -1;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.inview.fluffy {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.inview.fluffy.animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.inview.list > li,
.inview.list > a {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.inview.list.animated > li,
.inview.list.animated > a {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.inview.list li:nth-child(2),
.inview.list a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.inview.list li:nth-child(3),
.inview.list a:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.inview.list li:nth-child(4),
.inview.list a:nth-child(4) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.inview#front-sdgs .sengen {
  opacity: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.inview#front-sdgs .subtext p,
.inview#front-sdgs .subtext .button {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 2s;
  transition: all 2s;
}
.inview#front-sdgs.animated .sengen,
.inview#front-sdgs.animated .subtext p,
.inview#front-sdgs.animated .subtext .button {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.inview#front-sdgs.animated .subtext p {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.inview#front-sdgs.animated .subtext .button {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.inview.goals .goal {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 0.8s ease-in;
  transition: all 0.8s ease-in;
}
.inview.goals .goal:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.inview.goals .goal:nth-child(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.inview.goals .goal:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.inview.goals.animated .goal {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes proceed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(0px) scale(2);
            transform: translateY(-50%) translateX(0px) scale(2);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(30px) scale(2);
            transform: translateY(-50%) translateX(30px) scale(2);
  }
  100% {
    opacity: 0;
  }
}

@keyframes proceed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(0px) scale(2);
            transform: translateY(-50%) translateX(0px) scale(2);
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  95% {
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(30px) scale(2);
            transform: translateY(-50%) translateX(30px) scale(2);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes yurayura {
  0% {
    border-radius: 95% 100% 105% 110%;
  }
  20% {
    border-radius: 110% 95% 100% 105%;
  }
  40% {
    border-radius: 105% 110% 95% 100%;
  }
  60% {
    border-radius: 100% 105% 110% 95%;
  }
  80% {
    border-radius: 105% 95% 95% 100%;
  }
  100% {
    border-radius: 95% 100% 105% 110%;
  }
}
@keyframes yurayura {
  0% {
    border-radius: 95% 100% 105% 110%;
  }
  20% {
    border-radius: 110% 95% 100% 105%;
  }
  40% {
    border-radius: 105% 110% 95% 100%;
  }
  60% {
    border-radius: 100% 105% 110% 95%;
  }
  80% {
    border-radius: 105% 95% 95% 100%;
  }
  100% {
    border-radius: 95% 100% 105% 110%;
  }
}
@-webkit-keyframes yurayura2 {
  0% {
    top: 0px;
    left: 10px;
    border-radius: 100% 92% 100% 95%;
  }
  20% {
    top: -15px;
    left: 5px;
    border-radius: 80% 100% 80% 100%;
  }
  40% {
    top: 5px;
    left: 5px;
    border-radius: 95% 55% 75% 75%;
  }
  60% {
    top: -10px;
    left: 5px;
    border-radius: 95% 95% 90% 100%;
  }
  80% {
    top: -30px;
    left: 5px;
    border-radius: 85% 85% 95% 70%;
  }
  100% {
    top: 0px;
    left: 5px;
    border-radius: 95% 92% 50% 100%;
  }
}
@keyframes yurayura2 {
  0% {
    top: 0px;
    left: 10px;
    border-radius: 100% 92% 100% 95%;
  }
  20% {
    top: -15px;
    left: 5px;
    border-radius: 80% 100% 80% 100%;
  }
  40% {
    top: 5px;
    left: 5px;
    border-radius: 95% 55% 75% 75%;
  }
  60% {
    top: -10px;
    left: 5px;
    border-radius: 95% 95% 90% 100%;
  }
  80% {
    top: -30px;
    left: 5px;
    border-radius: 85% 85% 95% 70%;
  }
  100% {
    top: 0px;
    left: 5px;
    border-radius: 95% 92% 50% 100%;
  }
}
@-webkit-keyframes yurayura3 {
  0% {
    top: 50px;
    left: -25px;
    border-radius: 100% 95% 100% 100%;
  }
  20% {
    top: 65px;
    left: -45px;
    border-radius: 100% 100% 95% 100%;
  }
  40% {
    top: 45px;
    left: 0px;
    border-radius: 100% 100% 100% 95%;
  }
  60% {
    top: 100px;
    left: 50px;
    border-radius: 95% 100% 100% 100%;
  }
  80% {
    top: 70px;
    left: 0px;
    border-radius: 105% 90% 90% 90%;
  }
  100% {
    top: 50px;
    left: -25px;
    border-radius: 100% 95% 80% 100%;
  }
}
@keyframes yurayura3 {
  0% {
    top: 50px;
    left: -25px;
    border-radius: 100% 95% 100% 100%;
  }
  20% {
    top: 65px;
    left: -45px;
    border-radius: 100% 100% 95% 100%;
  }
  40% {
    top: 45px;
    left: 0px;
    border-radius: 100% 100% 100% 95%;
  }
  60% {
    top: 100px;
    left: 50px;
    border-radius: 95% 100% 100% 100%;
  }
  80% {
    top: 70px;
    left: 0px;
    border-radius: 105% 90% 90% 90%;
  }
  100% {
    top: 50px;
    left: -25px;
    border-radius: 100% 95% 80% 100%;
  }
}
/*----------------------------------------------------------------
3. aside
----------------------------------------------------------------*/
/*----------------------------------------------------------------
4. header
----------------------------------------------------------------*/
header {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
  overflow: hidden;
}
header .container {
  position: fixed;
  z-index: 120;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .container.floating {
  background-color: white;
  height: 60px;
  padding: 5px 20px;
}
header h1 {
  margin: 0;
  padding: 0;
  background-image: url(../images/logo.png);
  background-repeat: none;
  width: 283px;
  height: 57px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 40px;
}
header h1 a {
  text-decoration: none;
  display: block;
  text-indent: -10000px;
  overflow: hidden;
  height: 100%;
}
header p {
  margin: 0;
  padding: 1px 4px;
  margin-right: 20px;
  font-size: 0.9rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  flex-grow: 0;
  border-bottom: 1px solid black;
  text-shadow: 0px 0px 5px white;
  letter-spacing: 1px;
  display: inline-block;
}
header.text-white {
  color: white;
}
header.text-white h1 {
  background-image: url(../images/logo-w.png);
}
header.text-white a {
  color: white;
}
header.text-white a:after {
  background-color: white;
}
header.text-white p {
  border-color: white;
}
header.text-white .container.floating {
  color: black;
}
header.text-white .container.floating p {
  border-color: black;
}
header.text-white .container.floating h1 {
  background-image: url(../images/logo.png);
}
header.text-white .container.floating a {
  color: black;
}
header.text-white .container.floating a:after {
  background-color: black;
}
header nav {
  display: block;
  margin: 0;
  padding: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
header nav button {
  display: none;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav ul li {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  text-shadow: 0px 0px 5px white;
}
header nav ul li::before {
  content: "〉";
  display: inline-block;
  margin-right: 0;
  padding: 0 0.5rem;
}
header nav ul li a {
  display: inline-block;
  text-decoration: none;
  padding-right: 0.5rem;
  line-height: 100%;
}
header nav ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  margin-top: 5px;
  background-color: black;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 5px white;
          box-shadow: 0px 0px 5px white;
}
header nav ul li a:hover::after {
  width: 100%;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  z-index: 140;
  display: none;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 20px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
          transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
          transform: translateY(-20px) rotate(45deg);
}

/*----------------------------------------------------------------
5. side
----------------------------------------------------------------*/
.category-image .category-image:before {
  display: none;
}
.category-image img {
  margin-top: 0;
}

/*----------------------------------------------------------------
6. main
----------------------------------------------------------------*/
section.section .container {
  max-width: 1150px;
  margin: 0 auto;
}
section.section .table {
  background-color: #ecf9f9;
  background-color: #f5f7f7;
  padding: 45px;
  padding: 0px 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  width: 1050px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
}
section.section .table:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #44c4c7;
  border-radius: 20px;
  z-index: -1;
  -webkit-transform: translate(5px, 5px) rotate(0.3deg);
          transform: translate(5px, 5px) rotate(0.3deg);
}
section.section .table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 25px 0;
  border-bottom: 1px solid #ccc;
}
section.section .table .row:last-child {
  border-bottom: 0;
}
section.section .table .row .caption {
  margin-right: 0;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.section .table .row p {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.section .table.solid .row {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 10px;
  border: 0;
}
section.section .table.solid .row .caption {
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
  font-weight: normal;
  color: black;
  line-height: 100%;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  margin: 0;
  margin-right: 20px;
}
section.section .summary {
  text-align: center;
}
section.section .summary p {
  margin: 0;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  line-height: 180%;
}
section.section h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.3rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 100%;
  margin: 35px auto 30px;
  display: block;
  color: #43c3c6;
}
section.section h2 .subtitle {
  line-height: 100%;
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.5rem;
  letter-spacing: 0;
  font-family: "Noto Sans JP";
}
section.section h2 .subtitle::before {
  content: "／";
  display: inline-block;
  margin-right: 5px;
}
section.section figure {
  margin: 0;
  padding: 0;
  width: 775px;
  height: 380px;
  background-color: #44c4c7;
  border-radius: 10px;
}
section.section figure.shadow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #44c4c7;
  border-radius: 7px;
  z-index: -1;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.keyvisual_container {
  position: relative;
  margin-bottom: 60px;
  height: 100vh;
}
.keyvisual_container .progressbar {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 6px;
  background-color: #d0eefc;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.keyvisual_container .progressbar.done {
  -webkit-animation: progressBarDone 4s linear forwards;
          animation: progressBarDone 4s linear forwards;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@-webkit-keyframes progressBarDone {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes progressBarDone {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.keyvisual_container .keyvisual::after {
  /*content: "";
  height: 2px;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  width: 0;*/
}
.keyvisual_container .intro {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 110;
  font-size: 3rem;
  letter-spacing: 3px;
  padding-left: 2.5rem;
  color: white;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}
.keyvisual_container .intro p {
  white-space: nowrap;
  display: block;
  margin: 0;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  visibility: hidden;
}
.keyvisual_container .intro p span {
  opacity: 0;
  visibility: visible;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.keyvisual_container .intro p span.shown {
  opacity: 1;
}
.keyvisual_container .intro a {
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  color: white;
  display: inline-block;
  line-height: 100%;
  margin-top: 5rem;
  padding: 1rem 2rem;
  border-radius: 10px;
  border: 1px solid white;
}
.keyvisual_container .intro a em {
  font-style: normal;
  font-size: 2.5rem;
  display: inline-block;
  margin-right: 0.1rem;
}

.pagevisual_container {
  margin-top: 105px;
  position: relative;
  margin-bottom: 20px;
  height: 220px;
  background-color: #efefef;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.pagevisual_container.office {
  background-image: url(../images/page-office.jpg);
}
.pagevisual_container.business {
  background-image: url(../images/page-business.jpg);
}
.pagevisual_container.company {
  background-image: url(../images/page-company.jpg);
}
.pagevisual_container.sdgs {
  background-image: url(../images/page-sdgs.jpg);
  height: 260px;
  text-align: center;
  overflow: hidden;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagevisual_container.sdgs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-position: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-repeat: no-repeat;
}
.pagevisual_container.sdgs::after {
  content: "";
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.pagevisual_container.text-white span {
  color: white;
}
.pagevisual_container::after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 100;
}
.pagevisual_container span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: 3rem;
  letter-spacing: 6px;
  z-index: 110;
}

#location {
  margin-bottom: 45px;
  font-size: 0.9rem;
}
#location ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-family: "Noto Sans JP";
  font-weight: 500;
}
#location ul li::after {
  content: "〉";
  display: inline-block;
  margin: 0 1rem;
}
#location ul li:last-child::after {
  display: none;
}

#front-about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
}
#front-about .container article {
  width: 375px;
  -ms-flex-preferred-size: 375px;
      flex-basis: 375px;
}
#front-about .container figure {
  background-image: url(../images/about-image.jpg);
  background-size: cover;
  background-position: center;
}

#front-gyoumu {
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-bottom: 45px;
}
#front-gyoumu .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#front-gyoumu .buttons a {
  width: 370px;
  height: 100px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #cae5f4;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}
#front-gyoumu .buttons a:hover::after {
  right: -120px;
}
#front-gyoumu .buttons a::before {
  content: "〉";
  right: 20px;
  color: black;
  top: 50%;
  right: 16%;
  -webkit-transform: translateY(-50%) scale(2);
          transform: translateY(-50%) scale(2);
  position: absolute;
  -webkit-animation: proceed 1s linear infinite;
          animation: proceed 1s linear infinite;
}
#front-gyoumu .buttons a::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 0;
  height: 100%;
  width: 120px;
  background-color: #94cce9;
  color: white;
  padding-top: 70px;
  font-weight: normal;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-position: center 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#front-gyoumu .buttons a.zeimu::after {
  content: "TAX AFFAIRS";
  background-image: url(../images/icon-paper.jpg);
}
#front-gyoumu .buttons a.kaikei::after {
  content: "ACCOUNTING";
  background-image: url(../images/icon-calc.jpg);
}
#front-gyoumu .buttons a.consulting::after {
  content: "CONSULTING";
  background-image: url(../images/icon-handshake.jpg);
}
#front-gyoumu .buttons a span {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 500;
  font-size: 1.15rem;
}
#front-gyoumu .more {
  text-align: center;
}
#front-gyoumu .more a {
  text-decoration: none;
  letter-spacing: 2px;
}

#front-sdgs {
  text-align: center;
  overflow: hidden;
  position: relative;
  height: 460px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e8f7ff;
}
#front-sdgs .container {
  max-width: 950px;
  background-image: url(../images/sdgslogo.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 340px;
}
#front-sdgs::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150px;
  background-color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(0%, rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
#front-sdgs::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 110px;
  background-color: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(0%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, white 0%, white 0%, rgba(255, 255, 255, 0) 100%);
}
#front-sdgs .button {
  margin-bottom: 80px;
}
#front-sdgs .button a {
  padding: 0.6rem 4rem;
  border: 1px solid black;
}
#front-sdgs .sengen {
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: 30px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 130%;
  text-align: right;
  position: relative;
  z-index: 10;
  text-shadow: 0px 0px 32px white, 0px 0px 32px white, 0px 0px 32px white, 0px 0px 32px white, 0px 0px 32px white;
}
#front-sdgs .subtext {
  margin: 0 auto;
  text-align: right;
}
#front-sdgs p {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.5rem;
}

#common-shortcut nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 70px;
}
#common-shortcut nav a {
  font-size: 1.15rem;
  font-weight: 500;
  width: calc(25% - 22.5px);
  height: 130px;
  position: relative;
  text-align: center;
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: black;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0.5px solid #74aecb;
  border-radius: 20px;
  background-color: white;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#common-shortcut nav a:hover {
  background-position: 100% 100%;
  border-color: white;
}
#common-shortcut nav a:hover span::after {
  width: 100%;
}
#common-shortcut nav a span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
#common-shortcut nav a span::after {
  content: "";
  display: block;
  margin-top: 5px;
  height: 2px;
  width: 0;
  background-color: #43c3c6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#common-map {
  margin-bottom: 20px;
}
#common-map iframe {
  display: block;
  width: 100%;
}
#common-map .button-area {
  margin-top: 20px;
}
#common-map .button-area .button {
  text-align: right;
}
#common-map .button-area .button a {
  border: 1px solid black;
}
#common-map .dataarea {
  background-color: #efefef;
  overflow: hidden;
}
#common-map .dataarea .table {
  background-color: transparent;
  width: auto;
  padding: 0;
}
#common-map .information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  font-family: none;
  font-size: 0.9rem;
}

#company-origin {
  margin-bottom: 70px;
}
#company-origin .container {
  width: 1050px;
  background-color: #eaf8ff88;
  border-radius: 40% 55% 40% 60%;
  -webkit-animation: yurayura 30s linear infinite;
          animation: yurayura 30s linear infinite;
  position: relative;
  padding: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.95rem;
  font-size: 1rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#company-origin .container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  border-radius: 40% 55% 40% 60%;
  background-color: #eaf8ff88;
  -webkit-animation: yurayura2 30s linear infinite;
          animation: yurayura2 30s linear infinite;
}
#company-origin .container::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #eaf8ff88;
  border-radius: 40% 55% 40% 60%;
  -webkit-animation: yurayura3 30s linear infinite;
          animation: yurayura3 30s linear infinite;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
#company-origin .container h2 {
  margin: 20px 0 50px;
  font-weight: 600;
  padding: 0;
  text-align: center;
  display: block;
}
#company-origin .container .message {
  position: relative;
  z-index: 100;
  width: 700px;
  margin: 0 auto;
}
#company-origin .container p {
  line-height: 200%;
  z-index: 100;
  text-shadow: 0px 0px 12px white, 0px 0px 12px white, 0px 0px 12px white;
}
#company-origin .container p u {
  text-shadow: none;
  text-decoration: none;
  font-weight: bold;
  margin-inline: 4px 4px;
  padding-inline: 4px 4px;
}

#sdgs-initiatives .message {
  margin: 0 50px 50px;
  padding: 24px 0 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP";
  border-left: 2px solid #43c3c6;
  position: relative;
}
#sdgs-initiatives .message::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #43c3c6;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(220deg);
          transform: rotate(220deg);
  position: absolute;
  bottom: 1px;
  left: 0;
}
#sdgs-initiatives .message p {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 150%;
  text-align: left;
  display: block;
}
#sdgs-initiatives .message .signature {
  display: block;
  text-align: right;
  font-weight: 500;
}
#sdgs-initiatives .sdgstitle {
  height: 50px;
  margin-bottom: 30px;
}
#sdgs-initiatives .sdgstitle img {
  height: 100%;
  display: block;
}
#sdgs-initiatives .allicons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}
#sdgs-initiatives .allicons img {
  -ms-flex-preferred-size: 11%;
      flex-basis: 11%;
  width: 11%;
  display: block;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 8px;
}
#sdgs-initiatives .goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sdgs-initiatives .goals .goal {
  width: 550px;
  background-color: #efefef;
  margin-bottom: 40px;
  padding: 50px 25px 25px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}
#sdgs-initiatives .goals .goal:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  border-radius: 20px;
  z-index: -1;
  -webkit-transform: translate(5px, 5px) rotate(0.5deg);
          transform: translate(5px, 5px) rotate(0.5deg);
}
#sdgs-initiatives .goals .goal h2 {
  margin: 0;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  margin-bottom: 35px;
  line-height: 100%;
  letter-spacing: 0;
}
#sdgs-initiatives .goals .goal p {
  font-size: 1.1rem;
}
#sdgs-initiatives .goals .goal .effort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sdgs-initiatives .goals .goal .effort ul {
  margin: 0;
  margin-bottom: 22px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 0.95rem;
}
#sdgs-initiatives .goals .goal .effort .label {
  background-color: #76b1cb;
  color: white;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0;
  font-size: 0.9rem;
  position: relative;
  margin-right: 15px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}
#sdgs-initiatives .goals .goal .effort .label b {
  display: inline-block;
  margin-inline: 10px 10px;
  font-weight: normal;
}
#sdgs-initiatives .goals .goal .effort .label:after {
  content: "";
  position: absolute;
  border-bottom: 13.5px solid transparent;
  border-right: 13.5px solid transparent;
  border-left: 13.5px solid #76b1cb;
  border-top: 13.5px solid transparent;
}
#sdgs-initiatives .goals .goal .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sdgs-initiatives .goals .goal .icons img {
  width: 65px;
  margin-right: 10px;
  border-radius: 8px;
}

/*----------------------------------------------------------------
6. footer
----------------------------------------------------------------*/
footer {
  background-color: #eaf8ff;
  overflow: hidden;
  padding-top: 40px;
}
footer .logo {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 239px;
  height: 48px;
  background-image: url(../images/logo-f.png);
  background-repeat: no-repeat;
}
footer .logo a {
  display: block;
  height: 100%;
}
footer nav {
  text-align: center;
  margin-bottom: 30px;
}
footer nav ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}
footer nav ul li {
  margin-right: 1rem;
}
footer nav ul li a {
  text-decoration: none;
}
footer nav ul li a:before {
  content: "〉";
  display: inline-block;
  margin-right: 0.5rem;
}
footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
footer .contact > * {
  margin-right: 1rem;
}
footer .contact address {
  font-style: normal;
}
footer .contact > div::before {
  background-color: #000;
  color: white;
  font-size: 0.7rem;
  border-radius: 6px;
  padding: 1px 0.5rem;
  margin-right: 0.5rem;
}
footer .contact .tel::before {
  content: "TEL";
}
footer .contact .fax::before {
  content: "FAX";
}

/*----------------------------------------------------------------
7. mobile
----------------------------------------------------------------*/
@media screen and (max-width: 960px) {
  header p {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  html {
    font-size: 80%;
  }

  body #veil {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 120;
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.5);
  }
  body.active #veil {
    opacity: 1;
    z-index: 120;
    visibility: visible;
  }
  body.active header .container.floating .menu-trigger.active span {
    background-color: black;
  }
  body.active header .container .menu-trigger.active span {
    background-color: white;
  }
  body.home .menu-trigger span {
    background-color: white;
  }

  .pc {
    display: none;
  }

  .sp {
    display: initial;
  }

  section.section h2 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  section.section .container {
    max-width: none;
    margin: 0 10px;
    padding: 0;
  }
  section.section .table {
    width: auto;
    padding: 10px;
    margin-bottom: 20px;
  }
  section.section .table .row {
    margin-bottom: 0;
    padding: 15px 0;
  }
  section.section .table .row .caption {
    padding: 0.5rem 10px;
    margin-right: 10px;
    min-width: 82px;
    white-space: normal;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
  }
  section.section .table.solid .row {
    margin-bottom: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  section.section .table.solid .row .caption {
    -ms-flex-preferred-size: 125px;
        flex-basis: 125px;
    padding-left: 10px;
    text-align: right;
  }
  section.section .table.solid .row p {
    line-height: 150%;
  }

  .menu-trigger span {
    background-color: black;
  }

  header .container {
    padding: 8px;
    z-index: 120;
    top: 0;
  }
  header .container.floating {
    padding: 10px;
    height: auto;
  }
  header .container.floating .menu-trigger span {
    background-color: black;
  }
  header h1 {
    width: 220px;
    height: 44px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  header p {
    display: none;
  }
  header.text-white {
    color: black;
  }
  header.text-white .menu-trigger span {
    background-color: white;
  }
  header.text-white a {
    color: black;
  }
  header.text-white a:after {
    background-color: black;
  }
  header nav {
    margin: 2px 0;
  }
  header nav .menu {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 10px;
    left: 10px;
    top: 10px;
  }
  header nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.3rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 90px;
    clear: both;
  }
  header nav ul li {
    margin: 0;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    -ms-flex-preferred-size: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
  }
  header nav ul li:before {
    display: none;
  }
  header nav ul li a {
    background-color: white;
    display: block;
    text-align: center;
    padding: 0;
    border-radius: 9px;
    line-height: 100px;
  }
  header nav .menu-trigger {
    display: block;
  }
  header nav .menu-trigger.active + .menu {
    visibility: visible;
    opacity: 1;
  }
  header nav .close {
    display: block;
  }

  .pagevisual_container {
    margin-top: 64px;
    overflow: hidden;
    height: 110px;
  }
  .pagevisual_container.sdgs {
    height: 160px;
  }
  .pagevisual_container span {
    font-size: 2.4rem;
    letter-spacing: 3px;
  }

  .keyvisual_container .intro {
    top: 75%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 0;
    margin: 0 10px;
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .keyvisual_container .intro p {
    white-space: normal;
    padding: 0;
    line-height: 120%;
    margin-bottom: 1.5rem;
  }
  .keyvisual_container .intro a {
    font-size: 1.6rem;
    padding: 0.7rem 1.6rem;
  }
  .keyvisual_container .intro a em {
    font-size: 2rem;
  }

  #location {
    margin-bottom: 20px;
  }

  #front-about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  #front-about .container article {
    width: auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  #front-about .container .summary {
    margin-bottom: 50px;
  }
  #front-about .container .summary h2 {
    margin-top: 0;
    margin-bottom: 35px;
  }
  #front-about .container .summary p {
    margin-bottom: 3rem;
  }
  #front-about .container figure {
    width: calc(100% - 20px);
    height: 190px;
  }

  #front-gyoumu .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #front-gyoumu .buttons a {
    margin: 0 auto;
    margin-bottom: 10px;
    height: auto;
    text-align: left;
    width: calc(100% - 20px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }
  #front-gyoumu .buttons a span {
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    position: static;
  }
  #front-gyoumu .buttons a::after {
    top: 0;
    height: auto;
    bottom: 0;
    padding: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-position: center;
    background-size: 54px;
    content: "";
  }
  #front-gyoumu .buttons a.zeimu::after, #front-gyoumu .buttons a.kaikei::after, #front-gyoumu .buttons a.consulting::after {
    content: "";
  }

  #front-sdgs {
    padding: 0 20px;
    height: auto;
    background-size: cover;
    background-position: center;
    background-color: white;
  }
  #front-sdgs::before, #front-sdgs::after {
    height: 50px;
    display: none;
  }
  #front-sdgs .container {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 200px;
    padding-top: 150px;
  }
  #front-sdgs .sengen {
    width: auto;
    margin: 0 10px;
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 20px;
  }
  #front-sdgs .subtext {
    width: auto;
    text-align: center;
  }
  #front-sdgs .button {
    margin-bottom: 60px;
  }
  #front-sdgs .button a {
    border: 1px solid #000;
  }
  #front-sdgs p {
    margin-bottom: 20px;
  }

  #common-shortcut .container {
    margin: 0;
    padding: 0 10px;
  }
  #common-shortcut nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0;
    margin: 0;
    margin-bottom: 20px;
  }
  #common-shortcut nav a {
    width: calc(50% - 5px);
    height: 50px;
    padding: 0;
    margin-bottom: 10px;
    border: 2px solid #c3e3f3;
    font-size: 1rem;
  }
  #common-shortcut nav a::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  #common-shortcut nav a:hover {
    border-radius: 0;
    border: 2px solid #43c3c6;
  }
  #common-shortcut nav a span {
    line-height: 120%;
  }
  #common-shortcut nav a span::after {
    display: none;
  }

  #common-map {
    margin-bottom: 30px;
  }
  #common-map .button {
    text-align: center;
  }
  #common-map .dataarea {
    padding: 10px 0;
  }
  #common-map .information {
    margin-top: 5px;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #common-map .information p {
    margin: 0;
  }

  #company-origin {
    margin-bottom: 35px;
  }
  #company-origin .container {
    width: auto;
    padding: 15px;
    text-align: justify;
    border-radius: 0;
    -webkit-animation: none;
            animation: none;
  }
  #company-origin .container:after, #company-origin .container:before {
    -webkit-animation: none;
            animation: none;
    border-radius: 0;
    display: none;
  }
  #company-origin .container h2 {
    margin-bottom: 20px;
  }
  #company-origin .container .message {
    width: auto;
  }

  #sdgs-initiatives .message {
    padding: 0 10px;
    margin: 25px;
    margin-right: 0;
    margin-bottom: 40px;
  }
  #sdgs-initiatives .message p {
    font-size: 1.15rem;
    line-height: 200%;
  }
  #sdgs-initiatives .message p br {
    display: none;
  }
  #sdgs-initiatives .sdgstitle {
    height: 30px;
    margin-bottom: 25px;
  }
  #sdgs-initiatives .allicons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }
  #sdgs-initiatives .allicons img {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%;
    width: 15%;
    display: block;
    margin: 0;
    margin-bottom: 2%;
    border-radius: 8px;
  }
  #sdgs-initiatives .goals .goal {
    padding: 15px;
    margin-bottom: 15px;
  }
  #sdgs-initiatives .goals .goal h2 {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #43c3c6;
  }
  #sdgs-initiatives .goals .goal .icons img {
    width: 50px;
    display: block;
  }
  #sdgs-initiatives .goals .goal .effort ul {
    margin-bottom: 10px;
  }
  #sdgs-initiatives .goals .goal .effort .label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  footer nav ul {
    margin: 0;
    padding: 0;
  }
  footer .contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .contact address {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}