@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;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,'MS PGothic',sans-serif;
  color: #1b1b1b;
  line-height: 1.8;
  letter-spacing: 0.025em; }

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: #ededed;
  border: 0;
  margin: 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: 400px;
  padding: 0 calc(100vw / ( 640 / 30 ));
  margin: 0 auto;
  font-size: 14px; }
  .wrap:after {
    content: "";
    display: block;
    clear: both; }

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

ul.note {
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  margin-left: 1em; }
  ul.note li {
    text-indent: -1em; }

ul.ex {
  line-height: 1.6; }
  ul.ex li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 15px 0; }
    ul.ex li:before {
      content: "";
      display: block;
      width: 21px;
      height: 22px;
      background: url("../images/icon_ex.png") no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 2px;
      left: 0; }

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

.red {
  color: #fe2828; }

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

.fixed_bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px; }
  .fixed_bnr a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ff8a00;
    text-align: center; }
  .fixed_bnr img {
    height: 18px; }

/*=======================================
	mv
=======================================*/
.mv {
  text-align: center;
  background: #f7f7f7;
  padding-bottom: calc(100vw / ( 640 / 35 )); }
  .mv h1 {
    width: calc(100vw / ( 640 / 490 ));
    max-width: 100%;
    margin: calc(100vw / ( 640 / 75 )) auto calc(100vw / ( 640 / 60 )); }
  .mv h2,
  .mv p {
    font-weight: 700; }
  .mv ul {
    max-width: 300px;
    text-align: left;
    line-height: 1.4;
    margin: calc(100vw / ( 640 / 30 )) auto; }
  .mv li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 10px 0; }
    .mv li span {
      display: inline-block;
      border-bottom: 1px solid #000; }
    .mv li:before {
      content: "";
      display: block;
      width: 20px;
      height: 21px;
      background: url("../images/icon_question.png") no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
  .mv ul + p:after {
    content: "";
    display: block;
    width: 81px;
    height: 81px;
    margin: calc(100vw / ( 640 / 40 )) auto 0;
    background: url("../images/icon_chara.png") no-repeat;
    background-size: 100% auto; }

/*=======================================
	cta
=======================================*/
.cta {
  text-align: center;
  padding: calc(100vw / ( 640 / 50 )) 0 0; }
  .cta:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 580 ));
    max-width: 400px;
    height: 1px;
    background: #ededed;
    margin: calc(100vw / ( 640 / 70 )) auto 0; }
  .cta h2 {
    width: calc(100vw / ( 640 / 505 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 35 )); }
  .cta p {
    margin: 0 auto calc(100vw / ( 640 / 50 )); }
  .cta .btn {
    margin: 0 0 calc(100vw / ( 640 / 45 )); }
  .cta .note {
    color: #868686; }

/*=======================================
	structure
=======================================*/
.structure {
  padding: calc(100vw / ( 640 / 65 )) 0 0; }
  .structure:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 580 ));
    max-width: 400px;
    height: 1px;
    background: #ededed;
    margin: calc(100vw / ( 640 / 70 )) auto 0; }
  .structure h2 {
    width: calc(100vw / ( 640 / 500 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 65 )); }
  .structure p {
    margin: 0 auto calc(100vw / ( 640 / 60 )); }

/*=======================================
	intro
=======================================*/
.intro p {
  margin: calc(100vw / ( 640 / 60 )) auto; }
.intro .sec1 {
  padding-top: calc(100vw / ( 640 / 80 )); }
  .intro .sec1 h2 {
    width: calc(100vw / ( 640 / 500 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 70 )); }
  .intro .sec1 h3 {
    width: calc(100vw / ( 640 / 400 ));
    max-width: 300px;
    margin: 0 auto calc(100vw / ( 640 / 60 )); }
.intro .sec2 {
  padding-top: calc(100vw / ( 640 / 65 )); }
  .intro .sec2:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 580 ));
    max-width: 400px;
    height: 1px;
    background: #ededed;
    margin: calc(100vw / ( 640 / 70 )) auto 0; }
  .intro .sec2 h2 {
    width: calc(100vw / ( 640 / 550 ));
    max-width: 100%;
    margin: calc(100vw / ( 640 / 70 )) auto 0; }
  .intro .sec2 p:first-of-type {
    margin-top: 0; }
  .intro .sec2 .box {
    background: #f7f7f7;
    border-radius: calc(100vw / ( 640 / 23 ));
    padding: calc(100vw / ( 640 / 40 )) calc(100vw / ( 640 / 30 ));
    margin: calc(100vw / ( 640 / 40)) 0;
    position: relative; }
    .intro .sec2 .box:before, .intro .sec2 .box:after {
      content: "“";
      font-size: 25px;
      font-weight: 700;
      line-height: 1;
      color: #06c755;
      position: absolute;
      top: calc(100vw / ( 640 / 10 ));
      left: calc(100vw / ( 640 / 20 )); }
    .intro .sec2 .box:after {
      top: auto;
      left: auto;
      bottom: calc(100vw / ( 640 / 10 ));
      right: calc(100vw / ( 640 / 20 ));
      transform: rotate(180deg); }
    .intro .sec2 .box p {
      margin: 0;
      line-height: 1.6; }
.intro figure {
  text-align: center; }

/*=======================================
	data
=======================================*/
.data {
  padding: calc(100vw / ( 640 / 90 )) 0 0; }
  .data:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 580 ));
    max-width: 400px;
    height: 1px;
    background: #ededed;
    margin: calc(100vw / ( 640 / 110 )) auto 0; }
  .data h2 {
    width: calc(100vw / ( 640 / 550 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 50 )); }
  .data p {
    margin: 0 auto calc(100vw / ( 640 / 60 )); }
  .data figure {
    max-width: 300px;
    text-align: center;
    margin: 0 auto calc(100vw / ( 640 / 70 )); }
  .data figcaption {
    font-size: 8px;
    color: #828282;
    text-align: left;
    margin: calc(100vw / ( 640 / 30 )) 0 0; }

/*=======================================
	reason
=======================================*/
.reason {
  padding: calc(100vw / ( 640 / 80 )) 0 0; }
  .reason:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 580 ));
    max-width: 400px;
    height: 1px;
    background: #ededed;
    margin: calc(100vw / ( 640 / 80 )) auto 0; }
  .reason h2 {
    width: calc(100vw / ( 640 / 490 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 75 )); }
  .reason p {
    margin: 0 auto calc(100vw / ( 640 / 60 )); }
  .reason em span {
    color: #06c755; }
  .reason figure {
    max-width: 300px;
    text-align: center;
    margin: calc(100vw / ( 640 / 50 )) auto; }
  .reason .img_3 {
    padding: 0 calc(100vw / ( 640 / 20 )); }

/*=======================================
	cx
=======================================*/
.cx {
  padding: calc(100vw / ( 640 / 70 )) 0 0; }
  .cx h2 {
    width: calc(100vw / ( 640 / 480 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 75 )); }
  .cx p {
    margin: 0 auto calc(100vw / ( 640 / 60 )); }
  .cx figure {
    padding: 0 calc(100vw / ( 640 / 35 )); }
  .cx ul {
    margin-bottom: calc(100vw / ( 640 / 60 )); }

/*=======================================
	case
=======================================*/
.case {
  padding: calc(100vw / ( 640 / 80 )) 0 0; }
  .case:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 580 ));
    max-width: 400px;
    height: 1px;
    background: #ededed;
    margin: calc(100vw / ( 640 / 70 )) auto 0; }
  .case h2 {
    width: calc(100vw / ( 640 / 520 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 60 )); }
  .case section {
    background: #f7f7f7;
    margin: calc(100vw / ( 640 / 50 )) 0;
    padding: calc(100vw / ( 640 / 40 )) calc(100vw / ( 640 / 30 ));
    border-radius: calc(100vw / ( 640 / 20 )); }
    .case section ul {
      font-size: 16px;
      font-weight: bold;
      line-height: 1.6;
      border-bottom: 1px dotted #000;
      margin: 0 0 calc(100vw / ( 640 / 45 )); }
      .case section ul li {
        position: relative;
        padding: 0 0 0 23px;
        margin: 0 0 calc(100vw / ( 640 / 30)); }
        .case section ul li:before {
          content: "";
          display: block;
          width: 17px;
          height: 17px;
          background: url("../images/icon_check.png") no-repeat;
          background-size: 100% auto;
          position: absolute;
          top: 5px;
          left: 0; }
  .case h3 {
    text-align: center;
    margin: 0 0 calc(100vw / ( 640 / 35 )); }
  .case .note {
    color: #868686; }

/*=======================================
	msg
=======================================*/
.msg {
  padding: calc(100vw / ( 640 / 75 )) 0 0; }
  .msg .sec1 h2 {
    width: calc(100vw / ( 640 / 500 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 60 )); }
  .msg .sec1 figure {
    text-align: center; }
  .msg .sec2 {
    padding: calc(100vw / ( 640 / 90 )) 0 calc(100vw / ( 640 / 80 )); }
    .msg .sec2 h2 {
      width: calc(100vw / ( 640 / 340 ));
      max-width: 100%;
      margin: 0 auto calc(100vw / ( 640 / 45 )); }
    .msg .sec2 ul {
      margin: calc(100vw / ( 640 / 60 )) 0 calc(100vw / ( 640 / 50 )); }
    .msg .sec2 li {
      padding-left: calc(100vw / ( 640 / 80 ));
      margin: 0 0 calc(100vw / ( 640 / 30 ));
      position: relative; }
      .msg .sec2 li:before {
        content: "";
        display: block;
        width: calc(100vw / ( 640 / 62 ));
        height: calc(100vw / ( 640 / 90 ));
        background-image: url("../images/icon_user.png");
        background-size: 100% auto;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%); }
      .msg .sec2 li.a:before {
        background-image: url("../images/icon_user_a.png"); }
      .msg .sec2 li.b:before {
        background-image: url("../images/icon_user_b.png"); }
      .msg .sec2 li p {
        background: #f2f2f2;
        padding: calc(100vw / ( 640 / 30 ));
        line-height: 1.4;
        border-radius: calc(100vw / ( 640 / 30 ));
        position: relative; }
      .msg .sec2 li p:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: calc(100vw / ( 640 / 9 )) solid transparent;
        border-right: calc(100vw / ( 640 / 20 )) solid #f2f2f2;
        position: absolute;
        top: calc(100vw / ( 640 / 25 ));
        left: calc(-100vw / ( 640 / 26 )); }
    .msg .sec2 figure {
      display: none; }

/*=======================================
	plan
=======================================*/
.plan {
  padding: calc(100vw / ( 640 / 80 )) 0;
  background: #f7f7f7; }
  .plan .sec1:after {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 580 ));
    max-width: 400px;
    height: 1px;
    background: #ededed;
    margin: calc(100vw / ( 640 / 70 )) auto 0; }
  .plan .sec1 h2 {
    width: calc(100vw / ( 640 / 530 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 60 )); }
  .plan .sec1 .btn {
    margin: calc(100vw / ( 640 / 60 )) 0 calc(100vw / ( 640 / 40 )); }
  .plan .sec1 .note {
    color: #868686; }
  .plan .sec2 {
    padding: calc(100vw / ( 640 / 80 )) 0 0; }
    .plan .sec2 h2 {
      width: calc(100vw / ( 640 / 415 ));
      max-width: 100%;
      margin: 0 auto calc(100vw / ( 640 / 80 )); }
    .plan .sec2 figure {
      width: calc(100vw / ( 640 / 500 ));
      max-width: 300px;
      margin: 0 auto; }

/*=======================================
	faq
=======================================*/
.faq {
  padding: calc(100vw / ( 640 / 80 )) 0 calc(100vw / ( 640 / 100 )); }
  .faq h2 {
    width: calc(100vw / ( 640 / 335 ));
    max-width: 100%;
    margin: 0 auto calc(100vw / ( 640 / 80 )); }
  .faq dt, .faq dd {
    padding-left: 40px;
    position: relative; }
    .faq dt:before, .faq dd:before {
      content: "";
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #474747;
      background-image: url("../images/icon_q.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 15px 16px;
      position: absolute;
      top: 0;
      left: 0; }
  .faq dt {
    margin-bottom: calc(100vw / ( 640 / 30 )); }
  .faq dd {
    margin-bottom: calc(100vw / ( 640 / 50 ));
    padding-bottom: calc(100vw / ( 640 / 50 ));
    border-bottom: 1px dashed #b2b2b2; }
    .faq dd:last-of-type {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .faq dd:before {
      background-color: #06c755;
      background-image: url("../images/icon_a.png"); }

/*=======================================
	footer
=======================================*/
footer {
  background: #1b1b1b;
  color: #6f6f6f;
  text-align: center;
  line-height: 1;
  padding: calc(100vw / ( 640 / 40 )) 0 calc(calc(100vw / ( 640 / 40 )) + 60px); }
  footer a {
    color: #fff; }
  footer .wrap {
    font-size: 10px; }
  footer ul {
    margin: 0 0 calc(100vw / ( 640 / 30 )); }
  footer li {
    margin: 0 0 calc(100vw / ( 640 / 15 )); }

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

	pc size

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

  .pc_only {
    display: block; }

  .pc_only_inline {
    display: inline; }

  .wrap {
    max-width: 1000px;
    padding: 0 40px;
    font-size: 20px; }

  ul.note {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    /*	line-height: 1.4;
    	text-align: left;
    	margin-left: 1em;*/
    /*	li {
    		text-indent: -1em;
    	}*/ }

  ul.ex {
    /*	line-height: 1.6;*/ }
    ul.ex li {
      /*		position: relative;*/
      padding: 0 0 0 46px;
      margin: 20px 0; }
      ul.ex li:before {
        /*			content: "";
        			display: block;*/
        width: 36px;
        height: 37px;
        /*			background: url("../images/icon_ex.png") no-repeat;
        			background-size: 100% auto;
        			position: absolute;*/
        top: 0;
        /*			left: 0;*/ }

  /*em{
  	font-weight: bold;
  	font-weight: 900;
  }
  .red{
  	color: #fe2828;
  }
  .marker{
  	background: linear-gradient(to bottom, transparent 60%,#ffea00 60%,#ffea00 90%,#ffea00 90%,transparent 90%);
  }*/
  .fixed_bnr {
    display: none; }

  /*=======================================
  	mv
  =======================================*/
  .mv {
    padding-bottom: 80px; }
    .mv h1 {
      width: 400px;
      margin: 75px auto 60px; }
    .mv ul {
      max-width: 400px;
      margin: 30px auto; }
    .mv ul + p:after {
      display: none; }

  /*=======================================
  	cta
  =======================================*/
  .cta {
    /*	text-align: center;*/
    padding: 100px 0 0;
    /*	.note{
    		color: #868686;
    	}*/ }
    .cta:after {
      /*		content: "";
      		display: block;*/
      width: auto;
      max-width: 1000px;
      /*		height: 1px;
      		background: #ededed;*/
      margin: 80px auto 0; }
    .cta h2 {
      width: auto;
      max-width: none;
      margin: 0 auto 20px; }
    .cta p {
      margin: 0 auto 40px; }
    .cta .btn {
      margin: 0 0 45px; }
      .cta .btn img {
        width: 500px; }

  .mv + .cta {
    position: relative; }
    .mv + .cta:before {
      content: "";
      display: block;
      width: 103px;
      height: 102px;
      background: url("../images/icon_chara.png") no-repeat;
      background-size: 100% auto;
      position: absolute;
      top: -70px;
      left: 50%;
      transform: translateX(-50%); }

  /*=======================================
  	structure
  =======================================*/
  .structure {
    padding: 90px 0 0; }
    .structure:after {
      display: none; }
    .structure h2 {
      width: auto;
      max-width: none;
      margin: 0 auto 50px; }
    .structure p {
      margin: 0; }
    .structure .outer {
      display: flex;
      justify-content: space-between; }
    .structure .txt {
      width: 460px; }
    .structure figure {
      width: 460px; }

  /*=======================================
  	intro
  =======================================*/
  .intro {
    /*	figure{
    		text-align: center;
    	}*/ }
    .intro p {
      margin: 60px auto; }
    .intro .sec1 {
      padding-top: 110px; }
      .intro .sec1 h2 {
        width: auto;
        max-width: none;
        margin: 0 auto 70px;
        text-align: center; }
      .intro .sec1 h3 {
        width: auto;
        max-width: none;
        margin: 80px auto 60px;
        text-align: center; }
    .intro .sec2 {
      padding-top: 80px;
      /*		p:first-of-type{
      			margin-top: 0;
      		}*/ }
      .intro .sec2:after {
        display: none; }
      .intro .sec2 h2 {
        width: auto;
        max-width: none;
        margin: 80px auto 0;
        text-align: center; }
      .intro .sec2 .box {
        /*			background: #f7f7f7;*/
        border-radius: 23px;
        padding: 40px 60px;
        margin: 40px 0;
        /*			position: relative;*/ }
        .intro .sec2 .box:before, .intro .sec2 .box:after {
          /*				content: "“";*/
          font-size: 50px;
          /*				font-weight: 700;
          				line-height: 1;
          				color: #06c755;
          				position: absolute;*/
          top: 10px;
          left: 20px; }
        .intro .sec2 .box:after {
          top: auto;
          left: auto;
          bottom: 10px;
          right: 20px;
          /*				transform: rotate(180deg);*/ }
        .intro .sec2 .box p {
          font-size: 24px;
          /*				margin: 0;
          				line-height: 1.6;*/ }

  /*=======================================
  	data
  =======================================*/
  .data {
    padding: 80px 0 0; }
    .data:after {
      /*		content: "";
      		display: block;*/
      width: auto;
      max-width: 1000px;
      /*		height: 1px;
      		background: #ededed;*/
      margin: 90px auto 0; }
    .data h2 {
      width: auto;
      max-width: none;
      margin: 0 auto 40px;
      text-align: center; }
    .data p {
      margin: 0 auto 60px; }
    .data .outer {
      display: flex;
      justify-content: space-between;
      padding: 0 10px;
      margin: 0 0 80px; }
    .data figure {
      max-width: 450px;
      /*		text-align: center;*/
      margin: 0; }
    .data figure:last-child {
      max-width: 420px;
      margin-left: 30px; }
    .data figcaption {
      font-size: 12px;
      /*		color: #828282;
      		text-align: left;*/
      margin: 20px 0 0; }

  /*=======================================
  	reason
  =======================================*/
  .reason {
    padding: 90px 0 0; }
    .reason:after {
      /*		content: "";
      		display: block;*/
      width: auto;
      max-width: 1000px;
      /*		height: 1px;
      		background: #ededed;*/
      margin: 80px auto 0; }
    .reason h2 {
      width: auto;
      max-width: none;
      margin: 0 auto 65px;
      text-align: center; }
    .reason p {
      margin: 0 auto 60px; }
    .reason figure {
      max-width: none;
      /*		text-align: center;*/
      margin: 80px auto; }
    .reason .img_2 {
      margin-left: auto;
      margin-right: auto; }
    .reason .img_3 {
      padding: 0; }

  /*=======================================
  	cx
  =======================================*/
  .cx {
    padding: 80px 0 0; }
    .cx h2 {
      width: auto;
      max-width: none;
      margin: 0 auto 75px;
      text-align: center; }
    .cx p {
      margin: 0 auto 60px; }
    .cx .outer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 0 0 60px; }
      .cx .outer p {
        max-width: 590px;
        margin: 0; }
    .cx figure {
      padding: 0; }
    .cx ul {
      margin-bottom: 60px; }

  /*=======================================
  	case
  =======================================*/
  .case {
    padding: 80px 0 0; }
    .case:after {
      display: none; }
    .case h2 {
      width: auto;
      max-width: none;
      margin: 0 auto 70px;
      text-align: center; }
    .case section {
      /*		background: #f7f7f7;*/
      max-width: 920px;
      box-sizing: border-box;
      margin: 60px auto;
      padding: 40px 80px;
      border-radius: 20px; }
      .case section ul {
        font-size: 28px;
        /*			font-weight: bold;
        			line-height: 1.6;
        			border-bottom: 1px dotted #000;*/
        margin: 0 0 35px;
        padding: 0 0 20px; }
        .case section ul li {
          padding: 0 0 0 38px;
          margin: 0 0 10px; }
          .case section ul li:before {
            width: 28px;
            height: 28px;
            top: 10px; }
    .case h3 {
      /*		text-align: center;*/
      margin: 0 0 35px; }
    .case ul.note {
      max-width: 890px; }

  /*=======================================
  	msg
  =======================================*/
  .msg {
    padding: 80px 0 0; }
    .msg .sec1 {
      /*		figure{
      			text-align: center;
      		}*/ }
      .msg .sec1 h2 {
        width: auto;
        max-width: none;
        margin: 0 auto 70px;
        text-align: center; }
    .msg .sec2 {
      padding: 90px 0; }
      .msg .sec2 h2 {
        width: auto;
        max-width: none;
        margin: 0 auto 50px;
        text-align: center; }
      .msg .sec2 ul {
        display: none; }
      .msg .sec2 figure {
        display: block;
        text-align: center;
        margin: 80px 0 70px; }

  /*=======================================
  	plan
  =======================================*/
  .plan {
    padding: 80px 0 90px; }
    .plan .sec1:after {
      /*		content: "";
      		display: block;*/
      width: auto;
      max-width: 1000px;
      /*		height: 1px;
      		background: #ededed;*/
      margin: 90px auto 0; }
    .plan .sec1 h2 {
      width: auto;
      max-width: none;
      margin: 0 auto 60px;
      text-align: center; }
    .plan .sec1 .btn {
      margin: 70px 0 40px;
      text-align: center; }
      .plan .sec1 .btn img {
        width: 500px; }
    .plan .sec2 {
      padding: 80px 0 0; }
      .plan .sec2 h2 {
        width: auto;
        max-width: 348px;
        margin: 0 auto 80px; }
      .plan .sec2 figure {
        width: auto;
        max-width: none;
        margin: 0 auto; }

  /*=======================================
  	faq
  =======================================*/
  .faq {
    padding: 80px 0 90px; }
    .faq h2 {
      width: auto;
      max-width: 280px;
      margin: 0 auto 80px; }
    .faq dt, .faq dd {
      padding-left: 55px; }
      .faq dt:before, .faq dd:before {
        width: 44px;
        height: 44px;
        /*			border-radius: 50%;
        			background-color: #474747;
        			background-image: url("../images/icon_q.png");
        			background-repeat: no-repeat;
        			background-position: center;*/
        background-size: 21px 22px;
        /*			position: absolute;
        			top: 0;
        			left: 0;*/ }
    .faq dt {
      margin-bottom: 30px; }
    .faq dd {
      margin-bottom: 50px;
      padding-bottom: 50px;
      /*		border-bottom: 1px dashed #b2b2b2;*/
      /*		&:before{
      			background-color: #06c755;
      			background-image: url("../images/icon_a.png");
      		}*/ }
      .faq dd:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }

  /*=======================================
  	footer
  =======================================*/
  footer {
    padding: 40px 0; }
    footer a:hover {
      text-decoration: underline; }
    footer .wrap {
      font-size: 20px; }
    footer ul {
      margin: 0 0 20px;
      display: flex;
      justify-content: center; }
    footer li {
      margin: 0 20px; }
    footer p {
      font-size: 14px; } }
@media only screen and (min-width: 1000px) {
  .mv {
    /*	text-align: center;
    	background: #f7f7f7;*/
    padding-bottom: 0;
    overflow-x: hidden; }
    .mv .outer {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px 90px;
      position: relative; }
    .mv .wrap {
      padding: 0; }
    .mv figure {
      position: absolute;
      top: 150px;
      right: 0;
      width: 490px; }
    .mv h1 {
      width: auto;
      /*		max-width: 100%;*/
      margin: 0 0 260px;
      padding: 230px 0 0 0;
      text-align: left; }
      .mv h1 img {
        max-width: 430px; }
    .mv h2 {
      display: inline-block;
      background: #000;
      color: #fff;
      font-size: 26px;
      line-height: 1.2;
      letter-spacing: 0.3em;
      padding: 12px 200px;
      position: relative; }
      .mv h2:after {
        content: "";
        display: block;
        width: 101px;
        height: 88px;
        background: url("../images/mv_icon.png") no-repeat;
        position: absolute;
        bottom: 0;
        right: 26px; }
    .mv p {
      font-size: 40px;
      line-height: 1.2; }
    .mv ul {
      max-width: 460px;
      /*		text-align: left;
      		line-height: 1.4;*/
      margin: 40px auto; }
    .mv li {
      /*		position: relative;*/
      padding: 0 0 0 45px;
      margin: 15px 0; }
      .mv li span {
        border-bottom: 2px solid #000; }
      .mv li:before {
        width: 35px;
        height: 36px;
        background: url("../images/icon_question_b.png") no-repeat;
        background-size: 100% auto;
        /*			position: absolute;
        			top: 50%;
        			left: 0;
        			transform: translateY(-50%);*/ }
    .mv ul + p:after {
      display: none;
      width: 103px;
      height: 102px;
      margin: 0;
      position: absolute;
      bottom: -34px;
      left: 50%;
      transform: translateX(-50%);
      /*		background: url("../images/icon_chara.png") no-repeat;
      		background-size: 100% auto;*/ } }
@media only screen and (min-width: 1220px) {
  .reason .img_2 {
    margin-left: -100px;
    margin-right: -100px; } }
@media only screen and (min-width: 1530px) {
  .mv {
    overflow-x: hidden; }
    .mv figure {
      position: absolute;
      top: 50px;
      right: -250px;
      width: auto; } }
