body {
  color: #000;
  font-feature-settings: "palt";
  font-family: "Arial", "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

#formWrap {
  overflow: hidden;
}

.clearfix {
  display: block;
}

.sp {
  display: none;
}

.lum-lightbox {
  z-index: 999;
}

/* fv */
#fv {
  width: 100%;
  /* background-image: url(../images/TOP_image.jpg); */
  background-position: center;
  background-size: cover;
  border-bottom: 8px solid #88ddbb;
  -o-border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
     border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
  border-image-slice: 1;
  margin: 0 0 0;
}
@media only screen and (max-width: 480px) {
  #fv {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
}

#fv_wrapper {
  width: 1000px;
  height: 100vh;
  margin: 0 auto;
  position: relative;
}

#fv_wrapper > h2 {
  width: 410px;
  position: absolute;
  top: 40px;
  left: 50px;
}

#fv_wrapper h3 {
  width: 430px;
  position: absolute;
  top: 400px;
  left: 0;
}

#fv_form {
  width: 420px;
  position: absolute;
  right: 0;
  top: 333px;
}

#fv_form h2 {
  line-height: 1.2;
  padding: 10px 0;
  border: #fff 2px solid;
  background-color: #001199;
  text-align: center;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
}

#fv_form p {
  color: #fff;
  font-weight: bold;
  padding: 0 0 0 12%;
  font-size: 20px;
  height: 49px;
}

.fv_form_title {
  background-image: url("../../images/smm-lp1/fv_form_title.svg");
  background-size: 163px 49px;
  background-repeat: no-repeat;
  background-position: 38px;
}

.fv_form_title span {
  padding: 10px 0 0 0;
  display: inline-block;
}

#fv_form h2 i {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#fv_form > div {
  padding: 10px 20px;
  border-left: #fff 2px solid;
  border-right: #fff 2px solid;
  border-bottom: #fff 2px solid;
  background-color: rgba(255, 255, 255, 0.8);
}

#fv_form div table {
  color: #001199;
  width: 100%;
  font-size: 14px;
}

#fv_form div table th {
  font-weight: bold;
  width: 140px;
  padding: 10px 0;
}

#fv_wrapper h4 {
  position: absolute;
  right: 0;
  bottom: 20px;
}

#fv_form div table td input {
  box-sizing: border-box;
  border: #001199 1px solid;
  background-color: rgba(255, 255, 255, 0.8);
}

#fv_submit {
  background: #001199;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  width: 220px;
  cursor: pointer;
  cursor: hand;
  line-height: 32px;
  border-radius: 32px;
  border: #6666FF 1px solid;
}

#fv_submit:hover {
  background: #3333bb;
}

a:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)";
  /* IE 8 */
}

a img {
  transition: opacity 0.3s ease-out;
}

#fv {
  background: url(../../images/smm-lp1/main_image.png) no-repeat;
  height: 100vh;
  width: 100%;
  background-size: cover;
  position: relative;
}

.wrap {
  position: relative;
  /* margin-top: 40px; */
}

.article {
  background: url(../../images/smm-lp1/solarmate_bg.jpg) no-repeat;
  background-size: cover;
  /* padding-top: 40px; */
}

/* Q and A  */
/* QandA */
.QandAFVtitle {
  position: relative;
  padding-left: 36px;
}

.QandAFVtitle::before {
  position: absolute;
  content: "";
  background-image: url(../../images/smm-lp1/SVG/iconQandA.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 46px;
  height: 46px;
  top: 50%;
  left: -36px;
  transform: translateY(-50%);
}

.iconQ {
  width: 47px;
  height: 38px;
}

.iconA {
  width: 47px;
  height: 38px;
}

.QandAsect {
  background: #f8f8f8;
  height: auto;
  width: 100%;
  padding-top: 30px;
  /* padding-bottom: 90px; */
}

.QandAbefore {
  background: #f8f8f8;
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0px;
}

.QandAwrap {
  width: 100%;
  max-width: 1098px;
  height: auto;
  margin: 0 auto 0px auto;
}

.QandAwrap .descript {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #002299;
  font-weight: bold;
  margin-bottom: 0px;
  margin-left: 40px;
}

.question1 {
  background: #FFF0DC;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-items: flex-start;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}

.question2 {
  background: #FFF;
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  display: grid;
  grid-template-rows: 1fr 1fr;
  justify-items: flex-start;
  align-items: center;
  padding-left: 24px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}

.questions {
  width: 100%;
  height: 160px;
  background: #FFF0DC;
  /* margin-bottom: 40px; */
  padding: 20px 0 10px 0;
  /* display: grid; */
  grid-template-rows: 1fr 4px 1fr;
  justify-items: flex-start;
  align-items: center;
  padding-left: 24px;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: bold;
}

.borderQandA {
  width: 928px;
  height: 2px;
  display: block;
}

.questions:nth-of-type(2n) {
  background: #FFF;
}

.block {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.9490196078);
}

.block p.image {
  width: 80%;
  margin: auto;
}

.block p.text {
  width: 700px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 0.8rem;
}

h1 {
  text-align: center;
  margin: auto;
}

h1.first_title {
  background: url(../../images/smm-lp1/solarmate_fukidashi.png) no-repeat;
  background-size: cover;
  height: 184px;
  width: 756px;
  font-size: 0;
}

h1.second_title {
  background: url(../../images/smm-lp1/0en.png) no-repeat;
  background-size: contain;
  width: 1000px;
  padding-top: 14.7%;
  font-size: 0;
  margin-bottom: 100px;
}

h1.third_title {
  background: url(../../images/smm-lp1/motto_otoku_title.png) no-repeat;
  background-size: cover;
  height: 320px;
  width: 920px;
  font-size: 0;
  margin-bottom: 40px;
}

h1.four_title {
  background: url(../../images/smm-lp1/otoku_title.png) no-repeat;
  background-size: contain;
  width: 100%;
  font-size: 0;
  margin-bottom: 40px;
  padding-top: 12%;
}

h1.question_title {
  background: url(../../images/smm-lp1/question_title.png) no-repeat;
  background-size: cover;
  padding-top: 12.5%;
  width: 1000px;
  font-size: 0;
}

#company .logo {
  width: 220px;
}

@media only screen and (max-width: 750px) {
  #fv {
    margin-bottom: -40px;
    background: url(../../images/smm-lp1/main_image_sp.png) no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    position: relative;
  }
  .block p.image {
    text-align: center;
  }
  .block p.image img {
    width: 100%;
  }
  h1.first_title {
    background: url(../../images/smm-lp1/solarmate_fukidashi_sp.png);
    background-size: cover;
    width: 95%;
    height: auto;
    padding-top: 23.16%;
  }
  h1.second_title {
    width: 100%;
    height: 46px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .block p.image img.map {
    width: 90%;
  }
  .block p.text {
    width: 90%;
    font-size: 0.9rem;
    font-weight: normal;
    line-height: 1.8;
    margin-top: 20px;
  }
  h1.third_title {
    background: url(../../images/smm-lp1/motto_otoku_title_sp.png);
    background-size: cover;
    background-size: contain;
    width: 95%;
    background-repeat: no-repeat;
    height: 131px;
    margin-bottom: 20px;
  }
  h1.four_title {
    background: url(../../images/smm-lp1/otoku_title_sp.png);
    background-size: contain;
    width: 95%;
    margin-bottom: 20px;
    padding-top: 11%;
  }
  h1.question_title {
    background: url(../../images/smm-lp1/question_title_sp.png);
    background-size: cover;
    width: 95%;
    padding-top: 19.5%;
    margin-bottom: 20px;
  }
  .questions p {
    max-width: 320px;
    margin-bottom: 10px;
  }
  .QandAbefore {
    padding-top: 20px;
  }
  .QandAsect {
    padding-top: 20px;
    /* padding-bottom: 20px; */
  }
  .questions {
    padding-bottom: 40px;
    padding-top: 15px;
    height: 240px;
  }
  #contact .contact_head {
    padding-top: 20px;
  }
  #company {
    margin: 0 20px 40px 20px;
  }
  .wrap {
    margin-top: 0;
  }
  .QandAwrap .descript {
    margin-left: 10px;
  }
}
/* main */
main {
  width: 1000px;
  margin: 0 auto;
}

#why_title {
  margin: 0 0 80px 0;
}

.title {
  margin: 0 0 60px 0;
  text-align: center;
}

.title p {
  font-size: 24px;
  border-bottom: #001199 4px solid;
  padding: 0 0 0px 0;
  color: #001199;
  width: 500px;
  margin: 0 auto;
  font-weight: bold;
}

.title p span {
  font-size: 30px;
}

.title h2 {
  font-size: 40px;
  font-weight: 300;
}

.title h2 span {
  font-size: 50px;
  font-weight: bolder;
}

#box01 article, #box02 article, #box03 article {
  border-left: #88ddbb 15px solid;
  -o-border-image: linear-gradient(0deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
     border-image: linear-gradient(0deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
  border-image-slice: 1;
  padding: 0 0 0 25px;
  width: 100%;
  box-sizing: border-box;
}

#box01 article figure, #box02 article figure, #box03 article figure {
  width: 360px;
  float: right;
}

#box01 article div, #box02 article div, #box03 article div {
  width: 580px;
  float: left;
}

#box01 article div h3, #box02 article div h3, #box03 article div h3 {
  font-size: 24px;
  color: #990000;
  border-bottom: #999999 1px solid;
  text-align: center;
  margin: 0 0 20px;
  padding: 0 0 10px;
}

#box01 article div p, #box02 article div p, #box03 article div p {
  font-size: 14px;
  line-height: 2;
  margin: 0 0 25px;
}

#box01 article div ul li, #box02 article div ul li, #box03 article div ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 30px 0 0;
}

#box01 article div ul li:last-of-type, #box02 article div ul li:last-of-type, #box03 article div ul li:last-of-type {
  margin: 0;
}

#box01 article div ul li a, #box02 article div ul li a, #box03 article div ul li a {
  color: #001199;
  text-decoration: none;
  display: block;
  font-weight: bolder;
}

/* box01 */
#box01 {
  padding: 0 0 80px 0;
}

/* box02 */
#box02 {
  padding: 80px 0;
  background: #f2f2f2;
}

.wrapper {
  margin: 0 auto;
  width: 1000px;
}

/* box03 */
#box03 {
  padding: 80px 0;
}

.min {
  font-size: 11px;
}

/* cv */
.cv {
  width: 100%;
  background: #d1d4ea;
  padding: 30px 0 25px;
  margin: 0 0 60px;
  text-align: center;
}

.cv02 {
  width: 100%;
  background: #d1d4ea;
  padding: 180px 0 55px;
  margin: 0 0 60px;
  text-align: center;
  position: relative;
}

.cv h2, .cv02 h2 {
  font-size: 1.4em;
  line-height: 1.25;
  margin: 0 0 15px 0;
  height: 81px;
  background-position: center;
  background-image: url("../images/cv_title.svg");
  background-repeat: no-repeat;
}

.cv div, .cv02 div {
  width: 400px;
  margin: 0 5px;
  display: inline-block;
}

.cv div a, .cv02 div a {
  border: #001199 2px solid;
  display: block;
  color: #001199;
  text-decoration: none;
  line-height: 70px;
  box-sizing: border-box;
  border-radius: 70px;
  font-size: 24px;
  font-weight: bold;
  background: #fff;
}

.cv div:last-of-type a:hover, .cv02 div:last-of-type a:hover {
  background: #06c755;
  border: #06c755 2px solid;
}

.cv div a:hover, .cv02 div a:hover {
  background: #001199;
  color: #fff;
}

.cv02 figure {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 900px;
}

/* box04 */
#box04 {
  padding: 44px 0 156px;
  text-align: center;
}

#box04_title {
  margin: 0 0 50px 0;
}

#box04_title p {
  color: #001199;
  font-size: 24px;
  margin: 0 0 35px 0;
  font-weight: bold;
}

#box04_title h2 {
  font-size: 30px;
  padding: 15px 0 20px;
  border: #88ddbb 2px solid;
  -o-border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
     border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
  border-image-slice: 1;
  width: 560px;
  box-sizing: border-box;
  color: #001199;
  margin: 0 auto;
  line-height: 1.4;
}

#box04_title h2 span {
  font-size: 38px;
}

#box04_text {
  font-size: 18px;
  margin: 0 0 570px;
}

#box04 article {
  position: relative;
  background: #f2f2f2;
  padding: 170px 0 72px;
  margin: 0 0 90px;
}

#box04 article figure {
  position: absolute;
  width: 680px;
  height: auto;
  top: -490px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

#box04 article h3 {
  position: absolute;
  top: 310px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 409px;
}

#box04 article p {
  line-height: 2;
  font-size: 18px;
}

#box04 > h3 {
  font-size: 24px;
}

#box04 h3 span {
  color: #990000;
}

/* box05 */
#box05 {
  margin: 0 0 70px 0;
  padding: 0 0 160px 0;
  background-image: url(../images/line.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  text-align: center;
}

#box05 h2 {
  font-size: 30px;
  border-bottom: #88ddbb 2px solid;
  -o-border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
     border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
  border-image-slice: 1;
  padding: 0 0 10px 0;
  margin: 0 auto 50px;
  width: 560px;
  letter-spacing: 0.2em;
}

#box05 p {
  margin: 0 0 80px 0;
  font-size: 18px;
  line-height: 2;
}

#box05 h3 {
  border: #001199 2px solid;
  padding: 5px 0;
  margin: 0 auto 15px;
  width: 300px;
  color: #001199;
  font-size: 20px;
}

#box05 p:last-of-type {
  font-size: 18px;
  margin: 0 0 60px 0;
  line-height: 1;
  font-weight: bold;
}

#box05 figure {
  width: 670px;
  margin: 0 auto;
}

/* box06 */
#box06 {
  padding: 0 0 160px;
}

#box06 h2 {
  font-size: 30px;
  color: #001199;
  margin: 0 0 98px 0;
  text-align: center;
}

#box06 h2 span {
  font-size: 36px;
}

#box06 p {
  font-size: 11px;
  width: 900px;
  margin: 0 auto;
}

#box06 figure {
  width: 900px;
  margin: 0 auto;
}

/* box07 */
#box07 {
  margin: 0 0 95px 0;
  border-bottom: #999999 2px solid;
}

#box07 .box07_title div {
  padding: 26px 10px;
  width: 75%;
  border: 1px solid #fff;
  display: inline-block;
}

.box07_title {
  color: #fff;
  font-size: 1.6em;
  margin: 0 auto 50px;
  padding-top: 0.53em;
  background: #001199;
  height: 160px;
  width: 100%;
  text-align: center;
  position: relative;
}

.box07_title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #001199 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

#box07 article {
  padding: 0 0 95px;
}

#box07 article h3 {
  width: 100%;
  padding: 0 0 10px 70px;
  margin: 0 0 25px 0;
  font-size: 26px;
  box-sizing: border-box;
  background-position: bottom;
  background-repeat: no-repeat;
  letter-spacing: 0.2em;
}

#box07 article h3.title01 {
  background-image: url(../images/box07_title_line.png);
}

#box07 article h3.title02 {
  background-image: url(../images/box07_title_line02.png);
}

#box07 article h3.title03 {
  background-image: url(../images/box07_title_line03.png);
}

#box07 div {
  padding: 0 70px;
}

#box07 div p {
  margin: 0 0 40px 0;
  font-size: 16px;
}

/* contact */
#contact {
  padding: 20px 0 70px 0;
}

#contact_sub {
  padding: 70px 0;
}

#contact p#contact_title_text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 25px 0;
}

#contact_sub h2 {
  margin: 0 0 20px;
  text-align: center;
}

#contact .contact_head {
  color: #fff;
  font-size: 1.8em;
  margin: 0 auto 20px;
  padding-top: 0.7em;
  background: #001199;
  height: 80px;
  width: 100%;
  text-align: center;
  position: relative;
}

#contact .contact_head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -18px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #001199 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

#contact h3, #contact_sub h3 {
  text-align: center;
  color: #001199;
  font-weight: bold;
  width: 680px;
  margin: 0 auto 10px;
  border-bottom: #001199 1px solid;
  font-size: 20px;
  padding: 0 0 10px;
  letter-spacing: 0.2em;
}

#contact p {
  text-align: center;
  margin: 0 0 35px 0;
  font-size: 12px;
}

#contact_sub p {
  text-align: center;
  margin: 0 0 35px 0;
  font-size: 18px;
}

#contact table, #contact_sub table {
  width: 680px;
  margin: 0 auto 10px;
}

#contact table:last-of-type, #contact_sub table:last-of-type {
  margin: 0 auto 30px;
}

#contact table th, #contact_sub table th {
  width: 190px;
  padding: 15px;
  font-size: 14px;
  background: #d1d4ea;
  font-weight: bold;
  color: #001199;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
}

#contact table th span {
  background: #ff9900;
  color: #fff;
  padding: 5px;
  margin: 0 15px 0 0;
  display: inline-block;
  font-size: 0.8em;
}

#contact table th em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

#contact table td, #contact_sub table td {
  width: 490px;
  padding: 15px;
  box-sizing: border-box;
}

#contact table td label {
  display: inline-block;
  margin: 0 20px 5px 0;
}

#contact_btn, .contact_btn {
  text-align: center;
  width: 700px;
  margin: 0 auto;
}

#contact table td input {
  background: #ffffff;
  border: #4044aa 1px solid;
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

#submit {
  background: #001199;
  border: none;
  padding: 8px 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  width: 330px;
  cursor: pointer;
  cursor: hand;
  margin: 0 10px;
}

#submit01 {
  background: #001199;
  border: none;
  padding: 8px 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  width: 480px;
  cursor: pointer;
  cursor: hand;
  margin: 0 10px;
}

#submit:hover, #submit01:hover {
  background: #3333bb;
}

#myreset {
  background: #eee;
  border: none;
  padding: 8px 0;
  color: #000;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  width: 330px;
  cursor: pointer;
  cursor: hand;
  margin: 0 10px;
}

#confirm tr {
  border-bottom: #001199 1px solid;
}

.input-l {
  width: 100%;
}

footer {
  background: #001199;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  width: 100%;
}

footer p:first-child {
  text-align: center;
}

#page_top {
  position: fixed;
  right: 60px;
  bottom: 60px;
  border: #fff 2px solid;
  background: #001199;
  width: 50px;
  height: 50px;
  scroll-behavior: smooth;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

#page_top.scrollin {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

#page_top:hover {
  background-color: #3333bb;
}

.button a {
  color: #001199;
}

.lum-gallery-button {
  display: none !important;
}

#link01, #link02, #link03, #link04 {
  padding-top: 80px;
  margin-top: -80px;
  display: inline-block;
}

/* company */
#company {
  margin: 0 0 95px 0;
  /* padding: 0 0 95px; */
  max-width: 950px;
  margin: auto;
}

#company h2 {
  text-align: center;
  color: #001199;
  font-size: 25px;
  padding: 15px 0;
  position: relative;
  border: #001199 solid 2px;
  cursor: pointer;
}

#company h2 span::before,
#company h2 span::after {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background: #001199;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

#company h2 span::after {
  background: #001199;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

#company h2 span.active::after {
  transform: rotate(0);
  transition: 0.5s;
}

#company > div {
  display: none;
}

#company_top {
  margin: 30px 0;
}

#company_top p {
  width: 634px;
  float: left;
}

#company_top figure {
  width: 336px;
  float: right;
}

#company table {
  width: 100%;
}

#company table th {
  padding: 10px 20px;
  border: #999 1px solid;
  background: #d1d4ea;
  color: #001199;
  width: 20%;
  box-sizing: border-box;
  vertical-align: middle;
}

#company table td {
  padding: 10px 20px;
  border: #999 1px solid;
  width: 80%;
  box-sizing: border-box;
}

#company table td p {
  margin: 0 0 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.line {
  width: 100%;
  height: 30px;
  position: relative;
  background: #001199;
}

.line::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 6.2px;
  background: linear-gradient(90deg, rgb(136, 221, 187) 0%, rgb(136, 221, 187) 30%, rgb(0, 17, 153) 100%);
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* main */
  main {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    box-sizing: border-box;
  }
  main.sp100 {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  #why_title {
    margin: 0 0 40px 0;
  }
  .title {
    margin: 0 0 30px 0;
    text-align: center;
  }
  .title p {
    font-size: 16px;
    border-bottom: #001199 2px solid;
    width: 300px;
  }
  .title p span {
    font-size: 20px;
  }
  .title h2 {
    font-size: 22px;
  }
  .title h2 span {
    font-size: 27px;
  }
  #box01 article, #box02 article, #box03 article {
    border-left: none;
    padding: 0;
    -o-border-image: none;
       border-image: none;
  }
  #box01 article figure, #box02 article figure, #box03 article figure {
    width: 100%;
    float: none;
    margin: 0 0 30px;
    padding: 0 5%;
    box-sizing: border-box;
  }
  #box01 article div ul li, #box02 article div ul li, #box03 article div ul li {
    display: block;
  }
  #box01 article div, #box02 article div, #box03 article div {
    width: 100%;
    float: none;
    border-left: #88ddbb 7px solid;
    -o-border-image: linear-gradient(0deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
       border-image: linear-gradient(0deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
    border-image-slice: 1;
    padding: 0 0 0 13px;
    box-sizing: border-box;
  }
  #box01 article h3, #box02 article h3, #box03 article h3 {
    font-size: 18px;
    color: #990000;
    border-bottom: #999999 1px solid;
    text-align: center;
    margin: 0 0 10px;
    padding: 0 0 5px;
  }
  #box01 article div p, #box02 article div p, #box03 article div p {
    margin: 0 0 13px;
  }
  #box01 article div ul li a, #box02 article div ul li a, #box03 article div ul li a {
    padding: 12px 0;
  }
  /* box01 */
  #box01 {
    padding: 0 0 40px 0;
  }
  /* box02 */
  #box02 {
    padding: 40px 5%;
    box-sizing: border-box;
  }
  .wrapper {
    margin: 0 auto;
    width: 100%;
  }
  /* box03 */
  #box03 {
    padding: 40px 0;
  }
  /* cv */
  .cv {
    padding: 15px 0 13px;
    margin: 0 0 30px;
  }
  .cv02 {
    padding: 20% 0 27px;
    margin: 0 0 30px;
  }
  .cv h2, .cv02 h2 {
    font-size: 20px;
    width: 88%;
    margin: 0 auto 7px auto;
  }
  .cv div, .cv02 div {
    width: 90%;
    margin: 0 auto 5px;
    display: block;
  }
  .cv div a, .cv02 div a {
    border: #001199 2px solid;
    display: block;
    color: #001199;
    text-decoration: none;
    line-height: 35px;
    box-sizing: border-box;
    border-radius: 35px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
  }
  .cv02 figure {
    position: absolute;
    top: -130%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 90%;
  }
  /* box04 */
  #box04 {
    padding: 22px 0 10px;
  }
  #box04_title {
    margin: 0 0 25px 0;
  }
  #box04_title p {
    color: #001199;
    font-size: 18px;
    margin: 0 0 17px 0;
  }
  #box04_title h2 {
    font-size: 16px;
    padding: 7px 0 10px;
    border: #88ddbb 1px solid;
    -o-border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
       border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
    border-image-slice: 1;
    width: 100%;
    margin: 0 auto;
    line-height: 1.4;
  }
  #box04_title h2 span {
    font-size: 19px;
  }
  #box04_text {
    font-size: 14px;
    margin: 0 0 285px;
  }
  #box04 article {
    position: relative;
    background: #f2f2f2;
    padding: 55px 5% 36px;
    margin: 0 0 45px;
    box-sizing: border-box;
  }
  #box04 article figure {
    position: absolute;
    width: 90%;
    height: auto;
    top: -245px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  #box04 article h3 {
    position: absolute;
    top: 173px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    width: 290px;
  }
  #box04 article p {
    font-size: 14px;
  }
  #box04 > h3 {
    font-size: 16px;
  }
  /* box05 */
  #box05 {
    margin: 0 0 35px 0;
    padding: 0;
    background-image: none;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
  }
  #box05 h2 {
    font-size: 18px;
    border-bottom: #88ddbb 1px solid;
    -o-border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
       border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
    border-image-slice: 1;
    padding: 0 0 5px 0;
    margin: 0 auto 25px;
    width: 90%;
    letter-spacing: 0.2em;
  }
  #box05 p {
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 2;
    width: 90%;
  }
  #box05 h3 {
    border: #001199 1px solid;
    padding: 3px 0;
    margin: 0 auto 7px;
    width: 300px;
    color: #001199;
    font-size: 14px;
  }
  #box05 p:last-of-type {
    font-size: 16px;
    margin: 0 auto 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    width: 90%;
  }
  #box05 figure {
    width: 90%;
    margin: 0 auto;
  }
  /* box06 */
  #box06 {
    padding: 0 0 320px;
  }
  #box06 h2 {
    font-size: 18px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #box06 h2 span {
    font-size: 20px;
  }
  #box06 p {
    font-size: 10px;
    width: 90%;
    margin: 0 auto;
  }
  #box06 figure {
    width: 90%;
    margin: 0 auto;
  }
  /* box07 */
  #box07 {
    margin: 0 0 48px 0;
    border-bottom: #999999 1px solid;
  }
  #box07 .box07_title div {
    padding: 15px 10px;
    width: 88%;
  }
  .box07_title {
    color: #fff;
    font-size: 19.5px;
    margin: 0 auto 50px;
    padding-top: 1.4em;
    background: #001199;
    height: 150px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .box07_title::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #001199 transparent transparent transparent;
    border-width: 20px 20px 0 20px;
  }
  #box07 article {
    padding: 0 0 48px;
  }
  #box07 article h3 {
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 0 13px 0;
    font-size: 18px;
    box-sizing: border-box;
    background-position: bottom;
    background-repeat: no-repeat;
    letter-spacing: 0.2em;
    text-align: center;
    border-bottom: #ccc 2px solid;
  }
  #box07 article h3.title01 {
    background-image: none;
    background-position: left;
  }
  #box07 article h3.title02 {
    background-image: none;
    background-position: left;
  }
  #box07 article h3.title03 {
    background-image: none;
    background-position: left;
  }
  #box07 div {
    padding: 0 5%;
  }
  #box07 div p {
    margin: 0 0 20px 0;
    font-size: 16px;
  }
  /* contact */
  #contact {
    padding: 20px 20px 35px 20px;
  }
  #contact_sub {
    padding: 35px 0;
  }
  #contact p#contact_title_text {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 13px 0;
  }
  #contact .contact_head {
    color: #fff;
    font-size: 24px;
    margin: 0 auto 20px;
    padding-top: 23px;
  }
  #contact_sub h2 {
    margin: 0 0 10px;
    text-align: center;
  }
  #contact h3, #contact_sub h3 {
    text-align: center;
    color: #001199;
    width: 100%;
    margin: 0 auto 10px;
    border-bottom: #001199 1px solid;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 10px;
    letter-spacing: 0.2em;
  }
  #contact p {
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 12px;
  }
  #contact_sub p {
    text-align: center;
    margin: 0 0 18px 0;
    font-size: 18px;
  }
  #contact table, #contact_sub table {
    width: 100%;
    margin: 0 auto 5px;
  }
  #contact table:last-of-type, #contact_sub table:last-of-type {
    margin: 0 auto 15px;
  }
  #contact table th {
    width: 100%;
    padding: 7px;
    font-size: 14px;
    background: transparent;
    font-weight: bold;
    color: #001199;
    box-sizing: border-box;
    display: block;
  }
  #contact_sub table th {
    width: 35%;
    padding: 7px;
    font-size: 14px;
    background: #d1d4ea;
    font-weight: bold;
    color: #001199;
    box-sizing: border-box;
    vertical-align: middle;
  }
  #contact table th span {
    background: #ff9900;
    color: #fff;
    padding: 3px;
    margin: 0 7px 0 0;
    display: inline-block;
    font-size: 0.8em;
  }
  #contact table th em {
    display: inline-block;
    vertical-align: middle;
  }
  #contact table td {
    width: 100%;
    display: block;
    padding: 7px;
    box-sizing: border-box;
  }
  #contact_sub table td {
    width: 65%;
    padding: 7px;
    box-sizing: border-box;
  }
  #contact table td label {
    display: inline-block;
    margin: 0 15px 3px 0;
  }
  #contact_btn, .contact_btn {
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  #contact table td input {
    background: #ffdddd;
    border: #4044aa 1px solid;
    padding: 5px;
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
  }
  #submit {
    background: #001199;
    border: none;
    padding: 4px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 90%;
    cursor: pointer;
    cursor: hand;
    margin: 0 5px;
  }
  #submit01 {
    background: #001199;
    border: none;
    padding: 4px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 90%;
    cursor: pointer;
    cursor: hand;
    margin: 0 5px;
  }
  #myreset {
    background: #eee;
    border: none;
    padding: 4px 0;
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    width: 90%;
    cursor: pointer;
    cursor: hand;
    margin: 0 5% 3%;
  }
  footer {
    background: #001199;
    padding: 20px 0 50px;
    text-align: center;
    color: #fff;
    position: relative;
  }
  #page_top {
    position: static;
    right: 30px;
    bottom: 10px;
    border: none;
    background: none;
    width: 40px;
    height: 40px;
    scroll-behavior: smooth;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
    display: none;
  }
  #page_top.scrollin {
    display: none;
  }
  #page_top:hover {
    background-color: none;
  }
  header {
    width: 100%;
    background: #555;
    display: none;
    padding: 5px 10px;
    box-sizing: border-box;
    z-index: 999;
    background: linear-gradient(90deg, rgb(136, 221, 187) 0%, rgb(102, 221, 221) 40%, rgb(0, 17, 153) 100%);
  }
  header h1 {
    float: left;
    width: 50%;
  }
  header .wrapper > div {
    float: right;
    padding: 10px 0 0;
    color: #fff;
    width: 47%;
  }
  header .wrapper > div {
    float: right;
    padding: 0;
    color: #fff;
    width: 47%;
  }
  header div div p {
    display: inline-block;
    margin: 0;
    font-size: 11px;
  }
  header div div div {
    display: inline-block;
    border: #fff 1px solid;
    color: #fff;
  }
  header div div div a {
    display: block;
    width: 100%;
    height: auto;
    color: #fff;
    text-decoration: none;
    line-height: 22px;
    padding: 0 10px 0 0;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 11px;
  }
  header div div div i {
    margin: 0 20px 0 0;
    background: #fff;
    color: #001199;
    font-style: normal;
    padding: 5px;
    font-weight: bold;
  }
  /* fv */
  /* company */
}
@media only screen and (max-width: 750px) and (max-width: 750px) {
  header {
    width: 100%;
    border: #000 1px solid;
  }
}
@media screen and (max-width: 750px) {
  #fv {
    width: 100%;
    background-position: center;
    background-size: cover;
    border-bottom: 4px solid #88ddbb;
    -o-border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
       border-image: linear-gradient(90deg, #88ddbb 0%, #66dddd 40%, #001199 100%);
    border-image-slice: 1;
    margin: 0;
  }
  #fv_wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    padding: 2% 10%;
    box-sizing: border-box;
  }
  #fv_wrapper > h2 {
    width: 100%;
    position: static;
    margin: 0 0 20px;
    text-align: center;
  }
  #fv_wrapper h3 {
    width: 60%;
    position: static;
    top: 400px;
    left: 0;
    margin: 0 0 30px;
  }
  #fv_form {
    width: 100%;
    position: static;
    margin: 0 0 20px;
  }
  #fv_wrapper h4 {
    position: static;
    right: 0;
    bottom: 20px;
  }
  #fv_form p {
    color: #fff;
    font-weight: bold;
    text-align: right;
    padding: 0 0 0 0;
  }
  .fv_form_title {
    background-position: right;
  }
  .fv_form_title span {
    padding: 10px 10px 0 0;
  }
  #fv_form h2 {
    line-height: 1.2;
    padding: 5px 0;
    border: #fff 1px solid;
    background-color: #001199;
    text-align: center;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.2em;
  }
  #fv_form h2 i {
    margin: 0 5px 0 0;
    vertical-align: middle;
  }
  #fv_form > div {
    padding: 5px 10px 15px;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    border-bottom: #fff 1px solid;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #fv_form div table {
    color: #001199;
    width: 100%;
    font-size: 14px;
  }
  #fv_form div table th {
    font-weight: bold;
    width: 140px;
    padding: 10px 0;
  }
  #fv_form div table th span {
    background: #ff9900;
    padding: 1px 4px 4px;
    margin: 0 5px 0 0;
    font-size: 0.8em;
    color: #fff;
  }
  .fv_contact_btn {
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
  }
  #fv_form div table td input {
    box-sizing: border-box;
    border: #001199 1px solid;
    background-color: rgba(255, 255, 255, 0.8);
  }
  #fv_submit {
    background: #001199;
    border: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    width: 220px;
    cursor: pointer;
    cursor: hand;
    line-height: 32px;
    border-radius: 32px;
    border: #6666FF 1px solid;
  }
  .lum-lightbox-inner img {
    max-width: 160vw !important;
    max-height: 85vh !important;
  }
  #link01, #link02, #link03, #link04 {
    padding-top: 60px;
    margin-top: -60px;
    display: inline-block;
  }
  #company {
    margin: 0 0 40px 0;
    padding: 0 0 40px;
  }
  #company h2 {
    text-align: center;
    font-size: 18px;
    padding: 7px 0;
    position: relative;
    border: #001199 1px solid;
  }
  #company h2 span::before,
  #company h2 span::after {
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    background: #001199;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  #company h2 span::after {
    background: #001199;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  #company h2 span.active::after {
    transform: rotate(0);
    transition: 0.5s;
  }
  #company > div {
    display: none;
  }
  #company_top {
    margin: 30px 0;
  }
  #company_top p {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  #company_top figure {
    width: 100%;
    float: none;
  }
  #company table {
    width: 100%;
  }
  #company table th {
    padding: 5px 10px;
    border: #999 1px solid;
    background: #d1d4ea;
    color: #001199;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
  }
  #company table td {
    padding: 5px 10px;
    border: #999 1px solid;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  #company table td p {
    margin: 0 0 5px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .footer-fixed02 {
    position: fixed;
    right: 10px;
    bottom: 50px;
    border: none;
    background: none;
    width: 80px;
    height: 80px;
    scroll-behavior: smooth;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }
  .footer-fixed02.active {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
  .footer-fixed02__wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    transform-origin: center center;
    background: rgba(232, 226, 61, 0.5);
    animation: zoom 1.1s ease-out infinite;
    animation-fill-mode: both;
    z-index: 0;
  }
  .footer-fixed02__link {
    background-color: #001199;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    z-index: 9995;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @keyframes zoom {
    0% {
      opacity: 0;
      transform: scale(0.9);
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: scale(1.3);
    }
  }
  .footer-fixed02__box {
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
  }
  .footer-fixed02__img {
    display: block;
    margin: 0 auto 0.3rem;
  }
  .footer-fixed02 a {
    text-decoration: none;
    font-size: 14px;
  }
  .footer_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    scroll-behavior: smooth;
    opacity: 0;
    transform: translateY(20px);
    transition: all 1s;
  }
  .footer_menu li {
    width: 33.3333333333%;
    float: left;
  }
  .footer_menu li a {
    display: block;
  }
  .footer_menu.scrollin {
    opacity: 1;
    transform: translateY(0);
    display: block;
  }
}
#page-top {
  display: none;
}
#page-top .pagetop {
  width: 50px;
  height: 30px;
  position: fixed;
  right: 0;
  bottom: -4px;
  background-color: #001199;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
@media screen and (max-width: 750px) {
  #page-top .pagetop {
    width: 50px;
    height: 50px;
    right: 0;
  }
}
#page-top .pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}

.fadeIn {
  animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeOut {
  animation: fadeOut 1s;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.screen-reader-response {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: block !important;
  font-size: 13px !important;
  color: #ff5d00 !important;
  margin-top: 5px !important;
}

.wpcf7-response-output {
  text-align: center !important;
  margin: 10px auto !important;
  color: #F00 !important;
  font-size: 15px !important;
}
@media screen and (max-width: 572px) {
  .wpcf7-response-output {
    font-size: 84% !important;
    margin-top: 10px !important;
  }
}

.spam-capcha label {
  display: block;
  text-align: center;
  padding: 0;
  margin: 10px auto;
  font-size: 14px;
}
.spam-capcha label > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0;
}
.spam-capcha label > span input[type=text] {
  width: 150px;
  margin-left: 10px;
  height: 32px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  background: #ffffff;
}
.spam-capcha label > span .wpcf7-not-valid-tip {
  display: block !important;
  position: absolute !important;
  white-space: nowrap !important;
  bottom: -25px !important;
}
@media screen and (max-width: 480px) {
  .spam-capcha label > span .wpcf7-not-valid-tip {
    left: -38%;
  }
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}

input[type=checkbox] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  vertical-align: baseline;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  input[type=checkbox] {
    margin-right: 10px;
  }
}

#form1 form table tr {
  display: flex;
  align-items: center;
  justify-content: center;
}
#form1 form table tr th {
  width: 180px !important;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #form1 form table tr th {
    white-space: nowrap;
    min-width: 130px !important;
  }
}
#form1 form table tr th span {
  background: #ff9900;
  margin: 0 5px 0 0;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  height: 19px;
  padding: 4px 3px 0;
  border-radius: 4px;
}
#form1 form .fv_contact_btn {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}
#form1 form .fv_contact_btn input {
  background: #001199;
  border: none;
  color: #fff;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  width: 220px;
  cursor: pointer;
  line-height: 32px;
  border-radius: 32px;
  border: #6666FF 1px solid;
  display: block;
}
#form1 form .wpcf7-response-output {
  font-size: 14px !important;
}
#form1 .spam-capcha label > span .wpcf7-not-valid-tip {
  display: none !important;
}

#form2 form table tr {
  margin-bottom: 10px;
  display: inline-block;
}
#form2 form table th.contact-time {
  text-align: center;
}
#form2 form table td .contact-time {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
#form2 form table td .contact-time label {
  cursor: pointer;
  margin: 0 20px 10px 0;
}
#form2 form .fv_contact_btn {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #form2 form .fv_contact_btn {
    width: 80%;
    margin: 0 auto;
  }
}
#form2 form .fv_contact_btn input {
  background: #001199;
  border: none;
  padding: 8px 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  width: 480px;
  cursor: pointer;
  margin: 20px auto 0;
  display: block;
}
@media screen and (max-width: 480px) {
  #form2 form .fv_contact_btn input {
    width: 100%;
    margin: 0 auto;
  }
}
#form2 .spam-capcha label > span .wpcf7-not-valid-tip {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .block {
    padding-top: 0;
  }
  #company {
    padding: 0 10px;
    margin: 0 auto;
  }
}
#page-top {
  display: none;
}
#page-top .pagetop {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 100px;
  bottom: 30px;
  background-color: rgba(7, 187, 198, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
@media screen and (max-width: 480px) {
  #page-top .pagetop {
    width: 60px;
    height: 60px;
    right: 15px;
  }
}
#page-top .pagetop__arrow {
  height: 14px;
  width: 14px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(20%) rotate(-45deg);
}/*# sourceMappingURL=smm-lp1.css.map */