.txt-fs15 {
  font-size: 1.5rem;
}

label,
p,
a,
button,
input,
template,
li,
td {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  label,
  p,
  a,
  button,
  input,
  template,
  li,
  td {
    font-size: 1.5rem;
  }
}

.txt-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs16 {
    font-size: 1.5rem;
  }
}

.txt-fs17 {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .txt-fs17 {
    font-size: 1.5rem;
  }
}

.txt-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs18 {
    font-size: 1.6rem;
  }
}

.txt-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs20 {
    font-size: 1.8rem;
  }
}

.txt-fs21 {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .txt-fs21 {
    font-size: 1.9rem;
  }
}

.txt-fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs22 {
    font-size: 2rem;
  }
}

.txt-fs23 {
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .txt-fs23 {
    font-size: 2rem;
  }
}

.txt-fs25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .txt-fs25 {
    font-size: 2.1rem;
  }
}

.txt-fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs26 {
    font-size: 2.1rem;
  }
}

.txt-fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .txt-fs28 {
    font-size: 2.5rem;
  }
}

.txt-fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .txt-fs32 {
    font-size: 2.8rem;
  }
}

.txt-fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767px) {
  .txt-fs36 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}

.works__container {
  background-image: url(../img/top/asxl.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
.works__container .row__col {
  margin-top: 6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .works__container .row__col {
    margin-bottom: 2rem;
  }
}
.works__container .img__row {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .works__container .img__row {
    margin-bottom: 2.5rem;
  }
}

.works__main {
  background-color: #111e5a;
  margin-left: 4rem;
  margin-right: 4rem;
  font-size: 1.8rem;
  padding: 0.7rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .works__main {
    font-size: 1.6rem;
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .i-hover {
    margin-top: 0rem !important;
  }
}
.i-hover img {
  transition: all 0.3s ease-in-out;
}
.i-hover img:last-child {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.img__wrapper {
  position: relative;
}

.text__animation {
  background-color: #111e5a;
  padding: max(2.3rem, 15px) 0;
  margin-left: calc(-5rem - 1px);
  margin-right: calc(-5rem - 1px);
}
@media screen and (max-width: 767px) {
  .text__animation {
    margin-left: calc(-2.5rem - 1px);
    margin-right: calc(-2.5rem - 1px);
  }
}

.animation__text {
  height: max(3rem, 20px);
  background-image: url(../img/top/animation__text.png);
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: auto max(3rem, 20px);
  animation: i_text 600s linear infinite;
}
@media screen and (max-width: 767px) {
  .animation__text {
    background-size: auto max(2.5rem, 20px);
  }
}

@keyframes i_text {
  0% {
    background-position: 17640px center;
  }
  100% {
    background-position: -17640px center;
  }
}
.header,
footer,
.top__new {
  position: relative;
  z-index: 100;
}

.slick__works {
  width: calc(100% - 10rem);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .slick__works {
    width: calc(100% - 8rem);
  }
}

.wrapper {
  overflow-x: hidden;
}

#shiro-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 60px;
  opacity: 0;
}

#shiro-wrap img.idle {
  opacity: 1;
}

#shiro-wrap.hover img.idle {
  opacity: 0;
}

#shiro-wrap.hover img.hover {
  opacity: 1;
}

#shiro-wrap.leave img.idle {
  opacity: 0;
}

#shiro-wrap.leave img.leave {
  opacity: 1;
}

.grass__slider {
  position: relative;
  margin-top: 20rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .grass__slider {
    margin-top: 20rem;
  }
}
.grass__slider::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 100%;
  top: -40px;
  left: 0;
  background-image: url(../img/top/grass.png);
  background-size: 1920px 40px;
  background-repeat: no-repeat;
  background-position: left bottom;
  z-index: -1;
  animation: grassCycle 45s linear infinite;
}

#shiro-wrap {
  position: absolute;
  width: 300px;
  height: 150px;
  top: -98px;
  left: calc(100% - 105px);
  z-index: 1;
  animation: anime 45s linear infinite;
  cursor: pointer;
}

.shiro-wrap .balloon {
  position: absolute;
  top: 0px !important;
  left: 155px !important;
  width: 130px !important;
  height: 89px !important;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0s;
  z-index: -1;
}

.shiro-wrap.hover .balloon {
  opacity: 1 !important;
  transition-delay: 0.4s;
}

.stop__animation #shiro-wrap,
.stop__animation.grass__slider::before {
  animation-play-state: paused;
}

#shiro-wrapx img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 60px;
  opacity: 0;
}

#shiro-wrapx img.idle {
  opacity: 1;
}

#shiro-wrapx.hover img.idle {
  opacity: 0;
}

#shiro-wrapx.hover img.hover {
  opacity: 1;
}

#shiro-wrapx.leave img.idle {
  opacity: 0;
}

#shiro-wrapx.leave img.leave {
  opacity: 1;
}

#shiro-wrapx {
  position: absolute;
  width: 300px;
  height: 150px;
  top: -98px;
  left: calc(100% - 105px);
  z-index: 1;
  animation: anime 45s linear infinite;
  cursor: pointer;
}

.stop__animation #shiro-wrapx,
.stop__animation.grass__slider::before {
  animation-play-state: paused;
}

@keyframes anime {
  0% {
    opacity: 1;
    left: calc(100% - 105px);
  }
  94% {
    opacity: 1;
    left: calc(0% - 200px);
  }
  95% {
    opacity: 0;
    left: calc(0% - 200px);
  }
  100% {
    opacity: 0;
    left: calc(100% - 105px);
  }
}
@keyframes grassCycle {
  0% {
    top: -40px;
    clip-path: polygon(0 0, 98.8% 0, 100% 100%, 0% 100%);
  }
  90% {
    top: -40px;
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  91% {
    top: 0px;
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
  }
  92% {
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  98% {
    top: -40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    top: -40px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 1600px) {
  @keyframes grassCycle {
    0% {
      top: -40px;
      clip-path: polygon(0 0, 98.8% 0, 100% 100%, 0% 100%);
    }
    89% {
      top: -40px;
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    }
    90% {
      top: 0px;
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    }
    92% {
      top: 0px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    98% {
      top: -40px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
      top: -40px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
  }
}
@media screen and (max-width: 1400px) {
  @keyframes grassCycle {
    0% {
      top: -40px;
      clip-path: polygon(0 0, 98.8% 0, 100% 100%, 0% 100%);
    }
    88% {
      top: -40px;
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    }
    89% {
      top: 0px;
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    }
    92% {
      top: 0px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    98% {
      top: -40px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
      top: -40px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
  }
}
@media screen and (max-width: 820px) {
  @keyframes grassCycle {
    0% {
      top: -40px;
      clip-path: polygon(0 0, 98.8% 0, 100% 100%, 0% 100%);
    }
    85% {
      top: -40px;
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    }
    86% {
      top: 0px;
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    }
    92% {
      top: 0px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    98% {
      top: -40px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
      top: -40px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
  }
}
@media screen and (max-width: 520px) {
  @keyframes grassCycle {
    0% {
      top: -40px;
      clip-path: polygon(0 0, 98.8% 0, 100% 100%, 0% 100%);
    }
    75% {
      top: -40px;
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    }
    76% {
      top: 0px;
      clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
    }
    92% {
      top: 0px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    98% {
      top: -40px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
    100% {
      top: -40px;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
  }
}
.kw_content {
  font-size: 1.8rem;
  color: #e6e4e2;
  margin-left: 4rem;
  padding: 0.7rem 1.5rem;
  background-color: #414b7b;
}
@media screen and (max-width: 767px) {
  .kw_content {
    font-size: 1.6rem;
    margin-left: 0;
    margin-right: 0;
  }
}

.bdbt {
  border-bottom: 1px solid #fff;
  margin-left: calc(-5rem - 1px);
  margin-right: calc(-5rem - 1px);
}
@media screen and (max-width: 767px) {
  .bdbt {
    margin-left: calc(-2.5rem - 1px);
    margin-right: calc(-2.5rem - 1px);
  }
}
.bdbt img {
  min-height: 4rem;
}

.line__re {
  height: 16px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1920px auto;
  background-image: url(../img/top/line.png);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.re__1 {
  width: calc(100% + 10rem + 2px);
  margin-left: calc(-5rem - 1px);
  margin-right: calc(-5rem - 1px);
}
@media screen and (max-width: 767px) {
  .re__1 {
    width: calc(100% + 5rem + 2px);
    margin-left: calc(-2.5rem - 1px);
    margin-right: calc(-2.5rem - 1px);
  }
}

.img-logo {
  width: 50rem;
}

.list-menu-hd {
  display: flex;
  margin-top: 3rem;
}

.menu-header {
  display: flex;
}

.body__top {
  background-image: url(../img/top/bg_h.png);
  background-repeat: no-repeat;
  background-size: 192rem auto;
  background-position: center top;
  border: 1rem solid #111e5a;
}
.body__top main {
  position: relative;
  padding-left: 5rem;
  padding-right: 5rem;
  overflow-x: hidden;
}
.body__top main::before {
  position: absolute;
  content: "";
  width: calc(5rem + 1px);
  height: 100%;
  top: 0;
  left: calc(-5rem - 1px);
  background-image: url(../img/top/oyg.png);
  background-size: 5rem auto;
  background-repeat: repeat;
  background-position: left top;
  border-right: 1px solid #e6e4e2;
  z-index: 10;
  background-color: #27367c;
  transition: left 0.5s cubic-bezier(0.4, 0, 0, 1);
}
.body__top main::after {
  position: absolute;
  content: "";
  width: calc(5rem + 1px);
  height: 100%;
  top: 0;
  right: calc(-5rem - 1px);
  background-image: url(../img/top/oyg-r.png);
  background-size: 5rem auto;
  background-repeat: repeat;
  background-position: left top;
  border-left: 1px solid #e6e4e2;
  z-index: 10;
  background-color: #27367c;
  transition: right 0.5s cubic-bezier(0.4, 0, 0, 1);
}

.line_animation.active::before {
  left: 0;
}
.line_animation.active::after {
  right: 0;
}

.scroll {
  position: absolute;
  top: 13.5rem;
  right: calc(5rem + 1px);
  z-index: 10;
}
.scroll img {
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .scroll {
    top: calc(10vw + 4rem);
    right: calc(2.5rem + 1px);
  }
  .scroll img {
    width: 10rem;
  }
}

.scroll:hover {
  cursor: pointer;
  opacity: 0.5;
}

.animation__logo {
  height: 16rem;
  border-bottom: 4px solid #fff;
  background-image: url(../img/top/i-logo.png);
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: auto 13.4rem;
  background-position: center top;
  margin-top: 1rem;
  padding-bottom: 2rem;
  animation: i_logo 800s linear infinite;
  margin-left: calc(-5rem - 1px);
  margin-right: calc(-5rem - 1px);
}
@media screen and (max-width: 767px) {
  .animation__logo {
    margin-left: calc(-2.5rem - 1px);
    margin-right: calc(-2.5rem - 1px);
  }
}

@keyframes i_logo {
  0% {
    background-position: -22800px 0;
  }
  100% {
    background-position: 22800px 0;
  }
}
.max_100vw {
  position: relative;
  margin-left: calc(-6rem - 1px);
  margin-right: calc(-6rem - 1px);
  width: calc(100% + 12rem);
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .max_100vw {
    margin-left: calc(-3rem - 1px);
    margin-right: calc(-3rem - 1px);
    width: calc(100% + 6rem);
  }
}

.view__left {
  width: 10rem;
  background-color: #111e5a;
}
@media screen and (max-width: 767px) {
  .view__left {
    width: 8rem;
  }
}

.bold {
  font-weight: bold;
}

.text__auto__left {
  text-align: center;
  margin-top: 3.8rem;
}
.text__auto__left img {
  width: 2rem;
}

.top__about_us {
  padding-bottom: 65rem;
  position: relative;
  z-index: 1;
  background-image: url(../img/top/bg_fa.png);
  background-repeat: no-repeat;
  background-size: 148rem auto;
  background-position: -9rem 128rem;
}
.top__about_us .container {
  background-color: #111e5a;
  background-image: url(../img/top/b-a.png);
  background-repeat: no-repeat;
  background-size: 1600px auto;
  background-position: center top;
  border-radius: 2rem;
  padding-top: 4rem;
}
.top__about_us .container .row {
  padding: 12rem 8rem 66rem;
}
@media screen and (max-width: 767px) {
  .top__about_us .container .row {
    padding: 5rem 1.5rem 40rem;
  }
}
.top__about_us .container .row .col__kw {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .top__about_us .container .row .col__kw {
    width: 100%;
  }
}
.top__about_us .container .row .col__tp {
  width: 75%;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .top__about_us .container .row .col__tp {
    padding-top: 3rem;
    width: 100%;
    padding-left: 0;
  }
}
.top__about_us .container .row .col__tp .about__text {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .top__about_us .container .row .col__tp .about__text {
    font-size: 1.8rem;
  }
}
.top__about_us .container .row .col__tp .about__text span {
  color: #1ee25e;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #1ee25e;
  text-underline-offset: 7px;
}
.top__about_us .text__kw {
  font-size: 5.8rem;
  font-weight: bold;
  color: #1ee25e;
  font-weight: bold;
  line-height: 1;
}
.top__about_us .kw-1,
.top__about_us .kw-2,
.top__about_us .kw-3 {
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  border-radius: 99px;
  color: #111e5a;
  padding: 0.7rem 1.7rem 0.8rem;
  display: inline-block;
  background-color: #e6e4e2;
}
.top__about_us .kw-1 {
  border: 1px solid #1ee25e;
}
.top__about_us .kw-2 {
  border: 1px solid #f600c5;
}
.top__about_us .kw-3 {
  border: 1px solid #ffffff;
}

.gap_1 {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .gap_1 {
    margin-top: 2rem;
  }
}

.top__works {
  margin-top: -126.5rem;
}
@media screen and (max-width: 767px) {
  .top__works {
    margin-top: -100rem;
  }
}

.img__au {
  position: relative;
  margin: 9rem calc(-6rem - 1px) -17rem;
}
@media screen and (max-width: 767px) {
  .img__au {
    margin: 10rem calc(-6rem - 1px) 0rem;
  }
}

.img__au__apter {
  position: absolute;
  width: 92rem;
  height: 118rem;
  left: 0;
  top: -57rem;
  background-image: url(../img/top/b-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .img__au__apter {
    top: -10rem;
    width: 25rem;
    height: 32.1rem;
  }
}

.top__container {
  position: relative;
  z-index: 2;
}

.bg5a {
  background-color: transparent;
}

.top__new {
  position: relative;
  background-color: #111e5a;
  border-top: 4rem solid #111e5a;
  border-bottom: 4rem solid #111e5a;
}
.top__new .wrapper__works {
  min-height: calc(48rem + 3px);
}
.top__new .view__left {
  position: absolute;
  left: 0;
  top: 0;
  width: 9rem;
  height: 100%;
  background-color: #414b7b;
}
@media screen and (max-width: 767px) {
  .top__new .view__left {
    width: 7rem;
  }
}
.top__new .my-slider {
  padding-left: calc(9rem + 1px);
  padding-right: calc(32rem + 1px);
}
@media screen and (max-width: 767px) {
  .top__new .my-slider {
    padding-left: calc(7rem + 1px);
    padding-right: 0;
    padding-bottom: 8rem !important;
  }
}
.top__new .my-slider a {
  display: block;
  min-height: 50rem;
  position: relative;
  padding: 6.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .top__new .my-slider a {
    min-height: 40rem;
    padding: 4.5rem 1.5rem 8.5rem;
  }
}
.top__new .my-slider a .post__title {
  max-width: 36.5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .top__new .my-slider a .post__title {
    font-size: 2rem;
  }
}
.top__new .my-slider a .date {
  padding-left: 2rem;
  position: relative;
}
.top__new .my-slider a .date::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #1ee25e;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 9rem;
}
.top__new .my-slider a::before {
  position: absolute;
  content: none;
  width: 6.4rem;
  height: 6.4rem;
  bottom: 3.5rem;
  right: 3.5rem;
  border-radius: 99rem;
  border: #e6e4e2 solid 2.4rem;
  background-color: #111e5a;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .top__new .my-slider a::before {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.top__new .my-slider a:hover::before {
  border: #e6e4e2 solid 1rem;
  background-color: #1ee25e;
}
.top__new .slick-initialized .slick-slide {
  background-color: #29356B;
  margin: 0 1px 0 0;
}
.top__new .slick-next,
.top__new .slick-prev {
  z-index: 5;
}
.top__new .slick-arrow {
  background-color: #414b7b;
  width: 32rem;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .top__new .slick-arrow {
    height: 8rem;
    top: auto !important;
    bottom: 0 !important;
    width: 50%;
    border-top: 1px solid #111e5a;
    border-bottom: 1px solid #111e5a;
  }
}
.top__new .slick-arrow:hover {
  opacity: 0.7;
}
.top__new .slick-arrow img {
  width: 6rem;
}
.top__new .slick-next {
  top: 0;
}
@media screen and (max-width: 767px) {
  .top__new .slick-next {
    right: -1px;
  }
}
.top__new .slick-prev {
  top: calc(16rem + 1px);
}
@media screen and (max-width: 767px) {
  .top__new .slick-prev {
    left: -1px;
    right: auto;
  }
}

.swiper__button {
  width: 100%;
}

.link__page_new {
  position: absolute;
  right: 0;
  top: calc(32rem + 2px);
}
@media screen and (max-width: 767px) {
  .link__page_new {
    position: initial;
    margin-top: -3px;
    width: 100%;
  }
}
.link__page_new a {
  font-size: 3rem;
  font-weight: bold;
  background-color: #414b7b;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32rem;
  height: calc(18rem - 2px);
}
@media screen and (max-width: 767px) {
  .link__page_new a {
    height: 8rem;
    width: 100%;
  }
}

.about__text {
  font-size: 4rem;
  max-width: 104rem;
}

.img_6 {
  position: relative;
  z-index: 11;
  margin-bottom: -7.5rem;
  width: calc(100% + 12rem);
  margin-top: 31.5rem;
  margin-left: calc(-5rem - 1px);
  margin-right: calc(-5rem - 1px);
}
@media screen and (max-width: 767px) {
  .img_6 {
    margin-top: 13rem;
    width: calc(100% + 6rem);
    margin-left: calc(-3rem - 1px);
    margin-right: calc(-3rem - 1px);
  }
}

.title__lv2 {
  color: #111e5a;
  font-size: 8rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .title__lv2 {
    font-size: 4rem;
  }
}

.works__container {
  position: relative;
  z-index: 25;
  background-color: #e6e4e2;
  border-radius: 2rem;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 1rem;
}
.works__container .text__des {
  color: #111e5a;
  font-size: 2rem;
  line-height: 1.5;
}
.works__container .col__02_line {
  position: relative;
  width: 50%;
  border: 1px solid #cfd2de;
}
@media screen and (max-width: 767px) {
  .works__container .col__02_line {
    width: 100%;
  }
}
.works__container .img_baa {
  text-align: right;
  margin-right: 26rem;
}
.works__container .img_baa img {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .works__container .img_baa {
    text-align: center;
    margin: 0 auto;
  }
  .works__container .img_baa img {
    width: 15rem;
  }
}

.hover_active {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .hover_active {
    background-position: center 20rem !important;
    padding: 1rem 1.5rem 7rem !important;
  }
  .hover_active::before {
    bottom: 1rem !important;
    right: 1.5rem !important;
  }
}

.hover_active:hover .i-hover img:last-child {
  opacity: 1;
  z-index: 20;
}
.hover_active:hover .title__lv2 {
  color: #f600c5;
}

.active__01 {
  padding: 1rem 2.5rem 13rem 6rem;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-image: url(../img/top/b.png);
  background-repeat: no-repeat;
  background-position: 7.5rem 24rem;
  background-size: 35rem auto;
}
@media screen and (max-width: 767px) {
  .active__01 {
    background-size: 15rem auto;
  }
}
.active__01 .i-hover {
  margin-top: -5.7rem;
  margin-left: auto;
  max-width: 64.5rem;
}
.active__01::before {
  position: absolute;
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  bottom: 6.5rem;
  right: 6.5rem;
  border-radius: 99rem;
  border: #e6e4e2 solid 2.4rem;
  background-color: #111e5a;
  transition: all 0.3s ease-in-out;
}
.active__01:hover {
  background-image: url(../img/top/c.png);
}
.active__01:hover::before {
  border: #e6e4e2 solid 1rem;
  background-color: #1ee25e;
}
.active__01 .text__des {
  margin-top: 6rem;
}

.text__des {
  max-width: 39rem;
}

.active__02 {
  background-image: url(../img/top/a.png);
  padding: 1rem 2.5rem 13rem 6rem;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) 14rem;
  background-size: 38.3rem auto;
}
@media screen and (max-width: 767px) {
  .active__02 {
    background-position: center 16rem !important;
    background-size: 18rem auto;
  }
}
.active__02 .i-hover {
  margin-top: -7.5rem;
  margin-left: auto;
  max-width: 61.3rem;
}
.active__02::before {
  position: absolute;
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  bottom: 6.5rem;
  right: 6.5rem;
  border-radius: 99rem;
  border: #e6e4e2 solid 2.4rem;
  background-color: #111e5a;
  transition: all 0.3s ease-in-out;
}
.active__02:hover {
  background-image: url(../img/top/d.png);
}
.active__02:hover::before {
  border: #e6e4e2 solid 1rem;
  background-color: #1ee25e;
}
.active__02 .text__des {
  margin-top: 9rem;
}

.active__03 {
  background-image: url(../img/top/a.png);
  padding: 1rem 2.5rem 13rem 6rem;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: calc(100% - 8.5rem) 3rem;
  background-size: 38.3rem auto;
}
@media screen and (max-width: 767px) {
  .active__03 {
    background-size: 18rem auto;
  }
}
.active__03 .title__lv2 {
  padding-top: 2rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 767px) {
  .active__03 .title__lv2 {
    padding-left: 0;
  }
}
.active__03 .i-hover {
  margin-top: -10.3rem;
  margin-left: auto;
  max-width: 58.1rem;
}
.active__03::before {
  position: absolute;
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  bottom: 6.5rem;
  right: 6.5rem;
  border-radius: 99rem;
  border: #e6e4e2 solid 2.4rem;
  background-color: #111e5a;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .active__03::before {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
.active__03:hover {
  background-image: url(../img/top/d.png);
}
.active__03:hover::before {
  border: #e6e4e2 solid 1rem;
  background-color: #1ee25e;
}
.active__03 .text__des {
  margin-top: 5rem;
}

.active__04 {
  background-image: url(../img/top/b.png);
  padding: 1rem 2.5rem 13rem 6rem;
  display: block;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-repeat: no-repeat;
  background-position: calc(100% - 8rem) 5rem;
  background-size: 35rem auto;
}
@media screen and (max-width: 767px) {
  .active__04 {
    background-size: 15rem auto;
  }
}
.active__04 .title__lv2 {
  padding-top: 2rem;
}
.active__04 .i-hover {
  margin-top: -7rem;
  margin-left: auto;
  max-width: 59.2rem;
}
.active__04::before {
  position: absolute;
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  bottom: 6.5rem;
  right: 6.5rem;
  border-radius: 99rem;
  border: #e6e4e2 solid 2.4rem;
  background-color: #111e5a;
  transition: all 0.3s ease-in-out;
}
.active__04:hover {
  background-image: url(../img/top/c.png);
}
.active__04:hover::before {
  border: #e6e4e2 solid 1rem;
  background-color: #1ee25e;
}
.active__04 .text__des {
  margin-top: 5rem;
}

.idea__text-top {
  font-size: 1.8rem;
  color: #111e5a;
  background-color: #1ee25e;
}

.text__idea {
  font-size: 2.4rem;
  color: #fff;
}

.post__title {
  font-size: 2.6rem;
  line-height: 1.5;
}

.d-inline {
  display: inline-block;
}

.works__idea {
  padding-top: 5rem;
  padding-bottom: 13rem;
  margin-top: 5rem;
  margin-bottom: 15rem;
  background-color: #ffffff;
  border-radius: 2rem;
  background-image: url(../img/top/b-c.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .works__idea {
    padding-bottom: 7rem;
    margin-bottom: 8rem;
  }
}
.works__idea .col__12 {
  margin-top: 3rem;
}
.works__idea .idea__text-top {
  margin-left: 4rem;
  margin-right: 4rem;
  margin-bottom: 1rem;
  padding: 0.7rem 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .works__idea .idea__text-top {
    font-size: 1.6rem !important;
    margin-left: 0;
    margin-right: 0;
  }
}
.works__idea .text__idea {
  font-size: 2.4rem;
  padding: 2.2rem 1.5rem 2.2rem 11rem;
  background-color: #111e5a;
}
@media screen and (max-width: 767px) {
  .works__idea .text__idea {
    padding: 2.2rem 1.5rem 2.2rem;
    font-size: 1.9rem;
  }
}

.new__content {
  margin-bottom: 8rem;
}

.footer-full {
  overflow: hidden;
  background-color: #e6e4e2;
  position: relative;
  padding-top: 10rem;
  background-image: url(../img/top/bg-ft.png);
  background-position: bottom right;
  background-size: 143.2rem auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-full {
    padding-top: 5rem;
    background-size: 175rem auto;
  }
}

.footer-contact-link {
  position: relative;
  z-index: 3;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-link {
    margin-top: -1.8rem;
  }
}
.footer-contact-link .footer-contact-link-item {
  display: flex;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 100rem;
  background-color: #E6E4E2;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer-contact-link .footer-contact-link-item {
    width: 5rem;
    height: 5rem;
  }
}
.footer-contact-link .footer-contact-link-item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 100rem;
  background-color: #0D2158;
  transition: all 0.3s ease-in-out;
}

.footer-contact:hover .footer-contact-link-item:before {
  width: 4.4rem;
  height: 4.4rem;
  background-color: #55B05A;
}

.footer-contact-icon {
  position: relative;
}
.footer-contact-icon:before {
  content: "";
  position: absolute;
  top: -2.4rem;
  left: 0;
  background-image: url(../img/top/icon1.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  width: 8rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-icon:before {
    width: 5rem;
    height: 7rem;
  }
}
.footer-contact-icon:after {
  content: "";
  position: absolute;
  top: -2.4rem;
  right: 0;
  background-image: url(../img/top/icon2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left center;
  width: 8rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .footer-contact-icon:after {
    width: 5rem;
    height: 7rem;
    top: -5.4rem;
  }
}

.img__b img {
  width: 5.6rem;
}

.footer-contact {
  margin-bottom: 9rem;
  position: relative;
  display: block;
}
.footer-contact .target {
  position: absolute;
  top: -1.5rem;
  left: 61%;
  display: block;
  width: 6rem;
  height: auto;
  animation: floating-xy 3.5s ease-in-out infinite alternate-reverse;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .footer-contact {
    margin-bottom: 5rem;
  }
}

@keyframes floating-xy {
  0% {
    transform: translate(-10%, -10%);
  }
  50% {
    transform: translate(10%, 10%);
  }
  100% {
    transform: translate(-10%, 10%);
  }
}
.footer-tell {
  position: relative;
  z-index: 3;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .footer-tell {
    padding-bottom: 5rem;
  }
}
.footer-tell .footer-tell-txt {
  color: #111e5a;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto";
  font-size: 3rem;
  line-height: 1;
}
.footer-tell .footer-tell-txt a {
  font-size: 7.1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer-tell .footer-tell-txt a {
    font-size: 5rem;
    margin-top: 1rem;
  }
}
.footer-tell .footer-tell-txt span {
  font-family: "M PLUS 1", sans-serif;
  font-size: max(1.8rem, 11px);
  font-weight: 400;
  display: inline-block;
}

.footer-tell-line {
  height: max(1px, 0.1rem);
  background-color: #B8BBCD;
}

.footer-menu-cont {
  max-width: 160rem;
  width: calc(100% - 21rem);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5.7rem;
}
@media screen and (max-width: 767px) {
  .footer-menu-cont {
    display: block;
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width: 767px) {
  .footer-menu-left {
    display: flex;
    flex-direction: column-reverse;
  }
}

.list-menu-item-link {
  font-size: max(1.8rem, 11px);
  color: #0D2158;
}
@media screen and (max-width: 767px) {
  .list-menu-item-link {
    font-size: 2rem;
  }
}

.list-menu-item li + li {
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .list-menu-item li + li {
    padding-top: 1.5rem;
  }
}

.list-menu-item-link-id a {
  font-size: max(1.4rem, 11px);
  line-height: 1.7;
  color: #414b7b;
}
@media screen and (max-width: 767px) {
  .list-menu-item-link-id a {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.footer-menu-left-top {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 6.6rem;
       column-gap: 6.6rem;
  row-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .footer-menu-left-top {
    display: block;
    text-align: center;
    padding-top: 2rem;
  }
  .footer-menu-left-top ul + ul {
    padding-top: 1.5rem;
  }
}

.footer-menu-left-logo-img {
  width: max(22.5rem, 120px);
}
@media screen and (max-width: 767px) {
  .footer-menu-left-logo-img {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
  }
}

.footer-menu-left-logo-right p {
  font-size: max(1.5rem, 11px);
  line-height: 1.5;
  color: #888eac;
}

.footer-menu-left-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 3.6rem;
       column-gap: 3.6rem;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .footer-menu-left-logo {
    padding-top: 0;
    text-align: center;
    display: block;
  }
}

.footer-menu-right-gr-logo {
  display: grid;
  grid-template-columns: 26rem 26rem;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .footer-menu-right-gr-logo {
    display: block;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 4rem;
  }
  .footer-menu-right-gr-logo .footer-menu-right-gr-logo-item + .footer-menu-right-gr-logo-item {
    padding-top: 2rem;
  }
}

.footer-menu-left {
  padding-top: 0.7rem;
}

.footer-menu-right-right {
  text-align: right;
  font-size: max(1.5rem, 9px);
  color: #888eac;
  padding-top: 20rem;
}
@media screen and (max-width: 767px) {
  .footer-menu-right-right {
    padding-top: 5rem;
    text-align: center;
  }
}

.footer-menu {
  padding-bottom: 10rem;
  background-image: url(../img/top/icon3.png), url(../img/top/icon4.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top 33% left, top 33% right;
  background-size: 7.7rem auto, 8.6rem auto;
}
@media screen and (max-width: 767px) {
  .footer-menu {
    padding-bottom: 5rem;
    background-size: 4rem auto, 5rem auto;
    background-position: top 10% left, top 50% right;
  }
}

.footer-contact-slider {
  background-image: url(../img/top/cu-bg.png);
  width: 100%;
  height: 7.5rem;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: animebg 45s linear infinite;
}

@keyframes animebg {
  0% {
    background-position: 76.7rem 0;
  }
  100% {
    background-position: -76.7rem 0;
  }
}
.grass__footer {
  z-index: 11;
  height: 3rem;
  margin-bottom: 0;
  margin-top: 3rem;
  background-color: #1ee25e;
}
.grass__footer::before {
  background-image: url(../img/top/grass__footer.png);
}

@media screen and (max-width: 767px) {
  .body__top {
    border: 0.5rem solid #111e5a;
  }
  main {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  main::before {
    width: calc(2.5rem + 1px) !important;
    background-size: 2.5rem auto !important;
    left: calc(-2.5rem - 1px);
  }
  main::after {
    width: calc(2.5rem + 1px) !important;
    background-size: 2.5rem auto !important;
    right: calc(-2.5rem - 1px);
  }
}
.header {
  width: 100%;
  padding: 2.5rem 4rem 3.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header {
    padding: 3rem 1rem 3rem;
  }
}

.img-logo {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .img-logo {
    width: 25rem;
  }
}

.list-menu-hd {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .list-menu-hd {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #e6e4e2;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 0;
  }
}
.list-menu-hd .link-menu-item {
  font-size: 1.8rem;
  padding-bottom: 1.5rem;
  line-height: 1;
  color: #e6e4e2;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .list-menu-hd .link-menu-item {
    padding-left: 2rem;
    color: #111e5a;
  }
}
.list-menu-hd .link__menu {
  position: relative;
  transition: all 0.3s ease-in-out;
  margin: 0 0.8rem;
  font-weight: 400;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .list-menu-hd .link__menu {
    margin: 0 1.5rem 0rem;
    height: auto;
    padding-bottom: 0.5rem;
  }
}
.list-menu-hd .link__menu::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  left: 50%;
  transform: translateX(-50%) scale(0, 1);
  height: 0.4rem;
  background: #e6e4e2;
  bottom: 2rem;
  transition: transform 0.5s;
  transform-origin: center top;
}
@media screen and (max-width: 767px) {
  .list-menu-hd .link__menu::before {
    content: none;
  }
}
.list-menu-hd .link__menu.is-active a {
  font-weight: 900;
}
.list-menu-hd .link__menu.is-active::before, .list-menu-hd .link__menu:hover::before {
  transform: translateX(-50%) scale(1, 1);
}
.list-menu-hd li {
  line-height: 1;
  margin-top: 4.4rem;
}
.list-menu-hd li .icon-dropdown {
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  transform: translateX(-50%);
  width: 1.2rem;
  height: 1.2rem;
}
@media screen and (max-width: 767px) {
  .list-menu-hd li .icon-dropdown::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 1.2rem;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1ee25e;
    transition: all 0.3s ease-in-out;
  }
  .list-menu-hd li .icon-dropdown.active::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .list-menu-hd li .icon-dropdown::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 1.2rem;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    background-color: #1ee25e;
  }
}
@media screen and (max-width: 767px) {
  .list-menu-hd li:last-child .link-menu-item {
    border-right: 0;
  }
}

.btn-link-header {
  position: relative;
}
.btn-link-header .img__wrapper .b_hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.btn-link-header:hover .img__wrapper .b_hover {
  position: absolute;
  opacity: 1;
}

.menu-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
}

.fade__in {
  transition: opacity 1.5s cubic-bezier(0.4, 0, 0, 1);
  opacity: 0;
}

.fade__in.is-loaded {
  opacity: 1;
}

.sub-transition {
  transition: ease all 0.35s;
}

.infoSubMenu {
  position: relative;
  width: 22rem;
  height: 60px;
  overflow: visible;
  position: absolute;
  top: 4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  -moz-transition: ease all 0.35s;
  -ms-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .infoSubMenu {
    position: relative;
    left: 0;
    top: 0;
    opacity: 1;
  }
  .infoSubMenu a {
    text-align: left;
  }
  .infoSubMenu .dl-flex {
    display: none;
    padding-top: 0rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
  }
}

.li-parent-down {
  padding-right: 2rem;
}
.li-parent-down .link-menu-item {
  position: relative;
}
.li-parent-down .link-menu-item::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.2rem;
  top: 30%;
  right: -1rem;
  transform: translateY(-50%);
  background-color: #1ee25e;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .li-parent-down .link-menu-item::after {
    content: none;
  }
}
.li-parent-down .link-menu-item::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.2rem;
  top: 30%;
  right: -1rem;
  transform: translateY(-50%) rotate(90deg);
  background-color: #1ee25e;
}
@media screen and (max-width: 767px) {
  .li-parent-down .link-menu-item::before {
    content: none;
  }
}

.li-parent-down:hover .infoSubMenu {
  opacity: 1;
  pointer-events: all;
  padding-top: 0.3rem;
  margin-top: 0 !important;
}

.li-parent-down:hover .link-menu-item::after {
  transform: translateY(-50%) rotate(90deg);
}

.infoSubMenu li {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 1px;
  background-color: #111e5a;
  padding: 0 !important;
  margin-top: 0 !important;
  height: auto;
  color: #111e5a;
}
.infoSubMenu li a {
  color: #e6e4e2;
  display: block;
  padding: 0.8rem 2rem 1rem !important;
}
.infoSubMenu li a:hover {
  background-color: #e6e4e2;
  color: #111e5a;
}

.infoSubMenu li:first-child::before {
  content: "" !important;
}

.hv-zom {
  overflow: hidden;
  display: block;
  width: 100%;
}
.hv-zom img {
  transition: 0.3s;
}
.hv-zom:hover img {
  transform: scale(1.1);
}

.wow_custom {
  transition: all 1.25s cubic-bezier(0.4, 0, 0, 1);
  transition-property: opacity, transform;
  opacity: 0;
  transform: translateY(1rem);
}

.show {
  opacity: 1;
  transform: translateY(0);
}

.txt-left-center img {
  padding-left: 10rem;
  padding-right: 10rem;
}
@media screen and (max-width: 1600px) {
  .txt-left-center img {
    height: 8.4rem;
  }
}
@media screen and (max-width: 767px) {
  .txt-left-center img {
    padding-left: 4rem;
    padding-right: 4rem;
    height: 4rem;
  }
}/*# sourceMappingURL=style.css.map */