@charset "UTF-8";
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 {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  overflow-x: hidden;
  font-family: -apple-system, "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
a {
  transition: all 0.3s;
}
a:link {
  text-decoration: none;
  outline: 0;
}
a:hover {
  opacity: 0.8;
}
header {
  padding-top: 69px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header .header-top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width: 1200px;
  height: 70px;
  padding: 12px 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
header .header-top .left-box {
  display: flex;
  align-items: center;
}
.l-wrapper {
  position: relative;
  overflow: hidden;
}
.mv {
  width: 100%;
  height: 460px;
  max-height: 43vw;
  padding: 30px 0;
  background-color: #00a0e9;
}
.mv .l-inner {
  position: relative;
  width: 960px;
  max-width: 82vw;
  height: 100%;
  margin: 0 auto;
}
.mv .l-inner::after {
  position: absolute;
  top: -30px;
  right: -394px;
  z-index: 0;
  display: inline-block;
  width: 840px;
  height: 460px;
  max-height: 43vw;
  content: "";
  background-image: url(../../assets/images/common/mv-bg_pc.jpg);
  background-size: 840px 460px;
}
.mv .l-inner .l-mv-contents {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 60vw;
}
.mv .l-inner .l-mv-contents .mv-notes {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
}
.mv .l-inner .mv-image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  max-width: 24vw;
}
.mv .l-inner .page-link-btn {
  position: absolute;
  right: 0;
  bottom: -90px;
  z-index: 20;
  max-width: 17vw;
  transition: all 0.3s;
}
.mv .l-inner .page-link-btn:hover {
  cursor: pointer;
  transform: rotate(10deg);
}
@media screen and (max-width: 767px) {
  header {
    padding-top: 54px;
  }
  header .header-top {
    min-width: 100%;
    height: 55px;
    padding: 9px 3px 9px 15px;
  }
  header .header-top .left-box img {
    width: 150px;
  }
  .mv {
    height: auto;
    max-height: 100%;
    padding: 0;
    background-image: url(../images/common/mv-bg_sp.jpg);
    background-repeat: repeat-y;
    background-size: 100% auto;
  }
  .mv .l-inner {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
  }
  .mv .l-inner::after {
    content: none;
  }
  .mv .l-inner .l-mv-contents {
    position: relative;
    max-width: 90vw;
    margin: 0 auto;
  }
  .mv .l-inner .l-mv-contents .mv-title {
    padding: 22px 0 0;
    margin-top: 0;
  }
  .mv .l-inner .l-mv-contents .mv-title img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .mv .l-inner .l-mv-contents .mv-notes {
    margin-left: 20px;
  }
  .mv .l-inner .mv-image {
    position: relative;
    top: -20px;
    width: 180px;
    min-width: 40vw;
    max-width: 100vw;
    margin: 0 auto;
    line-height: 0;
  }
  .mv .l-inner .page-link-btn {
    right: 4vw;
    bottom: -2vw;
    width: 23.4667vw;
    max-width: 100%;
  }
}
.app-btn-wrap {
  padding: 20px 10px;
}
.app-btn-wrap.mb {
  margin-bottom: 40px;
}
.app-btn-wrap.ptn {
  padding-top: 0;
}
.app-btn-wrap .app-btn {
  position: relative;
  top: 0;
  display: block;
  width: 490px;
  max-width: 100%;
  padding: 18px 0;
  margin: 0 auto 20px;
  text-align: center;
  background: #e60012;
  border: 2px solid #fff;
  border-radius: 50px;
  box-shadow: 0 5px 0 #7d1925;
  transition: all 0.3s;
}
.app-btn-wrap .app-btn::after {
  position: absolute;
  top: calc(50% - 16px);
  right: 40px;
  width: 20px;
  height: 30px;
  content: "";
  background: url(../images/common/btn-arrow.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s;
}
.app-btn-wrap .app-btn:hover {
  top: 4px;
  box-shadow: 0 0 1px #7d1925;
}
.app-btn-wrap .app-btn:hover::after {
  right: 30px;
}
.app-btn-wrap .app-btn img {
  display: inline-block;
  width: 230px;
}
.app-btn-wrap .btn-notes {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.5rem;
  color: #e60012;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .app-btn-wrap {
    padding: 20px 10px;
  }
  .app-btn-wrap .app-btn {
    width: 300px;
    padding: 8px 0;
    box-shadow: 0 3px 0 #7d1925;
  }
  .app-btn-wrap .app-btn::after {
    top: calc(50% - 10px);
    right: 20px;
    width: 12px;
    height: 20px;
    content: "";
    transition: all 0.3s;
  }
  .app-btn-wrap .app-btn:hover {
    top: 2px;
    box-shadow: 0 0 1px #7d1925;
  }
  .app-btn-wrap .app-btn:hover::after {
    right: 12px;
  }
  .app-btn-wrap .app-btn img {
    width: 200px;
  }
  .app-btn-wrap .btn-notes {
    font-size: 12px;
    text-align: left;
  }
}
.contents {
  padding: 40px 0;
}
.contents.mb {
  margin-bottom: 40px;
}
.contents.mb2 {
  margin-bottom: 10px;
}
.contents.pn {
  padding-bottom: 10px;
}
.contents.pn2 {
  padding-bottom: 20px;
}
.contents.bg-dot {
  background: url(../images/common/dot-bg.jpg) repeat;
}
.contents .contents-wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
.contents .contents-wrap img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contents .contents-wrap img.mn {
  margin-bottom: 5px;
}
.contents .contents-wrap img.mb {
  margin-bottom: 40px;
}
.contents .contents-wrap .contents-text {
  font-size: 20px;
  line-height: 1.5em;
  text-align: center;
}
.contents .contents-wrap .contents-text.mb {
  margin-bottom: 40px;
}
.contents .contents-wrap .contents-text.mb2 {
  margin-bottom: 10px;
}
.contents .contents-wrap .contents-notes {
  padding-left: 2em;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5rem;
  color: #333;
  text-align: center;
  text-indent: -2em;
}
@media screen and (min-width: 980px) {
  .contents .contents-wrap .contents-notes-left {
    text-align: left;
    text-indent: 8em;
  }
}
.contents .contents-wrap .contents-notes02 {
  padding-left: 2em;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5rem;
  color: #333;
  text-align: left;
  text-indent: -2em;
}
.contents .contents-wrap .about-text {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5em;
}
.contents .contents-wrap .about-text span {
  font-weight: 600;
  color: #00a1e9;
}
@media screen and (max-width: 767px) {
  .contents .contents-wrap .contents-text {
    font-size: 14px;
    text-align: center;
  }
  .contents .contents-wrap .contents-text span {
    display: block;
  }
  .contents .contents-wrap .contents-notes02 {
    font-size: 11px;
    line-height: 1.2rem;
  }
  .contents .contents-wrap .about-text {
    font-size: 14px;
  }
}
.price-table {
  position: relative;
}
.price-table .badge {
  position: absolute;
  top: -32px;
  right: -16px;
  width: 10vw;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .price-table {
    width: 344px;
    margin: 0 auto;
  }
  .price-table .badge {
    position: absolute;
    top: -15px;
    right: -10px;
    width: 40px;
  }
}
.payment-title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
}
.payment-title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 24px;
  content: "";
  background: #19bb82;
}
.payment-text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
}
.payment-notes {
  font-size: 13px;
  line-height: 2em;
}
.payment-notes ul {
  padding-left: 13px;
  font-size: 13px;
  line-height: 1.5em;
}
.faq {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 60px;
}
.faq .faq-list {
  color: #333;
  cursor: pointer;
  border-bottom: 1px solid #00a1e9;
}
.faq .faq-list:first-child {
  border-top: 1px solid #00a1e9;
}
.faq .faq-list .question {
  position: relative;
  padding: 20px 0 20px 70px;
  font-size: 20px;
  font-weight: 600;
  background: #fff;
}
.faq .faq-list .question::before {
  position: absolute;
  top: calc(50% - 19px);
  left: 15px;
  width: 38px;
  height: 38px;
  content: "";
  background: url(../images/common/faq-icon01.png);
}
.faq .faq-list .question .bar {
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 20px;
  height: 4px;
  background: #00a1e9;
  transition: all 0.3s;
}
.faq .faq-list .question .bar span {
  display: block;
  width: 20px;
  height: 4px;
  background: #00a1e9;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.faq .faq-list .answer {
  display: none;
  padding: 20px;
  font-size: 16px;
  line-height: 1.5em;
  background: #e3f4fc;
}
.faq .faq-list .answer a {
  color: #00a1e9;
  text-decoration: none;
}
.faq .faq-list.active .bar {
  transform: rotate(-180deg);
}
.faq .faq-list.active .bar span {
  opacity: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .flow-heading {
    width: 52.8vw;
    margin: 0 auto;
  }
  .faq-heading {
    width: 52.8vw;
    margin: 0 auto;
  }
  .faq .faq-list .question {
    padding: 20px 50px 20px 45px;
    font-size: 14px;
    line-height: 1.5em;
  }
  .faq .faq-list .question::before {
    top: calc(50% - 11px);
    left: 15px;
    width: 22px;
    height: 22px;
    background-size: 100%;
  }
  .faq .faq-list .answer {
    font-size: 14px;
  }
}
.contact .notes {
  padding-left: 1em;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5em;
  text-align: left;
  text-indent: -1em;
}
.contact .notes.center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .notes span {
    display: block;
  }
}
footer {
  padding: 0 20px 28px;
  color: #666;
  background: #f5f5f5;
}
footer .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  margin: 0 auto;
}
footer .footer-nav li {
  margin-right: 18px;
  margin-left: 18px;
}
footer .footer-nav li a {
  display: block;
  font-size: 14px;
  color: #666;
}
footer .nav1 {
  max-width: 960px;
  padding: 50px 0 25px;
  margin: 0 auto;
}
footer .nav1 li {
  margin-bottom: 0;
}
footer .nav1 .nav1-nest li {
  margin-bottom: 20px !important;
}
footer .nav2 {
  max-width: 960px;
  padding: 25px 0;
  border-top: 1px solid #d4d4d4;
}
footer .logo {
  padding: 30px 0 0;
  text-align: center;
  border-top: 1px solid #d4d4d4;
}
footer .logo img {
  width: 160px;
}
footer small {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 15px 25px;
  }
  footer .footer-nav {
    display: block;
    max-width: 100%;
  }
  footer .footer-nav li {
    margin-right: 0;
    margin-bottom: 20px !important;
    margin-left: 0;
  }
  footer .footer-nav li a {
    font-size: 12px;
  }
  footer .nav1 {
    max-width: 100%;
    padding: 32px 0 12px;
  }
  footer .nav1 li {
    margin-bottom: 20px;
  }
  footer .nav2 {
    padding: 25px 0 15px;
    border-top: 1px solid #d4d4d4;
  }
}
.error-page {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding: 60px 0;
  background: #f5f5f5;
}
.error-page .contents h1 {
  margin-bottom: 40px;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}
.error-page .contents p {
  margin-bottom: 40px;
  text-align: center;
}
.error-page .contents .btn {
  display: block;
  width: 300px;
  padding: 15px 0;
  color: #222;
  text-align: center;
  background: #fff;
  border-radius: 30px;
}