@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */

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: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

button {
  border: none;
}

html, body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* ===============================================================================
Body Setting
=============================================================================== */

#globalContainer {
  position: relative;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #3b3b3b;
  background-color: #F6F9FB;
}

.contents {
  max-width: 1920px;
  /*  min-width: 990px;*/
  margin: 0 auto 0;
  background-color: #fff;
  line-height: 1.8;
}

a {
  color: #0000ff;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

img {
  vertical-align: top;
  height: inherit;
  max-width: 100%;
  width: 100%;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

a:hover, a:hover img {
  opacity: .9;
}

/* ===============================================================================
     ContentsArea
=============================================================================== */

main {
  position: relative;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}

main section {
  width: 100%;
  margin: 0 auto;
}

main section h3, main aside h3 {
  padding: 20px 10px;
  font-family: fot-rodin-pron, sans-serif;
  font-size: 45px;
  font-weight: 600;
  color: #0068B7;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  main section h3, main aside h3 {
    font-size: 30px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1160px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* ===============================================================================
mainVisual
=============================================================================== */

.mainVisual section {
  position: relative;
}

.mainVisual ul.point {
  width: 100%;
  background-color: rgb(255, 255, 255, 0.75);
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 1160px) {
  .mainVisual ul.point {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.mainVisual ul.point li {
  width: 100%;
  max-width: 800px;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-family: fot-rodin-pron, sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.mainVisual ul.point li p {
  width: 100%;
  flex-shrink: 2;
}

.mainVisual ul.point li::before {
  content: "Point";
  width: 35px;
  height: 35px;
  flex-shrink: 1;
  flex-basis: 35px;
  white-space: nowrap;
  background-color: #FFFE26;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-size: 7px;
  margin-right: 10px;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .mainVisual ul.point li {
    font-size: 12px;
    line-height: 1.4;
  }
}

/* ===============================================================================
system
=============================================================================== */

.system {
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .system {
    padding-top: 0px;
  }
}

.system figure {
  border-radius: 15px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
  padding-left: 0px;
  padding-right: 0px;
}

@media screen and (max-width: 1160px) {
  .system figure {
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.system figure img {
  width: 94%;
}

/* ===============================================================================
cost
=============================================================================== */

.cost {
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .cost {
    margin: 0 auto 20px;
  }
}

.cost .list_cost {
  display: flex;
  margin-bottom: 20px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .cost .list_cost {
    flex-wrap: wrap;
  }
}

.cost .list_cost li {
  width: 48%;
  border-radius: 10px;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid #7EC2FF;
}

@media screen and (max-width: 640px) {
  .cost .list_cost li {
    margin-bottom: 10px;
    width: 100%;
  }
}

.cost .list_cost li h4 {
  color: #fff;
  font-size: 25px;
  line-height: 3em;
  background-color: #7EC2FF;
}

@media screen and (max-width: 767px) {
  .cost .list_cost li h4 {
    font-size: 20px;
  }
}

.cost .list_cost li p {
  padding: 25px;
  font-size: 45px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .cost .list_cost li p {
    padding: 15px 5px;
    font-size: 25px;
  }
}

.cost .list_cost li p span {
  font-size: 20px;
}

.cost .list_cost li p span.note {
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 767px) {
  .cost .list_cost li p span {
    font-size: 16px;
  }
  .cost .list_cost li p span.note {
    font-size: 14px;
  }
}

.cost h5 {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  font-weight: 700;
}

@media screen and (max-width: 1160px) {
  .cost h5 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.cost dl {
  margin-top: 10px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .cost dl {
    display: block;
  }
}

/* ===============================================================================
contactArea -
=============================================================================== */

.contactArea {
  width: 100%;
  padding: 90px 20px 110px;
  text-align: center;
  color: #fff;
  background: #47bc24;
  background: -moz-linear-gradient(-45deg, #47bc24 0%, #006d8e 100%);
  background: -webkit-linear-gradient(-45deg, #47bc24 0%, #006d8e 100%);
  background: linear-gradient(135deg, #47bc24 0%, #006d8e 100%);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .contactArea {
    padding: 30px 20px 70px;
  }
}

.contactArea::after {
  position: absolute;
  bottom: -30px;
  left: 0;
  content: "";
  width: 100%;
  height: 165px;
  background-image: url("../../lp-images/bg_contact.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .contactArea::after {
    bottom: -5px;
    background-size: contain;
  }
}

main aside.contactArea h3 {
  color: #fff;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  main aside.contactArea h3 {
    margin-bottom: 5px;
  }
}

.contactArea a {
  display: flex;
  max-width: 660px;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-size: 30px;
  line-height: 3.6em;
  border-radius: 10px;
  background: rgb(255, 254, 38);
  background: -moz-linear-gradient(-45deg, rgba(255, 254, 38, 1) 27%, rgba(255, 254, 38, 1) 27%, rgba(209, 207, 0, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(255, 254, 38, 1) 27%, rgba(255, 254, 38, 1) 27%, rgba(209, 207, 0, 1) 100%);
  background: linear-gradient(135deg, rgba(255, 254, 38, 1) 27%, rgba(255, 254, 38, 1) 27%, rgba(209, 207, 0, 1) 100%);
  box-shadow: 0px 7px 0px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 5;
}

.contactArea a::before {
  position: absolute;
  right: 20px;
  top: 50%;
  content: ">";
  line-height: 0;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .contactArea a {
    font-size: 18px;
  }
  .contactArea a::before {
    right: 10px;
  }
}

/* ===============================================================================
FAQ
=============================================================================== */

.faq {
  background-color: #F6F9FB;
}

.faq dl {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
  line-height: 1.8;
}

.faq dl dt {
  position: relative;
  padding: 15px;
  padding-left: 80px;
  color: #ffffff;
  font-size: 22px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background-color: #005089;
}

.faq dl dd {
  position: relative;
  background-color: #ffffff;
  padding: 15px;
  padding-left: 80px;
  font-size: 18px;
  margin-bottom: 1em;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.faq dl dd ul {
  list-style: disc;
  margin-left: 1.5em;
}

.faq dl dt span, .faq dl dd span {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  font-size: 32px;
  text-align: center;
}

.faq dl dd span {
  color: #005089;
}

@media screen and (max-width: 767px) {
  .faq dl dt {
    font-size: 16px;
    padding-left: 50px;
  }
  .faq dl dd {
    font-size: 16px;
    padding-left: 50px;
  }
  .faq dl dt span, .faq dl dd span {
    top: 10px;
    font-size: 25px;
    width: 50px;
  }
}

/* ===============================================================================
page up link
=============================================================================== */

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 4.5em;
  height: 5em;
  z-index: 100;
  text-align: center;
}

.pagetop a {
  display: block;
  background-color: #003cff;
  padding: 1.3em;
  border-radius: 5px;
  color: #fff;
}

.pagetop a img {
  width: 15px;
}