@charset "UTF-8";
/* =============================================== */
/** 全サイト共通*/
/* ----------------------------------------------- */
/* =============================================== */
/** foundation - 全サイト共通*/
/* ----------------------------------------------- */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.purpose {
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #353535;
}

.purpose * {
  box-sizing: border-box;
}

.purpose img {
  display: block;
  width: 100%;
}

.purpose .borderAccent {
  position: relative;
}

@media (min-width: 768px) {
  .purpose .borderAccent {
    padding-left: 4.02778vw;
    font-size: 1.38889vw;
  }
}

@media (max-width: 767px) {
  .purpose .borderAccent {
    padding-left: 10.66667vw;
    font-size: 4vw;
  }
}

.purpose .borderAccent::before {
  content: '';
  display: block;
  background: #2f88ce;
  position: absolute;
  left: 0;
  top: 50%;
}

@media (min-width: 768px) {
  .purpose .borderAccent::before {
    width: 2.91667vw;
    height: 0.13889vw;
    margin-top: -0.06944vw;
  }
}

@media (max-width: 767px) {
  .purpose .borderAccent::before {
    width: 8vw;
    height: 0.53333vw;
    margin-top: -0.26667vw;
  }
}

#menu {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#menu .menuContent {
  pointer-events: auto;
  background: black;
  visibility: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#menu .menuContent .menu_shoulder {
  position: absolute;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media (min-width: 768px) {
  #menu .menuContent .menu_shoulder {
    left: 4.16667vw;
    top: calc(4.16667vw + 34px);
    font-size: 1.25vw;
  }
}

@media (max-width: 767px) {
  #menu .menuContent .menu_shoulder {
    left: 5.33333vw;
    top: 8vw;
    top: calc(8vw + 50px);
    font-size: 4.13333vw;
  }
}

@media (max-width: 767px) {
  #menu .menuContent .list {
    padding: 5.33333vw;
  }
}

@media (min-width: 768px) {
  #menu .menuContent .list {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  #menu .menuContent .list .item + .item {
    margin-top: 2.5vw;
  }
}

@media (max-width: 767px) {
  #menu .menuContent .list .item + .item {
    margin-top: 6.66667vw;
  }
}

#menu .menuContent .list .item a {
  color: #fff;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  #menu .menuContent .list .item a {
    transition: opacity 0.3s linear;
  }
  #menu .menuContent .list .item a:hover {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {
  #menu .menuContent .list .item.top {
    font-size: 1.94444vw;
    line-height: 1.94444vw;
  }
}

@media (max-width: 767px) {
  #menu .menuContent .list .item.top {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}

#menu .menuContent .list .item.lower {
  padding-left: 1em;
}

@media (min-width: 768px) {
  #menu .menuContent .list .item.lower {
    font-size: 1.94444vw;
    line-height: 1.94444vw;
  }
}

@media (max-width: 767px) {
  #menu .menuContent .list .item.lower {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}

#menu .menuContent .list .item.lower a:before {
  content: '';
  display: block;
  background: url("../images/common/icn_arrow_right_white.svg") no-repeat center/contain;
}

@media (min-width: 768px) {
  #menu .menuContent .list .item.lower a:before {
    width: 1.80556vw;
    height: 1.38889vw;
    margin-right: 0.34722vw;
  }
}

@media (max-width: 767px) {
  #menu .menuContent .list .item.lower a:before {
    width: 4.8vw;
    height: 3.73333vw;
    margin-right: 1.06667vw;
  }
}

#menu .menuContent .list .item.blank {
  padding-left: 1em;
}

@media (min-width: 768px) {
  #menu .menuContent .list .item.blank {
    font-size: 1.94444vw;
    line-height: 1.94444vw;
  }
}

@media (max-width: 767px) {
  #menu .menuContent .list .item.blank {
    font-size: 4.8vw;
    line-height: 4.8vw;
  }
}

#menu .menuContent .list .item.blank a:after {
  content: '';
  display: block;
  background: url("../images/common/icn_arrow_right_white.svg") no-repeat center/contain;
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  #menu .menuContent .list .item.blank a:after {
    width: 1.80556vw;
    height: 1.38889vw;
    margin-right: 0.34722vw;
  }
}

@media (max-width: 767px) {
  #menu .menuContent .list .item.blank a:after {
    width: 4.8vw;
    height: 3.73333vw;
    margin-right: 1.06667vw;
  }
}

#menu .triggerWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-mask-image: url("../images/common/mask.png");
          mask-image: url("../images/common/mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

#menu .triggerWrap.white {
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
}

#menu .triggerWrap.black {
  -webkit-mask-position: 0 10000px;
          mask-position: 0 10000px;
}

@media (min-width: 768px) {
  #purposeLower #menu .triggerWrap {
    height: 36.11111vw;
  }
}

@media (max-width: 767px) {
  #purposeLower #menu .triggerWrap {
    height: calc(72vw + 50px);
  }
}

#menu .triggerWrap .menuTrigger {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color 0.2s linear;
}

@media (min-width: 768px) {
  #menu .triggerWrap .menuTrigger {
    cursor: pointer;
    right: 4.16667vw;
    top: 5.06944vw;
    width: 9.72222vw;
    height: 3.47222vw;
    border-radius: 1.73611vw;
    padding: 0 1.73611vw;
  }
}

@media (max-width: 767px) {
  #menu .triggerWrap .menuTrigger {
    right: 3.33333vw;
    top: 18vw;
    width: 28vw;
    height: 9.33333vw;
    border-radius: 4.66667vw;
    padding: 0 5.86667vw;
  }
}

#menu .triggerWrap .menuTrigger .menuTrigger_text {
  position: relative;
}

@media (min-width: 768px) {
  #menu .triggerWrap .menuTrigger .menuTrigger_text {
    font-size: 1.11111vw;
    line-height: 0.97222vw;
    margin-top: 0.13889vw;
  }
}

@media (max-width: 767px) {
  #menu .triggerWrap .menuTrigger .menuTrigger_text {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-top: 0.26667vw;
  }
}

#menu .triggerWrap .menuTrigger .menuTrigger_text span {
  transition: opacity 0.2s linear;
}

#menu .triggerWrap .menuTrigger .menuTrigger_text span:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

#menu .triggerWrap .menuTrigger .menuTrigger_icon {
  position: relative;
}

@media (min-width: 768px) {
  #menu .triggerWrap .menuTrigger .menuTrigger_icon {
    width: 1.38889vw;
    height: 0.625vw;
  }
}

@media (max-width: 767px) {
  #menu .triggerWrap .menuTrigger .menuTrigger_icon {
    width: 4vw;
    height: 1.86667vw;
  }
}

#menu .triggerWrap .menuTrigger .menuTrigger_icon span {
  display: block;
  width: 100%;
  background: #353535;
  position: absolute;
  left: 0;
  top: 50%;
  transition: margin 0.1s 0.1s ease-out, transform 0.1s 0s ease-in, background-color 0.2s linear;
}

@media (min-width: 768px) {
  #menu .triggerWrap .menuTrigger .menuTrigger_icon span {
    height: 0.13889vw;
  }
  #menu .triggerWrap .menuTrigger .menuTrigger_icon span:nth-child(1) {
    margin-top: -0.27778vw;
  }
  #menu .triggerWrap .menuTrigger .menuTrigger_icon span:nth-child(2) {
    margin-top: 0.20833vw;
  }
}

@media (max-width: 767px) {
  #menu .triggerWrap .menuTrigger .menuTrigger_icon span {
    height: 0.4vw;
  }
  #menu .triggerWrap .menuTrigger .menuTrigger_icon span:nth-child(1) {
    margin-top: -0.93333vw;
  }
  #menu .triggerWrap .menuTrigger .menuTrigger_icon span:nth-child(2) {
    margin-top: 0.53333vw;
  }
}

#menu .triggerWrap .menuTrigger.black {
  background: #3e4042;
  color: #fff;
}

#menu .triggerWrap .menuTrigger.black .menuTrigger_icon span {
  background: #fff;
}

#menu .triggerWrap .menuTrigger.white {
  background: #fff;
}

#menu .triggerWrap .menuTrigger.open {
  background: #fff;
  color: #000;
}

#menu .triggerWrap .menuTrigger.open .menuTrigger_text span:nth-child(1) {
  opacity: 0;
}

#menu .triggerWrap .menuTrigger.open .menuTrigger_text span:nth-child(2) {
  opacity: 1;
}

#menu .triggerWrap .menuTrigger.open .menuTrigger_icon span {
  background: #000;
  transition: margin 0.1s 0s ease-out, transform 0.1s 0.1s ease-in, background-color 0.2s linear;
  margin-top: -0.06944vw;
}

#menu .triggerWrap .menuTrigger.open .menuTrigger_icon span:nth-child(1) {
  transform: rotate(45deg);
}

#menu .triggerWrap .menuTrigger.open .menuTrigger_icon span:nth-child(2) {
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .gb-common-2019_header {
    position: relative;
  }
}

@media (max-width: 767px) {
  .scrolledPage body {
    padding: 20px 0 0;
  }
}

.btn-hover-blue {
  display: table;
  border: none;
}

@media (min-width: 768px) {
  .btn-hover-blue {
    margin-top: 1.38889vw;
  }
}

@media (max-width: 767px) {
  .btn-hover-blue {
    margin-top: 5.33333vw;
  }
}

.btn-hover-blue.right {
  margin-left: auto;
}

.btn-hover-blue.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-hover-blue.wide {
  width: 100%;
}

@media (min-width: 768px) {
  .btn-hover-blue.wide {
    margin-top: 2.77778vw;
  }
}

@media (max-width: 767px) {
  .btn-hover-blue.wide {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }
}

.btn-hover-blue.wide a {
  justify-content: center;
}

@media (min-width: 768px) {
  .btn-hover-blue.pc-max420 {
    max-width: 29.16667vw;
  }
}

@media (min-width: 768px) {
  .btn-hover-blue.pc-max360 {
    max-width: 25vw;
    font-size: 1.25vw;
    letter-spacing: 0;
  }
  .btn-hover-blue.pc-max360 a {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .btn-hover-blue.pc-max320 {
    max-width: 22.22222vw;
  }
}

.btn-hover-blue a {
  border: 2px solid #dfdfdf;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .btn-hover-blue a {
    white-space: nowrap;
    padding: 0.34722vw 1.38889vw;
    font-size: 1.38889vw;
  }
}

@media (max-width: 767px) {
  .btn-hover-blue a {
    padding: 2vw 1.33333vw;
    font-size: 4vw;
  }
}

.btn-hover-blue a svg {
  fill: #353535;
}

@media (min-width: 768px) {
  .btn-hover-blue a svg {
    width: 1.04167vw;
    height: 1.04167vw;
    margin-left: 0.34722vw;
    transition: 0.2s linear;
  }
}

@media (max-width: 767px) {
  .btn-hover-blue a svg {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.06667vw;
  }
}

@media (min-width: 768px) {
  .btn-hover-blue a {
    transition: 0.2s linear;
  }
  .btn-hover-blue a:hover {
    background: #01b2ee;
    color: #fff;
    border-color: #01b2ee;
  }
  .btn-hover-blue a:hover svg {
    fill: #fff;
  }
}

#purposeLower #hero {
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  #purposeLower #hero {
    padding-top: 34px;
    height: 36.11111vw;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero {
    height: 72vw;
  }
}

#purposeLower #hero .hero_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container.cleanliness {
    background: url("/en/purpose/assets/images/hero_pc.jpg") no-repeat top center/cover;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container.cleanliness {
    background: url("/en/purpose/assets/images/hero_sp.jpg") no-repeat top center/cover;
  }
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container.environment {
    background: url("/en/purpose/assets/images/hero_pc.jpg") no-repeat top center/cover;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container.environment {
    background: url("/en/purpose/assets/images/hero_sp.jpg") no-repeat top center/cover;
  }
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container.relationship {
    background: url("/en/purpose/assets/images/hero_pc.jpg") no-repeat top center/cover;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container.relationship {
    background: url("/en/purpose/assets/images/hero_sp.jpg") no-repeat top center/cover;
  }
}

#purposeLower #hero .hero_container .inner {
  position: relative;
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container .inner {
    width: 72.22222vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container .inner {
    width: 89.33333vw;
  }
}

#purposeLower #hero .hero_container .hero_copy {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.025em;
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container .hero_copy {
    font-size: 3.75vw;
    line-height: 4.44444vw;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container .hero_copy {
    font-size: 8.26667vw;
    line-height: 12.26667vw;
  }
}

#purposeLower #hero .hero_container .hero_shoulder {
  position: absolute;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container .hero_shoulder {
    left: 4.16667vw;
    top: 4.16667vw;
    font-size: 1.25vw;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container .hero_shoulder {
    left: 5.33333vw;
    top: 8vw;
    font-size: 4.13333vw;
  }
}

#purposeLower #hero .hero_container .hero_scroll {
  position: absolute;
  letter-spacing: 0.025em;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container .hero_scroll {
    left: 4.16667vw;
    bottom: 2.77778vw;
    font-size: 0.97222vw;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container .hero_scroll {
    left: 5.33333vw;
    bottom: 5.33333vw;
    font-size: 2.93333vw;
  }
}

#purposeLower #hero .hero_container .hero_play {
  border: 0.13889vw solid #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container .hero_play {
    border: 0.13889vw solid #fff;
    width: 9.30556vw;
    height: 9.30556vw;
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container .hero_play {
    border: 0.53333vw solid #fff;
    width: 27.06667vw;
    height: 27.06667vw;
    position: absolute;
    right: 5.33333vw;
    bottom: 5.33333vw;
  }
}

#purposeLower #hero .hero_container .hero_play:before {
  content: '';
  display: block;
  border-right: none;
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container .hero_play:before {
    border-top: 0.97222vw solid transparent;
    border-bottom: 0.97222vw solid transparent;
    border-left: 1.66667vw solid #fff;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container .hero_play:before {
    border-top: 2.8vw solid transparent;
    border-bottom: 2.8vw solid transparent;
    border-left: 4.93333vw solid #fff;
  }
}

#purposeLower #hero .hero_container .hero_play p {
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

@media (min-width: 768px) {
  #purposeLower #hero .hero_container .hero_play p {
    font-size: 0.90278vw;
    margin-top: 1.11111vw;
  }
}

@media (max-width: 767px) {
  #purposeLower #hero .hero_container .hero_play p {
    font-size: 1.38889vw;
    margin-top: 1.38889vw;
  }
}

#purposeLower .lowerContent {
  margin: 0 auto;
}

@media (min-width: 768px) {
  #purposeLower .lowerContent {
    width: 72.22222vw;
    padding: 6.94444vw 0 15.27778vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent {
    width: 89.33333vw;
    padding: 12vw 0 32vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent .introduction p {
    font-size: 1.25vw;
    line-height: 2.77778vw;
    margin-top: 0vw;
    margin-bottom: -0.76389vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent .introduction p {
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin-top: 0vw;
    margin-bottom: -1.2vw;
  }
}

#purposeLower .lowerContent .introduction .sdgs {
  border: 2px solid #dfdfdf;
}

@media (min-width: 768px) {
  #purposeLower .lowerContent .introduction .sdgs {
    padding: 5.55556vw;
    margin-top: 6.94444vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent .introduction .sdgs {
    padding: 8vw 5.33333vw;
    margin-top: 13.33333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent .introduction .sdgs h3 {
    font-size: 1.52778vw;
    line-height: 2.5vw;
    margin-top: 0vw;
    margin-bottom: -0.48611vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent .introduction .sdgs h3 {
    font-size: 3.86667vw;
    line-height: 5.6vw;
    margin-top: 0vw;
    margin-bottom: -0.86667vw;
  }
}

#purposeLower .lowerContent .introduction .sdgs ul {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #purposeLower .lowerContent .introduction .sdgs ul {
    margin-top: 2.77778vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent .introduction .sdgs ul {
    margin-top: 5.33333vw;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent .introduction .sdgs ul li {
    width: 11.19444vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent .introduction .sdgs ul li {
    width: 36.66667vw;
  }
  #purposeLower .lowerContent .introduction .sdgs ul li:nth-child(3), #purposeLower .lowerContent .introduction .sdgs ul li:nth-child(4) {
    margin-top: 5.33333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section {
    margin-top: 15.27778vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section {
    margin-top: 29.33333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .hdr1 {
    font-size: 2.77778vw;
    line-height: 3.75vw;
    margin-top: 1.73611vw;
    margin-bottom: -0.48611vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .hdr1 {
    font-size: 8vw;
    line-height: 10.66667vw;
    margin-top: 4vw;
    margin-bottom: -1.33333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .hdr2 {
    font-size: 2.36111vw;
    line-height: 3.75vw;
    margin-top: 6.94444vw;
    margin-bottom: -0.69444vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .hdr2 {
    font-size: 6.13333vw;
    line-height: 9.33333vw;
    margin-top: 12vw;
    margin-bottom: -1.6vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .hdr3 {
    font-size: 1.94444vw;
    line-height: 3.75vw;
    margin-top: 1.38889vw;
    margin-bottom: -0.90278vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .hdr3 {
    font-size: 3.73333vw;
    line-height: 7.2vw;
    margin-top: 2.66667vw;
    margin-bottom: -1.73333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .hdr4 {
    font-size: 1.38889vw;
    line-height: 2.5vw;
    margin-top: 2.77778vw;
    margin-bottom: -0.55556vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .hdr4 {
    font-size: 3.46667vw;
    line-height: 6vw;
    margin-top: 5.33333vw;
    margin-bottom: -1.26667vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .mt100 {
    margin-top: 6.94444vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .mt100 {
    margin-top: 13.33333vw;
  }
}

#purposeLower .lowerContent section .lead {
  color: #666;
  font-weight: 600;
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .lead {
    font-size: 1.25vw;
    line-height: 2.77778vw;
    margin-top: 2.08333vw;
    margin-bottom: -0.76389vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .lead {
    font-size: 3.2vw;
    line-height: 5.6vw;
    margin-top: 5.33333vw;
    margin-bottom: -1.2vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .lead.note {
    font-size: 0.97222vw;
    line-height: 1.66667vw;
    margin-top: 2.77778vw;
    margin-bottom: -0.34722vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .lead.note {
    font-size: 2.93333vw;
    line-height: 5.86667vw;
    margin-top: 4vw;
    margin-bottom: -1.46667vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .graph {
    margin-top: 2.77778vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .graph {
    margin-top: 5.33333vw;
  }
}

#purposeLower .lowerContent section .btn_zoom {
  font-size: 3.73333vw;
  line-height: 3.73333vw;
  margin-top: 0vw;
  margin-bottom: 0vw;
  display: flex;
  margin: 4vw auto 0;
  width: 32vw;
  height: 9.33333vw;
  align-items: center;
  justify-content: center;
  border: 2px solid #dfdfdf;
  border-radius: 9.33333vw;
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .btn_zoom {
    display: none;
  }
}

#purposeLower .lowerContent section .btn_zoom:before {
  content: '';
  display: block;
  width: 4.4vw;
  height: 4.4vw;
  margin-right: 1.33333vw;
  background: url("../images/common/icn_zoom.svg") no-repeat center/contain;
}

#purposeLower .lowerContent section span.reg {
  display: inline-block;
  transform: translateY(0.35em);
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .initiative {
    display: flex;
    justify-content: space-between;
    margin-top: 2.77778vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .initiative {
    margin-top: 5.33333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .initiative .item {
    width: 22.22222vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .initiative .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .initiative .item img {
    width: 42.66667vw;
  }
}

#purposeLower .lowerContent section .initiative .item .text {
  color: #666;
  font-weight: normal;
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .initiative .item .text {
    font-size: 1.11111vw;
    line-height: 1.80556vw;
    margin-top: 2.08333vw;
    margin-bottom: -0.34722vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .initiative .item .text {
    width: 44.53333vw;
    font-size: 2.93333vw;
    line-height: 5.86667vw;
    margin-top: 0vw;
    margin-bottom: -1.46667vw;
  }
}

#purposeLower .lowerContent section .cleanovation {
  text-align: center;
}

#purposeLower .lowerContent section .cleanovation .flex {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .cleanovation .flex {
    margin-top: 2.77778vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .cleanovation .flex {
    margin-top: 5.33333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .cleanovation .flex .item {
    width: 22.22222vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .cleanovation .flex .item {
    width: 28vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text1 {
    font-size: 1.94444vw;
    line-height: 1.94444vw;
    margin-top: 1.38889vw;
    margin-bottom: 0vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text1 {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-top: 2.66667vw;
    margin-bottom: 0vw;
  }
}

#purposeLower .lowerContent section .cleanovation .flex .item .text2 span {
  display: block;
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text2 span.lrg {
    font-size: 1.52778vw;
    line-height: 1.52778vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text2 span.lrg {
    font-size: 2.66667vw;
    line-height: 2.66667vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text2 span.sml {
    font-size: 0.97222vw;
    line-height: 1.36111vw;
    margin-top: 0vw;
    margin-bottom: -0.19444vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text2 span.sml {
    font-size: 2.13333vw;
    line-height: 3.2vw;
    margin-top: 0vw;
    margin-bottom: -0.53333vw;
    letter-spacing: 0;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text2 span:first-child {
    margin-top: 1.38889vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text2 span:first-child {
    margin-top: 2.66667vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text2 span:last-child {
    margin-top: 0.69444vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .cleanovation .flex .item .text2 span:last-child {
    margin-top: 1.33333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .customer_satisfaction {
    display: flex;
    justify-content: space-between;
    margin-top: 6.94444vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .customer_satisfaction .text {
    width: 30.55556vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .customer_satisfaction .text .hdr2 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .customer_satisfaction img {
    width: 36.11111vw;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .customer_satisfaction img {
    margin-top: 5.33333vw;
  }
}

#purposeLower .lowerContent section .for_the_future {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .for_the_future {
    margin-top: 2.77778vw;
    display: flex;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent section .for_the_future {
    margin-top: 5.33333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent section .for_the_future img {
    width: 50%;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent .section_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15.27778vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent .section_flex section {
    margin-top: 0;
    width: 30.55556vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent .section_flex .graph {
    width: 36.11111vw;
    height: auto;
  }
}

@media (max-width: 767px) {
  #purposeLower .lowerContent .section_flex .graph {
    margin-top: 5.33333vw;
  }
}

@media (min-width: 768px) {
  #purposeLower .lowerContent .section_flex .graph .note {
    margin-top: 1.38889vw;
  }
}

.modal-zoom {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}

.modal-zoom .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.modal-zoom .overlay .close {
  width: 13.33333vw;
  height: 13.33333vw;
  position: absolute;
  right: 5.33333vw;
  top: 5.33333vw;
}

.modal-zoom .overlay .close:before, .modal-zoom .overlay .close:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -1px 0 0;
  transform: rotate(45deg);
}

.modal-zoom .overlay .close:after {
  transform: rotate(-45deg);
}

.modal-zoom .modal-scroller {
  position: relative;
  padding: 0 5.33333vw 5.33333vw;
  height: 70%;
  z-index: 1;
  overflow-x: scroll;
  width: 100%;
}

.modal-zoom .modal-scroller img {
  display: block;
  height: 100%;
  width: auto !important;
  max-width: 999999px !important;
  border: 5.33333vw solid #fff;
  background: #fff;
}

/**/

.targets_table{
  width: 100%;
  border-collapse: collapse;
  margin-top: 3rem;
}

.targets_table thead th{
  color: #fff;
  border: #fff 1px solid;
  padding: 1rem;
  font-size: 1.25vw;
}
.targets_table thead th:first-child{
  width: 40%;
}
.targets_table thead th span{
  font-size: 75%;
}

.targets_table tbody th,
.targets_table tbody td{
  border: #ccc 1px solid;
  vertical-align: middle;
  padding: 2.5rem;
  text-align: center;
}
.targets_table tbody th{
  text-align: left;
  font-size: 1.25vw;
}
.targets_table .bgblue{
  background-color: #1465ac;
}
.targets_table .bggreen{
  background-color: #00819e;
}
.targets_table .bggreen2{
  background-color: #008a49;
}
.targets_table .result{
  /*color: #00819e;*/
  color:#1465ac;
  font-size: 3.75vw;
  line-height: .5em;
  padding-top: 1vw;
}
.targets_table .result2{
  /*color: #008a49;*/
  color:#1465ac;
  font-size: 5vw;
  line-height: .5em;
  padding-top: 1vw;
}
.targets_table .result2.tblmore{
  line-height: .2em;
}
.targets_table .result span{
  font-size: 50%;
}
.targets_table .result2 span{
  font-size: 40%;
}
.targets_table .result sup.sml {
  font-size: 40%;
}
.tbl_caption{
  font-size: 0.85vw;
  margin-top: 1rem;
  font-weight: normal;
}
@media (max-width: 767px){
  .targets_table thead th{
    color: #fff;
    border: #fff 1px solid;
    padding: .5rem;
    font-size: 3.7vw;
    line-height:3vw;
  }
  .targets_table tbody th,
  .targets_table tbody td{
    font-size: 2.8vw;
  }
  .targets_table tbody th{
    text-align: left;
    padding: 3vw 1vw;
  }
  .targets_table tbody td{
    line-height:3vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }
  .targets_table .result{
    font-size: 7vw;
    line-height: .5em;
  }
  .targets_table .result2{
    font-size: 8vw;
  }
  .tbl_caption{
    font-size: 3vw;
  }
}

*:focus,
*:focus-visible{
  outline: #000 3px solid !important;
  outline-offset:-5px !important;
  border: 4px solid #fff !important;
}

#purposeLower .lowerContent section#water-saving,
#purposeLower .lowerContent section#carbon-neutrality,
#purposeLower .lowerContent section#regional-contribution {
  margin-top: calc(15.27778vw - 60px);
  padding-top: 60px;
}
@media (max-width: 767px) {
  #purposeLower .lowerContent section#water-saving,
  #purposeLower .lowerContent section#carbon-neutrality,
  #purposeLower .lowerContent section#regional-contribution {
    margin-top: calc(29.33333vw - 60px);
    padding-top: 60px;
  }
}

.lowerContent_anchor {
  margin-bottom: 6.94444vw;
}
.lowerContent_anchor ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.lowerContent_anchor li {
  width: calc(33.333% - 1.4285vw);
}
.lowerContent_anchor a {
  font-size: 1.38889vw;
  color: #353535;
  display: block;
  border-bottom: 1px solid #dfdedf;
  position: relative;
  padding: 1.0714vw 0.7142vw;
  transition: .3s;
}
.lowerContent_anchor a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  position: absolute;
  top: calc(50% - 0.4em);
  right: 0.7142vw;
  transform: rotate(45deg);
  transition: .3s;
}
@media (min-width: 768px){
  .lowerContent_anchor a:hover {
    color: #13449d;
  }
  .lowerContent_anchor a:hover::after {
    border-color: #13449d;
  }
}
@media (max-width: 767px){
  .lowerContent_anchor {
    margin-bottom: 13.0378vw;
  }
  .lowerContent_anchor ul {
    display: block;
  }
  .lowerContent_anchor li {
    width: 100%;
  }
  .lowerContent_anchor a {
    font-size: 4vw;
    padding: 4vw 1.3037vw;
    margin-bottom: 2vw;
  }
  .lowerContent_anchor a::after {
    right: 1.3037vw;
  }
}

.LCA_graph {
  margin: 4.2857vw auto 0;
}
.LCA_graph h4 {
  font-size: 1.7143vw;
  text-align: center;
  color: #1465ac;
  margin-bottom: .5em;
}
.LCA_graph .text {
  font-size: 1.11111vw;
  font-weight: 300;
  color: #666;
  text-align: center;
}
.LCA_graph .lead {
  margin-top: 4vw!important;
}
@media (max-width: 767px){
  .LCA_graph {
    margin-top: 7.8226vw;
  }
  .LCA_graph h4 {
    font-size: 4.6936vw;
  }
  .LCA_graph .text {
    font-size: 2.8683vw;
  }
  .LCA_graph .lead {
    margin-top: 6vw!important;
  }
}

.epd_bnr {
  margin-top: 4.2857vw;
}
.epd_bnr ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.epd_bnr li {
  width: calc(50% - 1.7857vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.epd_bnr li p {
  font-size: 1.25vw;
  color: #353535;
  margin-bottom: .5em;
}
.epd_bnr li small {
  font-size: 0.97222vw;
  font-weight: normal;
  display: inline-block;
  color: #666;
  margin-left: 0.5em;
}
.epd_bnr li a {
  display: block;
  border: 2px solid #dfdfdf;
  transition: .3s;
}
@media (min-width: 768px){
.epd_bnr li a:hover {
    opacity: .7;
  }
}
@media (max-width: 767px){
  .epd_bnr {
    margin-top: 10.4302vw;
  }
  .epd_bnr ul {
    display: block;
  }
  .epd_bnr li {
    width: 100%;
  }
  .epd_bnr li:first-child {
    margin-bottom: 7.8226vw;
  }
  .epd_bnr li p {
    font-size: 3.3898vw;
  }
  .epd_bnr li small {
    font-size: 2.8683vw;
  }

}



/* -------------------------------
regional-contribution
コンテンツ追加
#scssは使用してない模様
2025/09/25
------------------------------- */

.lowerContent .base-txt {
    color: #666;
    font-weight: 500;
    font-size: 3.46667vw;
    line-height: 7.46667vw;
    margin-top: 5.33333vw;
    margin-bottom: -2vw;
}
@media (min-width: 768px) {
    .lowerContent .base-txt {
        font-size: 1.25vw;
        line-height: 2.77778vw;
        margin-top: 2.08333vw;
        margin-bottom: -0.76389vw;
    }
}


/* environmentFund_movie
--------------------------- */
.environmentFund_movie{
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
}
.environmentFund_movie p{
  padding-top: 0.5em;
  font-size: 3vw;
}
.environmentFund_movie.movie__inner a::before{
  content:none
}
@media (min-width: 768px) {
  .environmentFund_movie{
    margin-top: 4%;
    max-width: 66%;
  }
    .environmentFund_movie p {
        padding-top: .5em;
        line-height: 1.5;
        font-size: 1.25vw;
    }
}


/* environmentFund_graph
--------------------------- */
.environmentFund_graph {
    margin: 4.2857vw auto 0;
}
.environmentFund_graph h4 {
    font-size: 1.7143vw;
    text-align: center;
    color: #1465ac;
    margin-bottom: .5em;
}

@media (max-width: 767px) {
    .environmentFund_graph {
        margin-top: 7.8226vw;
    }
    .environmentFund_graph h4 {
        font-size: 4.6936vw;
    }
}

/* accordion_item
--------------------------- */
.environmentFund_graph .accordion_item{
  border-bottom: 1px solid #efefef;
  padding-bottom: 4%;
  cursor: pointer;
}
.environmentFund_graph .accordion_item:first-of-type{
    border-top: 1px solid #efefef;
    margin-top: 8%;
}
@media (min-width: 768px) {
  .environmentFund_graph .accordion_item{
    padding-bottom: 3%;
  }
  .environmentFund_graph .accordion_item:first-of-type{
    margin-top: 6%;
  }

}

.environmentFund_graph .accordion_item__head {
    color: #1465ac;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
    padding-top: 8%;
    position: relative;
}
.environmentFund_graph .accordion_item__head i {
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  top: 50%;
  right: 0;
}
.environmentFund_graph .accordion_item__head i::before,
.environmentFund_graph .accordion_item__head i::after{
  content: "";
  background: #1465ac;
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  transition: .2s;
}
.environmentFund_graph .accordion_item__head i::before{
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.environmentFund_graph .accordion_item__head i::after{
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.environmentFund_graph .is-open .accordion_item__head i::before{
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
}
.environmentFund_graph .is-open .accordion_item__head i::after{
  transform: translateX(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  .environmentFund_graph .accordion_item__head {
    padding-top: 4%;
  }
}

.environmentFund_graph .accordion_item__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  cursor: auto;
}
.environmentFund_graph .accordion_item__body{
  margin-top: 2em;
}
.environmentFund_graph .accordion_item__body > p {
  margin-top: 0;
}
.environmentFund_graph .accordion_item__body:has(figure) > p {
}
.environmentFund_graph .accordion_item__body:has(figure) > figure {
}
@media (min-width: 768px) {
  .environmentFund_graph .accordion_item__body{
    margin-top: 1em;
    display: flex;
    gap: 1.5em;
  }
  .environmentFund_graph .accordion_item__body > p {
    flex: 1;
  }
  .environmentFund_graph .accordion_item__body:has(figure) > p {
    flex: 0 0 60%;
  }
  .environmentFund_graph .accordion_item__body:has(figure) > figure {
    flex: 1;
    max-width: 40%;
  }
}

.environmentFund_graph .accordion_item__body figure {
  margin-top: 6%;
}
@media (min-width: 768px) {
  .environmentFund_graph .accordion_item__body figure {
    margin-top: 0.5em;
  }
}
.environmentFund_graph .accordion_item__body figcaption{
    padding-top: 0.5em;
    color: #666;
    font-weight: 500;
}


/* regional-contribution__cta
--------------------------- */
.regional-contribution__cta{
  margin-top: 4%;
  display: flex;
  flex-direction: column;
}
.regional-contribution__cta > div{
  width: 100%;
}
.regional-contribution__cta a{
  display: block;
  padding: 1em 0 0.9em;
  text-align: center;
  position: relative;
}
.regional-contribution__cta a svg{
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .regional-contribution__cta{
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
  .regional-contribution__cta > div{
    width: 50%;
  }

}


/* slider
--------------------------- */
.slider{
  margin-top: 6%;
}

.slider__header{ display: flex; align-items: baseline; justify-content: space-between;}
.slider__header h4{ max-width: 300px; width: 66%; }

.slider-control{ display: none; }
@media (min-width: 768px) {
  .slider-control{ display: flex; align-items: center; gap: 1em; }
}


.slider-arrow{ display: none; }

.slick-prev{ left: 15% !important;}
.slick-next{ right: 15% !important;}
.slick-next, .slick-prev{
    font-size: 1em !important;
    width: 3em !important;
    padding: 0 !important;
    top: 32% !important;
    aspect-ratio: 1 / 1;
    height: auto !important;
    z-index: 10;
}
.slick-next:focus, .slick-prev:focus{ padding: .1em !important;}
.slick-next img, .slick-prev img{ display:block; width: 100%; height: 100%; object-fit: cover;}
.slick-next:before, .slick-prev:before { content:"" !important; }


@media (min-width: 768px) {
  .slider-arrow{ display: flex; }
  .slick-next, .slick-prev{
      width: 2em !important;
      padding: .5em !important;
      position: static !important;
      transform: none !important;
  }
  .slick-next:focus, .slick-prev:focus{ padding: .4em !important;}
}

.slider-play{ display:inline-flex; align-items:center; justify-content:center; cursor:pointer; border-radius: 50%; width:2.1em; aspect-ratio: 1/1;}
.slider-play img{ display:block; width: 100%; height: 100%; object-fit: cover; }

/* aria-pressed=true（再生中）は「停止アイコン」を表示 */
.slider-play[aria-pressed="true"] .icon-stop{ display:block; }
.slider-play[aria-pressed="true"] .icon-play{ display:none; }

/* aria-pressed=false（一時停止）は「再生アイコン」を表示 */
.slider-play[aria-pressed="false"] .icon-stop{ display:none; }
.slider-play[aria-pressed="false"] .icon-play{ display:block; }

/* 画面非表示テキスト */
.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}

.slider-count{
  width: 3em;
  font-size: 1.2em;
  line-height: 1;
  color: #949494;
  text-align: center;
}
.slider-count span{
  display: inline-block;
}
.slider-count .current{
  color: #1465ac
}
.slider-count .total{
  margin-left: .4em;
  padding-left: .8em;
  position: relative;
}
.slider-count .total::before{
  content: "/";
  font-size: 80%;
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}

.slider__body{
  margin-top: 1em;
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.sliderList .slick-slide{ padding: 0 12px; }
.sliderList .slick-list{ margin: 0 -12px; }

.sliderList li figure {
  margin-bottom: 0;
  min-height: calc(100% + 1.4em); /* 画像 + figcaptionスペース */
}

.sliderList li figcaption {
  display: block;
  font-size: 0.9em;
  color: #666;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  margin-top: 5px;
  height: 1em; /* 固定高さ */
}

.sliderList li figure.no-caption::after {
  content: "";
  display: block;
  height: calc(0.9em + 5px); /* margin-top 5px を含む */
  margin-top: 5px;
}

.sliderList li img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.sliderList li h5{
  display: inline-block;
  border: 1px solid #abb5ba;
  color: #666;
  padding: .3em .3em;
  margin: .6em 0 .2em;
  font-weight: 500;
  line-height: 1;
}
.sliderList li p{
  color: #666;
  margin: 0 0 1em;
  font-weight: 500;
}

.slider__bottom{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .8em;
}


/* btn-txt  btn-hover-blueをベースに
--------------------------- */
.btn-txt {
  display: table;
  border: none;
}

@media (min-width: 768px) {
  .btn-txt {
    margin-top: 1.38889vw;
  }
}

@media (max-width: 767px) {
  .btn-txt {
    margin-top: 5.33333vw;
  }
}


.btn-txt.wide a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


.btn-txt a {
  border: 2px solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .btn-txt a {
    white-space: nowrap;
    font-size: 1.38889vw;
  }
}

@media (max-width: 767px) {
  .btn-txt a {
    font-size: 4vw;
  }
}

.btn-txt a svg {
  fill: #353535;
}

@media (min-width: 768px) {
  .btn-txt a svg {
    width: 1.04167vw;
    height: 1.04167vw;
    margin-left: 0.34722vw;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}

@media (max-width: 767px) {
  .btn-txt a svg {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 1.06667vw;
  }
}

@media (min-width: 768px) {
  .btn-txt a {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  .btn-txt a:hover {
    opacity: .7;
  }
}