body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #404040;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.clrfx::after {
  content: "";
  display: block;
  clear: both;
}

p {
  margin: 0;
  line-height: 0;
  letter-spacing: 0.1em;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  line-height: 0;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
a:hover {
  opacity: 0.8;
}

*:focus {
  outline: none;
}

main {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  main {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  }
}
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
.js-fadeIn.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeIn.js-scale {
  -webkit-transform: translateY(0) scale(0);
          transform: translateY(0) scale(0);
}
.js-fadeIn.js-scale.is-inview {
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

#sec_worry {
  background-image: url(../img/bg_worry.webp);
  background-size: cover;
  background-position: bottom;
  padding-top: 40px;
}
#sec_worry h2 {
  width: 80%;
  margin: 0 auto;
}
#sec_worry .worry_txt {
  margin-top: 30px;
  width: 77%;
  margin: 25px auto 0;
}
#sec_worry .worry_img {
  position: relative;
  bottom: -20px;
}

@media screen and (min-width: 450px) {
  #sec_worry {
    padding-top: 70px;
  }
  #sec_worry .worry_txt {
    margin: 35px auto 0;
  }
}
#sec_solution {
  background-image: url(../img/bg_solution.webp);
  background-size: cover;
  background-position: top;
  position: relative;
  top: -50px;
  z-index: -1;
  padding: 100px 25px 0;
}
#sec_solution h2 {
  width: 95%;
  margin: 0 auto;
}
#sec_solution .solution_merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
}
#sec_solution .solution_merit div {
  width: 40%;
}
#sec_solution .solution_merit div:first-child {
  margin-right: 5%;
}

#sec_compare, #sec_flow {
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #ececec calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #ececec calc(100% - 1px));
  background-color: #f5f6f8;
  background-size: 10px 10px;
  background-repeat: repeat;
  background-position: center center;
}

#sec_compare {
  padding: 40px 25px;
}
#sec_compare h2 {
  min-width: 266px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 450px) {
  #sec_compare {
    padding: 60px 50px;
  }
}
#sec_support {
  background-image: url(../img/bg_sup.jpg);
  background-size: cover;
  padding: 40px 0;
}
#sec_support h2 {
  min-width: 300px;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 25px;
}
#sec_support .support_li li {
  margin-top: 30px;
}
#sec_support .support_li li:first-child, #sec_support .support_li li:last-child {
  padding-right: 25px;
}
#sec_support .support_li li:nth-child(2) {
  padding-left: 25px;
}

@media screen and (min-width: 450px) {
  #sec_support {
    padding: 80px 0;
  }
  #sec_support .support_li li {
    margin-top: 45px;
  }
  #sec_support .support_li li:first-child, #sec_support .support_li li:last-child {
    padding-right: 50px;
  }
  #sec_support .support_li li:nth-child(2) {
    padding-left: 50px;
  }
}
#sec_flow {
  padding: 40px 25px;
}
#sec_flow h2 {
  min-width: 190px;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 35px;
}
#sec_flow .sec_contents {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 450px) {
  #sec_flow {
    padding: 60px 50px;
  }
}
#sec_faq {
  padding: 40px 25px;
}
#sec_faq h2 {
  min-width: 125px;
  width: 38%;
  margin: 0 auto;
  margin-bottom: 35px;
}

@media screen and (min-width: 450px) {
  #sec_faq {
    padding: 60px 50px;
  }
}
.accordion_container {
  margin-bottom: 12px;
  color: #222;
  border: 1px solid #edd1d8;
  border-radius: 4px;
}
.accordion_container .accordion_title {
  text-align: left;
  background-color: #edd1d8;
  line-height: 1;
  font-size: 13px;
  padding: 15px 35px 15px 45px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.accordion_container .accordion_title:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/txt_q.png);
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 12px;
}
.accordion_container .accordion_title .icon {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.accordion_container .accordion_title .icon:before, .accordion_container .accordion_title .icon:after {
  content: "";
  background-color: #d54065;
  width: 10px;
  height: 2px;
  position: absolute;
  top: 7px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.accordion_container .accordion_title .icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion_container .accordion_title.open .icon:before {
  content: none;
}
.accordion_container .accordion_title.open .icon:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion_container .accordion_inner {
  display: none;
  padding: 15px 35px 15px 45px;
  position: relative;
  font-size: 12px;
  line-height: 1.5;
}
.accordion_container .accordion_inner:before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/txt_a.png);
  background-size: cover;
  position: absolute;
  left: 15px;
  top: 16px;
}

#sec_notice {
  padding: 40px 25px;
  background-image: repeating-linear-gradient(-45deg, #e5e8f3, #e5e8f3 4px, transparent 4px, transparent 5px);
}
#sec_notice h2 {
  min-width: 250px;
  width: 76%;
  margin: 0 auto;
  margin-bottom: 35px;
}
#sec_notice .sec_contents {
  background-color: #fff;
  padding: 15px;
}
#sec_notice .sec_contents .notice_wrap {
  line-height: 1.65;
  font-size: 12px;
}
#sec_notice .sec_contents .notice_wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #b9bfd4;
  padding: 8px 0;
}
#sec_notice .sec_contents .notice_wrap li .notice_item {
  min-width: 80px;
  width: 20%;
  font-weight: 600;
}
#sec_notice .sec_contents .notice_wrap li .notice_contents {
  text-align: justify;
  width: 80%;
}
#sec_notice .sec_contents .notice_wrap li:last-child {
  border-bottom: none;
}

@media screen and (min-width: 450px) {
  #sec_notice {
    padding: 60px 50px;
  }
  #sec_notice .sec_contents {
    padding: 10px 30px;
    font-size: 13px;
  }
  #sec_notice .sec_contents .notice_wrap {
    padding: 12px 0;
  }
}
footer {
  padding: 25px 0 120px 0;
}
footer .footer_logo {
  width: 110px;
  margin: 0 auto 20px;
}
footer .footer_links {
  font-size: 10px;
  text-align: center;
  line-height: 1;
}
footer .footer_links a {
  color: #666;
}
footer .footer_links a:first-child {
  padding-right: 10px;
  border-right: 1px solid;
}
footer .footer_links a:last-child {
  padding-left: 10px;
}

@media screen and (min-width: 450px) {
  footer {
    padding: 35px 0 150px;
  }
}
#cta_fixed {
  position: fixed;
  bottom: 30px;
  width: 100%;
  max-width: 650px;
  z-index: 100;
}
#cta_fixed .cta_btn {
  display: block;
  width: 90%;
  max-width: 420px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(4px 4px 0px rgb(0, 126, 0));
          filter: drop-shadow(4px 4px 0px rgb(0, 126, 0));
}
#cta_fixed .cta_btn:focus, #cta_fixed .cta_btn:hover {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}/*# sourceMappingURL=global.css.map */