@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #000;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
}

h2 {
  font-size: 35px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 25px;
  }
}

h3 {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 15px;
  }
}

p {
  font-family: Noto Sans JP, sans-serif !important;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 13px;
  }
}
p.text-sub {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  p.text-sub {
    font-size: 11px;
  }
}
p .red {
  color: #af0000;
  font-weight: 500;
}
p .orange {
  color: #f29827;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #f29827;
}

@media screen and (max-width: 768px) {
  .notb {
    display: none;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb {
    display: block;
  }
}

@media screen and (max-width: 559px) {
  .nosp {
    display: none !important;
  }
}

.nopc {
  display: none;
}
@media screen and (max-width: 559px) {
  .nopc {
    display: block;
  }
}

section {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 559px) {
  section {
    margin-bottom: 50px;
  }
}

.container {
  width: 82%;
  max-width: 1120px;
  margin: 0 auto;
}
@media screen and (max-width: 559px) {
  .container {
    width: 88%;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.flex .box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .flex .box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .flex .box.last {
    margin-bottom: 0 !important;
  }
}

.header {
  width: 100%;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  min-height: 73px;
  max-height: 140px;
}
@media screen and (max-width: 768px) {
  .header {
    position: relative;
    min-height: auto;
    max-height: none;
  }
}
.header .nav-container {
  width: 96%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0 15px 0;
  max-height: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .nav-container .nav-left {
  width: 34%;
}
@media screen and (max-width: 768px) {
  .header .nav-container .nav-left {
    width: 66%;
  }
}
.header .nav-container .nav-left a {
  display: block;
  width: 100%;
}
.header .nav-container .nav-right {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header .nav-container .nav-right {
    display: none;
  }
}
.header .nav-container .nav-right > img {
  width: 20%;
  background-color: #af0000;
  border-radius: 14px;
}
.header .nav-container .nav-right .phone-info {
  width: 42%;
}
.header .nav-container .nav-right .email-button {
  width: 33%;
  background-color: #f29827;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-container .nav-right .email-button:hover {
  background-color: #d46e0d;
}
.header .nav-container .nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 2rem;
}
.header .nav-container .nav-menu a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.header .nav-container .nav-menu a:hover {
  color: #f29827;
}
.header .nav-container .hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header .nav-container .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 2rem;
    right: 1rem;
  }
}
.header .nav-container .hamburger span {
  width: 34px;
  height: 1px;
  background: #000;
  margin: 3px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-container .hamburger p {
  width: 34px;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .header .nav-container .hamburger p {
    font-size: 10px;
  }
}
.header .nav-container .hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(2px) rotate(45deg);
          transform: translateY(2px) rotate(45deg);
}
.header .nav-container .hamburger.active span:nth-child(2) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  width: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
  position: fixed;
  top: calc(66 * var(--base-font, 1) / 10);
  right: -100%;
  height: 100vh;
  -webkit-transition: right 0.3s ease, top 0.3s ease;
  transition: right 0.3s ease, top 0.3s ease;
  visibility: hidden;
}
.mobile-menu.active {
  right: 0;
  visibility: visible;
}
.mobile-menu .mobile-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 559px) {
  .mobile-menu .mobile-nav {
    margin-bottom: 60px;
  }
}
.mobile-menu .mobile-nav .mobile-menu-list {
  width: 100%;
}
.mobile-menu .mobile-nav .mobile-menu-list li {
  border-bottom: 1px solid #f29827;
  position: relative;
}
.mobile-menu .mobile-nav .mobile-menu-list li a {
  display: block;
  color: #555;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  padding: 20px 5%;
}
.mobile-menu .mobile-nav .mobile-menu-list li a:hover {
  color: #f29827;
}
@media screen and (max-width: 559px) {
  .mobile-menu .mobile-nav .mobile-menu-list li a {
    font-size: 15px;
  }
}
.mobile-menu .mobile-btn {
  width: 40%;
  margin: 0 auto 30px;
}
@media screen and (max-width: 559px) {
  .mobile-menu .mobile-btn {
    width: 60%;
  }
}
.mobile-menu .mobile-btn a {
  display: block;
  background-color: #af0000;
  border-radius: 50px;
}
.mobile-menu .mobile-btn a:hover {
  background-color: #8b0000;
}
.mobile-menu .mobile-btn.mail a {
  background-color: #f29827;
}
.mobile-menu .mobile-btn.mail a:hover {
  background-color: #e57f1c;
}

.hero {
  margin-top: 105px;
}
@media screen and (min-width: 1400px) {
  .hero {
    margin-top: 140px;
  }
}
@media screen and (max-width: 1100px) {
  .hero {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    margin-top: 0;
  }
}
.hero .hero-slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.hero .hero-slider .slider,
.hero .hero-slider .sp-slider {
  width: 100%;
  height: 100%;
}
.hero .hero-slider .slider.slider-cover,
.hero .hero-slider .sp-slider.slider-cover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero .hero-slider .slider-text {
  width: 48%;
  max-width: 663px;
  position: absolute;
  top: 50%;
  left: 9%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
.hero .hero-slider .sp-slider-text {
  width: 84%;
  position: absolute;
  left: 2%;
  bottom: 2%;
  -webkit-filter: drop-shadow(4px 4px 10px rgba(255, 255, 255, 0.7));
          filter: drop-shadow(4px 4px 10px rgba(255, 255, 255, 0.7));
}
.hero .contact-flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .hero .contact-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .hero .contact-flex .flex-item a {
    padding: 5px 0;
  }
}
.hero .contact-flex .flex-item {
  width: 50%;
}
.hero .contact-flex .flex-item a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero .contact-flex .flex-item a img {
  width: 100%;
  height: 100%;
}
.hero .contact-flex .flex-item:nth-child(1) a {
  background-color: #af0000;
}
.hero .contact-flex .flex-item:nth-child(1) a:hover {
  background-color: #8b0000;
}
.hero .contact-flex .flex-item:nth-child(2) a {
  background-color: #f29827;
}
.hero .contact-flex .flex-item:nth-child(2) a:hover {
  background-color: #e57f1c;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 559px) {
  .section-header {
    margin-bottom: 25px;
  }
}
.section-header h2 {
  width: 80%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .section-header h2 {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.section-header h2 img {
  width: 100%;
}
.section-header p {
  font-size: 1.1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

h3 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 60px;
}
h3 span {
  color: #af0000;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 559px) {
  h3 {
    text-align: left;
  }
}

.contact-banner {
  background-color: #f29827;
  padding: 20px 10px 40px;
}
.contact-banner h3 {
  width: 51%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .contact-banner h3 {
    width: 74%;
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 559px) {
  .contact-banner h3 {
    width: 90%;
  }
}
.contact-banner .inner {
  width: 70%;
  max-width: 956px;
  margin: 0 auto;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact-banner .inner {
    width: 90%;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 559px) {
  .contact-banner .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-banner .inner .box-tel {
  width: 34%;
  max-width: 320px;
}
@media screen and (max-width: 559px) {
  .contact-banner .inner .box-tel {
    width: 80%;
    margin-bottom: 30px;
  }
}
.contact-banner .inner .box-mail {
  width: 43%;
  max-width: 410px;
}
@media screen and (max-width: 559px) {
  .contact-banner .inner .box-mail {
    width: 80%;
  }
}
.contact-banner .inner .box-mail a {
  display: block;
  border-radius: 50px;
  background-color: #f29827;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-banner .inner .box-mail a:hover {
  background-color: #d46e0d;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-list {
  position: relative;
}
@media screen and (max-width: 768px) {
  .flex-list {
    margin-bottom: 50px;
  }
}
.flex-list .flex-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
.flex-list .flex-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flex-list .flex-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 40px;
  }
}
.flex-list .flex-item .item-left {
  width: 42%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .flex-list .flex-item .item-left {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .flex-list .flex-item .item-left p {
    margin-bottom: 20px;
  }
}
.flex-list .flex-item .item-left p.number {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 1;
  color: #f29827;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .flex-list .flex-item .item-left p.number {
    font-size: 3.4rem;
  }
}
.flex-list .flex-item .item-left .copy {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .flex-list .flex-item .item-left .copy {
    width: 80%;
  }
}
@media screen and (max-width: 559px) {
  .flex-list .flex-item .item-left .copy {
    width: 100%;
  }
}
.flex-list .flex-item .item-left .copy p {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
  background: #434343;
  padding: 10px 20px;
}
.flex-list .flex-item .item-left .copy p span {
  color: #f29827;
}
@media screen and (max-width: 768px) {
  .flex-list .flex-item .item-left .copy p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 559px) {
  .flex-list .flex-item .item-left .copy p {
    padding: 10px;
    margin-bottom: 10px;
  }
}
.flex-list .flex-item .item-right {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .flex-list .flex-item .item-right {
    background-image: none;
    width: 100%;
  }
}
.flex-list .flex-item .item-right img {
  display: none;
}
@media screen and (max-width: 768px) {
  .flex-list .flex-item .item-right img {
    display: block;
  }
}
.flex-list .flex-item:nth-child(1) .item-right {
  background-image: url(../img/point-01.jpg);
  background-position: center right;
}
.flex-list .flex-item:nth-child(2) .item-right {
  background-image: url(../img/point-02.jpg);
}
.flex-list .flex-item:nth-child(3) .item-right {
  background-image: url(../img/point-03.jpg);
}
.flex-list .flex-item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .flex-list .flex-item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.one-stop {
  background: #e6e6e6;
  padding: 60px 0 150px;
}
@media screen and (max-width: 768px) {
  .one-stop {
    padding: 40px 0 75px;
  }
}
.one-stop p.copy {
  width: 72%;
  margin: 0 auto 9%;
}
@media screen and (max-width: 768px) {
  .one-stop p.copy {
    width: 90%;
    margin: 0 auto 15%;
  }
}
@media screen and (max-width: 559px) {
  .one-stop p.copy {
    width: 100%;
    margin: 0 auto 20%;
  }
}
.one-stop .flex {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .one-stop .flex {
    margin-bottom: 50px;
  }
}
.one-stop .flex .box {
  background: #fff;
  padding: 7% 0 5%;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .one-stop .flex .box {
    margin-bottom: 80px;
  }
}
.one-stop .flex .box .icon {
  width: 40%;
  max-width: 115px;
  margin: -39% auto 11%;
}
@media screen and (max-width: 768px) {
  .one-stop .flex .box .icon {
    margin: -17% auto 5%;
  }
}
@media screen and (max-width: 559px) {
  .one-stop .flex .box .icon {
    width: 30%;
    margin: -20% auto 5%;
  }
}
.one-stop .flex .box .text {
  width: 58%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .one-stop .one-stop-flex {
    display: none !important;
  }
}
.one-stop .one-stop-flex .flex-item {
  width: 30%;
  position: relative;
}
.one-stop .one-stop-flex .flex-item img {
  width: 100%;
  height: 100%;
}
.one-stop .one-stop-flex .flex-item .tag {
  position: absolute;
  top: 0;
  left: 0;
  background: #af0000;
}
.one-stop .one-stop-flex .flex-item .tag p {
  color: #fff;
  font-weight: 500;
  padding: 10px;
}
.one-stop .one-stop-slider {
  width: 96%;
  margin: 0 auto 140px;
}
@media screen and (max-width: 768px) {
  .one-stop .one-stop-slider {
    width: 100%;
    margin: 0 auto 70px;
  }
}
.one-stop .one-stop-slider .slide {
  position: relative;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .one-stop .one-stop-slider .slide {
    padding: 0;
  }
}
.one-stop .one-stop-slider .slide .tag {
  position: absolute;
  top: 0;
  left: 16px;
  background: #af0000;
}
@media screen and (max-width: 768px) {
  .one-stop .one-stop-slider .slide .tag {
    left: 0;
  }
}
.one-stop .one-stop-slider .slide .tag p {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding: 4px 10px 5px;
}
.one-stop .one-stop-slider .slide .slider-text {
  padding: 10px;
}
.one-stop .one-stop-slider .slide .slider-text p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .one-stop .one-stop-slider .slide .slider-text p {
    font-size: 13px;
  }
}
.one-stop .one-stop-slider .slide .slider-text p:first-child {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .one-stop .one-stop-slider .slide .slider-text p:first-child {
    font-size: 14px;
  }
}
.one-stop .one-stop-slider .slick-prev {
  left: -2%;
  z-index: 1;
}
.one-stop .one-stop-slider .slick-prev:before {
  content: "◀";
}
@media screen and (max-width: 768px) {
  .one-stop .one-stop-slider .slick-prev {
    left: 0;
  }
}
.one-stop .one-stop-slider .slick-next {
  right: -2%;
  z-index: 1;
}
.one-stop .one-stop-slider .slick-next:before {
  content: "▶";
}
@media screen and (max-width: 768px) {
  .one-stop .one-stop-slider .slick-next {
    right: 0;
  }
}
.one-stop .one-stop-slider .slick-prev:before,
.one-stop .one-stop-slider .slick-next:before {
  color: #000;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .one-stop .one-stop-slider .slick-prev:before,
  .one-stop .one-stop-slider .slick-next:before {
    color: #fff;
    opacity: 0.8;
  }
}

.rain-leak h3 + p {
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  .rain-leak h3 + p {
    margin: 0 auto 30px;
  }
}
.rain-leak .notice {
  width: 37%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .rain-leak .notice {
    width: 56%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 559px) {
  .rain-leak .notice {
    width: 80%;
    margin: 0 auto 10px;
  }
}
.rain-leak .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .rain-leak .flex {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 768px) {
  .rain-leak .flex .box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 559px) {
  .rain-leak .flex .box {
    margin-bottom: 20px;
  }
}
.rain-leak .flex .box .notice-text {
  padding: 10px;
}
.rain-leak .flex .box .notice-text p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .rain-leak .flex .box .notice-text p {
    font-size: 13px;
  }
}
.rain-leak .flex .box .notice-text p:first-child {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .rain-leak .flex .box .notice-text p:first-child {
    font-size: 14px;
  }
}

.bg-img {
  background-image: url(../img/bg-img.jpg);
  padding: 40px 0 60px;
}
@media screen and (max-width: 559px) {
  .bg-img {
    padding: 20px 0 30px;
  }
}
.bg-img .bg-color {
  width: 94%;
  margin: 0 auto;
  background: #f29827;
  border-radius: 20px;
  padding: 60px 0 110px;
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color {
    padding: 30px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list {
    margin-bottom: 0;
  }
}
.bg-img .bg-color .flex-list .flex-item {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(16%, transparent), color-stop(10%, #fff));
  background: -webkit-linear-gradient(transparent 16%, #fff 10%);
  background: linear-gradient(transparent 16%, #fff 10%);
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, transparent), color-stop(4%, #fff));
    background: -webkit-linear-gradient(transparent 4%, #fff 4%);
    background: linear-gradient(transparent 4%, #fff 4%);
  }
}
.bg-img .bg-color .flex-list .flex-item .item-left {
  width: 45%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item .item-left {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.bg-img .bg-color .flex-list .flex-item .item-left .copy + p {
  font-size: 1.2rem;
  line-height: 2;
  padding-left: 1.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item .item-left .copy + p {
    font-size: 1rem;
    padding: 0 1.5rem;
    margin-bottom: 20px;
  }
}
.bg-img .bg-color .flex-list .flex-item .item-left .copy + p span {
  background-color: #f29827;
  color: #fff;
}
.bg-img .bg-color .flex-list .flex-item .item-left p.caption {
  padding-left: 1.5rem;
  font-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item .item-left p.caption {
    font-size: 0.8rem;
    padding: 0 1.5rem;
  }
}
.bg-img .bg-color .flex-list .flex-item:nth-child(1) .item-left {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item:nth-child(1) .item-left {
    padding-top: 0;
  }
}
.bg-img .bg-color .flex-list .flex-item:nth-child(1) .item-right {
  background-image: url(../img/repair-01.jpg);
  background-position: center right;
}
.bg-img .bg-color .flex-list .flex-item:nth-child(2) .item-right {
  background-image: url(../img/repair-02.jpg);
}
.bg-img .bg-color .flex-list .flex-item:nth-child(3) .item-right {
  background-image: url(../img/repair-03.jpg);
}
.bg-img .bg-color .flex-list .flex-item:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(24%, transparent), color-stop(10%, #fff));
  background: -webkit-linear-gradient(transparent 24%, #fff 10%);
  background: linear-gradient(transparent 24%, #fff 10%);
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item:nth-child(2) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, transparent), color-stop(4%, #fff));
    background: -webkit-linear-gradient(transparent 4%, #fff 4%);
    background: linear-gradient(transparent 4%, #fff 4%);
  }
}
.bg-img .bg-color .flex-list .flex-item:nth-child(2) .item-left .copy {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item:nth-child(2) .item-left .copy {
    text-align: left;
  }
}
.bg-img .bg-color .flex-list .flex-item:nth-child(2) .item-left .copy p {
  text-align: left;
}
.bg-img .bg-color .flex-list .flex-item:nth-child(2) .item-left .copy + p {
  padding-left: 0;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item:nth-child(2) .item-left .copy + p {
    padding: 0 1.5rem;
  }
}
.bg-img .bg-color .flex-list .flex-item:nth-child(2) .tag {
  right: auto;
  left: 2%;
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item:nth-child(2) .tag {
    left: 3%;
  }
}
.bg-img .bg-color .flex-list .flex-item:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, transparent), color-stop(10%, #fff));
  background: -webkit-linear-gradient(transparent 22%, #fff 10%);
  background: linear-gradient(transparent 22%, #fff 10%);
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item:nth-child(3) {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(4%, transparent), color-stop(4%, #fff));
    background: -webkit-linear-gradient(transparent 4%, #fff 4%);
    background: linear-gradient(transparent 4%, #fff 4%);
  }
}
.bg-img .bg-color .flex-list .flex-item .tag {
  width: 10%;
  position: absolute;
  z-index: 2;
  bottom: 5%;
  left: 52%;
}
@media screen and (max-width: 768px) {
  .bg-img .bg-color .flex-list .flex-item .tag {
    width: 16%;
    left: 3%;
    bottom: 3%;
  }
}

.container.last {
  padding: 100px 0 80px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1100px) {
  .container.last {
    padding: 100px 0 260px;
  }
}
@media screen and (max-width: 768px) {
  .container.last {
    width: 90%;
    padding: 60px 0 0;
    margin: 0 auto;
  }
}
.container.last .item-left {
  position: absolute;
  top: 2rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .container.last .item-left {
    position: static;
  }
}
.container.last .item-right {
  width: 70%;
  margin: 0 0 0 auto;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .container.last .item-right {
    width: 100%;
  }
}
.container.last .item-right img {
  display: block;
}

.facility .bg-img {
  background-image: url(../img/bg-img02.jpg);
  padding: 80px 0 20px;
}
@media screen and (max-width: 768px) {
  .facility .bg-img {
    padding: 40px 0 10px;
  }
}
.facility .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.facility .flex .box {
  width: 46%;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .facility .flex .box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.facility .flex .box img {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .facility .flex .box img {
    margin-bottom: 30px;
  }
}
.facility .flex .box h5 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .facility .flex .box h5 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.contact-wrapper {
  background: white;
}
.contact-wrapper .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .flex {
    display: block;
    margin-bottom: 50px;
  }
}
.contact-wrapper .flex .box-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .flex .box-left {
    width: 100%;
    margin-bottom: 30px;
  }
}
.contact-wrapper .flex .box-left .marker {
  margin-bottom: 50px;
}
@media screen and (max-width: 559px) {
  .contact-wrapper .flex .box-left .marker {
    margin-bottom: 30px;
  }
}
.contact-wrapper .flex .box-right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .flex .box-right {
    width: 100%;
  }
}
.contact-wrapper .flex .box-right img {
  width: 78%;
}
@media screen and (max-width: 559px) {
  .contact-wrapper .form-wrapper {
    width: 90%;
  }
}
.contact-wrapper .form-wrapper .contact-content {
  background-color: #efefef;
  border-radius: 20px;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content {
    padding: 40px 0;
  }
}
@media screen and (max-width: 559px) {
  .contact-wrapper .form-wrapper .contact-content {
    padding: 30px 0;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form {
  width: 67%;
  max-width: 757px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form {
    width: 88%;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form hr {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form hr {
    margin-bottom: 20px;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form hr + p {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form hr + p {
    text-align: left;
    margin-bottom: 30px;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form p {
  font-size: 1rem;
}
@media screen and (max-width: 559px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form p {
    font-size: 15px;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form p a {
  text-decoration: underline;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro {
  float: none;
  text-align: left;
  border-top: none;
  margin: 0px;
  padding: 0;
  font-size: 1rem;
  line-height: normal;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro {
    width: 100%;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro .mailform {
  width: 100%;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro .mailform dt {
  width: 100%;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
  padding: 0;
  border-top: none;
  text-align: left;
  background-color: transparent !important;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro .mailform {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro .mailform span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #ff0707;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro .mailform span {
    font-size: 13px;
    margin-left: 5px;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro .mailform.privacy {
  margin-top: 80px;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd {
  border-top: none;
  padding: 0;
  margin-bottom: 50px;
  background-color: transparent !important;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #000;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input,
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea {
  height: 60px;
  border: 1px solid #959595;
  border-radius: 5px;
  padding: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.18em;
  color: #000;
  width: 100% !important;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input,
  .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea {
    height: 50px;
    padding: 10px;
  }
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input::-webkit-input-placeholder, .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea::-webkit-input-placeholder {
  color: #97a2ad;
  letter-spacing: 0.08em;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input::-moz-placeholder, .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea::-moz-placeholder {
  color: #97a2ad;
  letter-spacing: 0.08em;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input:-ms-input-placeholder, .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea:-ms-input-placeholder {
  color: #97a2ad;
  letter-spacing: 0.08em;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input::-ms-input-placeholder, .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea::-ms-input-placeholder {
  color: #97a2ad;
  letter-spacing: 0.08em;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input::placeholder,
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea::placeholder {
  color: #97a2ad;
  letter-spacing: 0.08em;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input::-webkit-input-placeholder,
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea::-webkit-input-placeholder {
  color: #97a2ad;
  letter-spacing: 0.08em;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input::-moz-placeholder,
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea::-moz-placeholder {
  color: #97a2ad;
  letter-spacing: 0.08em;
  opacity: 1;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd input:-ms-input-placeholder,
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea:-ms-input-placeholder {
  color: #97a2ad;
  letter-spacing: 0.08em;
}
.contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea {
  height: 200px !important;
}
@media screen and (max-width: 768px) {
  .contact-wrapper .form-wrapper .contact-content .contact-form form#mailformpro dd textarea {
    height: 100px !important;
  }
}

.postal-code {
  width: 47%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .postal-code {
    margin-bottom: 10px;
  }
}

p.privacy-title {
  margin: 80px 0 20px;
  font-size: 17px !important;
  font-weight: 600;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 768px) {
  p.privacy-title {
    font-size: 15px;
    margin: 40px 0 10px;
  }
}

.privacy-agreement {
  text-align: center;
  margin: 70px 0 50px;
}
@media screen and (max-width: 768px) {
  .privacy-agreement {
    margin: 30px 0 20px;
  }
}
.privacy-agreement label {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .privacy-agreement label {
    font-size: 14px;
  }
}
.privacy-agreement label input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 10px;
  cursor: pointer;
}
.privacy-agreement label a {
  text-decoration: underline;
}

form#mailformpro label.mfp_checked {
  padding: 0 !important;
  border: none !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.mfp_buttons button[type=submit] {
  width: 55%;
  max-width: 330px;
  height: 60px;
  background: #000;
  color: white;
  border: none;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .mfp_buttons button[type=submit] {
    width: 70%;
    max-width: 100%;
    height: 50px;
  }
}
@media screen and (max-width: 559px) {
  .mfp_buttons button[type=submit] {
    width: 100%;
  }
}
.mfp_buttons button[type=submit]:hover {
  background: #f29827 !important;
}

#page-top {
  width: 54px;
  height: 54px;
  position: fixed;
  z-index: 2;
  bottom: 50px;
  right: 6%;
  background-color: #af0000;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #page-top {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 2%;
  }
}

.footer {
  background: #434343;
  color: #fff;
}
.footer .footer-content {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-content {
    padding: 50px 0;
  }
}
.footer .footer-content .footer-info {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer .footer-content .footer-info {
    width: 50%;
  }
}
@media screen and (max-width: 559px) {
  .footer .footer-content .footer-info {
    width: 90%;
  }
}
.footer .footer-content .footer-info .footer-logo {
  margin-bottom: 20px;
}
.footer .footer-content .footer-info .address {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-content .footer-info p {
    font-size: 13px !important;
  }
}
.footer .footer-bottom {
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 40px 0 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom {
    padding: 20px 0 10px;
  }
}
.footer .footer-bottom .footer-link {
  width: 50%;
  margin: 0 0 0 auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-link {
    width: 100%;
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-bottom .footer-link li {
  color: #000;
  font-size: 13px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .footer .footer-bottom .footer-link li {
    margin-left: 0;
  }
}
.footer .footer-bottom .footer-link li a {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
html {
  scroll-behavior: smooth;
}

.thanks-page {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .thanks-page {
    padding: 50px 0 0;
  }
}
.thanks-page .thanks-content {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  background: white;
  padding: 60px 40px;
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .thanks-page .thanks-content {
    padding: 30px 20px;
  }
}
.thanks-page .thanks-content h3 {
  text-align: center;
}
.thanks-page .thanks-content .back-link {
  margin-top: 40px;
}
.thanks-page .thanks-content .back-link .btn {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .thanks-page .thanks-content .back-link .btn {
    width: 60%;
  }
}
@media screen and (max-width: 559px) {
  .thanks-page .thanks-content .back-link .btn {
    width: 90%;
  }
}
.thanks-page .thanks-content .back-link .btn a {
  display: block;
  padding: 15px 10px;
  background: #f29827;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 559px) {
  .thanks-page .thanks-content .back-link .btn a {
    font-size: 14px;
  }
}
.thanks-page .thanks-content .back-link .btn a:hover {
  background: #e57f1c;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}/*# sourceMappingURL=style.css.map */