* {
  margin: 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  color: #607d8b;
}

h1 {
  display: none;
}

.smartForm_am_text {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
}

.smartForm_am_text--medium {
  font-size: min(1.87vw, 24px);
}

.smartForm_am_text--large {
  font-size: min(2.5vw, 32px);
}

.smartForm_am_text--white {
  color: #fff;
}

.smartForm_am_text--yellow {
  font-weight: 600;
  color: #ffd600;
}

.smartForm_am_text--green {
  color: #00a59a;
}

.smartForm_am_text--orange {
  color: #fa6400;
}

.smartForm_am_text--bold {
  font-weight: 700;
}

.smartForm_am_text--center {
  text-align: center;
}

.smartForm_am_text--left {
  text-align: left;
}

.smartForm_am_title {
  font-size: min(3.43vw, 44px);
}

.smartForm_am_title--band {
  font-size: min(1.79vw, 32px);
  text-align: center;
  color: #fff;
  background-color: #00a59a;
  padding: 16px 0;
  line-height: 1;
}

.smartForm_am_subtitle {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", sans-serif;
  font-size: min(1.87vw, 24px);
  font-weight: 700;
}

.smartForm_am_subtitle--white {
  color: #fff;
}

.smartForm_am_img {
  width: 100%;
}

.smartForm_am_inner {
  width: 100%;
  max-width: 1100px;
  box-sizing: border-box;
  padding-right: 28px;
  padding-left: 28px;
  margin: auto;
}

.smartForm_am_content__flex {
  display: flex;
}

.smartForm_am_content__lg--flex-reverse {
  flex-direction: row-reverse;
}

.smartForm_og_cardUnit {
  display: flex;
  gap: 36px;
  justify-content: center;
}

.smartForm_mc_card {
  width: 45%;
  max-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 24px 12px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 6px;
  box-sizing: border-box;
}

.smartForm_mc_card>.smartForm_mc_btn {
  width: 85.3%;
  max-width: 380px;
}

.smartForm_am_card_description {
  font-size: min(1.718vw, 22px);
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #607d8b;
  margin-bottom: 10px;
}

.smartForm_mc_btn {
  width: 380px;
  line-height: 1;
  background-color: #ffd600;
  text-align: center;
  border-radius: 28px;
  box-shadow: 0 3px 0 0 #fdca39;
  padding-left: 10px;
  padding-right: 10px;
}

.smartForm_mc_btn:hover {
  background-color: #ffea60;
}

.smartForm_mc_btn:active,
.smartForm_mc_btn:focus {
  box-shadow: none;
  transform: translateY(3px);
}

.smartForm_mc_btn--orange {
  background-color: #fa6400;
  box-shadow: 0 3px 0 0 #e6000b;
}

.smartForm_mc_btn--orange:hover {
  background-color: #ff9100;
}

.smartForm_am_card_link {
  font-size: min(1.875vw, 24px);
  font-weight: 600;
  color: #455a64;
  text-decoration: none;
  display: block;
  padding: 16px 0;
}

.smartForm_am_card_link--white {
  color: #fff;
}

.smartForm_am_span--orange {
  font-weight: 600;
  color: #ff5252;
}

.smartForm_am_span--green {
  font-weight: 600;
  color: #009688;
}

.smartForm_am_span--underline {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #ffd600 50%, #ffd600 100%);
}

.smartForm_am_span--arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 39px solid #009688;
  border-right: 0;
}

/* FV */
.smartForm_og_section--fv {
  padding: 100px 0 36px;
  background-image: url(/images/lp-smartform/bg_fv.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.smartForm_am_title--fv {
  padding: 6px 20px 10px 20px;
  display: inline-block;
  background-image: url(/images/lp-smartform/title_fv.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #009688;
  white-space: nowrap;
}

.smartForm_am_content--fv {
  margin-bottom: 64px;
  justify-content: center;
  align-items: center;
}

.smartForm_am_text--fv {
  margin-bottom: 16px;
  padding-left: 16px;
}

.smartForm_am_text--fv.smartForm_am_text--large {
  white-space: nowrap;
  line-height: 1.5;
}

.smartForm_am_text--fv.smartForm_am_text--medium {
  line-height: 1.21;
}

.smartForm_am_subtitle--fv {
  padding-left: 16px;
}

.smartForm_am_img--fv {
  width: min(38.7vw, 496px);
}

/* このようなお悩みはありませんか？ */
.smartForm_og_section--section02 {
  position: relative;
  padding-bottom: 200px;
}

.smartForm_og_section--section02::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  clip-path: polygon(50% 93.75%, 100% 60.54%, 100% 100%, 0 100%, 0 60.54%);
  background-color: #dbf0ef;
  position: absolute;
  bottom: 0;
  left: 0;
}

.smartForm_og_section--section02 .smartForm_am_inner {
  position: relative;
  z-index: 100;
}

.smartForm_mc_lists {
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 44px auto 24px;
}

.smartForm_mc_lists ul {
  list-style: none;
  padding: 0;
}

.smartForm_am_list {
  padding-left: min(3.125vw, 40px);
  font-size: min(1.875vw, 24px);
  color: #707070;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.smartForm_am_list::before {
  display: block;
  content: '';
  width: 1.16em;
  height: 1.16em;
  border-radius: 1.16em;
  background-color: #009688;
  position: absolute;
  top: 0.16em;
  left: 0;
}

.smartForm_am_list::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  left: 0.27em;
  width: 0.5166em;
  height: 0.3em;
  border-left: 0.125em solid #fff;
  border-bottom: 0.125em solid #fff;
  transform: rotate(-45deg);
}

/* section03 */
.smartForm_am_inner--section03 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.smartForm_og_section--section03_subtitle {
  margin-bottom: min(0.15vw, 48px);
}

.smartForm_og_section--section03_subtext {
  margin-bottom: 24px;
}

.smartForm_am_content--section03 {
  justify-content: space-between;
  align-items: center;
  max-width: 815px;
  margin: 0 auto 36px;
}

.smartForm_am_img--device {
  max-width: 322px;
}

.smartForm_am_text--section03-text {
  line-height: 1.67;
  margin-bottom: 48px;
}

.smartForm_am_item--compare {
  display: block;
  margin-top: 52px;
  text-align: center;
}

/* section04 */
.smartForm_am_subtitle--section04 {
  margin-bottom: 16px;
  line-height: 1.23;
}

.smartForm_og_section--section04 .smartForm_am_inner {
  padding-top: 84px;
}

.smartForm_og_section--section04 .smartForm_am_content {
  max-width: 977px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: min(8.125vw, 104px);
  justify-content: space-between;
  align-items: center;
}

.smartForm_og_section--section04 .smartForm_og_txtWrapper {
  width: 66.32%;
  max-width: 648px;
}

.smartForm_am_subtitle--section04.smartForm_am_subtitle {
  font-size: min(2.421vw, 31px);
}

.smartForm_og_section--section04 .smartForm_og_imgWrapper {
  width: 30.8%;
  max-width: 301px;
}


.smartForm_og_section--section04 .smartForm_am_content--section04--bottom {
  margin-bottom: 44px;
}

.smartForm_og_section--cardUnit {
  padding: 64px 28px;
  background-image: url(/images/lp-smartform/bg_cards.png);
  background-size: cover;
}

.smartForm_og_section--cardUnit>.smartForm_og_cardUnit {
  max-width: 977px;
  margin-left: auto;
  margin-right: auto;
}

/* section05 */
.smartForm_am_inner--section05 {
  padding-top: 84px;
}

.smartForm_am_content--formUi {
  justify-content: space-between;
  align-items: center;
  max-width: 815px;
  margin: 0 auto 24px;
}

.smartForm_mc_items--formSupport {
  max-width: 977px;
  margin: 0 auto 64px;
  padding: 32px 29px;
  box-sizing: border-box;
  background-color: #dbf0ef;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.smartForm_am_item--formSupport {
  box-sizing: border-box;
  padding: 32px 14px 14px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
}

.smartForm_am_item_title--formSupport {
  font-size: 24px;
  color: #00a59a;
  margin-bottom: 24px;
}

.smartForm_am_item_img--formSupport {
  width: 100%;
  margin-bottom: 16px;
}

.smartForm_am_functionTitle {
  margin-bottom: 48px;
}

.smartForm_mc_figures {
  max-width: 977px;
  margin: 0 auto 90px;
  display: flex;
  justify-content: center;
  gap: 24px;
}

.smartForm_mc_figures .smartForm_am_figure {
  width: 560px;
}

.smartForm_mc_figures .smartForm_am_figure img {
  width: 100%;
  height: 100%;
}

.smartForm_mc_figures .smartForm_am_figure .smartForm_am_text_box {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  padding: 0 0 12px;
  border: solid 1px #00a59a;
}

.smartForm_mc_figures .smartForm_am_figure .smartForm_am_text_box .smartForm_am_text_box--title {
  height: 52px;
  font-size: 24px;
  background-color: #00a59a;
  text-align: center;
  align-content: center;
  color: #fff;
}

.smartForm_mc_figures .smartForm_am_figure .smartForm_am_text_box .smartForm_am_text_box--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 12px;
}

.smartForm_mc_figures .smartForm_am_figure .smartForm_am_text_box .smartForm_am_text_box--list li {
  margin-left: 16px;
  margin-right: 16px;
}

.smartForm_mc_figures .smartForm_am_figure .smartForm_am_text_box .smartForm_am_text_box--list span {
  color: #00a59a;
}

/* section06 */
.smartForm_mc_contents__step {
  max-width: 881px;
  margin: 0 auto 100px;
  padding-top: 72px;
}

.smartForm_am_content__step {
  gap: 35px;
  margin-bottom: 37.5px;
  padding-bottom: 16px;
  border-bottom: solid 1px #cfd8dc;
}

.smartForm_am_item__step {
  width: min(14.84vw, 190px);
}

.smartForm_am_icon__step {
  height: min(7.773vw, 99.5px);
  padding-top: min(1.25vw, 16px);
  box-sizing: border-box;
  text-align: center;
  font-size: min(1.875vw, 24px);
  font-weight: 600;
  background-color: #fa6400;
  color: #fff;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
}

.smartForm_am_icon__step--green {
  background-color: #00a59a;
}

.smartForm_am_item__step_description {
  flex: 1;
}

.smartForm_am_item__step_description_title {
  margin-bottom: 24px;
  line-height: 1;
}

.smartForm_am_item__step_description_text {
  font-size: min(1.718vw, 22px);
}

.smartForm_am_item__step_description_text--step1 {
  margin-bottom: 16px;
}

.smartForm_am_item__step_description_btn {
  width: min(21.17vw, 271px);
}

.smartForm_am_item__step_description_btn .smartForm_am_card_link {
  font-size: min(1.406vw, 18px);
}

.smartForm_am_text--section06 {
  margin-bottom: 84px;
}

.smartForm_og_section--telephone {
  padding: 40px 0 52px;
  background-color: #00a59a;
  text-align: center;
}

.smartForm_am_text--tel {
  display: inline-block;
  font-size: min(5.859vw, 75px);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  pointer-events: none;
  margin-top: min(2.343vw, 30x);
  margin-bottom: min(2.343vw, 30px);
}

/*
-------------- header--------------
 */
header>.global-navi.smartForm_og_headerNavi {
  max-width: 1100px;
  padding-right: 28px;
  padding-left: 28px;
  box-sizing: border-box;
}

header .smartForm_mc_btn {
  width: auto;
}

header .smartForm_am_card_link {
  font-size: 16px;
  padding: 8px;
}

/*
-------------- footer--------------
 */
.smartForm_og_footer {
  background-color: #dcf3f1;
  padding-top: 35px;
  padding-bottom: 35px;
}

.smartForm_og_footer>.smartForm_am_inner {
  display: flex;
  gap: min(2.218vw, 28.4px);
  max-width: 977px;
  padding-right: 0;
}

.smartForm_mc_footerLogo {
  width: 17.8%;
  max-width: 164px;
  display: flex;
  align-items: center;
}

.smartForm_mc_footerLogo>a {
  width: 100%;
}

.smartForm_og_footerBody {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.smartForm_og_footerBody>.smartForm_mc_footerNav {
  margin-bottom: 25px;
}

.smartForm_am_footerAttention {
  color: #607d8b;
  font-size: min(0.7812vw, 10px);
  text-align: left;
  line-height: 2.5;
}

.smartForm_mc_footerNav {
  display: flex;
  justify-content: left;
  align-items: center;
}

.smartForm_mc_footerNav li {
  padding-left: min(0.625vw, 8px);
  padding-right: min(0.625vw, 8px);
  border-right: #aeaeae 1px solid;
}

.smartForm_mc_footerNav li:first-child {
  padding-left: 0;
}

.smartForm_mc_footerNav li:last-child {
  border-right: none;
}

.smartForm_mc_footerNav a {
  color: #00a59a;
  font-size: min(1.25vw, 16px);
  white-space: nowrap;
}

/*
-------------- その他汎用クラス--------------
 */

.smartForm_am_spShow {
  display: none;
}

/* ------------------------------------------------------------

tab表示, sp表示

------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .smartForm_am_spShow {
    display: block;
  }

  .smartForm_am_content__flex {
    flex-direction: column;
  }

  .smartForm_am_content__flex.smartForm_am_content--fv {
    flex-direction: column-reverse;
    margin-bottom: max(0.1vw, 32px);
  }

  .smartForm_am_span--arrow {
    transform: rotate(90deg);
  }

  .smartForm_am_img--fv {
    margin-top: 16px;
    width: 100%;
    display: block;
    margin-bottom: max(12.81vw, 41px);
  }

  .smartForm_am_text--large {
    font-size: max(5.62vw, 18px);
  }

  .smartForm_am_text--medium {
    font-size: max(5.62vw, 16px);
  }

  .smartForm_am_text--medium.smartForm_am_text--section03-text {
    font-size: max(4.375vw, 14px);
  }

  .smartForm_am_text--medium.smartForm_am_item__step_description_title {
    font-size: max(5.62vw, 18px);
  }

  .smartForm_am_text--fv {
    padding-left: 0;
  }

  .smartForm_am_text--fv.smartForm_am_text--medium {
    line-height: 1.81;
  }

  .smartForm_og_section--section04 .smartForm_og_txtWrapper>.smartForm_am_text--medium {
    font-size: max(4.375vw, 14px);
  }

  .smartForm_am_title {
    font-size: max(6.25vw, 20px)
  }

  .smartForm_am_title--fv {
    padding-left: max(6.25vw, 20px);
    padding-right: max(6.25vw, 20px);
  }

  .smartForm_am_title--band {
    font-size: max(5.62vw, 18px);
  }

  .smartForm_am_subtitle--fv.smartForm_am_spShow {
    margin-bottom: max(9.031vw, 28.9px);
  }

  .smartForm_am_subtitle {
    font-size: max(4.37vw, 14px);
  }

  .smartForm_am_subtitle--section04.smartForm_am_subtitle {
    font-size: max(5.625vw, 18px);
  }

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

  .smartForm_mc_card {
    width: 100%;
    max-height: none;
  }

  .smartForm_mc_card>.smartForm_mc_btn {
    width: 100%;
    max-width: 90.9%;
  }

  .smartForm_am_card_description {
    margin-bottom: max(5vw, 16px);
    font-size: max(4.375vw, 14px);
    line-height: 2;
  }

  .smartForm_am_card_link {
    font-size: max(5.625vw, 18px);
    display: block;
    padding: 16px 0;
  }

  .smartForm_og_section--section02::before {
    clip-path: polygon(50% 96%, 100% 82.54%, 100% 100%, 0 100%, 0 82.54%);
  }

  .smartForm_am_list {
    padding-left: max(8.125vw, 26px);
    font-size: max(4.687vw, 15px);
    margin-bottom: max(9.375vw, 30px);

  }

  .smartForm_og_section--section03_subtitle {
    margin-bottom: max(0.5625vw, 18px);
  }

  .smartForm_og_section--section04 .smartForm_am_content {
    margin-bottom: max(18.75vw, 60px);
  }

  .smartForm_og_section--section04 .smartForm_og_imgWrapper {
    width: 100%;
    max-width: none;
    margin-bottom: min(10.78vw, 34.5px);
  }

  .smartForm_og_section--section04 .smartForm_og_txtWrapper {
    width: 100%;
    max-width: none;
  }

  .smartForm_am_item_title--formSupport {
    font-size: max(7.5vw, 24px);
    margin-bottom: max(7.5vw, 24px);
  }

  .smartForm_mc_items--formSupport {
    gap: max(7.5vw, 24px);
    grid-template-columns: 1fr;
  }

  .smartForm_mc_figures {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin: 0 auto 40px;
  }

  .smartForm_mc_figures .smartForm_am_figure {
    width: max(82.5vw, 264px);
  }

  .smartForm_mc_figures .smartForm_am_figure .smartForm_am_text_box .smartForm_am_text_box--title {
    height: 40px;
    font-size: 16px;
  }

  .smartForm_am_content__step {
    justify-content: center;
    align-items: center;
  }

  .smartForm_am_item__step {
    width: max(59.37vw, 190px);
  }

  .smartForm_am_icon__step {
    height: max(31.09vw, 99.5px);
    font-size: max(7.5vw, 24px);
  }

  .smartForm_am_item__step_description_text {
    font-size: max(4.375vw, 14px);
  }

  .smartForm_am_item__step_description_btn {
    width: max(84.68vw, 271px);
  }

  .smartForm_am_item__step_description_btn .smartForm_am_card_link {
    font-size: max(5.625vw, 18px);
  }

  .smartForm_am_text--section06 {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
  }

  .smartForm_am_text--tel {
    font-size: max(9.375vw, 30px);
    margin-top: max(6.25vw, 20px);
    margin-bottom: max(6.25vw, 20px);
  }

  /*
  -------------- footer--------------
   */
  .smartForm_og_footer>.smartForm_am_inner {
    flex-direction: column;
  }

  .smartForm_mc_footerLogo {
    width: 60%;
    max-width: none;
    margin-bottom: max(3.124vw, 10px)
  }

  .smartForm_mc_footerNav {
    flex-direction: column;
  }

  .smartForm_mc_footerNav li {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: left;
    margin-bottom: max(1.562vw, 5px);
  }

  .smartForm_mc_footerNav a {
    font-size: max(4.375vw, 14px);
  }

  .smartForm_am_footerAttention {
    font-size: max(3.125vw, 10px);
    line-height: 1.8;
  }

  /*
  -------------- その他汎用クラス--------------
  */

  .smartForm_am_spHide {
    display: none;
  }
}

/* ------------------------------------------------------------

header の表示変更 (960px)

------------------------------------------------------------ */
@media screen and (max-width: 960px) {
  header .sp-nav.smartForm_mc_dropMenu {
    height: 370px;
  }
}

@media screen and (max-width: 320px) {
  header .global-navi-sp.smartForm_og_headerNavi--sp>.logo {
    width: max(31.87vw, 102px);
    height: auto;
  }
}
