@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444444;
  -ms-overflow-style: none;
}

a:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.5s;
}

.title {
  font-size: 25px;
  color: #444444;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.title::after {
  position: absolute;
  content: "";
  position: absolute;
  border-bottom: solid 5px #55CB44;
  width: 49px;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width: 768px) {
  .title {
    font-size: 40px;
  }
}

.btn_or {
  width: 320px;
  background-color: #FF8140;
  color: white;
  border-radius: 34px;
  padding: 1.25em 4.1em;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin: 0 auto;
  font-weight: bold;
}
.btn_or img {
  vertical-align: middle;
  margin-right: 10px;
}

.side_btn {
  position: fixed;
  bottom: 0;
  z-index: 1000;
}
@media screen and (min-width: 1208px) {
  .side_btn {
    right: 0;
    top: 50%;
    z-index: 1000;
  }
}
.side_btn .btn_or {
  -ms-writing-mode: normal;
      writing-mode: normal;
  width: 100vw;
  height: 26px;
  padding: 40px 15px;
  border-radius: 0px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1208px) {
  .side_btn .btn_or {
    width: 64px;
    height: 260px;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 1208px) {
  .side_btn .btn_or img {
    margin-right: 0;
  }
}
.footer_menu {
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  width: 100%;
}
.footer_menu .text {
  font-size: clamp(11px, 2.9vw, 18px);
  color: white;
  text-align: center;
  margin-bottom: 5px;
}
.footer_menu .tel {
  background-color: #21A414;
  flex-basis: 50%;
  padding: 15px;
}
.footer_menu .tel a {
  display: flex;
  align-self: center;
}
.footer_menu .tel a img {
  margin-right: 10px;
}
.footer_menu .tel .telnum {
  font-size: clamp(17px, 4vw, 25px);
  color: white;
  text-align: center;
  font-weight: bold;
}
.footer_menu .tel img {
  width: 30px;
  height: 30px;
}
.footer_menu .estimate {
  flex-basis: 50%;
  background-color: #FF8140;
  color: white;
  font-size: clamp(14px, 3.7vw, 24px);
  padding-top: clamp(20px, 6vw, 38px);
}
.footer_menu .estimate .inner {
  text-align: center;
  font-weight: bold;
}
.footer_menu .estimate .inner img {
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .footer_menu {
    display: none;
  }
}

.mv {
  position: relative;
  background: url(/wp-content/themes/dx_sign/assets/img/lp/green/mv.png), linear-gradient(95deg, #55CB43, #4BCDE8);
  background-repeat: no-repeat;
  background-position: left 16% bottom 0;
  height: 60vh;
  max-height: 878px;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .mv {
    height: 70vh;
  }
}
@media screen and (min-width: 1208px) {
  .mv {
    max-height: 450px;
    background-size: contain;
  }
}
.mv header {
  margin-bottom: px;
}
.mv header .header_inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .mv header .header_inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1208px) {
  .mv header .header_inner {
    width: 93%;
  }
}
.mv header .header_inner h1 {
  padding: 0px 0px 30px 0px;
  text-align: center;
}
.mv header .header_inner .pc_menu {
  display: flex;
  align-items: center;
  color: white;
  display: none;
}
@media screen and (min-width: 1208px) {
  .mv header .header_inner .pc_menu {
    display: block;
    display: flex;
    margin-top: 22px;
  }
}
.mv header .header_inner .pc_menu p {
  font-size: 16px;
  font-weight: bold;
}
.mv header .header_inner .pc_menu.telOnly {
  display: none;
}
@media screen and (min-width: 768px) {
  .mv header .header_inner .pc_menu.telOnly {
    display: block;
  }
}
@media screen and (min-width: 1208px) {
  .mv header .header_inner .pc_menu.telOnly {
    display: none;
  }
}
.mv header .header_inner .pc_menu .tel {
  margin-left: 11px;
  font-family: "Lato", sans-serif;
  display: flex;
  align-items: center;
}
.mv header .header_inner .pc_menu .tel a {
  display: flex;
  margin-right: 10px;
  align-items: center;
  margin-left: 10px;
}
.mv header .header_inner .pc_menu .tel img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.mv header .header_inner .pc_menu .tel .telnum {
  font-size: 38px;
}
@media screen and (min-width: 1208px) {
  .mv header .header_inner .pc_menu .tel .telnum {
    font-size: 42px;
  }
}
.mv header .header_inner .pc_menu .btn_or {
  width: 260px;
  padding: 0.9375rem 2.3em;
  margin-left: 16px;
}
@media screen and (min-width: 1208px) {
  .mv header .header_inner .pc_menu .btn_or.pc {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .mv header .header_inner .pc_menu .btn_or.tab {
    display: block;
  }
}
@media screen and (min-width: 1208px) {
  .mv header .header_inner .pc_menu .btn_or {
    margin-left: 0px;
  }
}
.mv .mv_inner {
  width: 90%;
  max-width: 568px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1208px) {
  .mv .mv_inner {
    width: 97%;
    display: flex;
    max-width: 1543px;
  }
}
@media screen and (min-width: 1208px) {
  .mv .mv_inner .text {
    flex-basis: 65%;
    padding-left: 75px;
    padding-top: 40px;
  }
}
.mv .mv_inner .copy {
  color: white;
  font-weight: bold;
}
.mv .mv_inner .copy h2 {
  margin-bottom: 10px;
}
.mv .mv_inner .copy h2 span {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .mv .mv_inner .copy h2 span {
    font-size: 22px;
  }
}
.mv .mv_inner .copy .copy_l {
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .mv .mv_inner .copy .copy_l {
    font-size: 40px;
  }
}
@media screen and (min-width: 1208px) {
  .mv .mv_inner .copy .copy_l {
    letter-spacing: -0.05em;
  }
}
.mv .mv_inner .copy .copy_s {
  font-size: 16px;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .mv .mv_inner .copy .copy_s {
    font-size: 32px;
    text-align: left;
  }
}
.mv .mv_inner .btn_wrap {
  max-width: 507px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1208px) {
  .mv .mv_inner .btn_wrap {
    margin-left: 0;
    max-width: 497px;
  }
}
.mv .mv_inner .btn_wrap .btn {
  background-color: white;
  font-size: 12px;
  padding: 1.3em 0;
  width: 41vw;
  max-width: 240px;
  text-align: center;
  border-radius: 32px;
  position: relative;
  color: #55CB45;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mv .mv_inner .btn_wrap .btn {
    font-size: 16px;
  }
}
.mv .mv_inner .btn_wrap .btn::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 11px;
  /* くの字を山なりに見た時、左側の長さ */
  height: 11px;
  /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #55CB45;
  /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #55CB45;
  /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);
  /* くの字の向き */
}
.mv .mv_img {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .mv .mv_img {
    text-align: center;
  }
}
@media screen and (min-width: 1208px) {
  .mv .mv_img {
    margin-top: 53px;
  }
}
.mv .mv_img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv .mv_img img {
    width: 80%;
  }
}
@media screen and (min-width: 1208px) {
  .mv .mv_img img {
    width: 100%;
  }
}

.merrit {
  margin: 0 auto;
  margin-top: 29vw;
}
@media screen and (min-width: 768px) {
  .merrit {
    margin-top: 23vw;
  }
}
@media screen and (min-width: 1208px) {
  .merrit {
    margin-top: 80px;
    margin-bottom: 15px;
  }
}
.merrit h2 {
  margin-bottom: 70px;
}
.merrit .merrit_inner {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .merrit .merrit_inner {
    display: flex;
    width: 90%;
    max-width: 1208px;
    justify-content: space-between;
    align-items: center;
  }
}
.merrit .merrit_inner .merrit_item {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .merrit .merrit_inner .merrit_item {
    flex-basis: 30%;
    max-width: 350px;
  }
}
.merrit .merrit_inner .merrit_item .img_wrap {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .merrit .merrit_inner .merrit_item .img_wrap {
    width: 100%;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1208px) {
  .merrit .merrit_inner .merrit_item .img_wrap {
    margin-bottom: 22px;
  }
}
.merrit .merrit_inner .merrit_item .img_wrap img {
  width: 100%;
  max-width: 184px;
}
.merrit .merrit_inner .merrit_item .text_wrap .text_title {
  font-size: 19px;
  color: #55CB45;
  font-weight: bold;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .merrit .merrit_inner .merrit_item .text_wrap .text_title {
    font-size: 24px;
  }
}
.merrit .merrit_inner .merrit_item .text_wrap p {
  font-size: 14px;
  text-align: center;
  line-height: 1.75;
}

.about .sec1 {
  background-color: #E7F9F3;
  padding: 60px 0 69px 0;
}
@media screen and (min-width: 768px) {
  .about .sec1 {
    padding: 80px 0 69px 0;
  }
}
@media screen and (min-width: 1208px) {
  .about .sec1 {
    padding: 70px 0 49px 0;
  }
}
.about .sec2 {
  background-color: #CFF6DB;
  padding: 60px 0 69px 0;
}
@media screen and (min-width: 1208px) {
  .about .sec2 {
    padding: 61px 0 50px 0;
  }
}
.about h2 {
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .about h2 {
    margin-bottom: 84px;
  }
}
.about h3 {
  color: #6DB466;
  position: relative;
  font-size: 25px;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  font-weight: bold;
  line-height: 0.9;
  max-width: 202px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .about h3 {
    font-size: 43px;
    margin-bottom: 33px;
  }
}
.about h3 span {
  font-size: 19px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .about h3 span {
    font-size: 24px;
  }
}
.about h3::before {
  content: "";
  position: absolute;
  width: 12px;
  /*画像の幅*/
  height: 50px;
  background-image: url(/wp-content/themes/dx_sign/assets/img/lp/kako_l.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about h3::before {
    width: 19px;
    height: 78px;
  }
}
.about h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 12px;
  /*画像の幅*/
  height: 50px;
  background-image: url(/wp-content/themes/dx_sign/assets/img/lp/kako_r.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .about h3::after {
    width: 19px;
    height: 78px;
  }
}
.about .about_wrap {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}
@media screen and (min-width: 768px) {
  .about .about_wrap {
    width: 90%;
    max-width: 1208px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .about .about_wrap .about_inner {
    flex-basis: 31.25%;
  }
}
.about .about_wrap .about_inner .about_title {
  color: white;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 16px 0;
  font-weight: bold;
}
.about .about_wrap .about_inner .about_title.first {
  background-color: #78D56F;
}
.about .about_wrap .about_inner .about_title.second {
  background-color: #54CB49;
}
.about .about_wrap .about_inner .about_title.third {
  background-color: #21A414;
}
.about .about_wrap .about_inner .about_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
  height: 80vw;
  max-height: 340px;
  background-color: white;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .about .about_wrap .about_inner .about_item {
    padding-bottom: 64px;
  }
}
.about .about_wrap .about_inner .about_item.pb {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .about .about_wrap .about_inner .about_item.pb {
    padding-bottom: 69px;
  }
}
.about .about_wrap .about_inner .about_item .img {
  width: 35%;
  margin: 0 auto;
  padding: 35px 0;
  text-align: center;
}
.about .about_wrap .about_inner .about_item .img .sm {
  width: 80%;
  text-align: center;
}
.about .about_wrap .about_inner .about_item .img .md {
  width: 94%;
}
.about .about_wrap .about_inner .about_item .img .lg {
  width: 115%;
}
.about .about_wrap .about_inner .about_item .text {
  font-size: 14px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .about .about_wrap .about_inner .about_item .text {
    width: 86%;
  }
}
.about .about_wrap .arrow {
  width: 40px;
  transform: rotate(90deg);
  margin: 0 auto;
  margin-bottom: 10px;
}
.about .about_wrap .arrow img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about .about_wrap .arrow {
    transform: rotate(0deg);
    margin: 0 30px 0 19px;
  }
}

.plan {
  width: 90%;
  margin: 0 auto;
  padding: 31px 0 45px 0;
}
@media screen and (min-width: 768px) {
  .plan {
    max-width: 1208px;
    width: 70%;
    padding: 61px 0 91px 0;
  }
}
@media screen and (min-width: 1208px) {
  .plan {
    width: 1208px;
    padding: 61px 0 64px 0;
  }
}
.plan .title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .plan .title {
    margin-bottom: 72px;
  }
}
@media screen and (min-width: 1208px) {
  .plan .plan_inner {
    display: flex;
    justify-content: space-between;
  }
}
.plan .plan_inner .price {
  border: solid 4px #55CB45;
  border-radius: 8px;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .price {
    flex-basis: 30%;
    padding-bottom: 0;
  }
}
.plan .plan_inner .price .getugaku {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .price .getugaku {
    font-size: 40px;
  }
}
.plan .plan_inner .price .getugaku .lg {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .price .getugaku .lg {
    font-size: 24px;
    margin-right: 3px;
  }
}
.plan .plan_inner .price .getugaku .sm {
  font-size: 14px;
}
.plan .plan_inner .price .gr {
  background-color: #F6F6F6;
  display: flex;
  justify-content: space-between;
  padding: 26px;
  font-size: 14px;
}
@media screen and (min-width: 1208px) {
  .plan .plan_inner .price .gr {
    padding: 11px 26px;
    font-size: 16px;
  }
}
.plan .plan_inner .price .gr p {
  padding: 10px 0;
}
@media screen and (min-width: 1208px) {
  .plan .plan_inner .price .gr p {
    padding: 14px 0;
  }
}
.plan .plan_inner .price .wh {
  padding: 26px 26px 0 26px;
}
.plan .plan_inner .price .wh p {
  padding: 10px 0;
}
@media screen and (min-width: 1208px) {
  .plan .plan_inner .price .wh p {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1208px) {
  .plan .plan_inner .price .wh {
    padding-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .function {
    flex-basis: 64.5%;
  }
}
.plan .plan_inner .function .function_item {
  background-color: white;
  border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .function .function_item {
    margin-bottom: 0;
  }
}
.plan .plan_inner .function .function_item .function_title {
  color: white;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 16px 0;
  font-weight: bold;
  background-color: #21A414;
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .function .function_item .function_title {
    font-size: 19px;
  }
}
.plan .plan_inner .function .function_item .img_1 {
  padding: 15px 68px;
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .function .function_item .img_1 {
    padding-left: 27%;
    padding-right: 27%;
  }
}
@media screen and (min-width: 1208px) {
  .plan .plan_inner .function .function_item .img_1 {
    padding: 35px 210px;
  }
}
.plan .plan_inner .function .function_item .img_2 {
  padding: 35px 12px;
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .function .function_item .img_2 {
    padding: 35px;
  }
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .function .function_item .img_2 {
    padding: 18px 42px 37px 35px;
  }
}
.plan .plan_inner .function .function_item img {
  width: 100%;
}
.plan .plan_inner .function .function_item .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .plan .plan_inner .function .function_item .sp {
    display: none;
  }
  .plan .plan_inner .function .function_item .pc {
    display: block;
  }
}
.plan hr {
  color: #E6E6E6;
}

.ctr {
  background-image: url(/wp-content/themes/dx_sign/assets/img/lp/green/ctr_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
  padding: 28px 0;
}
@media screen and (min-width: 768px) {
  .ctr {
    height: 420px;
  }
}
@media screen and (min-width: 1208px) {
  .ctr {
    padding: 37px 0;
  }
}
.ctr .ctr_title {
  font-size: 25px;
  color: white;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .ctr .ctr_title {
    font-size: 25px;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1208px) {
  .ctr .ctr_title {
    font-size: 42px;
  }
}
.ctr .ctr_title span {
  font-size: 45px;
}
@media screen and (min-width: 768px) {
  .ctr .ctr_title span {
    font-size: 50px;
  }
}
@media screen and (min-width: 1208px) {
  .ctr .ctr_title span {
    font-size: 65px;
  }
}
.ctr .ctr_inner {
  width: 90%;
  margin: 0 auto;
  max-width: 550px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ctr .ctr_inner {
    display: flex;
    max-width: 1136px;
  }
}
.ctr .ctr_inner .pc_img {
  margin-bottom: 15px;
  width: 100%;
  max-width: 452px;
}
@media screen and (min-width: 768px) {
  .ctr .ctr_inner .pc_img {
    max-width: 525px;
  }
}
.ctr .ctr_inner .text {
  color: white;
  font-size: 14px;
  margin: 0 auto;
  flex-basis: 49%;
  text-align: center;
}
.ctr .ctr_inner .text .sub_text {
  text-align: center;
  margin: 10px 0;
}
@media screen and (min-width: 768px) {
  .ctr .ctr_inner .text .sub_text {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .ctr .ctr_inner .text {
    font-size: 16px;
    margin-left: 30px;
    padding-top: 36px;
  }
  .ctr .ctr_inner .text .btn_or {
    margin-left: 0;
  }
}
.ctr .ctr_inner .img_wrap {
  width: 80%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .ctr .ctr_inner .img_wrap {
    max-width: 452px;
    text-align: center;
    margin-bottom: 15px;
    margin-left: 0;
    justify-content: flex-start;
  }
}
.ctr .ctr_inner .img_wrap p {
  text-align: left;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ctr .ctr_inner .img_wrap p {
    text-align: left;
  }
}
@media screen and (min-width: 1208px) {
  .ctr .ctr_inner .img_wrap p {
    margin-bottom: 6px;
  }
}
.ctr .ctr_inner .img_wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .ctr .ctr_inner .img_wrap a {
    justify-content: flex-start;
  }
}
.ctr .ctr_inner .img_wrap a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.ctr .ctr_inner .img_wrap .telnum {
  font-size: 31px;
  font-weight: bold;
}
@media screen and (min-width: 1208px) {
  .ctr .ctr_inner .img_wrap .telnum {
    font-size: 56px;
    letter-spacing: 0.03em;
  }
}

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

.reason {
  background-image: url(/wp-content/themes/dx_sign/assets/img/lp/reason_bg.png), url(/wp-content/themes/dx_sign/assets/img/lp/circle_s.png), url(/wp-content/themes/dx_sign/assets/img/lp/circle_m.png);
  background-repeat: no-repeat;
  background-position: top 132px right -100px, top 10% left 6%, bottom 10% left 6%;
  background-size: 100% 80%, 50px, 100px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .reason {
    background-position: top 132px right 0, top 10% left 6%, top 440px left 8%;
    background-size: 70% 100%, 158px, 312px;
    padding-bottom: 93px;
  }
}
@media screen and (min-width: 1208px) {
  .reason {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1500px) {
  .reason {
    background-position: top 132px right 0, top 10% left 6%, top 318px left 24%;
    background-size: auto, 158px, 312px;
    padding-bottom: 93px;
  }
}
.reason .reason_inner {
  width: 90%;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .reason .reason_inner {
    max-width: 884px;
  }
}
.reason h2 {
  margin-bottom: 50px;
}
.reason .intro {
  font-size: 14px;
  margin-bottom: 60px;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 1208px) {
  .reason .intro {
    font-size: 16px;
    margin-bottom: 78px;
  }
}
.reason .reason_item {
  margin-bottom: 55px;
}
.reason .reason_item .reason_item-title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .reason .reason_item .reason_item-title {
    height: 72px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .reason .reason_item .reason_item-title {
    margin-bottom: 0;
  }
}
.reason .reason_item .reason_item-title::before {
  position: absolute;
  bottom: -45%;
  left: 0;
}
@media screen and (min-width: 768px) {
  .reason .reason_item .reason_item-title::before {
    bottom: -12%;
  }
}
.reason .reason_item .reason_item-title.one::before {
  content: url(/wp-content/themes/dx_sign/assets/img/lp/01.png);
}
.reason .reason_item .reason_item-title.two::before {
  content: url(/wp-content/themes/dx_sign/assets/img/lp/02.png);
}
.reason .reason_item .reason_item-title.three::before {
  content: url(/wp-content/themes/dx_sign/assets/img/lp/03.png);
}
@media screen and (min-width: 768px) {
  .reason .reason_item .answer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px;
  }
  .reason .reason_item .answer.rev {
    flex-direction: row-reverse;
    margin-bottom: 103px;
  }
}
@media screen and (min-width: 1208px) {
  .reason .reason_item .answer {
    margin-bottom: 110px;
  }
}
@media screen and (min-width: 768px) {
  .reason .reason_item .answer .text_wrap {
    flex-basis: 85%;
  }
}
.reason .reason_item .answer .answer_title {
  color: #55CB45;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .reason .reason_item .answer .answer_title {
    font-size: 24px;
    padding-left: 33px;
  }
}
@media screen and (min-width: 1208px) {
  .reason .reason_item .answer .answer_title {
    padding-left: 33px;
    margin-bottom: 18px;
  }
}
.reason .reason_item .answer .img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reason .reason_item .answer .img {
    padding-top: 7px;
  }
}
.reason .reason_item .answer .answer_text {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}
.reason .reason_item .answer .answer_text .pink {
  color: #FF0389;
}
@media screen and (min-width: 768px) {
  .reason .reason_item .answer .answer_text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1208px) {
  .reason .reason_item .answer .answer_text {
    padding-left: 33px;
  }
}
.reason .reason_item .answer .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .reason .reason_item .answer .tag {
    padding-left: 33px;
  }
}
.reason .reason_item .answer .tag p {
  padding: 5px 8px;
  border: solid 1px #D4D4D4;
  color: #757575;
  background-color: white;
  margin-right: 10px;
  margin-bottom: 10px;
  letter-spacing: -0.1em;
}
@media screen and (min-width: 1208px) {
  .reason .lower_cont {
    margin-top: -30px;
  }
}
.reason .lower_cont p {
  color: #FF8140;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .reason .lower_cont p {
    font-size: 24px;
  }
}
.reason .lower_cont .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #444444;
  line-height: 1.625;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .reason .lower_cont .ttl {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.reason .lower_cont .btn_red {
  background-color: #FF4E4F;
  border-radius: 4px;
  padding: 0.8em;
  color: white;
  width: 351px;
  margin: 0 auto;
  font-weight: bold;
}
.reason .lower_cont .btn_red img {
  vertical-align: middle;
  padding-right: 10px;
}

.contact {
  background-color: #E7F9F3;
  padding: 73px 0 88px 0;
}
.contact#freestart_form {
    background-color: #CFF6DB;
}
@media screen and (min-width: 1208px) {
  .contact {
    padding: 73px 0 88px 0;
  }
}
.contact .contact_inner {
  width: 90%;
  margin: 0 auto;
}
.contact .contact_inner .title {
  margin-bottom: 60px;
}
@media screen and (min-width: 1208px) {
  .contact .contact_inner .title {
    margin-bottom: 92px;
  }
}
.contact .blue_btn {
  width: 80%;
  margin: 0 auto;
  background: linear-gradient(95deg, #54CB4A, #4BCDE6);
  border-radius: 8px;
  max-width: 400px;
  padding: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1208px) {
  .contact .blue_btn {
    max-width: 620px;
    padding: 36px 84px 29px 84px;
    margin-bottom: 60px;
  }
}
.contact .blue_btn .btn_text {
  font-size: 16px;
  color: white;
  text-align: center;
  margin-bottom: 11px;
}
.contact .tel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact .tel .telnum {
  color: white;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (min-width: 1208px) {
  .contact .tel .telnum {
    font-size: 50px;
    letter-spacing: 0.1em;
  }
}
.contact .tel img {
  vertical-align: middle;
  margin-right: 10px;
}
.contact img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1208px) {
  .contact img {
    width: 40px;
    height: 40px;
  }
}

.form {
  height: 500px;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 1208px) {
  .form {
    max-width: 1208px;
    height: 707px;
  }
}

.faq {
  padding: 66px 0 126px;
}
.faq .title {
  margin-bottom: 60px;
}
@media screen and (min-width: 1208px) {
  .faq .title {
    margin-bottom: 84px;
  }
}

/*==================================================
アコーディオンのためのcss
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 881px;
  margin: 0 auto;
}
.accordion-area img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 10px;
}

.accordion-area li {
  margin: 34px 0;
}

.accordion-area section {
  border-radius: 8px;
  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
}

/*アコーディオンタイトル*/
.accordion_title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  padding: 3% 1% 3% 15px;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1208px) {
  .accordion_title {
    padding: 3% 3% 3% 50px;
    font-size: 16px;
  }
}

/*アイコンの＋と×*/
.accordion_title::before,
.accordion_title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #333;
}

.accordion_title::before {
  top: 48%;
  right: 28px;
  transform: rotate(0deg);
}

.accordion_title::after {
  top: 48%;
  right: 28px;
  transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/
.accordion_title.close::before {
  transform: rotate(45deg);
}

.accordion_title.close::after {
  transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
  display: none;
  /*はじめは非表示*/
  margin: 0 3% 3% 3%;
  padding: 3% 1% 3% 15px;
  font-size: 14px;
  line-height: 1.7;
}

#page_top {
  position: fixed;
  right: 15px;
  bottom: 16px;
  z-index: 99;
  display: block;
  background: #000;
  border: solid 2px #000;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

#page_top span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top span::after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  left: 17px;
  top: 18px;
  transition: 0.3s ease;
}

footer {
  background-color: #C2C2C2;
  color: white;
  font-size: 12px;
  text-align: center;
  padding: 12px 0 12px 0;
}
/*# sourceMappingURL=style.css.map */