@charset "UTF-8";
/* ------------------------------
    reset _
------------------------------ */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, p, address, time,
ul, ol, li, dl, dt, dd,
table, th, td, img,
form, input, button, textarea, select {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  resize: none;
  outline: none;
  background: none;
}

select::-ms-expand {
  display: none;
}

button:hover {
  cursor: pointer;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a img {
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ------------------------------
    base
------------------------------ */
p, th, td, dt, dd, li, input, button, textarea {
  font-size: 1.5rem;
  line-height: 1.6;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------
    style
------------------------------ */
body {
  color: #000;
  font-size: 1.0rem;
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header2 {
position: relative;

}
header .wrap {
  padding: 10px 20px;
}

header .logo .page_ttl {
  display: inline-block;
}

header .logo .page_ttl a span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: -1.5px;
  margin-bottom: 5px;
}

header .logo .page_ttl a span:last-child {
  text-align: right;
}

header .logo img {
  width: 113px;
  height: 32px;
}

header .form_link {
  position: fixed;
  top: 0;
  right: 0;
  width: 63px;
  height: 63px;
  background-color: #5BAF35;
  border-radius: 0 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 2px 4px;
  z-index: 1;
}

header .form_link p a {
  font-size: 1.3rem;
  color: #FFF;
  text-align: center;
  padding: 10px 5px;
  display: block;
}

header .form_link p a img {
  width: 19px;
  height: 17px;
  display: block;
  margin: 0 auto 5px;
}

@media screen and (max-width: 819px) {
  header .form_link {
    display: none;
  }
}


main {
  display: block;
}

main .form_btn {
  padding: 0 20px;
  margin: 0 auto 20px;
  max-width: 400px;
}

main .form_btn p {
  position: relative;
  background-color: #5BAF35;
  border-radius: 49px;
  color: #FFF;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0 2px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0 2px 4px;
}

main .form_btn p a {
  text-align: center;
  font-size: 2.5rem;
  color: #FFF;
  display: block;
  padding: 15px 0;
  line-height: 1.5;
}

main .form_btn p a span {
  display: block;
  font-size: 1.6rem;
}

main .form_btn p a::before {
  content: "";
  width: 15px;
  height: 8px;
  background-image: url("../img/icon-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 30px;
  right: 22px;
}

main section {
  position: relative;
}

main section .sec_ttl {
  border: 2px dotted #707070;
  border-radius: 17px;
  color: #141414;
  text-align: center;
  padding: 6px 0;
  background-color: #FFF;
  font-size: 2.1rem;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  line-height: 1.8;
}

main section .form_text {
  margin: 50px auto 0;
  line-height: 0;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  text-align: center;
}

main section .form_text img {
  width: 100%;
}
@media screen and (min-width: 819px) {
  main section .form_text img {
    width: 75%;
  }
}

main section .wrap {
  padding: 20px;
}

main section .p-large {
  font-size: 2.1rem;
  font-family: "FOT-筑紫A丸ゴシック Std B", sans-serif;
  line-height: 1.8;
}

main section .hira {
  font-family: Hiragino Kaku Gothic ProN、ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro、ヒラギノ角ゴ Pro, sans-serif;
}

main section#sec_mv {
  height: 100vh;
  /* max-height: 763px; */
  max-height: 500px;
  padding-top: 10em;
  background-image: url("../img/fv.jpg");
  background-size: cover;
  background-position: center;
  overflow-x: hidden;
}

main section#sec_mv.lp2 {
  background-image: url("../img/fv2.png");
  /*max-height: 500px;*/
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  main section#sec_mv {
    /* background-position: top -200px center; */
    max-height: inherit;
    height: auto;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 360px) {
  main section#sec_mv {
    padding-top: 8em;
    /* min-height: 700px; */
    min-height: 500px;
  }

  main section#sec_mv.lp2 {
      /*min-height: 800px;*/
      padding-bottom: 100%;
  }



}

main section#sec_mv p.voice {
  position: absolute;
  top: 16em;
  right: -20px;
  width: 125px;
  height: 125px;
  font-size: 1.2rem;
  background-image: url("../img/fv-bubble.svg");
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding: 40px 0;
}

main section#sec_mv .form_btn {
  margin: 45px auto 0;
}

@media screen and (min-width: 600px) {
  main section#sec_mv .form_btn {
    margin: 70px auto 0;
  }
}

@media screen and (min-width: 600px) {
  main section#sec_mv .catch {
    font-size: 3rem;
  }
}

main section#sec_mv .textarea {
  min-width: 230px;
  width: 68%;
  margin-top: 5em;
}

@media screen and (min-width: 600px) {
  main section#sec_mv .textarea {
    width: 52%;
  }
}

main section#sec_mv .textarea .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #666;
  padding-bottom: 12px;
  margin-bottom: 8px;
}

main section#sec_mv .textarea .bg_green {
  font-size: 1.2rem;
  color: #FFF;
  background-color: #5BAF35;
  border-radius: 7px;
  padding: 4px 12px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 600px) {
  main section#sec_mv .textarea .bg_green {
    font-size: 1.6rem;
  }
}

main section#sec_mv .textarea .price {
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px #ffffff;
}

@media screen and (min-width: 600px) {
  main section#sec_mv .textarea .price {
    font-size: 2rem;
  }
}

main section#sec_mv .textarea .price span {
  line-height: 1;
  display: inline-block;
  font-size: 4rem;
  letter-spacing: -2px;
  margin-right: 5px;
}

@media screen and (min-width: 600px) {
  main section#sec_mv .textarea .price span {
    font-size: 5rem;
  }
}

main section#sec_mv .textarea .bg_orange {
  font-size: 1.6rem;
  background-color: #DE825C;
  border-radius: 7px;
  color: #FFF;
  /* width: 85%; */
  text-align: center;
  margin-bottom: 0.8em;
}

@media screen and (min-width: 600px) {
  main section#sec_mv .textarea .bg_orange {
    font-size: 1.8rem;
  }
}

main section#sec_mv .textarea .bg_orange:first-of-type {
  margin-top: 1.2em;
}

main section#sec_00 {


}


main section#sec_01 {
  padding: 25px 0 35px;
  background-color: #727991;
}

main section#sec_01 .p-large {
  color: #FFF;
}

main section#sec_01 .p-large:last-child {
  width: 300px;
  margin: 40px auto 0;
}

main section#sec_01 .catch {
  text-align: center;
}

main section#sec_01 .textarea {
  padding-top: 120px;
  position: relative;
}

@media screen and (min-width: 600px) {
  main section#sec_01 .textarea {
    max-width: 420px;
    margin: 0 auto;
  }
}

main section#sec_01 .textarea .trouble {
  color: #727991;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 1.3;
}

main section#sec_01 .textarea .trouble01 {
  top: 25px;
  left: 20px;
  width: 125px;
  height: auto;
  padding: 22px 0 40px;
  background-image: url("../img/sec01-bubble01.svg");
}

main section#sec_01 .textarea .trouble02 {
  top: 10px;
  right: 90px;
  width: 120px;
  height: auto;
  padding: 12px 0 30px;
  background-image: url("../img/sec01-bubble02.svg");
}

main section#sec_01 .textarea .trouble03 {
  top: 110px;
  right: 20px;
  width: 125px;
  height: auto;
  padding: 25px 0 40px;
  background-image: url("../img/sec01-bubble03.svg");
}

main section#sec_01 .textarea .trouble04 {
  bottom: -25px;
  right: 20px;
  width: 120px;
  height: auto;
  padding: 35px 0 20px;
  background-image: url("../img/sec01-bubble04.svg");
}

main section#sec_01 .textarea .img img {
  width: 250px;
}

@media screen and (min-width: 600px) {
  main section#sec_01 .textarea .img img {
    width: auto;
  }
}

main section#sec_00{
  background-color: #F5F0EC;
  padding: 25px 0px;


}

main section#sec_00 .p-large {
  color: #727991;
  width: 300px;
  margin: 0 auto;
}

main section#sec_00 .p-large strong {
  font-size:4rem;
}

main section#sec_02 {
  padding: 25px 0 0;
  background-color: #F5F0EC;
}

main section#sec_02 .p-large {
  color: #727991;
  width: 300px;
  margin: 0 auto;
}

main section#sec_03 {
  padding: 25px 0 35px;
}

main section#sec_03 .case {
  padding: 25px 0;
  border-bottom: 2px dotted #707070;
}

main section#sec_03 .case .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main section#sec_03 .case .flex .text {
  position: relative;
  background-color: #727991;
  border-radius: 26px 0 0 26px;
  padding: 20px 0 20px 20px;
  margin-left: 1em;
}

main section#sec_03 .work img{
  width: 100%;
}



@media screen and (min-width: 600px) {
  main section#sec_03 .case .flex .text {
    width: 70%;
  }
}

main section#sec_03 .case .flex .text p {
  color: #FFF;
  line-height: 1.4;
}

main section#sec_03 .case .flex .text::before {
  content: "";
  width: 21px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -20px;
  background-color: #727991;
}

main section#sec_03 .case .flex .text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 11px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  background-color: #727991;
  z-index: -1;
}

main section#sec_03 .case .flex + .flex .text {
  background-color: #F5F0EC;
  border-radius: 0 26px 26px 0;
  padding: 20px 20px 20px 0;
  margin-right: 1em;
  margin-left: auto;
}

main section#sec_03 .case .flex + .flex .text p {
  color: #727991;
}

main section#sec_03 .case .flex + .flex .text::before {
  content: "";
  left: -20px;
  background-color: #F5F0EC;
}

main section#sec_03 .case .flex + .flex .text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 11px;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  background-color: #F5F0EC;
  z-index: -1;
}

main section#sec_03 .message {
  margin-top: 40px;
  text-align: center;
}

main section#sec_04 {
  margin-top: 40px;
  padding: 25px 0 0;
  background-color: #F5F0EC;
}

main section#sec_04 .merit_box {
  margin-top: 55px;
  position: relative;
  background-color: #FFF;
  border-radius: 28px;
}

main section#sec_04 .merit_box + .merit_box {
  margin-top: 70px;
}

main section#sec_04 .merit_box .thumbnail {
  overflow: hidden;
}

main section#sec_04 .merit_box .thumbnail img {
  border-radius: 28px 28px 0 0;
  width: 100%;
}

main section#sec_04 .merit_box .number {
  width: 77px;
  height: 77px;
  color: #FFF;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Quicksand", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
  background-color: #5BAF35;
  border-radius: 50%;
  padding: 8px 0;
}

main section#sec_04 .merit_box .number span {
  display: block;
  font-size: 4rem;
  line-height: 1;
}

main section#sec_04 .merit_box .textarea {
  padding: 20px;
}

main section#sec_04 .merit_box .textarea .p-large {
  text-align: center;
  margin-bottom: 1em;
  line-height: 1.5;
}

main section#sec_04 .merit_box .textarea span {
  font-weight: bold;
}

main section#sec_05 {
  padding: 35px 0 0;
}

main section#sec_05 .message {
  margin-top: 45px;
  background-image: url("../img/sec05-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 6em 0 11em;
}

main section#sec_05 .message > p {
  line-height: 1.4;
}

main section#sec_05 .message > p:first-child {
  font-size: 1.8rem;
  margin-bottom: 0.6em;
}

main section#sec_05 .step_box {
  background-color: #F5F0EC;
  border-radius: 28px;
  padding: 25px 30px 25px 50px;
  position: relative;
}

main section#sec_05 .step_box .step_ttl {
  color: #5BAF35;
  position: relative;
  margin-bottom: 0.8em;
  line-height: 1.5;
}

main section#sec_05 .step_box .step_ttl::before {
  content: "";
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 2.3rem;
  background-color: #58BC4A;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: -35px;
  padding: 0 8px;
  line-height: 1.2;
}

main section#sec_05 .step_box .hira {
  font-size: 1.5rem;
}

main section#sec_05 .step_box ul {
  margin: 2em 0;
}

main section#sec_05 .step_box ul li {
  font-size: 2.1rem;
  font-family: Hiragino Kaku Gothic ProN、ヒラギノ角ゴ ProN、Hiragino Kaku Gothic Pro、ヒラギノ角ゴ Pro, sans-serif;
  position: relative;
  font-weight: bold;
}

main section#sec_05 .step_box ul li:first-child::after {
  width: 87px;
}

main section#sec_05 .step_box ul li:not(:last-child) {
  margin-bottom: 0.5em;
}

main section#sec_05 .step_box ul li::before {
  content: "●";
  font-size: 2.1rem;
  display: inline-block;
  margin-right: 5px;
}

main section#sec_05 .step_box ul li::after {
  content: "";
  width: 200px;
  height: 5px;
  background-color: #FEE033;
  position: absolute;
  left: 20px;
  bottom: 0;
}

main section#sec_05 .step_box + .step_box {
  margin-top: 55px;
}

main section#sec_05 .step_box:not(:last-of-type)::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18px;
  height: 16px;
  background-color: #5BAF35;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

main section#sec_05 .step_box.step_box01 .step_ttl::before {
  content: "1";
}

main section#sec_05 .step_box.step_box02 .step_ttl::before {
  content: "2";
}

main section#sec_05 .step_box.step_box02 .img {
  margin: 20px auto;
}

main section#sec_05 .step_box.step_box03 .step_ttl::before {
  content: "3";
}

main section#sec_05 .step_box.step_box04 .step_ttl::before {
  content: "4";
}

main section#sec_05 .step_box.step_box05 .step_ttl::before {
  content: "5";
}

main section#sec_05 .step_box .img img {
  width: 100%;
}

main section#sec_05 .catch {
  font-size: 2rem;
  text-align: center;
  margin-top: 10vh;
}

main section#form {
  padding: 25px 0 35px;
  background-color: #F5F0EC;
}

main section#form .form_wrap {
  margin: 20px auto;
}

footer {
  padding: 32px 0;
  text-align: center;
}
@media screen and (max-width: 819px) {
  footer {
    padding: 32px 0 80px;
  } 
}

footer .logo {
  display: inline-block;
}

footer .logo span {
  text-align: left;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: -1.5px;
  margin-bottom: 5px;
}

footer .logo span:last-child {
  text-align: right;
}

footer .logo img {
  width: 113px;
  height: 32px;
}

footer .page-top {
  width: 63px;
  height: 63px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: #5BAF35;
  border-radius: 10px 0 0 0;
  text-align: center;
  margin: 0 0 59px 0;
  padding: 20px 0 0;
}

footer .page-top p {
  color: #FFF;
  font-size: 1.3rem;
}

footer .page-top .img {
  margin-bottom: 5px;
}

footer .page-top .img img {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
/*# sourceMappingURL=style.css.map */

@media screen and (min-width: 820px) {
  body {
    max-width: 100%;
  }
  main section#sec_mv.lp2 {
    background-image: url("../img/fv2pc.jpg");
    max-width: 1200px;
    max-height: 600px;
    min-height: 0;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 40.8%;
    overflow: hidden;
  }

  .common-content {
    max-width: 1024px;
    margin: 0 auto;
  }
  
  .merit-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .merit-content .merit_box {
    width: 49%;
  }
  
  main section#sec_04 .merit_box + .merit_box {
    margin-top: 55px;
  }

  .work-content {
    display: flex;
    justify-content: space-between;
  }
  .work-img {
    width: 50%;
  }
  .work-text {
    width: 45%;
  } 
  .form_text {
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (min-width: 1218px) {
  main section#sec_mv.lp2 {
    background-image: url("../img/fv2pc.jpg");
    min-height: 600px;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 819px) {
  .footer-btn {
    width: 100%;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #5BAF35;
    text-align: center;
    z-index: 1000;
  }
  .footer-btn__item {
    width: 50%;
  }
  .footer-btn__link {
    display: block;
    padding: 15px 0 10px;
    color: #fff;
  }
  .footer-btn__link img {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 820px) {
  .footer-btn {
    display: none;
  }
  footer .page-top {
    margin: 0;
  }
}