@charset "UTF-8";

/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap"); */
/* @import url("https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap"); */
/* 共通 */
/* SP */
html {
  font-family: "Noto Sans JP", Hiragino Sans, Meiryo,
    "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.03rem;
  line-height: 1.3em;
  background-color: #fff;
  color: #ffffff;

  scroll-behavior: smooth;
  scroll-padding-top: 101px;
}

* {
  background-position: center;
  background-repeat: no-repeat;
}


img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* utility */
.display--sp {
  display: block;
}

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

.display--pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .display--pc {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  main {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
}

main {
  padding-top: 92px;
}

@media screen and (min-width: 481px) and (max-width: 1200px) {
  html {
    scroll-padding-top: 65px;
  }
  main {
    padding-top: 65px;
  }
}
@media screen and (max-width: 480px) {
  html {
    scroll-padding-top: 58px;
  }
  main {
    padding-top: 58px;
  }
}
/* ヘッダー */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px 3vw;
  border-bottom: 2px solid #ddd;
}

.logo-container {
  flex: 1;
  align-items: center;
  float: left;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
    .logo-container {
        max-width: 40%;
    }
}
@media screen and (min-width: 1200px) {
    .logo-container {
        max-width: 20%;
    }
}

.logo-container img {
  margin: 0;
  inline-size: 15rem;
}

@media screen and (max-width: 992px) {
    .logo-container img {
        inline-size: 8rem;
    }
}

@media screen and (max-width: 768px) {
    .logo-container img {
        inline-size: 15rem;
    }
}

.logo-container img {
  margin: 0;
  inline-size: 20rem;
}

.content-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-container {
  text-align: center;
  min-width: 110px;
}
@media screen and (max-width: 1200px) {
  .contact-container {
    margin-right: 0;
  }
}

.contact-container p {
  margin: 0;
  font-size: 0.75em;
  font-weight: 700;
  color: #3C3C3C;
}

.header_logo img {
  min-width: 120px;
}
.header-spacer {
  width: 40px;
}

/* 電話番号 */
.phone {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: center;
}
.phone-number {
  /* font-size: 40px; */
  font-size: 1.5em;
  font-weight: 700;
  color: #FF5C01;
}
:not(head) a.phone-number {
  font-size: 40.5px;
}
@media screen and (min-width: 371px) and (max-width: 600px) {
  :not(head) a.phone-number {
    font-size: clamp(26px, (100vw - 360px) * 13.5 / 370 + 26px, 40.5px);
  }
}
@media screen and (max-width: 370px) {
  :not(head) a.phone-number {
    font-size: 22px;
  }
}

.phone-icon {
  margin-right: 7px;
}

.header .phone-icon img {
  width: clamp(20px, (100vw - 370px) * 22 / 430 + 20px, 42px);
}
@media screen and (min-width: 361px) and (max-width: 800px) {
  .header .phone-number {
    font-size: clamp(14px, (100vw - 360px) * 26 / 440 + 14px, 40px);
  }
}
@media screen and (min-width: 361px) and (max-width: 500px) {
  .header-spacer {
    width: clamp(16px, (100vw - 360px) * 16 / 440 + 20px, 40px);
  }
}
@media screen and (max-width: 360px) {
  .header .phone-number {
    font-size: 13px;
  }
  header-spacer {
    width: 0;
  }
}
.header .phone {
  flex: right;
}


.head {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  justify-content: flex-end;
}

.header-cta {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-cta a {
  display: inline-block;
}

.header-cta img {
  transition: all 0.3s ease;
}

.header-cta img:hover {
  opacity: 0.7;
}



/* Q&A */
.sec {
  width: auto;
  height: auto;
  padding: 0 20px;
  background: linear-gradient(180deg, #fff 0%, #FFE1B4 100%);
}

.pageSubTitle {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 900;
  font-style: normal;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .pageSubTitle {
    font-size: 42px;
  }
}

@media screen and (min-width: 900px) {
  .header-cta a:hover,
  .submit:hover {
    opacity: 0.7;
  }
}


.pageSubTitle::after {
  content: "";
  display: block;
  width: 74.6px;
  height: 2px;
  margin: 0 auto;
  margin-top: 35.2px;
}

.pageSubTitle>span {
  display: block;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
}

.pageSubTitle--center {
  text-align: center;
  color: #FF5C01;
}

/* FAQパーツ */
.pageSubTitle2 {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 600;
  font-style: normal;
  color: #FF9901;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .pageSubTitle2 {
    font-size: 22px;
    font-weight: 700;
  }
}

.contentText {
  font-style: normal;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .contentText {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 300;
    margin-top: 8px;
    color: #3c3c3c;
  }
}

@media screen and (min-width: 1200px) {
  .contentText {
    font-size: 22px;
    line-height: 1.7;
    font-weight: 400;
    color: #000;
  }
}

.qa {
  padding-top: 42px;
  padding-bottom: 46px;
}


@media screen and (min-width: 1200px) {
  .qa {
    padding-top: 145px;
    padding-bottom: 143px;
  }
}



.qa__frame {
  width: auto;
  padding: 14px 24px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, 0.45);
}

@media screen and (min-width: 1200px) {
  .qa__frame {
    margin: 43px 182px 0px;
    padding: 64px 83px;

  }

  header.header {
    zoom: 0.9;
  }

}

.qa__box {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-bottom: 2px solid #FF9901;
}

.qa__box>dl>dt {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 30px;
  position: relative;
  padding-right: 60px;
}

.qa__box>dl>dt .crossBar {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.qa__box>dl>dt .crossBar::before {
  content: "";
  display: inline-block;
  width: 1.6px;
  height: 100%;
  background-color: #FF9901;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: center center;
  transform: translateX(-50%) rotate(0deg);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box>dl>dt .crossBar::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1.6px;
  background-color: #FF9901;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.qa__box>dl>dt>span {
  font-size: 28px;
  line-height: 1.75;
  font-weight: 500;
  font-style: normal;
  color: #FF9901;
  margin-right: 23px;
}

.qa__box>dl>dd {
  margin: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding: 0px 30px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}

.qa__box>dl>dd>span {
  font-size: 28px;
  line-height: 1.7;
  font-weight: 500;
  font-style: normal;
  color: #FF9901;
  margin-right: 23px;
}


/* アニメーション後のスタイル */
.qa__box>dl>dd.is-open {
  max-height: max-content;
  padding: 10px 30px;
}

/* ＋ボタンのアニメーション */
.qa__box>dl>dt.is-open .crossBar::before {
  transform: translateX(-50%) rotate(90deg);
}

.qa__border {
  border-bottom: 2px solid #FF9901;
}


.sp-qa__box {
  max-width: 328px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background-color: #FFF4E2;
  border-radius: 10px;
  padding: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* submit_area */
section#form_section {
  background: none;
  color: #333;
  background: #f3f3f3;
  margin: 43px 192px 0px;
  border-radius: 15px;
  box-sizing: border-box;
}

.inner_form {
  background: #f3f3f3;
  max-width: 1000px;
  margin: auto;
  padding: 40px;
}

section#form_section h2.pageSubTitle.pageSubTitle--center:after {
  display: none;
}

form#contact_form input:is([type="text"], [type="email"], [type="tel"]) {
  border: 1px solid #a9a9a9;
  text-align: left;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 16px;
  width: 100%;
  background: #FFF;
  margin-left: 0;
  margin-right: 0;
}

.input_columns_two {
  display: flex;
}

dl.input_area dt {
  font-size: 18px;
  text-align: left;
  padding-left: 3px;
}

.input_columns_two dl {
  width: 50%;
}

.input_columns_two>dl:first-child dd {
  width: 95%;
}

.input_columns_two dl dd {
  width: 100%;
}

.input_area dd {
  text-align: left;
}

.inner_form .title_area {
  margin: 10px 0;
}

.form_area {
  margin-top: 40px;
}

p.input_title .required {
  background: #ff5c01;
  color: #FFF;
  font-size: 12px;
  padding: 2px 5px;
  box-sizing: border-box;
  margin-left: 15px;
  border-radius: 2px;
}

dl.input_area {
  margin: 14px 0;
}

p.privacy_policy_area {
  font-size: 14px;
}

p.privacy_policy_area a {
  color: #ff5c01;
  text-decoration: underline;
}

button#submit_button,
button#submit {
  height: 80px;
  display: block;
  max-width: 300px;
  margin: 20px auto;
  width: 100%;
}

button#submit_button:disabled,
button#submit:disabled {
  filter: brightness(0.75);
}

button#submit_button:disabled:hover,
button#submit:disabled:hover {
  opacity: 1;
}

.input_columns_two~dl {
  margin: 22px 0;
}

p.sub_caps {
  margin-top: 10px;
  font-size: 21px;
}

@media screen and (max-width: 900px) {
  .inner_form {
    padding: 10px;
  }

  p.sub_caps {
    margin-top: 10px;
    font-size: 17px;
  }

  dl.input_area dt {
    font-size: 14px;
  }

  p.input_title .required {
    background: #ff5c01;
    color: #FFF;
    font-size: 10px;
    padding: 2px 4px;
    box-sizing: border-box;
    margin-left: 10px;
    border-radius: 2px;
  }

  p.privacy_policy_area {
    font-size: 13px;
    text-align: left;
    text-indent: -14px;
    padding-left: 19px;
  }

  dl.input_area {
    margin: 5px 0;
  }

  .input_columns_two~dl {
    margin: 30px 0;
  }

  .text_cover {
    display: none;
  }

  section#form_section {
    margin: 50px 20px;
  }

}

header.header {
  zoom: 0.9;
}

img.display--sp {
  width: 100vw;
}

.contents.display--sp>img {
  width: 100vw;
}

img.display--sp {
  width: 100vw;
}

.contents.display--sp>img {
  width: 100vw;
}

.contents.display--pc>img {
  width: 100vw;
}

.nine-contents.contents img.display--pc {
  width: 100vw;
}

.contents img.display--pc {
  width: 100vw;
}

body {
  overflow-x: hidden;
}

img.cta-button:hover,
button:hover {
  opacity: 0.7;
}

.campaign-cta img.display--sp {
  bottom: 20px;
  position: absolute;
  left: 0;
  right: 0;
  width: 80%;
  margin: 0 auto;
}

.main-cta img.display--sp {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 700px;
  width: 90vw;
}

.sp__cta-area {
  width: 90%;
  margin: 54px auto;
}

.sp__cta-area a img:hover {
  opacity: 0.7;
}

.campaign__overlay-sp .campaign-cta a:hover:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  background: #FFF;
  z-index: 99;
  opacity: 0.3;
  border-radius: 140px;
  height: 21vw;
  width: 76%;
  margin: 0 auto;
  bottom: 32px;
}

.sp-qa__box {
  max-width: 100%;
  font-size: 1.2vw;
  margin: 30px auto;
  padding: 20px 40px;
}

.sp-qa__box * {
  font-size: 3vw;
}


/* text.ver style start */
/* fv */
.main_center_wrap {
  zoom: 1.2;
}

div#keyvisual .main_image img {
  max-width: 100vw !important;
  width: 100vw;
}

div#keyvisual {
  position: relative;
}

.main_center_wrap {
  position: absolute;
  color: #333;
  max-width: 460px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 600px;
}

.main_center_wrap .spacer.-top {
  height: 30px;
}

div#keyvisual img.main_image_objects {
  display: none;
}

span.small_title_text {
  display: block;
  font-size: 0.7em;
}

.caps_title {
  text-align: left;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.3;
  position: relative;
}

.caps_title>div {
  position: relative;
  z-index: 1;
}

.caps_title:after {
  content: "";
  height: 12px;
  display: block;
  background: #ffe146;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main_title_text {
  display: flex;
  color: #ff9901;
  font-weight: bold;
  font-size: 2.8em;
  line-height: 1;
  align-items: flex-end;
  margin: 20px auto;
  zoom: 1.1;
}

.center_border {
  height: 3px;
  background: #ff9901;
  margin: 11px 0 9px 0px;
}

span.most_big_text {
  font-size: 2.7em;
  line-height: 130px;
}

.right_side_text {
  line-height: 1;
  margin-left: 20px;
}

.orange_text {
  color: #ff9901;
}

.bottom_caps {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  margin-top: 35px;
  letter-spacing: 0px;
}

.bottom_caps .orange_text {
  letter-spacing: 8px;
}

.vector_pop {
  position: absolute;
  top: 45px;
  right: -220px;
  background: url(../../../images/lp/hp-dekirukun/gold_pop.svg) no-repeat;
  background-size: 100%;
  height: 235px;
  width: 235px;
  font-size: 1.2em;
  color: #FFF;
  padding-top: 45px;
  letter-spacing: -0.5px;
  line-height: 1.4;
}

.header-cta a {
  display: block;
  width: 274px;
  height: 75px;
  background: url(../../../images/lp/hp-dekirukun/submit_back.svg) no-repeat left top;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  letter-spacing: 3px;
}

.header-cta a:after {
  content: "今すぐ無料相談";
  display: block;
  margin-bottom: 6px;
}

.header-cta a img {
  display: none;
}

/* submit image */
.submit {
  background: url(../../../images/lp/hp-dekirukun/submit_back.svg) no-repeat;
  background-size: 100%;
  max-width: 500px;
  height: 135px;
  width: 100%;
  color: #FFF;
  box-sizing: border-box;
}

.main_center_wrap .submit {
  margin-top: 50px;
}

span.button_caps {
  width: 42%;
  margin: 0 auto;
}

span.button_caps+span {
  margin-top: -7px;
}

.submit a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  box-sizing: border-box;
  height: 120px;
}

span.button_caps+span {
  display: block;
  font-size: 1.4em;
  letter-spacing: 5px;
  margin-top: -10px;
}

span.button_caps:before {
  content: "";
  display: block;
  height: 30px;
  width: 3px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: -30px;
  transform: rotate(-25deg);
}

span.button_caps:after {
  content: "";
  display: block;
  height: 30px;
  width: 3px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: -30px;
  transform: rotate(25deg);
}

span.button_caps {
  position: relative;
  letter-spacing: 3px;
  font-size: 0.9em;
}

span.button_caps span.text_big {
  font-size: 1.5em;
  margin: 0 7px;
}

/* キャンペーン */
section.campaign__block {
  background: url(../../../images/lp/hp-dekirukun/campaign_back.png) no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.campaign_warp {
  background: #FFF;
  max-width: 1100px;
  margin: 0px auto;
  border-radius: 17px;
}

.campaign_head {
  background: url(../../../images/lp/hp-dekirukun/campaing_frame.svg) no-repeat;
  background-size: cover;
  display: flex;
  padding: 15px 20px 15px 140px;
  align-items: center;
  position: relative;
  border-radius: 17px 17px 0 0px;
}

.price_wrap>span {
  display: block;
  color: #3c3c3c;
}

.campaign_flex_wrap {
  display: flex;
  padding: 50px 0;
}

.campaign_flex_wrap>div {
  width: 50%;
}

.campaign_flex_wrap .flex_left {
  color: #3c3c3c;
}

.tag_wrap dd {
  display: inline-block;
  font-size: 0.5em;
  letter-spacing: -0.5px;
  background: #ffe5bd;
  line-height: 1;
  padding: 6px 20px;
  border-radius: 50px;
}

.tag_wrap {
  margin-top: 0px;
}

.campaign_caps {
  font-size: 0.7em;
  margin-bottom: 10px;
}

.campaign_main_head_text {
  color: #ff5c01;
  font-size: 1.1em;
}

.campaign_main_head_text b {
  font-size: 1.1em;
}

.campaign_main_head_text b span {
  font-size: 1.3em;
  margin-left: 8px;
}

.arrow {
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #333;
  margin: auto;
}

.arrow_wrap {
  width: 60px;
}

.price_wrap {
  position: relative;
}

.price_wrap:after {
  content: "";
  display: block;
  height: 3px;
  background: #ff5c01;
  position: absolute;
  z-index: 9;
  left: -8px;
  right: 0;
  transform: rotate(25deg);
  top: 45%;
  width: 114%;
}

span.spacing_text {
  letter-spacing: 6px;
}

.campaign_pop span b {
  font-size: 1.3em;
  margin-right: 3px;
}

.campaign_pop span {
  font-size: 1.1em;
  line-height: 1.2;
}

.campaign_pop {
  position: absolute;
  left: -45px;
  background: url(../../../images/lp/hp-dekirukun/campagin_pop_pc.svg) no-repeat;
  color: #ff5c01;
  background-size: 100%;
  width: 150px;
  height: 150px;
  padding-top: 40px;
  font-weight: bold;
  text-align: center;
  transform: rotate(-25deg);
  letter-spacing: -0.7px;
  font-size: 0.95em;
  line-height: 1;
}

/* sec onayami*/

.inner_content {
  max-width: 1100px;
  margin: 0 auto;
}

.wor_back_area .onayami_wrap img {
  width: 110vw;
  max-width: 110vw;
  margin-left: -15px;
}

.wor_back_area .onayami_wrap+div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex_center {
  margin-top: -10vw;
}

.wor_back_area {
  position: relative;
}

.wor_back_area .inner_content {
  color: #3c3c3c;
}

h2.top_message {
  background: #3c3c3c;
  color: #FFF;
  max-width: 600px;
  border-radius: 15px;
  font-size: 1.3em;
  padding: 15px 0;
  text-align: center;
  margin: 0 auto 80px auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.main_content_text_wrap p {
  margin-bottom: 60px;
  font-size: 1.3em;
}

span.gray_underline {
  position: relative;
  z-index: 1;
}

span.gray_underline>span {
  display: block;
  position: absolute;
  height: 17px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3c3c3c2f;
  z-index: -1;
}

/* sec solution*/
.flex_row_wrap {
  display: flex;
  align-items: end;
}

.solution_wrap>h2 {
  max-width: 1100px;
  color: #3c3c3c;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.7em;
  margin-top: 60px;
}

span.r_orange_text {
  color: #ff5c01;
}

.merit.sec1 {
  background: url(../../../images/lp/hp-dekirukun/merit1.png) no-repeat;
  background-size: cover;
}

.merit.sec2 {
  background: url(../../../images/lp/hp-dekirukun/merit2.png) no-repeat;
  background-size: cover;
}

.merit.sec3 {
  background: url(../../../images/lp/hp-dekirukun/merit3.png) no-repeat;
  background-size: cover;
}

.merit h3 {
  font-weight: 600;
}

.caps_merit {
  color: #ff9901;
  font-weight: bold;
  font-size: 1.3em;
  display: block;
  margin-bottom: 30px;
}

.set_title_wrap {
  border-left: 8px solid;
  text-align: left;
  padding-left: 20px;
  border-image: linear-gradient(to bottom, #ff9901, #ff5c01) 1;
}

.set_title_wrap h3 {
  font-size: 1.5em;
  line-height: 1.3;
}

.merit {
  padding: 10vw;
  color: #3c3c3c;
}

.flex_sec_area {
  display: flex;
  margin-top: 7vw;
}

.flex_sec_area>div.left_content {
  width: 60%;
  text-align: left;
  line-height: 2;
  font-size: 1.2em;
}

/* sec 9contents*/
section.nine-contents.sec03 h2 {
  max-width: 1200px;
  color: #3c3c3c;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.7em;
  margin-top: 60px;
  margin-bottom: 100px
}


section.nine-contents.sec03>div.inner_content {
  max-width: 1200px;
}

.flex_row_wrap {
  max-width: 1200px;
  margin: 0 auto;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.flex_column {
  position: relative;
  width: 30%;
}

.flex_column .content_text {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}

/* sec table*/
section.price_table.sec04 {
  background: #f8da44;
  color: #3c3c3c;
  padding: 100px 0;
}

.table_area {
  display: flex;
  align-items: end;
  justify-content: center;
}

.qa__frame {
  max-width: 1100px;
  margin: 0 auto;
}

section#form_section {
  max-width: 1100px;
  margin: 100px auto;
}

.table_area .left_header {
  background: #727272;
  color: #FFF;
  border-radius: 10px 0 0 10px;
  font-size: 0.6em;
  padding: 0 17px;
  margin-bottom: 6px;
}

.table_area .left_header div {
  padding: 7px 0;
  border-bottom: 1px solid;
  height: 53px;
}

.table_area .left_header div:last-child {
  border: none;
}

section.price_table.sec04 h2 {
  max-width: 1200px;
  color: #3c3c3c;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.7em;
  margin-top: 00px;
  margin-bottom: 80px;
}

.main_table tbody {
  background: #FFF;
}

.main_table tbody tr:nth-of-type(2n+1)>td:first-child {
  background: #fff5e6;
}

.main_table tbody tr td {
  padding: 8px 10px;
  box-sizing: border-box;
  font-size: 0.7em;
  height: 53px;
  vertical-align: middle;
  line-height: 1.3;
}

.main_table tbody tr td:first-child {
  font-weight: bold;
  font-size: 0.9em;
}

.main_table tbody tr:nth-of-type(2n+1)>td:first-child~td {
  background: #ececec;
}

.main_table tbody tr td.lr {
  border-left: 8px solid #ff9901;
  border-right: 8px solid #ff9901;
}

.main_table tbody tr td.blr {
  border-left: 8px solid #ff9901;
  border-right: 8px solid #ff9901;
  border-bottom: 8px solid #ff9901;
}

span.sbig_text {
  font-size: 1.2em;
}

.main_table thead tr th:first-child {
  background: #ff9901;
  border: 8px solid #ff9901;
  width: 280px;
}

.main_table thead tr th:first-child img {
  filter: brightness(7.5);
  width: 80%;
}

.main_table thead tr th {
  padding: 20px 0;
  vertical-align: middle;
  line-height: 1.3;
}

.main_table {
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
}

.main_table tbody tr td.lr~td {
  border-right: 5px solid #898989;
}

.main_table tbody tr td.blr~td {
  border-right: 5px solid #898989;
  border-bottom: 5px solid #898989;
}

.main_table thead tr th:first-child~th {
  background: #a2a2a2;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  font-size: 0.7em;
  width: 240px;
  border-right: 5px solid #898989;
  border-top: 5px solid #898989;
}

/* sec 5step*/
section.step5.sec05 {
  background: url(../../../images/lp/hp-dekirukun/five-step_back.svg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}

section.step5.sec05 h2 {
  max-width: 1200px;
  color: #3c3c3c;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 80px;
}

.step_wrap {
  color: #3c3c3c;
  justify-content: space-around;
  display: flex;
}

.step_wrap img {
  height: 60px;
  margin: 30px auto;
}

.step_wrap>div {
  width: 19%;
  background: #FFF;
  border-radius: 8px;
  box-shadow: 4px 0px 5px 1px #ccc;
  padding: 35px 15px 15px;
  position: relative;
}

.border_center {
  height: 2px;
  background: #b6b4b4;
  margin: 20px 0;
}

.bottom_area {
  font-size: 0.6em;
  line-height: 1.4;
  text-align: left;
}

.top_area {
  height: 160px;
}

.step_wrap .step_column:nth-of-type(2) .top_main_text.orange_text {
  margin-top: 50px;
}

.step_arrow {
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 15px solid #333;
  margin: auto;
  position: absolute;
  top: 45%;
  right: -10px;
}

.step_wrap .step_column:last-child .step_arrow {
  display: none;
}

.step_num {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  background: #3c3c3c;
  color: #FFF;
  width: 60px;
  border-radius: 50px;
  box-sizing: border-box;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}


/* sec faq*/
.qa__frame {
  max-width: 1100px;
  margin: 0 auto;
}


/* sec form */
section#form_section {
  max-width: 1100px;
  margin: 100px auto;
}

/* 中途半端な画面サイズ */

@media screen and (min-width: 2301px) {
  .main_center_wrap {
    zoom: 1.8;
  }
}

@media screen and (min-width: 2201px) and (max-width: 2300px) {
  .main_center_wrap {
    zoom: 1.7;
  }
}

@media screen and (min-width: 2101px) and (max-width: 2200px) {
  .main_center_wrap {
    zoom: 1.6;
  }
}

@media screen and (min-width: 1951px) and (max-width: 2100px) {
  .main_center_wrap {
    zoom: 1.5;
  }
}

@media screen and (min-width: 1851px) and (max-width: 1950px) {
  .main_center_wrap {
    zoom: 1.4;
  }
}

@media screen and (min-width: 1701px) and (max-width: 1850px) {
  .main_center_wrap {
    zoom: 1.3;
  }
}

@media screen and (min-width: 1551px) and (max-width: 1700px) {
  .main_center_wrap {
    zoom: 1.2;
  }
}

@media screen and (min-width: 1451px) and (max-width: 1550px) {
  .main_center_wrap {
    zoom: 1.1;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1450px) {
  .main_center_wrap {
    zoom: 1;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .main_center_wrap {
    zoom: 0.9;
  }
}


/* キービジュアル (900-1200px幅) */
/* display--spに該当するがキービジュアルはPC版を表示 */
@media screen and (min-width: 1101px) and (max-width: 1199px) {
  .main_center_wrap {
    zoom: 0.8;
  }
}

@media screen and (min-width: 900px) and (max-width: 1100px) {
  .main_center_wrap {
    zoom: 0.7;
  }
}

/** タブレット・スマホ */
@media screen and (max-width: 1199px) {
  .header-cta {
    display: none;
  }

  section h2 {
    line-height: 1.3;
  }

  .flex_sec_area {
    flex-direction: column;
    align-items: center;
  }

  .step_wrap {
    flex-direction: column;
  }

  .step_wrap>div {
    width: 100%;
    display: flex;
  }

  .table_area .left_header div {
    white-space: nowrap;
  }

  section.campaign__block {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .inner_content {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .display--pc-i {
    display: none;
  }

  body#dekirukun {
    padding-top: 10px;
  }

  .submit {
    margin: auto;
  }

  .price_wrap {
    display: flex;
    justify-content: center;
  }

  span.spacing_text {
    letter-spacing: 1px;
  }

  .campaign_warp.display--sp {
    background: none;
  }

  .campaign_warp.display--sp .campaign_wrap {
    background: #FFF;
    padding: 25px 40px;
    border: 5px solid #ff5c01;
    border-radius: 15px;
    color: #3c3c3c;
    position: relative;
    margin-bottom: 50px;
  }

  .arrow_wrap {
    display: none;
  }

  .campaign_pop {
    top: -50px;
    right: 0px;
    left: 0;
    margin-left: auto;
    zoom: 0.7;
    transform: rotate(25deg);
  }

  .price_wrap:after {
    width: 100%;
    transform: none;
    max-width: 270px;
    margin: auto;
  }

  .campaign_main_head_text {
    font-weight: 600;
    margin: 20px auto;
    line-height: 1.2;
    font-size: 7.5vw;
    position: relative;
    z-index: 1;
  }

  .campaign_main_head_text b {
    display: block;
    line-height: 1;
    margin-bottom: 18px;
  }

  .campaign_caps {
    font-size: 0.6em;
    margin-bottom: 0;
  }

  .campaign_main_head_text b span:after {
    content: "";
    background: #ffe146;
    height: 19px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11vw;
    z-index: -1;
  }

  .solution_wrap>h2>img {
    display: inline !important;
    width: 70%;
    max-width: 420px;
    margin-bottom: 5px;
  }

  .merit {
    padding-top: 140px;
    height: auto;
    font-size: 17px;
    padding-bottom: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .flex_sec_area>div.left_content {
    width: 80%;
    line-height: 1.5;
  }

  .flex_sec_area {
    margin-top: 40px;
  }

  .set_title_wrap {
    position: relative;
  }

  .caps_merit {
    position: absolute;
    background: rgb(255, 153, 1);
    background: linear-gradient(180deg, rgba(255, 153, 1, 1) 0%, rgba(255, 92, 1, 1) 100%);
    border-radius: 5px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-size: 1em;
    top: -60px;
    color: #FFF;
    left: -9px;
  }

  .merit.sec2 .flex_sec_area .left_content {
    margin-bottom: 30px;
  }

  h2.top_message {
    background: transparent;
    color: #3c3c3c;
    font-weight: 600;
    font-size: 6vw;
    margin-bottom: 40px;
  }

  span.r_orange_text_sp {
    color: #ff5c01;
  }

  .flex_center {
    margin-top: 0;
  }

  .main_content_text_wrap {
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 1.3
  }

  .flex_column .content_text {
    bottom: 37px;
    font-size: 3.5vw;
    line-height: 1.3;
  }

  .top_area {
    width: 29.5%;
    min-width: 170px;
  }

  .bottom_area {
    width: 69.5%;
    font-size: 3.5vw;
  }

  .step_num {
    zoom: 0.6;
    top: 20px;
    margin: 0;
    left: 20px;
  }

  .step_wrap>div {
    margin-bottom: 18px;
    box-shadow: 4px 5px 0px 1px #ff9901;
  }

  .step_wrap img {
    margin: 10px auto;
  }

  .step_wrap .step_column:nth-of-type(2) .top_main_text.orange_text {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .step_arrow {
    border-top: 15px solid #ff9901;
    border-bottom: 0px solid transparent;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    bottom: -24px;
    top: initial;
    z-index: 11;
    left: 31%;
    right: initial;
  }

  .border_center {
    height: 83%;
    width: 3px;
    background: #fcd595;
    min-height: 140px;
    margin-right: 28px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tag_wrap dl {
    font-size: 4vw;
  }

  .main_table {
    font-size: 2.5vw;
  }

  .merit {
    font-size: 2.5vw;
  }
}


@media screen and (min-width: 900px) and (max-width: 1200px) {
  div#keyvisual {
    overflow: hidden;
  }

  div#keyvisual .main_image img {
    width: 100vw !important;
  }

  div#keyvisual .main_image img.display--pc {
    display: block !important;
  }

  div#keyvisual .main_image .display--sp {
    display: none !important;
  }

  .main-cta.display--sp {
    display: none;
  }

  .main_content_text_wrap {
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 1.3;
  }
}

/* キービジュアル (900px幅未満) */
/* SP版を表示 */
@media screen and (max-width: 900px) {
  div#keyvisual {
    overflow: hidden;
  }

  div#keyvisual,
  div#keyvisual .main_image img,
  div#keyvisual .main_image .visual_parent,
  div#keyvisual .main_image .visual_parent .item,
  .main_center_wrap {
    height: 700px;
  }

  div#keyvisual .main_image .visual_parent {
    width: 100%;
    display: flex;
  }

  div#keyvisual .main_image .visual_parent .item.scalable {
    flex-grow: 1;
    flex-shrink: 1;
    width: 1px;
  }

  div#keyvisual .main_image .visual_parent .item:not(.scalable) {
    flex-grow: 0;
    flex-shrink: 0;
  }

  div#keyvisual .main_image .visual_parent .item.scalable img {
    width: 100%;
  }

  div#keyvisual .main_image img {
    width: auto;
  }

  .main_center_wrap {
    zoom: 1;
    margin: 0 auto;
    max-width: 460px;
  }

  div#keyvisual .caps_zone {
    height: 348px;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
  }

  div#keyvisual .caps_zone .caps_title {
    flex-shrink: 1;
  }

  div#keyvisual .caps_zone .main_title_text {
    flex-shrink: 1;
  }

  div#keyvisual .caps_zone .bottom_caps {
    flex-shrink: 1;
    margin-top: 0;
  }

  span.small_title_text {
    font-weight: 500;
    font-size: 1.4rem;
  }

  .caps_title {
    font-weight: 600;
    text-align: center;
    /* font-size: clamp(1rem, calc(0.5rem + 2.5vw), 2rem); */
    font-size: 1.4rem;
    letter-spacing: 2px;
  }

  .main_title_text {
    margin: 20px auto 10px auto;
    font-weight: 600;
    zoom: 1;
  }

  div#keyvisual .center_border {
    margin: 2px auto;
    height: 2px;
  }

  div#keyvisual .main-cta_wrap {
    margin-top: 190px;
  }

  .vector_pop {
    top: 570px;
    left: 0;
    right: 0;
    zoom: 0.7;
  }
}

/* スマホ */
@media screen and (max-width: 480px) {
  html {
    font-size: 20px;
    overflow-x: hidden;
  }

  div#keyvisual .main-cta.display--sp {
    position: static;
    margin-top: 45vw;
    position: relative;
  }

  div#keyvisual img.main_image_objects {
    position: relative;
    left: 0px;
  }

  .main_center_wrap {
    max-width: 340px;
    height: auto;
  }

  div#keyvisual .main-cta_wrap {
    margin-top: 210px;
  }

  div#keyvisual .caps_title {
    line-height: 1.8;
  }

  div#keyvisual .main_title_text {
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  .bottom_caps {
    font-size: 1.2em;
  }

  .vector_pop {
    top: 910px;
    left: 0;
    right: 0;
    zoom: 0.5;
    font-size: 1.7em;
    padding-top: 46px;
  }

  .main_content_text_wrap p {
    margin-bottom: 30px;
  }

  .campaign_pop {
    font-size: 1.3em;
  }

  section h2 {
    line-height: 1.4;
    font-size: 1.6em !important;
  }

  span.button_caps {
    font-size: 0.8em;
    letter-spacing: 2px;
  }

  .submit a {
    height: 90px;
  }

  .campaign_main_head_text {
    font-size: 7vw;
  }

  .campaign_warp.display--sp .campaign_wrap {
    padding: 25px 20px;
  }

  h2.top_message {
    margin-bottom: 10px;
  }

  .merit {
    font-size: 3.1vw;
  }

  .flex_column .content_text {
    bottom: 7vw;
  }

  .table_area .left_header {
    width: 30%;
    padding: 0px 5px;
    font-size: 0.5em;
    height: auto;
  }

  .table_area .left_header div {
    height: auto;
    font-size: 10px;
    padding: 2px 0;
  }

  .main_table {
    width: 75%;
    font-size: 3vw;
    line-height: 1.2;
  }

  .main_table tbody tr td {
    height: auto;
    white-space: nowrap;
  }

  .main_table thead tr th {
    padding: 10px 0;
    white-space: nowrap;
  }

  .main_table tbody tr td.lr {
    border-right-width: 2px;
    border-left-width: 2px;
  }

  .main_table tbody tr td.blr {
    border-right-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
  }

  .main_table thead tr th:first-child {
    border-width: 2px;
  }

  .main_table thead tr th:first-child~th {
    border-right-width: 2px;
    border-top-width: 2px;
  }

  .main_table tbody tr td.lr~td {
    border-right-width: 2px;
  }

  .main_table tbody tr td.blr~td {
    border-right-width: 2px;
    border-bottom-width: 2px;
  }

  .top_area {
    min-width: 110px;
    font-size: 0.8em;
    height: auto;
  }

  .step_wrap img {
    height: 40px;
  }

  .border_center {
    min-height: 100px;
  }

  .bottom_area {
    font-size: 4vw;
  }

  .price_wrap:after {
    width: 60%;
  }

  .wor_back_area .onayami_wrap img {
    width: 100vw;
    max-width: 100vw;
    margin-left: 0px;
  }

  .caps_zone {
    min-width: 310px;
  }

  .main_title_text {
    margin: 0;
    font-size: 2.7rem;
  }

  /* fv微調整 */
  .left_side_text {
    width: 50%;
    padding: 0 2px;
  }

  .right_side_text {
    margin-left: 0;
    width: 50%;
  }

  .center_border {
    margin: 3px 0;
  }

  .caps_title div small {
    font-size: 0.9em;
  }
}

/* スマホ最小サイズ微調整 */
@media screen and (max-width: 374px) {
  .caps_title {
    letter-spacing: 0px;
    line-height: 1.8;
  }

  /* .main_title_text {
    font-size: 3rem;
  } */
  /* .right_side_text {
    font-size: 1rem;
  } */
  /* span.most_big_text {
    font-size: 3rem;
  } */

  .inner_content {
    margin-left: 4vw;
    margin-right: 4vw;
  }

  .bottom_caps,
  .bottom_caps .orange_text {
    letter-spacing: 0px;
    font-size: 1rem;
  }

  .submit a {
    height: 80px;
  }
}

@media screen and (max-width: 320px) {
  span.button_caps {
    font-size: 0.8em;
    margin-top: 0px;
  }

  span.button_caps span.text_big {
    font-size: 1.0em;
    margin: 0;
  }

  span.button_caps+span {
    font-size: 1.0em;
    margin-top: -6px;
  }

  span.button_caps:before,
  span.button_caps:after {
    height: 20px;
    width: 2px;
    top: 4px;
  }
}

@media screen and (max-width: 270px) {
  span.button_caps {
    font-size: 0.6em;
    margin-top: -20px;
  }

  span.button_caps span.text_big {
    font-size: 0.8em;
  }

  span.button_caps+span {
    font-size: 0.8em;
    margin-top: -18px;
  }
}

@media screen and (max-width: 220px) {
  span.button_caps {
    font-size: 0.6em;
    margin-top: -30px;
  }

  span.button_caps span.text_big {
    font-size: 0.8em;
  }

  span.button_caps+span {
    font-size: 0.8em;
    margin-top: -38px;
  }
}

@media screen and (max-width: 360px) {
  span.most_big_text {
    font-size: 1.8em;
    line-height: 130px;
  }
}

footer.footer {
  color: #3c3c3c;
  font-size: 10px;
  line-height: 1.4;
  margin-bottom: 15px;
}
