@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  font-family: 400;
  color: #000;
  line-height: 1.8;
  background: #ddd;
}

li {
  list-style: none;
}

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

a {
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.sp_only {
  display: block;
}

.sp_only_inline {
  display: inline;
}

.pc_only,
.pc_only_inline {
  display: none;
}

.wrap {
  max-width: 640px;
  padding: 0 calc(100vw / ( 640 / 30 ));
  margin: 0 auto;
}

.to_top {
  transition: top .6s ease, opacity .6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

.contents {
  max-width: 640px;
  margin: 0 auto;
  font-size: calc(100vw / ( 640 / 26 ));
  background: #fff;
  overflow: hidden;
  text-align: center;
}

.note {
  font-size: calc(100vw / ( 640 / 20 ));
  line-height: 1.6;
  margin-left: 1em;
  color: #666;
}
.note li {
  margin: 0 0 .5em;
  text-indent: -1em;
}

ol.note {
  margin-left: 2em;
}
ol.note li {
  text-indent: -2em;
  counter-increment: num;
}
ol.note li:before {
  content: "※" counter(num) " ";
}

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

em {
  font-weight: bold;
  font-weight: 900;
}

.marker {
  background: linear-gradient(to bottom, transparent 60%, #fffd32 60%, #fffd32 90%, #fffd32 90%, transparent 90%);
}

.marker_b {
  background: linear-gradient(to bottom, transparent 60%, #ffe8ab 60%, #ffe8ab 90%, #ffe8ab 90%, transparent 90%);
}

.red {
  color: #dd3333;
}

.orange {
  color: #dd8200;
}

.green {
  color: #06c755;
}

.btn p {
  font-size: calc(100vw / ( 640 / 20 ));
  font-weight: bold;
  font-weight: 900;
  line-height: 1.2;
  text-align: center !important;
  margin-top: calc(100vw / ( 640 / -20 ));
}

.cta {
  padding: calc(100vw / ( 640 / 70 )) 0;
  position: relative;
}
.cta:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: calc(100vw / ( 640 / 20 )) solid transparent;
  border-top: calc(100vw / ( 640 / 20 )) solid #dd3333;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/*=======================================
	mv
=======================================*/
.mv div {
  background: #f7f5f6;
  padding: calc(100vw / ( 640 / 40 )) calc(100vw / ( 640 / 20 )) calc(100vw / ( 640 / 70 ));
}
.mv em {
  font-size: calc(100vw / ( 640 / 28 ));
}

/*=======================================
	summary
=======================================*/
.summary {
  padding: calc(100vw / ( 640 / 80 )) 0;
}
.summary .h {
  max-width: calc(100vw / ( 640 / 402 ));
  margin: 0 auto calc(100vw / ( 640 / 70 ));
}
.summary ul {
  display: flex;
  flex-wrap: wrap;
}
.summary li {
  width: calc(100vw / ( 640 / 280 ));
  margin: 0 calc(100vw / ( 640 / 20 )) calc(100vw / ( 640 / 20 )) 0;
  padding: calc(100vw / ( 640 / 20 ));
  box-sizing: border-box;
  background: #f8f6f7;
}
.summary li:nth-child(even) {
  margin-right: 0;
}
.summary h3 {
  font-weight: bold;
  font-weight: 700;
  line-height: 1.6;
}
.summary h3:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 80 ));
  height: calc(100vw / ( 640 / 80 ));
  background-image: url("../images/summary_icon.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  margin: 0 auto;
}
.summary h3:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 50 ));
  height: calc(100vw / ( 640 / 2 ));
  background: #ccbdc4;
  margin: calc(100vw / ( 640 / 30 )) auto;
}
.summary li:nth-of-type(2) h3:before {
  background-position: 0 calc(100vw / ( 640 / -80 ));
}
.summary li:nth-of-type(3) h3:before {
  background-position: 0 calc(100vw / ( 640 / -160 ));
}
.summary li:nth-of-type(4) h3:before {
  background-position: 0 calc(100vw / ( 640 / -240 ));
}
.summary li:nth-of-type(5) h3:before {
  background-position: 0 calc(100vw / ( 640 / -320 ));
}
.summary li:nth-of-type(6) h3:before {
  background-position: 0 calc(100vw / ( 640 / -400 ));
}
.summary p {
  text-align: left;
}
.summary .btn {
  margin-top: calc(100vw / ( 640 / 40 ));
}

/*=======================================
	privilege
=======================================*/
.privilege {
  background: url("../images/privilege_bg.jpg") repeat-y;
  background-size: 100% auto;
  padding: calc(100vw / ( 640 / 40 )) 0 calc(100vw / ( 640 / 150 ));
}
.privilege .h {
  max-width: calc(100vw / ( 640 / 520 ));
  margin: 0 auto calc(100vw / ( 640 / 30 ));
}
.privilege section {
  background: #ecfeff;
  padding: calc(100vw / ( 640 / 70 )) calc(100vw / ( 640 / 50 ));
}
.privilege section figure {
  margin-bottom: calc(100vw / ( 640 / 30 ));
}
.privilege section p {
  text-align: left;
  font-size: calc(100vw / ( 640 / 28 ));
}
.privilege .sec1 {
  position: relative;
}
.privilege .sec1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: calc(100vw / ( 640 / 20 )) solid transparent;
  border-top: calc(100vw / ( 640 / 20 )) solid #231003;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.privilege .sec2 {
  background: #effdec;
}
.privilege .sec3 {
  background: #fffdf2;
}

/*=======================================
	step
=======================================*/
.step {
  background: #dd3333;
  padding-bottom: calc(100vw / ( 640 / 90 ));
}
.step .h {
  max-width: calc(100vw / ( 640 / 356 ));
  margin: 0 auto calc(100vw / ( 640 / 40 ));
}
.step .h img {
  margin-top: calc(100vw / ( 640 / -60 ));
}

/*=======================================
	worry
=======================================*/
/*=======================================
	about
=======================================*/
.about {
  padding: calc(100vw / ( 640 / 70 )) 0 calc(100vw / ( 640 / 80 ));
}
.about .arrow {
  max-width: calc(100vw / ( 640 / 458 ));
  margin: 0 auto calc(100vw / ( 640 / 60 ));
}
.about .h {
  max-width: calc(100vw / ( 640 / 478 ));
  margin: 0 auto calc(100vw / ( 640 / 60 ));
}
.about p {
  text-align: left;
}
.about p.l {
  text-align: center;
  font-size: 1.23076em;
  font-weight: bold;
  font-weight: 900;
  margin: calc(100vw / ( 640 / 50 )) 0;
}
.about .btn {
  margin-top: calc(100vw / ( 640 / 40 ));
}

.about.type_b {
  background-color: #fffaf5;
  background-image: radial-gradient(#fcebe7 30%, transparent 30%);
  background-size: calc(100vw / ( 640 / 8 )) calc(100vw / ( 640 / 8 ));
}

/*=======================================
	detail
=======================================*/
.detail {
  padding: calc(100vw / ( 640 / 70 )) 0 calc(100vw / ( 640 / 80 ));
  background-color: #fffaf5;
  background-image: radial-gradient(#fcebe7 30%, transparent 30%);
  background-size: calc(100vw / ( 640 / 8 )) calc(100vw / ( 640 / 8 ));
}
.detail .h {
  max-width: calc(100vw / ( 640 / 478 ));
  margin: 0 auto calc(100vw / ( 640 / 40 ));
}
.detail .h + p {
  font-size: calc(100vw / ( 640 / 28 ));
  line-height: 1.4;
  margin-bottom: calc(100vw / ( 640 / 70 ));
}
.detail section {
  background: #fff;
  margin-top: calc(100vw / ( 640 / 40 ));
}
.detail ul {
  padding: 0 calc(100vw / ( 640 / 30 )) calc(100vw / ( 640 / 50 ));
  text-align: left;
}
.detail li {
  line-height: 1.6;
  margin-top: 1em;
  padding-left: calc(100vw / ( 640 / 26 ));
  position: relative;
}
.detail li:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 10 ));
  height: calc(100vw / ( 640 / 10 ));
  background: #dd8200;
  border-radius: 50%;
  position: absolute;
  top: .7em;
  left: 0;
}

/*=======================================
	merit
=======================================*/
.merit {
  padding: calc(100vw / ( 640 / 80 )) 0 calc(100vw / ( 640 / 120 ));
}
.merit .h {
  margin-bottom: calc(100vw / ( 640 / 60 ));
}
.merit figure {
  margin-top: calc(100vw / ( 640 / 40 ));
}

/*=======================================
	voice
=======================================*/
.voice {
  background: #dd3333;
  padding-bottom: calc(100vw / ( 640 / 90 ));
}
.voice .h {
  color: #fff;
  font-size: calc(100vw / ( 640 / 30 ));
  font-weight: bold;
  font-weight: 700;
  line-height: 1.4;
  padding-top: calc(100vw / ( 640 / 110 ));
  margin-bottom: calc(100vw / ( 640 / 100 ));
  position: relative;
}
.voice .h:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 130 ));
  height: calc(100vw / ( 640 / 140 ));
  background: url("../images/voice_h.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100vw / ( 640 / -60 ));
  left: 50%;
  transform: translateX(-50%);
}
.voice section {
  background: #fff;
  padding: calc(100vw / ( 640 / 60 )) calc(100vw / ( 640 / 40 ));
  margin-top: calc(100vw / ( 640 / 90 ));
  position: relative;
}
.voice section .num {
  width: calc(100vw / ( 640 / 172 ));
  height: calc(100vw / ( 640 / 172 ));
  background: #fff;
  position: absolute;
  top: calc(100vw / ( 640 / -40 ));
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  font-size: calc(100vw / ( 640 / 24 ));
  font-weight: bold;
  font-weight: 700;
  color: #dd3333;
  line-height: 1;
  padding-top: calc(100vw / ( 640 / 34 ));
  box-sizing: border-box;
}
.voice section h3 {
  font-size: calc(100vw / ( 640 / 30 ));
  font-weight: bold;
  font-weight: 900;
  margin-bottom: calc(100vw / ( 640 / 40 ));
  text-align: left;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.voice section h3 + p {
  text-align: left;
}
.voice section .prof {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-top: calc(100vw / ( 640 / 40 ));
}
.voice section .prof figure {
  width: calc(100vw / ( 640 / 130 ));
  margin-right: calc(100vw / ( 640 / 20 ));
}
.voice section .prof div {
  width: calc(100vw / ( 640 / 330 ));
}
.voice section .prof p {
  font-size: calc(100vw / ( 640 / 24 ));
  font-weight: bold;
  font-weight: 700;
  margin-bottom: .3em;
}

/*=======================================
	profile
=======================================*/
.profile {
  background: url("../images/profile_bg.jpg") no-repeat center;
  background-size: cover;
  padding: calc(100vw / ( 640 / 80 )) 0 calc(100vw / ( 640 / 90 ));
}
.profile .h {
  color: #fff;
  font-size: calc(100vw / ( 640 / 32 ));
  font-weight: bold;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: calc(100vw / ( 640 / 60 ));
}
.profile .h:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 76 ));
  height: calc(100vw / ( 640 / 74 ));
  background: url("../images/profile_icon.png") no-repeat;
  background-size: contain;
  margin: 0 auto calc(100vw / ( 640 / 20 ));
}
.profile .box {
  background: #fff;
  padding: calc(100vw / ( 640 / 60 )) calc(100vw / ( 640 / 40 ));
  position: relative;
}
.profile .box:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 110 ));
  height: calc(100vw / ( 640 / 110 ));
  background: url("../images/profile_icon2.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100vw / ( 640 / -10 ));
  left: calc(100vw / ( 640 / -10 ));
}
.profile h3 {
  font-size: calc(100vw / ( 640 / 32 ));
  font-weight: bold;
  font-weight: 900;
  line-height: 1.6;
  margin-bottom: calc(100vw / ( 640 / 40 ));
}
.profile h3 span {
  font-size: 1.25em;
}
.profile p {
  text-align: left;
}

/*=======================================
	faq
=======================================*/
.faq {
  padding: calc(100vw / ( 640 / 80 )) 0 calc(100vw / ( 640 / 40 ));
}
.faq .h {
  max-width: calc(100vw / ( 640 / 478 ));
  margin: 0 auto calc(100vw / ( 640 / 40 ));
}
.faq dl {
  text-align: left;
}
.faq dt, .faq dd {
  position: relative;
  padding-left: calc(100vw / ( 640 / 60 ));
}
.faq dt:before, .faq dd:before {
  content: "Q";
  display: block;
  width: calc(100vw / ( 640 / 40 ));
  height: calc(100vw / ( 640 / 40 ));
  background: #dd8200;
  color: #fff;
  font-size: calc(100vw / ( 640 / 24 ));
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  line-height: calc(100vw / ( 640 / 40 ));
  border-radius: 50%;
  position: absolute;
  top: .2em;
  left: 0;
}
.faq dt {
  font-weight: bold;
  font-weight: 700;
  margin-top: 1em;
  margin-bottom: .5em;
}
.faq dd {
  padding-bottom: 1.5em;
  border-bottom: 1px dashed #ccc;
}
.faq dd:before {
  content: "A";
  background: #dd3333;
}
.faq dd:last-of-type {
  border-bottom: none;
}

/*=======================================
	footer
=======================================*/
footer {
  background: #000;
  color: #fff;
  padding: calc(100vw / ( 640 / 40 )) 0;
  font-size: calc(100vw / ( 640 / 16 ));
  line-height: 1;
}
footer a {
  color: #fff;
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5em;
}
footer li {
  margin-right: 2em;
  position: relative;
}
footer li:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #c1c1c1;
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%);
}
footer li:last-child {
  margin-right: 0;
}
footer li:last-child:after {
  display: none;
}
footer p {
  color: #a1a1a1;
}

/******************************************************************************************

	pc size

******************************************************************************************/
@media only screen and (min-width: 640px) {
  .sp_only,
  .sp_only_inline {
    display: none;
  }

  .pc_only {
    display: block;
  }

  .pc_only_inline {
    display: inline;
  }

  .wrap {
    max-width: 640px;
    padding: 0 30px;
  }

  .contents {
    max-width: 640px;
    font-size: 26px;
  }

  .note {
    font-size: 20px;
  }

  .btn p {
    font-size: 20px;
    margin-top: -20px;
  }

  .cta {
    padding: 70px 0;
  }
  .cta:before {
    border: 20px solid transparent;
    border-top: 20px solid #dd3333;
  }

  /*=======================================
  	mv
  =======================================*/
  .mv div {
    padding: 40px 20px 70px;
  }
  .mv em {
    font-size: 28px;
  }

  /*=======================================
  	summary
  =======================================*/
  .summary {
    padding: 80px 0;
  }
  .summary .h {
    max-width: 402px;
    margin: 0 auto 70px;
  }
  .summary li {
    width: 280px;
    margin: 0 20px 20px 0;
    padding: 20px;
  }
  .summary h3:before {
    width: 80px;
    height: 80px;
  }
  .summary h3:after {
    width: 50px;
    height: 2px;
    margin: 30px auto;
  }
  .summary li:nth-of-type(2) h3:before {
    background-position: 0 -80px;
  }
  .summary li:nth-of-type(3) h3:before {
    background-position: 0 -160px;
  }
  .summary li:nth-of-type(4) h3:before {
    background-position: 0 -240px;
  }
  .summary li:nth-of-type(5) h3:before {
    background-position: 0 -320px;
  }
  .summary li:nth-of-type(6) h3:before {
    background-position: 0 -400px;
  }
  .summary .btn {
    margin-top: 40px;
  }

  /*=======================================
  	privilege
  =======================================*/
  .privilege {
    padding: 40px 0 150px;
  }
  .privilege .h {
    max-width: 520px;
    margin: 0 auto 30px;
  }
  .privilege section {
    padding: 70px 50px;
  }
  .privilege section figure {
    margin-bottom: 30px;
  }
  .privilege section p {
    font-size: 28px;
  }
  .privilege .sec1:before {
    border: 20px solid transparent;
    border-top: 20px solid #231003;
  }

  /*=======================================
  	step
  =======================================*/
  .step {
    padding-bottom: 90px;
  }
  .step .h {
    max-width: 356px;
    margin: 0 auto 40px;
  }
  .step .h img {
    margin-top: -60px;
  }

  /*=======================================
  	worry
  =======================================*/
  /*=======================================
  	about
  =======================================*/
  .about {
    padding: 70px 0 80px;
  }
  .about .arrow {
    max-width: 458px;
    margin: 0 auto 60px;
  }
  .about .h {
    max-width: 478px;
    margin: 0 auto 60px;
  }
  .about p.l {
    margin: 50px 0;
  }
  .about .btn {
    margin-top: 40px;
  }

  .about.type_b {
    background-size: 8px 8px;
  }

  /*=======================================
  	detail
  =======================================*/
  .detail {
    padding: 70px 0 80px;
    background-size: 8px 8px;
  }
  .detail .h {
    max-width: 478px;
    margin: 0 auto 40px;
  }
  .detail .h + p {
    font-size: 28px;
    margin-bottom: 70px;
  }
  .detail section {
    margin-top: 40px;
  }
  .detail ul {
    padding: 0 30px 50px;
  }
  .detail li {
    padding-left: 26px;
  }
  .detail li:before {
    width: 10px;
    height: 10px;
  }

  /*=======================================
  	merit
  =======================================*/
  .merit {
    padding: 80px 0 120px;
  }
  .merit .h {
    margin-bottom: 60px;
  }
  .merit figure {
    margin-top: 40px;
  }

  /*=======================================
  	voice
  =======================================*/
  .voice {
    padding-bottom: 90px;
  }
  .voice .h {
    font-size: 30px;
    padding-top: 110px;
    margin-bottom: 100px;
  }
  .voice .h:before {
    width: 130px;
    height: 140px;
    top: -60px;
  }
  .voice section {
    padding: 60px 40px;
    margin-top: 90px;
  }
  .voice section .num {
    width: 172px;
    height: 172px;
    top: -40px;
    font-size: 24px;
    padding-top: 34px;
  }
  .voice section h3 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .voice section .prof {
    margin-top: 40px;
  }
  .voice section .prof figure {
    width: 130px;
    margin-right: 20px;
  }
  .voice section .prof div {
    width: 330px;
  }
  .voice section .prof p {
    font-size: 24px;
  }

  /*=======================================
  	profile
  =======================================*/
  .profile {
    padding: 80px 0 90px;
  }
  .profile .h {
    font-size: 32px;
    margin-bottom: 60px;
  }
  .profile .h:before {
    width: 76px;
    height: 74px;
    margin: 0 auto 20px;
  }
  .profile .box {
    padding: 60px 40px;
  }
  .profile .box:before {
    width: 110px;
    height: 110px;
    top: -10px;
    left: -10px;
  }
  .profile h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  /*=======================================
  	faq
  =======================================*/
  .faq {
    padding: 80px 0 40px;
  }
  .faq .h {
    max-width: 478px;
    margin: 0 auto 40px;
  }
  .faq dt, .faq dd {
    padding-left: 60px;
  }
  .faq dt:before, .faq dd:before {
    width: 40px;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
  }

  /*=======================================
  	footer
  =======================================*/
  footer {
    padding: 40px 0;
    font-size: 16px;
  }
}
