@charset "UTF-8";
/* CSS Information
---------------------------------------------------------------
Site URL:https://
File name:style.css
Summary:base styles
Created:2024-09-20
--------------------------------------------------------------- */
/* Fonts */
/* ------------------------------------------------------------ */
/* Link */
/* ------------------------------------------------------------ */
a {
  text-decoration: none;
  transition: all 0.3s ease;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* Animation */
/* ------------------------------------------------------------ */
img,
.alpha {
  transition: all 0.3s ease;
}

.alpha:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}

/* Font */
/* ------------------------------------------------------------ */
sup {
  font-size: 60%;
  vertical-align: top;
}

sub {
  font-size: 60%;
  vertical-align: baseline;
}

/* インデント1文字分 */
/* ------------------------------------------------------------ */
.indent {
  text-indent: -1em;
  margin-left: 1em;
}

/* pc_mode / sp_mode */
/* ------------------------------------------------------------ */
.pc {
  display: inherit;
}

.sp {
  display: none;
}

@media screen and (max-width: 820px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
}
/* Style */
/* ------------------------------------------------------------ */
html {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html body {
  background: #fff;
  font-size: 16px;
}
html body::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 1200px) {
  html body {
    font-size: 14px;
  }
}
html body header {
  position: relative;
  z-index: 2;
}
html body header .inner {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0px;
  margin-top: 0;
  transition: all 0.5s ease;
}
html body header .inner .header_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1110px;
  height: 110px;
  margin: 0 auto;
}
html body header .inner .header_area h1 {
  width: 335px;
}
html body header .inner .header_area p {
  width: 427px;
}
html body header .inner.fixed {
  background: #fff;
}
@media screen and (max-width: 1200px) {
  html body header .inner {
    box-sizing: border-box;
    padding: 0 4vw;
  }
  html body header .inner .header_area {
    width: 100%;
    height: 50px;
  }
  html body header .inner .header_area h1 {
    width: 160px;
  }
  html body header .inner .header_area p {
    width: 160px;
  }
}
html body main section {
  overflow: hidden;
}
html body main section#mainvisual {
  margin-top: 110px;
}
@media screen and (max-width: 1200px) {
  html body main section#mainvisual {
    margin-top: 50px;
  }
}
html body main section#mainvisual .inner h2 {
  position: relative;
}
html body main section#mainvisual .inner h2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html body main section#mainvisual .inner h2 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
html body main section#concerns {
  background-image: url("../img/concernsBG_pc.png?date=20240920");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  html body main section#concerns {
    background-image: url("../img/concernsBG_sp.png?date=20240920");
  }
}
html body main section#concerns .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 740px;
}
@media screen and (max-width: 1200px) {
  html body main section#concerns .inner {
    box-sizing: border-box;
    padding: 12vw 4vw 18vw;
    height: auto;
  }
}
html body main section#concerns .inner picture {
  width: 100%;
  max-width: 1000px;
  margin-top: -57px;
}
@media screen and (max-width: 1200px) {
  html body main section#concerns .inner picture {
    max-width: 794px;
    margin-top: 0;
  }
}
html body main section#strengths {
  background-image: url("../img/strengthsBG_pc.png?date=20240920");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -57px;
}
@media screen and (max-width: 1200px) {
  html body main section#strengths {
    background-image: url("../img/strengthsBG_sp.png?date=20240920");
    margin-top: -8vw;
  }
}
html body main section#strengths .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 744px;
}
@media screen and (max-width: 1200px) {
  html body main section#strengths .inner {
    box-sizing: border-box;
    padding: 18vw 4vw 12vw;
    height: auto;
  }
}
html body main section#strengths .inner h2 {
  width: 100%;
  max-width: 1055px;
}
@media screen and (max-width: 1200px) {
  html body main section#strengths .inner h2 {
    max-width: 1000px;
  }
}
html body main section#strengths .inner ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  html body main section#strengths .inner ul {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 4vw;
  }
}
html body main section#strengths .inner ul li {
  width: 100%;
  max-width: 355px;
}
@media screen and (max-width: 1200px) {
  html body main section#strengths .inner ul li {
    max-width: 710px;
  }
  html body main section#strengths .inner ul li:nth-of-type(n+2) {
    margin-top: 4vw;
  }
}
html body main section#strengths .inner p {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  html body main section#strengths .inner p {
    font-size: min(4vw, 28px);
  }
}
html body main section#menu {
  background-image: url("../img/menuBG_pc.png?date=20240920");
  background-size: 134px 136px;
  background-position: center;
  background-repeat: repeat;
}
@media screen and (max-width: 1200px) {
  html body main section#menu {
    background-size: 67px 68px;
  }
}
html body main section#menu .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 0;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner {
    box-sizing: border-box;
    padding: 12vw 4vw;
  }
}
html body main section#menu .inner h2 {
  background-color: #6CAF24;
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  max-width: 1000px;
  padding: 40px 0 30px;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner h2 {
    font-size: min(5vw, 60px);
    padding: 6vw 0 4vw;
  }
}
html body main section#menu .inner h2 small {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0.5em;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner h2 small {
    font-size: min(3vw, 12px);
  }
}
html body main section#menu .inner > div {
  box-sizing: border-box;
  border: 6px #6CAF24 solid;
  background-color: #fff;
  width: 100%;
  max-width: 1000px;
  padding: 94px;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div {
    border: none;
    padding: 4vw;
  }
}
html body main section#menu .inner > div article {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  min-height: 260px;
}
html body main section#menu .inner > div article:nth-of-type(n+2) {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div article:nth-of-type(n+2) {
    margin-top: 8vw;
  }
}
html body main section#menu .inner > div article figure {
  position: absolute;
  right: 0;
  top: 80px;
  width: 100%;
  max-width: 272px;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div article figure {
    position: initial;
    max-width: 1088px;
  }
}
html body main section#menu .inner > div article figcaption {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 3px #CAC1C1 solid;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div article figcaption {
    flex-direction: column;
    align-items: center;
    margin: 4vw 0 4vw;
    padding-bottom: 4vw;
  }
}
html body main section#menu .inner > div article figcaption h3 {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div article figcaption h3 {
    font-size: min(8vw, 60px);
  }
}
html body main section#menu .inner > div article figcaption h3::after {
  content: none;
}
html body main section#menu .inner > div article figcaption p {
  font-size: 26px;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div article figcaption p {
    font-size: min(4vw, 26px);
    margin-top: 2vw;
  }
}
html body main section#menu .inner > div article figcaption p abbr {
  font-weight: 700;
}
html body main section#menu .inner > div article figcaption p em {
  color: #E90000;
  font-size: 150%;
  font-weight: 700;
}
html body main section#menu .inner > div article figcaption p em small {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div article figcaption p em small {
    font-size: min(4vw, 26px);
  }
}
html body main section#menu .inner > div article aside {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div article aside {
    max-width: 100%;
  }
}
html body main section#menu .inner > div article aside h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div article aside h4 {
    font-size: min(4vw, 24px);
  }
}
html body main section#menu .inner > div article aside p {
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  html body main section#menu .inner > div article aside p {
    font-size: min(4vw, 18px);
    margin-top: 2vw;
  }
}
html body main section#menu .inner > div article:nth-of-type(1) figcaption h3 {
  color: #6CAF24;
}
html body main section#menu .inner > div article:nth-of-type(2) figcaption h3 {
  color: #FF6BA0;
}
html body main section#menu .inner > div article:nth-of-type(3) figcaption h3 {
  color: #0F9B03;
}
html body main section#menu .inner > div article:nth-of-type(4) figcaption h3 {
  color: #32AADE;
}
html body main section#menu .inner > div article:nth-of-type(5) figcaption h3 {
  color: #F35F31;
}
html body main section#menu .inner > div article:nth-of-type(6) figcaption h3 {
  color: #C286F1;
}
html body main section#contact {
  margin-top: -110px;
  padding-top: 110px;
}
@media screen and (max-width: 1200px) {
  html body main section#contact {
    margin-top: -50px;
    padding-top: 50px;
  }
}
html body main section#contact .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner {
    box-sizing: border-box;
    padding: 0;
  }
}
html body main section#contact .inner h2 {
  background-color: #6CAF24;
  text-align: center;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner h2 {
    font-size: min(5vw, 60px);
    padding: 6vw 0 4vw;
  }
}
html body main section#contact .inner h2 em {
  color: #FFFA8B;
  font-weight: 700;
}
html body main section#contact .inner .mw_wp_form_complete {
  margin-top: 110px;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner .mw_wp_form_complete {
    margin-top: 12vw;
    padding: 0 4vw;
  }
}
html body main section#contact .inner .mw_wp_form_complete p {
  text-align: center;
  line-height: 2;
}
html body main section#contact .inner form {
  box-sizing: border-box;
  width: 100%;
  max-width: 800px;
  margin-top: 110px;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form {
    margin-top: 12vw;
    padding: 0 4vw;
  }
}
html body main section#contact .inner form > p:nth-of-type(1) {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > p:nth-of-type(1) {
    text-align: left;
    font-size: min(4vw, 18px);
  }
}
html body main section#contact .inner form > p:nth-of-type(2) {
  width: 100%;
  max-width: 800px;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > p:nth-of-type(2) {
    max-width: 1594px;
    margin-top: 8vw;
  }
}
html body main section#contact .inner form .must {
  background: #E90000;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form .must {
    font-size: min(3vw, 16px);
  }
}
html body main section#contact .inner form .any {
  background: #707070;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form .any {
    font-size: min(3vw, 16px);
  }
}
html body main section#contact .inner form .error {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form .error {
    font-size: min(4vw, 18px);
  }
}
html body main section#contact .inner form > div.inputarea {
  margin-top: 60px;
  border: 2px #C2C2C2 solid;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.inputarea {
    margin-top: 8vw;
  }
}
html body main section#contact .inner form > div.inputarea dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #F2F2F2;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.inputarea dl {
    display: block;
  }
}
html body main section#contact .inner form > div.inputarea dl:nth-of-type(n+2) {
  border-top: 2px #C2C2C2 solid;
}
html body main section#contact .inner form > div.inputarea dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  width: 200px;
  padding: 0 10px;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.inputarea dl dt {
    box-sizing: border-box;
    font-size: min(4vw, 18px);
    width: 100%;
    margin: 0;
    padding: 2vw;
  }
}
html body main section#contact .inner form > div.inputarea dl dd {
  display: block;
  text-align: left;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  border-left: 2px #C2C2C2 solid;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.inputarea dl dd {
    box-sizing: border-box;
    padding: 2vw;
    border: none;
  }
}
html body main section#contact .inner form > div.inputarea dl dd .wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 2;
}
html body main section#contact .inner form > div.inputarea :is(input:not([type=file]), select, textarea) {
  border-radius: 4px;
  border: 2px #DFDFDF solid;
  background: #fff;
  color: #575151;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.inputarea :is(input:not([type=file]), select, textarea) {
    font-size: min(4vw, 18px);
  }
}
html body main section#contact .inner form > div.inputarea input[type=text].input_number {
  text-align: right;
  width: 5.4em;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.inputarea input[type=text].input_number {
    width: 3.8em;
  }
}
html body main section#contact .inner form > div.inputarea input[type=text].zip {
  width: 30%;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.inputarea input[type=text].zip {
    width: 40%;
  }
}
html body main section#contact .inner form > div.inputarea input[type=text].address {
  margin-top: 10px;
}
html body main section#contact .inner form > div.inputarea input[type=file] {
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.inputarea input[type=file] {
    font-size: min(4vw, 14px);
  }
}
html body main section#contact .inner form > div.inputarea select.prefecture {
  width: 30%;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.inputarea select.prefecture {
    width: 40%;
  }
}
html body main section#contact .inner form > div.inputarea .mwform-zip-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
html body main section#contact .inner form > div.inputarea .mwform-zip-field input {
  margin: 0 10px 0 0;
}
html body main section#contact .inner form > div.inputarea .select {
  width: 100%;
  position: relative;
}
html body main section#contact .inner form > div.inputarea .select::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-color: #DFDFDF;
  border-style: solid;
  position: absolute;
  right: 20px;
  top: 15px;
  transform-origin: center;
  transform: rotate(45deg);
}
html body main section#contact .inner form > div.inputarea .radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html body main section#contact .inner form > div.inputarea .radio input[type=radio] {
  position: absolute;
  visibility: hidden;
  width: auto;
}
html body main section#contact .inner form > div.inputarea .radio .mwform-radio-field-text {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  margin: 0 20px 0 0;
  cursor: pointer;
  position: relative;
}
html body main section#contact .inner form > div.inputarea .radio .mwform-radio-field-text::before {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  content: "";
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  background: #fff;
  border: 1px #DFDFDF solid;
  box-sizing: border-box;
  border-radius: 50%;
  vertical-align: middle;
}
html body main section#contact .inner form > div.inputarea .radio input[type=radio]:checked + .mwform-radio-field-text::before {
  border: 1px solid #000;
}
html body main section#contact .inner form > div.inputarea .radio input[type=radio]:checked + .mwform-radio-field-text::after {
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  content: "";
  width: 10px;
  height: 10px;
  background: #E90000;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}
html body main section#contact .inner form > div.inputarea input[type=checkbox] {
  display: none;
}
html body main section#contact .inner form > div.inputarea .mwform-checkbox-field {
  display: block;
  text-align: center;
}
html body main section#contact .inner form > div.inputarea .mwform-checkbox-field label {
  display: flex;
}
html body main section#contact .inner form > div.inputarea .mwform-checkbox-field label .mwform-checkbox-field-text {
  text-align: left;
  display: inline-block;
  position: relative;
  padding: 0 0 0 36px;
}
html body main section#contact .inner form > div.inputarea .mwform-checkbox-field label .mwform-checkbox-field-text::before, html body main section#contact .inner form > div.inputarea .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  display: block;
  content: "";
  position: absolute;
}
html body main section#contact .inner form > div.inputarea .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  background: #fff;
  border: 1px #DFDFDF solid;
  border-radius: 0;
  width: 20px;
  height: 20px;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
}
html body main section#contact .inner form > div.inputarea .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  border-width: 2px;
  border-color: transparent transparent #E90000 #E90000;
  border-style: solid;
  width: 20px;
  height: 10px;
  margin-top: -0.2em;
  top: 30%;
  left: 0;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}
html body main section#contact .inner form > div.inputarea input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
html body main section#contact .inner form > div.btn_area {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/button2_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 500px;
  margin: 60px auto 0;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.btn_area {
    max-width: 800px;
    margin: 8vw auto 0;
  }
}
html body main section#contact .inner form > div.btn_area::before {
  content: "";
  display: block;
  padding-top: 20.8%;
}
html body main section#contact .inner form > div.btn_area .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body main section#contact .inner form > div.btn_area .inner .btn_submit {
  background-color: transparent;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  border: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  html body main section#contact .inner form > div.btn_area .inner .btn_submit {
    font-size: min(6vw, 36px);
  }
}
html body main section#contact .inner form > div.btn_area:hover {
  filter: alpha(opacity=75);
  opacity: 0.75;
}
html body footer {
  margin-top: 160px;
}
@media screen and (max-width: 1200px) {
  html body footer {
    box-sizing: border-box;
    margin-top: 16vw;
  }
}
html body footer .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  html body footer .inner {
    box-sizing: border-box;
    padding: 0 4vw;
  }
}
html body footer .inner h1 {
  width: 100%;
  max-width: 366px;
}
@media screen and (max-width: 1200px) {
  html body footer .inner h1 {
    width: 75%;
    max-width: 670px;
  }
}
html body footer .inner address {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  html body footer .inner address {
    font-size: min(4vw, 18px);
    margin-top: 8vw;
  }
}
html body footer .inner address span:last-child {
  margin-left: 1.1em;
}
html body footer small {
  background-color: #295F7F;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  width: 100%;
  display: block;
  padding: 20px 0;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  html body footer small {
    font-size: min(3vw, 14px);
    margin-top: 8vw;
  }
}

/* fadein */
/* ------------------------------------------------------------ */
.fadein {
  transform: translate(0, 40px);
  transition: all 700ms;
  opacity: 0;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* トップページに戻るボタン */
/* ------------------------------------------------------------ */
.btn_footer {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  box-sizing: border-box;
  width: 100%;
  padding: 10px 4vw;
  z-index: 1;
}
.btn_footer a {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.btn_footer a img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 10px #e5e5e5);
}/*# sourceMappingURL=style.css.map */