@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

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;
}

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

html{
  font-size: 62.5%;
}

html,body{
  height: 100%;
  width: 100%;
}

ol, ul {
  list-style: none;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

input[type="submit"],input[type="text"],
input[type="email"],input[type="button"],input[type="password"]{
  -webkit-appearance: none;
  border-radius: 0;
}

/*------------------------------
	base
------------------------------*/
a {color: #fff;text-decoration: none;}

.mb0 {margin: 0 0 0 0;}
.mb5 {margin: 0 0 5px 0;}
.mb10 {margin: 0 0 10px 0;}
.mb15 {margin: 0 0 15px 0;}
.mb20 {margin: 0 0 20px 0;}
.mb30 {margin: 0 0 30px 0;}
.mb40 {margin: 0 0 40px 0;}
.mb50 {margin: 0 0 50px 0;}
.mb60 {margin: 0 0 60px 0;}
.mb70 {margin: 0 0 70px 0;}
.mb80 {margin: 0 0 80px 0;}
.mb90 {margin: 0 0 90px 0;}
.mb100 {margin: 0 0 100px 0;}



body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #313131;
}

p {
  margin: 0 0 10px;
}

b {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*------------------------------
	header
------------------------------*/
header {
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  position: relative;
}

header h1 {
  width: 210px;
}

header li {
  font-weight: 700;
  font-size: 1.6rem;
}

#gnav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #eefaff;
  transition: all 0.3s;
}

#gnav ul {
  display: none;
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

#gnav li {
  list-style: none;
  margin: 0 0 24px;
  text-align: center;
}

#gnav li a {
  color: #333;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 700;
}

#gnav.panelactive {
  opacity: 1;
  z-index: 8;
}

#gnav.panelactive ul {
  display: block;
}

#gnav.panelactive #gnav-list { /*ナビゲーションの縦スクロール*/
  position: fixed;
  z-index: 8;
  width: 100%;
  height: 100vh;
  overflow: auto;
}

.openbtn {
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #d9d9d9;
  width: 45%;
}

.openbtn {
  background: url("../img/menu01.png") no-repeat center center;
  background-size: 43px;
}

.openbtn.active {
  background: url("../img/menu02.png") no-repeat center center;
  background-size: 43px;
  position: fixed;
}


/*------------------------------
	footer
------------------------------*/
footer {
  background: #529ce7;
  color: #fff;
  text-align: center;
  padding: 40px 32px 8px;
}

footer .logo {
  max-width: 300px;
  margin: 0 auto 32px;
}

footer ul {
  margin: 0 auto 32px;
}

footer li {
  margin: 0 0 16px;
}

/*------------------------------
	top
------------------------------*/
section {
  max-width: 1200px;
  margin: 0 auto;
}

.bg01 {
  background: #f6f6f6;
}

.bg02 {
  background: linear-gradient(270deg, #448aff 0%, #7fc9f4 100%);
}

.bg03 {
  background: #eefaff;
}

.bg04 {
  background: #093190;
  color: #fff;
}

section {
  padding: 60px 12px;
}

h2 {
  text-align: center;
  margin: 0 auto 24px;
}

h2 span {
  display: block;
}

h2.title01 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1.3;
  letter-spacing: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

h2.title01::before,
h2.title01::after {
  content: "";
  flex-grow: 0.23;
  height: 1px;
  background: #e4007f;
}

h2.title01::before {
  margin-right: 20px;
}

h2.title01::after {
  margin-left: 20px;
}

h2.title01 span {
  color: #e4007f;
  font-size: 1.8rem;
  font-family: Montserrat;
}

.center {
  text-align: center;
}

.top {
  text-align: center;
}

.about .use {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  margin: 0 0 40px;
}

.about .list {
  font-size: 1.2rem;
}

.about .list li {
  margin: 0 0 16px;
}

.about .list li:last-child {
  margin: 0;
}

.point h2 span {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 24px;
}

.price {
  background: #fff;
  padding: 24px 10px;
  box-sizing: border-box;
  margin: 0 auto;
}

.plan {
  max-width: 960px;
  margin: 24px auto 0;
}

.plan dl {
  border-radius: 10px;
  text-align: center;
  margin: 0 auto 32px;
}

.plan dt {
  border-radius: 10px 10px 0 0;
  padding: 12px;
  color: #fff;
  font-weight: 700;
  background: #529ce7;
}

.plan dd {
  border-radius: 0 0 10px 10px;
  border: 1px solid #529ce7;
  padding: 12px;
}

.plan dd span {
  font-weight: 900;
  font-size: 2rem;
}

.plan dd b {
  display: block;
  font-size: 4rem;
}

.plan dd .text {
  text-align: left;
}

.color-pink {
  color: #e4007f;
}

.plan dd .color-pink {
  font-size: 4rem;
  font-weight: 900;
}

.plan dd .color-pink em {
  font-size: 3rem;
}

.cta {
  margin: 0 8px;
}

.cta li {
  text-align: center;
  margin: 0 0 32px;
}

.product {
  max-width: 900px;
  margin: 0 auto;
}

.product .box {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
  background: #fff;
  position: relative;
  padding: 64px 16px 24px;
  margin: 0 0 96px;
}

.product .box:last-of-type {
  margin: 0 0 60px;
}

.product .box h3 {
  text-align: center;
  color: #fff;
  background: #e4007f;
  font-size: 2rem;
  font-weight: 700;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 27px;
  width: 280px;
  position: absolute;
  top: -24px;
  left: 50%;
  margin: 0 0 0 -140px;
}

.product h2 {
  margin: 0 0 64px;
}

.product .detail {
  font-size: 1.6rem;
  margin: 0 0 16px;
}

.product .title {
  font-weight: 700;
  font-size: 2rem;
}

.product .box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 14px;
  align-items: center;
}

.product .box li {
  background: #eefaff;
  border-radius: 10px;
  padding: 24px 16px 16px;
  text-align: center;
  font-weight: 700;
  height: 150px;
  line-height: 1.4;
}

.product .box li img {
  display: block;
  width: 65px;
  margin: 8px auto 8px;
}

.pb0 {
  padding-bottom: 0;
}

.flow ol {
  position: relative;
  padding: 0 10px 90px;
}

.flow ol::after {
  content: "";
  width:0;
  height:0;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin: 0 0 0 -80px;
  border-style:solid;
  border-width: 40px 80px 0 80px;
  border-color: #529ce7 transparent transparent transparent;
}

.flow ol .title {
  text-align: center;
  color: #e4007f;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 auto 32px;
}

.flow ol .title span {
  display: block;
  color: #fff;
  background: #e4007f;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
}

.flow ol li img {
  width: 60px;
  display: block;
  margin: 0 auto 16px;
}

.flow ol li {
  padding: 24px 0 24px;
  border-bottom: 1px solid #529ce7;
}

.flow ol li:last-child {
  border: 0;
}

.flow ol li .title {
  color: #e4007f;
  text-align: center;
  font-weight: 700;
}

.start {
  text-align: center;
}

.start h3 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0 0 60px;
}

.start ul {
  margin: 0 20px 48px;
}

.start li {
  margin: 0 0 32px;
}

.acd dd {
  display: none;
}

.faq {
  max-width: 900px;
  margin: 0 auto 64px;
}

.faq dl {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0 0 24px;
  border-radius: 10px;
  cursor: pointer;
}

.faq dl:last-child {
  margin: 0;
}

.faq dt {
  color: #fff;
  font-weight: 700;
  background: #529ce7;
  padding: 16px 60px 16px 16px;
  border-radius: 10px;
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  align-items: center;
  position: relative;
}

.faq dt.watch {
  border-radius: 10px 10px 0 0;
}

.faq dt::before {
  content: "Q";
  font-family: Montserrat;
  color: #fff;
  font-size: 2.4rem;
}

.faq dt::after {
  content: "";
  background: url("../img/icon01-p.png") no-repeat left center;
  background-size: 26px;
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 22px;
  line-height: 1;
}

.faq dt.watch::after {
  background: url("../img/icon01-m.png") no-repeat left center;
  background-size: 28px;
}

.faq dd {
  padding: 16px 16px 16px 50px;
  border-radius: 0 0 10px 10px;
  font-size: 1.4rem;
  background: #fff;
  position: relative;
}

.faq dd::before {
  content: "A";
  font-family: Montserrat;
  color: #529ce7;
  font-size: 2.4rem;
  position: absolute;
  top: 10px;
  left: 20px;
}

.dmm {
  background: #fff;
  box-sizing: border-box;
  padding: 24px 12px;
}

.dmm .text {
  max-width: 800px;
  margin: 0 auto 32px;
}

.color-blue {
  color: #529ce7;
}

.dmm .color-blue {
  font-size: 2rem;
  text-align: center;
  margin: 0 0 24px;
}

.bottom {
  background: url("../img/foot_sp.png") no-repeat center 90%;
  background-size: 50%;
  padding: 32px 20px 210px;
}

.bottom .title {
  text-align: center;
  font-size: 2rem;
  margin: 0 0 32px;
}

.bottom ul {
  max-width: 460px;
  margin: 0 auto;
}

.bottom li {
  margin: 0 0 16px;
}



@media screen and (min-width:768px) {

body {
  font-size: 1.6rem;
}

.sp {
  display: none;
}

/*------------------------------
	header
------------------------------*/
header li {
  font-size: 1.8rem;
}

#gnav ul {
  width: 50%;
}


/*------------------------------
			footer
------------------------------*/
footer {
  padding: 32px 0 20px;
}

footer .logo {
  max-width: 412px;
  margin: 0 auto 45px;
}

footer ul {
  margin: 0 auto 45px;
}

footer li {
  display: inline-block;
  margin: 0 5px;
}

/*------------------------------
	top
------------------------------*/
section {
  padding: 120px 24px;
}

h2 {
  margin: 0 auto 64px;
}

h2.title01 {
  font-size: 4rem;
}

h2.title01::before,
h2.title01::after {
  flex-grow: 0.14;
}

.about h2 {
  margin: 0 auto 90px;
}

.about .use {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
  margin: 0 0 64px;
}

.about .list {
  font-size: 1.6rem;
}

.point h2 span {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0;
}

.price {
  padding: 64px 0;
}

.plan {
  padding: 0 20px;
  margin: 56px auto 0;
}

.plan dl {
  margin: 0 auto 56px;
}

.plan dl:last-of-type {
  margin: 0;
}

.plan dd b {
  display: inline-block;
  margin: 0 5px;
}

.cta {
  margin: 0 auto;
}

.cta li {
  margin: 0 0 56px;
}

.product .box {
  padding: 96px 32px;
  margin: 0 0 150px;
}

.product .box:last-of-type {
  margin: 0 0 80px;
}

.product .box h3 {
  font-size: 2rem;
  padding: 12px;
  width: 320px;
  margin: 0 0 0 -160px;
}

.product .detail {
  display: grid;
  grid-template-columns: 1fr 260px;
  grid-gap: 30px;
  align-items: center;
  margin: 0 0 16px;
}

.product .box ul {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}

.product .box li {
  font-size: 1.4rem;
}

.flow h2 {
  margin: 0 0 96px;
}

.flow ol {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  bottom: 40px;
  padding: 0 0 160px;
}

.flow ol::after {
  bottom: 0;
  margin: 0 0 0 -100px;
  border-width: 60px 100px 0 100px;
}

.flow ol li img {
  width: 90px;
}

.flow ol li {
  border-right: 1px solid #529ce7;
  padding: 24px 32px 24px 0;
}

.flow ol li:last-child {
  border-right: 1px solid #529ce7;
  border-bottom: 1px solid #529ce7;
}

.start h3 {
  font-size: 4rem;
  margin: 0 0 90px;
}

.start ul {
  margin: 0 0 64px;
}

.start li {
  display: inline-block;
  margin: 0 12px 24px;
}

.dmm {
  border-radius: 40px;
  padding: 64px 20px;
}

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

.bottom {
  background: none;
  padding: 64px 0;
}

.bottom ul {
  background: url("../img/footleft_pc.png") no-repeat left center, url("../img/footright_pc.png") no-repeat right center;
  padding: 30px 170px 30px 170px;
}


}

@media screen and (min-width:1024px) {

/*------------------------------
	header
------------------------------*/
#gnav ul {
  width: 25%;
}

/*------------------------------
	top
------------------------------*/
section {
  padding: 120px 0;
}

.product .box {
  padding: 96px;
  margin: 0 0 150px;
}

.product .box li {
  font-size: 1.6rem;
}

.product .detail {
  grid-template-columns: 1fr 350px;
  grid-gap: 40px;
}

.flow ol {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 32px;
  bottom: 40px;
  padding: 0 0 160px;
}

.flow ol li {
  border-bottom: 0;
  padding: 24px 32px 24px 0;
}

.flow ol li:last-child {
  border: 0;
  padding: 24px 0;
}

}

@media screen and (min-width:1600px) {

/*------------------------------
	header
------------------------------*/
header {
  padding: 28px 22px 28px;
  position: relative;
  background: #eefaff;
}

header h1 {
  width: 300px;
  padding: 0;
}

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

header li a {
  padding: 10px 16px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 1px 3px 5px rgba(0,0,0,.2);
}

header li.btn {
  width: 20vw;
}

header li.btn a {
  padding: 0;
  background: none;
  box-shadow: none;
}

#gnav {
  position: static;
  z-index: 1;
  opacity: 1;
  width: 100%;
  height: auto;
  background: none;
  box-sizing: border-box;
}

#gnav ul {
  display: block;
  width: 100%;
  position: static;
  z-index: 1;
  transform: none;
  text-align: right;
  line-height: 0.9;
}

#gnav li {
  display: inline-block;
  border-bottom: 0;
  font-size: 1.8rem;
  margin: 0 16px 0 0;
}

#gnav li:nth-last-of-type(2) {
  display: none;
  margin: 0;
}

#gnav li:last-child {
  margin: 0;
}

.openbtn {
  display: none;
}


}
