@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@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: "Hiragino Kaku Gothic Pro",Meiryo,"MS PGothic",sans-serif;
  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 / 40 ));
  margin: 0 auto;
}

.to_top {
  -webkit-transition: top .6s ease, opacity .6s ease;
  transition: top .6s ease, opacity .6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  -webkit-transition: all 1s ease;
  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 {
  -webkit-transition: all 1s ease;
  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;
}

em {
  font-weight: bold;
}

.orange {
  color: #fe7a4c;
}

.marker {
  background: -webkit-linear-gradient(top, transparent 60%, #ffed99 60%, #ffed99 90%, #ffed99 90%, transparent 90%);
  background: linear-gradient(to bottom, transparent 60%, #ffed99 60%, #ffed99 90%, #ffed99 90%, transparent 90%);
}

.note {
  font-size: calc(100vw / ( 640 / 14 ));
  line-height: 1.6;
  margin-left: 1em;
  color: #8c8c8c;
}
.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) " ";
}

.icon_arrow {
  display: block;
  width: calc(100vw / ( 640 / 28 ));
  margin: calc(100vw / ( 640 / 30 )) auto 0;
  position: relative;
}
.icon_arrow:before, .icon_arrow:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 18 ));
  height: calc(100vw / ( 640 / 18 ));
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.icon_arrow:after {
  top: calc(100vw / ( 640 / 10 ));
}

.fixed_btn {
  position: fixed;
  bottom: calc(-100vw / ( 640 / 110 ));
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_btn.active {
  bottom: 0;
}

/*=======================================
	cta
=======================================*/
.cta {
  padding: calc(100vw / ( 640 / 50 )) 0;
  border-bottom: calc(100vw / ( 640 / 20 )) solid #ffd4bc;
  text-align: center;
  color: #fff;
  background: #ff5e49;
  background: -webkit-linear-gradient(left, #ff5e49 0%, #ff7d43 100%);
  background: linear-gradient(to right, #ff5e49 0%, #ff7d43 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5e49', endColorstr='#ff7d43',GradientType=1 );
  text-shadow: 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.cta h2 {
  font-weight: bold;
  margin-bottom: calc(100vw / ( 640 / 30 ));
}
.cta h2 em {
  display: block;
  font-size: 1.21428em;
}
.cta figure.hear {
  padding: 0 calc(100vw / ( 640 / 40 ));
}
.cta .btn {
  margin: calc(-100vw / ( 640 / 30 )) calc(-100vw / ( 640 / 20 )) calc(100vw / ( 640 / 10 ));
}
.cta .btn img {
  -webkit-animation: rubberBand 1.5s infinite;
          animation: rubberBand 1.5s infinite;
}
.cta p {
  font-weight: bold;
}
.cta ul.check {
  font-size: calc(100vw / ( 640 / 24 ));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cta ul.check li {
  padding-left: calc(100vw / ( 640 / 36 ));
  position: relative;
}
.cta ul.check li:first-child {
  margin-right: 1em;
}
.cta ul.check li:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 28 ));
  height: calc(100vw / ( 640 / 28 ));
  background: #ffeb09;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.cta ul.check li:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 16 ));
  height: calc(100vw / ( 640 / 10 ));
  border-left: calc(100vw / ( 640 / 3 )) solid #fe7a4c;
  border-bottom: calc(100vw / ( 640 / 3 )) solid #fe7a4c;
  box-sizing: border-box;
  position: absolute;
  top: 45%;
  left: calc(100vw / ( 640 / 6 ));
  -webkit-transform: translateY(-50%) rotate(-50deg);
          transform: translateY(-50%) rotate(-50deg);
}

.cta.type_b {
  margin-top: calc(-100vw / ( 640 / 16 ));
  padding-top: calc(100vw / ( 640 / 130 ));
  background: url("../images/cta_bg.png") no-repeat center top;
  background-size: 100% auto;
}
.cta.type_b figure.txt {
  padding: 0 calc(100vw / ( 640 / 14 ));
  margin-bottom: calc(100vw / ( 640 / 34 ));
}

.cta.type_c {
  margin-top: calc(-100vw / ( 640 / 16 ));
  padding-top: calc(100vw / ( 640 / 110 ));
  background: url("../images/cta_bg_type_c.png") no-repeat center top;
  background-size: 100% auto;
}
.cta.type_c figure.txt {
  margin-bottom: calc(100vw / ( 640 / 34 ));
}

.cta.type_b.form {
  margin-top: 0;
  padding-top: 0;
  background: url("../images/cta_bg.png") no-repeat center top, -webkit-linear-gradient(left, #ff5e49 0%, #ff7d43 100%);
  background: url("../images/cta_bg.png") no-repeat center top, linear-gradient(to right, #ff5e49 0%, #ff7d43 100%);
  background-size: 100% auto;
  /*	dl{
  		text-align: left;
  		text-shadow: none;
  		line-height: 1.5;
  		margin: 3.5em 0 2.5em;
  	}
  	dt{
  
  		span{
  			display: inline-block;
  			background: #ffda2c;
  			color: $orange;
  			font-size: .923076em;
  			padding: 0 .5em;
  			border-radius: 2px;
  			margin-left: .5em;
  		}
  	}
  	dd{
  		margin: .5em 0 1em;
  	}*/
  /*	input{
  		border: none;
  		padding: .5em;
  		width: 100%;
  		font-size: 16px;
  		box-sizing: border-box;
  		border-radius: calc(100vw / ( 640 / 6 ));
  		background: #fff;
  		-webkit-appearance: none;
  	}
  	select{
  		border: none;
  		padding: .7em .5em;
  		box-sizing: border-box;
  		border-radius: calc(100vw / ( 640 / 6 ));
  		background: #fff;
  		color: #000;
  		font-size: 16px;
  	}
  	:-webkit-input-placeholder {
  		color: #9b9b9b;
  	}
  	:-ms-input-placeholder {
  		color: #9b9b9b;
  	}
  	::-moz-placeholder {
  		color: #9b9b9b;
  	}
  	::placeholder {
  		color: #9b9b9b;
  	}*/
}
.cta.type_b.form figure.txt {
  padding: 0;
  margin-bottom: 0;
}
.cta.type_b.form figure.txt img {
  margin-top: calc(-100vw / ( 640 / 30 ));
}
.cta.type_b.form .icon_arrow {
  margin-bottom: 3.5em;
}
.cta.type_b.form .icon_arrow:before, .cta.type_b.form .icon_arrow:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.regist_form {
  text-align: left;
  text-shadow: none;
  /*	.content_form .input_unit .my_left.my_column{
  		padding-top: 0;
  		padding-bottom: 0;
  		margin-bottom: .5em;
  	}
  	.content_form .input_unit .my_right.my_column{
  		padding-top: 0;
  	}
  	.submit{
  		padding: 0 calc(100vw / ( 640 / 40 ));
  	}
  	form.myForm select,
  	form.myForm .datetime_day select{
  		padding: .7em .5em;
  		box-sizing: border-box;
  		border-radius: calc(100vw / ( 640 / 10 ));
  		background: #fff;
  		color: #000;
  	}*/
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.06, 0.94, 1);
            transform: scale3d(1.06, 0.94, 1);
  }
  40% {
    -webkit-transform: scale3d(0.94, 1.06, 1);
            transform: scale3d(0.94, 1.06, 1);
  }
  50% {
    -webkit-transform: scale3d(1.04, 0.96, 1);
            transform: scale3d(1.04, 0.96, 1);
  }
  65% {
    -webkit-transform: scale3d(0.96, 1.04, 1);
            transform: scale3d(0.96, 1.04, 1);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
            transform: scale3d(1.02, 0.98, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.06, 0.94, 1);
            transform: scale3d(1.06, 0.94, 1);
  }
  40% {
    -webkit-transform: scale3d(0.94, 1.06, 1);
            transform: scale3d(0.94, 1.06, 1);
  }
  50% {
    -webkit-transform: scale3d(1.04, 0.96, 1);
            transform: scale3d(1.04, 0.96, 1);
  }
  65% {
    -webkit-transform: scale3d(0.96, 1.04, 1);
            transform: scale3d(0.96, 1.04, 1);
  }
  75% {
    -webkit-transform: scale3d(1.02, 0.98, 1);
            transform: scale3d(1.02, 0.98, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
/*.rubberBand {
	animation-name: rubberBand;
}*/
/*=======================================
	mv
=======================================*/
.mv {
  border-bottom: 1px solid #e5e9eb;
  position: relative;
}
.mv figure {
  text-align: center;
}
.mv .note {
  font-size: calc(100vw / ( 640 / 12 ));
  margin-left: 0;
  padding: 0 calc(100vw / ( 640 / 40 ));
  color: #000;
  position: absolute;
  bottom: calc(100vw / ( 640 / 120 ));
  left: 0;
}

/*=======================================
	media
=======================================*/
.media {
  padding-bottom: calc(100vw / ( 640 / 70 ));
  margin: calc(-100vw / ( 640 / 100 )) 0 0;
  position: relative;
  z-index: 1;
}
.media figure {
  margin-bottom: calc(100vw / ( 640 / 60 ));
}
.media p {
  font-size: calc(100vw / ( 640 / 24 ));
}

/*=======================================
	intro
=======================================*/
.intro {
  text-align: center;
  background: url("../images/intro_bg.jpg") no-repeat center bottom;
  background-size: cover;
  padding: calc(100vw / ( 640 / 100 )) 0 calc(100vw / ( 640 / 230 ));
}
.intro h2 {
  margin-bottom: calc(100vw / ( 640 / 70 ));
}
.intro h2 span {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: calc(100vw / ( 640 / 46 ));
  font-weight: bold;
  line-height: 1.4;
  padding-left: .5em;
}
.intro h2 span + span {
  background: #fe7a4c;
  margin-top: .5em;
}
.intro p {
  margin-bottom: calc(100vw / ( 640 / 70 ));
}

/*=======================================
	trainer
=======================================*/
.about {
  text-align: center;
  padding: calc(100vw / ( 640 / 80 )) 0 calc(100vw / ( 640 / 60 ));
}
.about .wrap figure {
  padding: 0 calc(100vw / ( 640 / 46 ));
  margin-bottom: calc(100vw / ( 640 / 40 ));
}
.about p {
  font-size: calc(100vw / ( 640 / 30 ));
  font-weight: bold;
  font-style: italic;
  margin-bottom: calc(100vw / ( 640 / 44 ));
}
.about .wrap + figure {
  padding: 0 calc(100vw / ( 640 / 14 ));
}

/*=======================================
	case
=======================================*/
.case .h {
  text-align: center;
  margin-bottom: calc(100vw / ( 640 / 40 ));
}
.case .box {
  background: url("../images/bg_stripe.png") repeat;
  border-radius: calc(100vw / ( 640 / 20 ));
  padding-bottom: calc(100vw / ( 640 / 4 ));
  margin: calc(100vw / ( 640 / 30 )) 0 0;
}
.case .box > p {
  text-align: right;
  font-size: calc(100vw / ( 640 / 16 ));
  padding-right: calc(100vw / ( 640 / 10 ));
  margin-top: calc(100vw / ( 640 / 4 ));
  color: #666;
}
.case .txt {
  max-width: calc(100vw / ( 640 / 540 ));
  padding: calc(100vw / ( 640 / 40 )) calc(100vw / ( 640 / 14 ));
  margin: calc(-100vw / ( 640 / 142 )) auto 0;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  border-radius: 0 0 calc(100vw / ( 640 / 14 )) calc(100vw / ( 640 / 14 ));
  position: relative;
  z-index: 1;
}
.case .txt p.l {
  font-size: calc(100vw / ( 640 / 30 ));
  color: #fe7a4c;
  line-height: 1.4;
  margin: 0 0 .5em;
  font-weight: bold;
}
.case .txt p {
  font-size: calc(100vw / ( 640 / 24 ));
}
.case .txt p em {
  font-weight: bold;
}
.case .txt p span {
  font-size: .8333333em;
}

/*=======================================
	why
=======================================*/
.why .h {
  padding: calc(100vw / ( 640 / 80 )) 0 calc(100vw / ( 640 / 50 ));
  background: url("../images/why_h.jpg") no-repeat right bottom;
  background-size: auto calc(100vw / ( 640 / 270 ));
}
.why .h h2 {
  font-size: calc(100vw / ( 640 / 30 ));
  font-weight: bold;
}
.why .h h2 em {
  display: block;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.3333333em;
  margin: 0 0 .2em;
}
.why .h h2 em.s {
  font-size: 1.8666666em;
  margin: .2em 0 0;
}
.why .sec1 {
  text-align: center;
}
.why .sec2 figure {
  text-align: center;
}
.why .sec2 .box {
  background-image: url("../images/why_bg1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: calc(100vw / ( 640 / 340 ));
  padding: 0 calc(100vw / ( 640 / 40 ));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why .sec2 .box p {
  color: #fff;
  font-size: calc(100vw / ( 640 / 38 ));
  font-style: italic;
  font-weight: bold;
}
.why .sec2 .b {
  background-image: url("../images/why_bg2.jpg");
}
.why .sec2 .c {
  background-image: url("../images/why_bg3.jpg");
}
.why .sec2 .d {
  background-image: url("../images/why_bg4.jpg");
  position: relative;
}
.why .sec2 .d:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vw / ( 640 / 40 ));
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.why .sec2 .a p,
.why .sec2 .c p {
  padding-left: calc(100vw / ( 640 / 210 ));
}
.why .sec3 {
  padding: calc(100vw / ( 640 / 120 )) 0 0;
  position: relative;
}
.why .sec3:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vw / ( 640 / 62 ));
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
}
.why .sec3:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 5 ));
  height: calc(100vw / ( 640 / 5 ));
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(100vw / ( 640 / 60 ));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.why .sec3 h2 {
  text-align: center;
  font-size: calc(100vw / ( 640 / 34 ));
  font-style: italic;
  font-weight: bold;
  margin: 0 0 calc(100vw / ( 640 / 50 ));
}
.why .sec3 h2 em {
  display: block;
  line-height: 1.1;
  margin: .2em 0 0;
  font-size: calc(100vw / ( 640 / 90 ));
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: transparent;
  background: -webkit-repeating-linear-gradient(top, #fd5f7a 0%, #fd4481 99%);
  background: repeating-linear-gradient(to bottom, #fd5f7a 0%, #fd4481 99%);
  -webkit-background-clip: text;
}

/*=======================================
	flow
=======================================*/
.flow {
  text-align: center;
  padding: calc(100vw / ( 640 / 100 )) 0 0;
}
.flow h2 {
  padding: 0 calc(100vw / ( 640 / 14 ));
  margin-bottom: calc(100vw / ( 640 / 34 ));
}
.flow li {
  padding-bottom: calc(100vw / ( 640 / 20 ));
  position: relative;
}
.flow li h3 {
  margin: 0 0 0 calc(-100vw / ( 640 / 20 ));
  position: relative;
  z-index: 1;
}
.flow li p {
  margin-left: calc(100vw / ( 640 / 160 ));
  padding-bottom: 1.5em;
  border-bottom: calc(100vw / ( 640 / 2 )) dashed #e5e9eb;
  text-align: left;
  font-size: calc(100vw / ( 640 / 26 ));
}
.flow li p em {
  font-weight: bold;
  color: #fe7a4c;
}
.flow li:last-child p {
  border-bottom: none;
}
.flow li:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 2 ));
  height: calc(100% - calc(100vw / ( 640 / 150 )));
  position: absolute;
  bottom: 0;
  left: calc(100vw / ( 640 / 70 ));
  background: #fe7a4c;
}

.counseling {
  padding: 0;
}
.counseling h2 {
  padding: 0;
  margin-bottom: calc(100vw / ( 640 / 46 ));
}
.counseling li h3 {
  margin: 0;
}
.counseling li p {
  font-size: calc(100vw / ( 640 / 24 ));
}
.counseling li:nth-child(1) p,
.counseling li:nth-child(2) p,
.counseling li:nth-child(4) p {
  margin-top: calc(-100vw / ( 640 / 56 ));
}
.counseling li:before {
  height: calc(100% - calc(100vw / ( 640 / 120 )));
}

/*=======================================
	nogood
=======================================*/
.nogood {
  background: url("../images/nogood_bg.png") repeat-y center;
  background-size: 100% auto;
  color: #fff;
  padding-bottom: calc(100vw / ( 640 / 300 ));
}
.nogood section {
  padding: calc(100vw / ( 640 / 70 )) 0 0;
  position: relative;
}
.nogood section:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 298 ));
  height: calc(100vw / ( 640 / 298 ));
  background: url("../images/nogood_icon.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100vw / ( 640 / 20 ));
  right: calc(-100vw / ( 640 / 70 ));
}
.nogood section:first-of-type {
  padding-top: calc(100vw / ( 640 / 40 ));
}
.nogood section h3 {
  margin: 0 0 calc(100vw / ( 640 / 60 ));
  padding: 0 calc(100vw / ( 640 / 138 )) 0 calc(100vw / ( 640 / 40 ));
}
.nogood ul {
  font-size: calc(100vw / ( 640 / 26 ));
  position: relative;
  z-index: 1;
}
.nogood li {
  padding: 0.5em calc(100vw / ( 640 / 40 )) 0.5em calc(100vw / ( 640 / 86 ));
  position: relative;
}
.nogood li:nth-child(odd) {
  background: rgba(0, 0, 0, 0.2);
}
.nogood li:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 30 ));
  height: calc(100vw / ( 640 / 30 ));
  background: url("../images/icon_check.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: .9em;
  left: calc(100vw / ( 640 / 40 ));
}

/*=======================================
	solution
=======================================*/
.solution {
  text-align: center;
  margin: calc(-100vw / ( 640 / 220 )) 0 0;
}
.solution .step {
  margin: 0 0 calc(100vw / ( 640 / 18 ));
}
.solution section {
  padding-bottom: calc(100vw / ( 640 / 90 ));
  background: url("../images/solution_bg.jpg") no-repeat center top;
  background-size: 100% auto;
}
.solution section li {
  margin: 1em 0 0;
}
.solution section li p {
  font-weight: bold;
}
.solution section h3 {
  width: 100%;
  height: calc(100vw / ( 640 / 66 ));
  background: url("../images/solution_list.png") no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-size: calc(100vw / ( 640 / 24 ));
  line-height: 1;
  box-sizing: border-box;
  padding-top: .5em;
  margin-bottom: .3em;
}
.solution section ul + p {
  font-size: calc(100vw / ( 640 / 34 ));
  font-weight: bold;
  color: #fe7a4c;
  margin: calc(100vw / ( 640 / 50 )) 0 0;
  text-shadow: 0 0 10px white;
}

/*=======================================
	voice
=======================================*/
.voice .sec1 {
  padding: calc(100vw / ( 640 / 100 )) 0;
}
.voice .sec1 figure {
  text-align: center;
}
.voice .sec1 .note {
  margin-top: calc(-100vw / ( 640 / 40 ));
}
.voice .sec2 {
  background: #f8f8f8;
  border-radius: calc(100vw / ( 640 / 70 )) calc(100vw / ( 640 / 70 )) 0 0;
  padding: calc(100vw / ( 640 / 110 )) 0 calc(100vw / ( 640 / 170 ));
  position: relative;
}
.voice .sec2:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vw / ( 640 / 100 ));
  background: #000;
  position: absolute;
  top: calc(-100vw / ( 640 / 46 ));
  left: 50%;
}
.voice .sec2:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 5 ));
  height: calc(100vw / ( 640 / 5 ));
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(100vw / ( 640 / 54 ));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.voice .sec2 h2 {
  text-align: center;
  max-width: calc(100vw / ( 640 / 196 ));
  margin: 0 auto calc(100vw / ( 640 / 36 ));
}
.voice .sec2 .box {
  padding: 0 calc(100vw / ( 640 / 40 )) 6px;
}
.voice .sec2 .box figure {
  text-align: center;
}
.voice .sec2 .inner {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.voice .sec2 .txt {
  background: #fff;
  padding: calc(100vw / ( 640 / 40 ));
}
.voice .sec2 .txt h3 {
  font-size: calc(100vw / ( 640 / 28 ));
  color: #fe7a4c;
  font-weight: bold;
  margin-bottom: 1em;
}
.voice .sec2 .txt p {
  font-size: calc(100vw / ( 640 / 24 ));
}
.voice .slick-arrow {
  position: absolute;
  top: 50%;
  left: calc(100vw / ( 640 / 20 ));
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: calc(100vw / ( 640 / 40 ));
  height: calc(100vw / ( 640 / 40 ));
  background: #000;
  border-radius: 50%;
}
.voice .slick-arrow:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 14 ));
  height: calc(100vw / ( 640 / 14 ));
  border-right: calc(100vw / ( 640 / 2 )) solid #fff;
  border-bottom: calc(100vw / ( 640 / 2 )) solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: calc(100vw / ( 640 / 24 ));
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.voice .next {
  left: auto;
  right: calc(100vw / ( 640 / 20 ));
}
.voice .next:after {
  left: calc(100vw / ( 640 / 18 ));
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.voice .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: calc(-100vw / ( 640 / 30 ));
  left: 0;
  width: 100%;
}
.voice .slick-dots li {
  width: calc(100vw / ( 640 / 10 ));
  height: calc(100vw / ( 640 / 10 ));
  background: #b5b5b5;
  margin: 0 calc(100vw / ( 640 / 17 ));
  border-radius: 50%;
}
.voice .slick-dots .slick-active {
  background: #000;
}
.voice .slick-dots button {
  font-size: 0;
  line-height: 0;
  border: none;
  background: none;
  outline: none;
}

/*=======================================
	advantage
=======================================*/
.advantage .sec1 {
  background: #f8f8f8;
}
.advantage .sec1 figure {
  padding: 0 calc(100vw / ( 640 / 30 ));
  margin-top: calc(100vw / ( 640 / 30 ));
  position: relative;
  z-index: 1;
}
.advantage .sec2 {
  margin-top: calc(-100vw / ( 640 / 40 ));
  padding-bottom: calc(100vw / ( 640 / 80 ));
}
.advantage .sec2 ul {
  border-top: 1px dashed #f07615;
  margin-top: calc(-100vw / ( 640 / 70 ));
}
.advantage .sec2 li {
  font-weight: bold;
  line-height: 1.6;
  padding: 1em 0 1em calc(100vw / ( 640 / 40 ));
  border-bottom: 1px dashed #f07615;
  position: relative;
}
.advantage .sec2 li em {
  color: #fe7a4c;
  font-size: 1.153846em;
}
.advantage .sec2 li:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 30 ));
  height: calc(100vw / ( 640 / 30 ));
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 1.4em;
  left: 0;
}
.advantage .sec2 li:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 10 ));
  height: calc(100vw / ( 640 / 10 ));
  border-right: calc(100vw / ( 640 / 2 )) solid #fff;
  border-bottom: calc(100vw / ( 640 / 2 )) solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 1.8em;
  left: calc(100vw / ( 640 / 8 ));
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.advantage .sec2 figure {
  margin-top: calc(-100vw / ( 640 / 50 ));
}

/*=======================================
	attention
=======================================*/
.attention {
  padding: calc(100vw / ( 640 / 60 )) 0 0;
}
.attention h2 {
  text-align: center;
  font-size: calc(100vw / ( 640 / 36 ));
  font-weight: bold;
  margin-bottom: calc(100vw / ( 640 / 40 ));
}
.attention h2:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 90 ));
  height: calc(100vw / ( 640 / 103 ));
  background: url("../images/icon_attention.png") no-repeat;
  background-size: contain;
  margin: 0 auto;
}
.attention p {
  margin-bottom: .5em;
}
.attention p em {
  font-weight: bold;
}
.attention figure {
  text-align: center;
}

/*=======================================
	chance
=======================================*/
.chance {
  padding: calc(100vw / ( 640 / 24 )) 0 1.5em;
}
.chance .h {
  text-align: center;
}
.chance p {
  margin: 2em 0;
}
.chance p em {
  font-size: 1.076923em;
}
.chance figure {
  text-align: center;
  margin: 2em 0;
}

/*=======================================
	consul
=======================================*/
.consul .sec1 {
  text-align: center;
  position: relative;
}
.consul .sec1:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vw / ( 640 / 50 ));
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.consul .sec2 {
  position: relative;
  padding: calc(100vw / ( 640 / 90 )) 0 calc(100vw / ( 640 / 90 ));
  background: url("../images/consul_bg.jpg") no-repeat center calc(100vw / ( 640 / 300 ));
  background-size: 100% auto;
}
.consul .sec2:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vw / ( 640 / 50 ));
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
}
.consul .sec2:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 5 ));
  height: calc(100vw / ( 640 / 5 ));
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(100vw / ( 640 / 52 ));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.consul .sec2 h2 {
  text-align: center;
  margin-bottom: calc(100vw / ( 640 / 50 ));
}
.consul .sec2 p em {
  font-weight: bold;
}
.consul .sec2 ul {
  margin: 2em 0;
}
.consul .sec2 li {
  font-size: calc(100vw / ( 640 / 30 ));
  font-weight: bold;
  color: #fe7a4c;
  line-height: 1.5;
  position: relative;
  padding-left: calc(100vw / ( 640 / 44 ));
  margin: .5em 0;
}
.consul .sec2 li:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 30 ));
  height: calc(100vw / ( 640 / 30 ));
  background: url("../images/icon_check_orange.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: .3em;
  left: 0;
}

/*=======================================
	order_flow
=======================================*/
.order_flow {
  text-align: center;
  background: #f8f8f8;
  padding: calc(100vw / ( 640 / 80 )) 0;
  border-bottom: calc(100vw / ( 640 / 2 )) solid #e5e9eb;
}
.order_flow .wrap {
  padding: 0 calc(100vw / ( 640 / 30 ));
}

/*=======================================
	faq
=======================================*/
.faq {
  background: #f8f8f8;
  padding: calc(100vw / ( 640 / 80 )) 0 calc(100vw / ( 640 / 90 ));
}
.faq h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-weight: 900;
  font-size: calc(100vw / ( 640 / 36 ));
  line-height: 1;
  text-align: center;
  margin-bottom: calc(100vw / ( 640 / 60 ));
}
.faq .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 calc(100vw / ( 640 / 40 ));
}
.faq .box figure {
  width: calc(100vw / ( 640 / 110 ));
}
.faq .txt {
  width: calc(100vw / ( 640 / 420 ));
  border: calc(100vw / ( 640 / 2 )) solid #ffbe72;
  box-sizing: border-box;
  background: #fff;
  border-radius: calc(100vw / ( 640 / 20 ));
  padding: 0.8em 0.8em 0.8em calc(100vw / ( 640 / 56 ));
  line-height: 1.6;
  position: relative;
}
.faq .txt:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 20 ));
  height: calc(100vw / ( 640 / 22 ));
  background: url("../images/faq_q_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(100vw / ( 640 / 42 ));
  left: calc(-100vw / ( 640 / 20 ));
}
.faq .txt p {
  position: relative;
}
.faq .txt p em {
  font-weight: bold;
}
.faq .txt p:before {
  content: "Q.";
  font-weight: bold;
  color: #ffbe72;
  position: absolute;
  top: 0;
  left: -1.4em;
}
.faq .a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.faq .a .txt {
  border-color: #fe7a4c;
}
.faq .a .txt:before {
  background: url("../images/faq_a_arrow.png") no-repeat;
  background-size: contain;
  left: auto;
  right: calc(-100vw / ( 640 / 20 ));
}
.faq .a .txt p:before {
  content: "A.";
  color: #fe7a4c;
}

/*=======================================
	msg
=======================================*/
.msg {
  background: url("../images/msg_bg.png") no-repeat center top;
  background-size: 100% auto;
  padding: calc(100vw / ( 640 / 100 )) 0 calc(100vw / ( 640 / 130 ));
  position: relative;
}
.msg:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vw / ( 640 / 160 ));
  background: url("../images/msg_mask.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.msg i:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100vw / ( 640 / 100 ));
  background: #000;
  position: absolute;
  top: calc(-100vw / ( 640 / 50 ));
  left: 50%;
}
.msg i:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 5 ));
  height: calc(100vw / ( 640 / 5 ));
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(100vw / ( 640 / 52 ));
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.msg h2 {
  text-align: center;
  max-width: calc(100vw / ( 640 / 140 ));
  margin: 0 auto calc(100vw / ( 640 / 40 ));
}
.msg p {
  position: relative;
  z-index: 1;
}
.msg p em {
  font-weight: bold;
}
.msg .wrap:last-child p {
  margin-top: calc(-100vw / ( 640 / 130 ));
}
.msg figure {
  margin-top: calc(-100vw / ( 640 / 170 ));
}

/*=======================================
	footer
=======================================*/
footer {
  line-height: 1.2;
  font-size: calc(100vw / ( 640 / 20 ));
  text-align: center;
  background: #ededed;
  padding: calc(100vw / ( 640 / 30 )) 0 calc(100vw / ( 640 / 140 ));
}
footer a {
  color: #000;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: .8em;
}
footer li {
  margin: 0 1em;
  position: relative;
}
footer li:after {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background: #777;
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer li:last-child:after {
  display: none;
}
footer p {
  font-size: calc(100vw / ( 640 / 18 ));
}

/******************************************************************************************

	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 40px;
  }

  .contents {
    max-width: 640px;
    font-size: 26px;
  }

  .note {
    font-size: 14px;
  }

  .icon_arrow {
    width: 28px;
    margin: 30px auto 0;
  }
  .icon_arrow:before, .icon_arrow:after {
    width: 18px;
    height: 18px;
  }
  .icon_arrow:after {
    top: 10px;
  }

  .fixed_btn {
    bottom: -110px;
  }

  /*=======================================
  	cta
  =======================================*/
  .cta {
    padding: 50px 0;
    border-bottom: 20px solid #ffd4bc;
  }
  .cta h2 {
    margin-bottom: 30px;
  }
  .cta figure.hear {
    padding: 0 40px;
  }
  .cta .btn {
    margin: -30px -20px 10px;
  }
  .cta .btn img {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .cta .btn img:hover {
    opacity: .9;
  }
  .cta ul.check {
    font-size: 24px;
  }
  .cta ul.check li {
    padding-left: 36px;
  }
  .cta ul.check li:before {
    width: 28px;
    height: 28px;
  }
  .cta ul.check li:after {
    width: 16px;
    height: 10px;
    border-left: 3px solid #fe7a4c;
    border-bottom: 3px solid #fe7a4c;
    left: 6px;
  }

  .cta.type_b {
    margin-top: -16px;
    padding-top: 130px;
  }
  .cta.type_b figure.txt {
    padding: 0 14px;
    margin-bottom: 34px;
  }

  .cta.type_c {
    margin-top: -16px;
    padding-top: 110px;
  }
  .cta.type_c figure.txt {
    margin-bottom: 34px;
  }

  .cta.type_b.form figure.txt img {
    margin-top: -30px;
  }

  .regist_form .submit {
    padding: 0 40px;
  }
  .regist_form form.myForm select,
  .regist_form form.myForm .datetime_day select {
    border-radius: 10px;
  }

  /*=======================================
  	mv
  =======================================*/
  .mv .note {
    font-size: 12px;
    padding: 0 40px;
    bottom: 120px;
  }

  /*=======================================
  	media
  =======================================*/
  .media {
    padding-bottom: 70px;
    margin: -100px 0 0;
  }
  .media figure {
    margin-bottom: 60px;
  }
  .media p {
    font-size: 24px;
  }

  /*=======================================
  	intro
  =======================================*/
  .intro {
    padding: 100px 0 230px;
  }
  .intro h2 {
    margin-bottom: 70px;
  }
  .intro h2 span {
    font-size: 46px;
  }
  .intro p {
    margin-bottom: 70px;
  }

  /*=======================================
  	trainer
  =======================================*/
  .about {
    padding: 80px 0 60px;
  }
  .about .wrap figure {
    padding: 0 46px;
    margin-bottom: 40px;
  }
  .about p {
    font-size: 30px;
    margin-bottom: 44px;
  }
  .about .wrap + figure {
    padding: 0 14px;
  }

  /*=======================================
  	case
  =======================================*/
  .case .h {
    margin-bottom: 40px;
  }
  .case .box {
    border-radius: 20px;
    padding-bottom: 4px;
    margin: 30px 0 0;
  }
  .case .box > p {
    font-size: 14px;
    padding-right: 10px;
    margin-top: 4px;
  }
  .case .txt {
    max-width: 540px;
    padding: 40px 14px;
    margin: -142px auto 0;
    border-radius: 0 0 14px 14px;
  }
  .case .txt p.l {
    font-size: 30px;
  }
  .case .txt p {
    font-size: 24px;
  }

  /*=======================================
  	why
  =======================================*/
  .why .h {
    padding: 80px 0 50px;
    background: url("../images/why_h.jpg") no-repeat right bottom;
    background-size: auto 270px;
  }
  .why .h h2 {
    font-size: 30px;
  }
  .why .sec2 .box {
    min-height: 340px;
    padding: 0 40px;
  }
  .why .sec2 .box p {
    font-size: 38px;
  }
  .why .sec2 .d:before {
    height: 40px;
  }
  .why .sec2 .a p,
  .why .sec2 .c p {
    padding-left: 210px;
  }
  .why .sec3 {
    padding: 120px 0 0;
  }
  .why .sec3:before {
    height: 62px;
  }
  .why .sec3:after {
    width: 5px;
    height: 5px;
    top: 60px;
  }
  .why .sec3 h2 {
    font-size: 34px;
    margin: 0 0 50px;
  }
  .why .sec3 h2 em {
    font-size: 90px;
  }

  /*=======================================
  	flow
  =======================================*/
  .flow {
    padding: 100px 0 0;
  }
  .flow h2 {
    padding: 0 14px;
    margin-bottom: 34px;
  }
  .flow li {
    padding-bottom: 20px;
  }
  .flow li h3 {
    margin: 0 0 0 -20px;
  }
  .flow li p {
    margin-left: 160px;
    border-bottom: 2px dashed #e5e9eb;
    font-size: 26px;
  }
  .flow li:before {
    width: 2px;
    height: calc(100% - 150px);
    left: 70px;
  }

  .counseling {
    padding: 0;
  }
  .counseling h2 {
    margin-bottom: 46px;
  }
  .counseling li p {
    font-size: 24px;
  }
  .counseling li:nth-child(1) p,
  .counseling li:nth-child(2) p,
  .counseling li:nth-child(4) p {
    margin-top: -56px;
  }
  .counseling li:before {
    height: calc(100% - 120px);
  }

  /*=======================================
  	nogood
  =======================================*/
  .nogood {
    padding-bottom: 300px;
  }
  .nogood section {
    padding: 70px 0 0;
  }
  .nogood section:after {
    width: 298px;
    height: 298px;
    top: 20px;
    right: -70px;
  }
  .nogood section:first-of-type {
    padding-top: 40px;
  }
  .nogood section h3 {
    margin: 0 0 60px;
    padding: 0 138px 0 40px;
  }
  .nogood ul {
    font-size: 26px;
  }
  .nogood li {
    padding: .5em 40px .5em 86px;
  }
  .nogood li:before {
    width: 30px;
    height: 30px;
    left: 40px;
  }

  /*=======================================
  	solution
  =======================================*/
  .solution {
    margin: -220px 0 0;
  }
  .solution .step {
    margin: 0 0 18px;
  }
  .solution section {
    padding-bottom: 90px;
  }
  .solution section h3 {
    height: 66px;
    font-size: 24px;
  }
  .solution section ul + p {
    font-size: 34px;
    margin: 50px 0 0;
  }

  /*=======================================
  	voice
  =======================================*/
  .voice .sec1 {
    padding: 100px 0;
  }
  .voice .sec1 .note {
    margin-top: -40px;
  }
  .voice .sec2 {
    border-radius: 70px 70px 0 0;
    padding: 110px 0 170px;
  }
  .voice .sec2:before {
    height: 100px;
    top: -46px;
  }
  .voice .sec2:after {
    width: 5px;
    height: 5px;
    top: 54px;
  }
  .voice .sec2 h2 {
    max-width: 196px;
    margin: 0 auto 36px;
  }
  .voice .sec2 .box {
    padding: 0 40px 6px;
  }
  .voice .sec2 .txt {
    padding: 40px;
  }
  .voice .sec2 .txt h3 {
    font-size: 28px;
  }
  .voice .sec2 .txt p {
    font-size: 24px;
  }
  .voice .slick-arrow {
    left: 20px;
    width: 40px;
    height: 40px;
  }
  .voice .slick-arrow:after {
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 24px;
  }
  .voice .next {
    left: auto;
    right: 20px;
  }
  .voice .next:after {
    left: 18px;
  }
  .voice .slick-dots {
    bottom: -30px;
  }
  .voice .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 17px;
  }

  /*=======================================
  	advantage
  =======================================*/
  .advantage .sec1 figure {
    padding: 0 30px;
    margin-top: 30px;
  }
  .advantage .sec2 {
    margin-top: -40px;
    padding-bottom: 80px;
  }
  .advantage .sec2 ul {
    margin-top: -70px;
  }
  .advantage .sec2 li {
    padding: 1em 0 1em 40px;
  }
  .advantage .sec2 li:before {
    width: 30px;
    height: 30px;
  }
  .advantage .sec2 li:after {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 8px;
  }
  .advantage .sec2 figure {
    margin-top: -50px;
  }

  /*=======================================
  	attention
  =======================================*/
  .attention {
    padding: 60px 0 0;
  }
  .attention h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .attention h2:before {
    width: 90px;
    height: 103px;
  }

  /*=======================================
  	chance
  =======================================*/
  .chance {
    padding: 24px 0 1.5em;
  }

  /*=======================================
  	consul
  =======================================*/
  .consul .sec1:before {
    height: 50px;
  }
  .consul .sec2 {
    padding: 90px 0 90px;
    background: url("../images/consul_bg.jpg") no-repeat center 300px;
    background-size: 100% auto;
  }
  .consul .sec2:before {
    height: 50px;
  }
  .consul .sec2:after {
    width: 5px;
    height: 5px;
    top: 52px;
  }
  .consul .sec2 h2 {
    margin-bottom: 50px;
  }
  .consul .sec2 li {
    font-size: 30px;
    padding-left: 44px;
  }
  .consul .sec2 li:before {
    width: 30px;
    height: 30px;
  }

  /*=======================================
  	order_flow
  =======================================*/
  .order_flow {
    padding: 80px 0;
    border-bottom: 2px solid #e5e9eb;
  }
  .order_flow .wrap {
    padding: 0 30px;
  }

  /*=======================================
  	faq
  =======================================*/
  .faq {
    padding: 80px 0 90px;
  }
  .faq h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  .faq .box {
    margin: 0 0 40px;
  }
  .faq .box figure {
    width: 110px;
  }
  .faq .txt {
    width: 420px;
    border: 2px solid #ffbe72;
    border-radius: 20px;
    padding: .8em .8em .8em 56px;
  }
  .faq .txt:before {
    width: 20px;
    height: 22px;
    top: 42px;
    left: -20px;
  }
  .faq .a .txt:before {
    right: -20px;
  }

  /*=======================================
  	msg
  =======================================*/
  .msg {
    padding: 100px 0 130px;
  }
  .msg:before {
    height: 160px;
  }
  .msg i:before {
    height: 100px;
    top: -50px;
  }
  .msg i:after {
    width: 5px;
    height: 5px;
    top: 52px;
  }
  .msg h2 {
    max-width: 140px;
    margin: 0 auto 40px;
  }
  .msg .wrap:last-child p {
    margin-top: -130px;
  }
  .msg figure {
    margin-top: -170px;
  }

  /*=======================================
  	footer
  =======================================*/
  footer {
    font-size: 20px;
    padding: 30px 0 140px;
  }
  footer p {
    font-size: 18px;
  }
}
