@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@700&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-weight: 400;
  font-size: calc(100vw / ( 640 / 28 ));
  color: #000;
  line-height: 1.8;
  text-align: center;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #0096ff;
}

img {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

body figure {
  margin-bottom: 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 {
  -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;
}

.note {
  font-size: calc(100vw / ( 640 / 18 ));
  line-height: 1.6;
  margin-left: 1em;
  text-align: left;
  color: #2d2d2d;
}
.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) " ";
}

em {
  font-weight: bold;
  font-weight: 900;
}

.l {
  font-size: 1.07692em;
}

.orange {
  color: #ff9000;
}

.pink {
  color: #ff2266;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff600), color-stop(90%, #fff600), color-stop(90%, #fff600), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, #fff600 60%, #fff600 90%, #fff600 90%, transparent 90%);
}

.marker_l {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fef793), color-stop(90%, #fef793), color-stop(90%, #fef793), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 60%, #fef793 60%, #fef793 90%, #fef793 90%, transparent 90%);
}

.t_grade {
  display: inline-block;
  background: #ff3761;
  background: -webkit-gradient(linear, left top, right top, from(#ff3761), to(#ff8a00));
  background: linear-gradient(to right, #ff3761 0%, #ff8a00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3761', endColorstr='#ff8a00',GradientType=1 );
  color: #ff3761;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fixed_bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.grecaptcha-badge {
  z-index: 300;
  bottom: calc(100vw / ( 640 / 100 )) !important;
}

/*=======================================
	mv
=======================================*/
.mv .sec1 .wrap {
  padding: 0;
}
.mv .sec2 {
  background: #fff url("../images/consul/mv_cta.jpg") no-repeat center top;
  background-size: 100% auto;
  padding-top: calc(100vw / ( 640 / 248 ));
  padding-bottom: calc(100vw / ( 640 / 40 ));
}
.mv .sec2 .box {
  background: #fff;
  padding: calc(100vw / ( 640 / 20 )) calc(100vw / ( 640 / 26 )) calc(100vw / ( 640 / 40 ));
  border-radius: calc(100vw / ( 640 / 24 ));
  -webkit-box-shadow: 0 calc(100vw / ( 640 / 5 )) calc(100vw / ( 640 / 10 )) rgba(0, 0, 0, 0.2);
          box-shadow: 0 calc(100vw / ( 640 / 5 )) calc(100vw / ( 640 / 10 )) rgba(0, 0, 0, 0.2);
}
.mv .sec2 .btn {
  margin: calc(100vw / ( 640 / 20 )) 0 calc(100vw / ( 640 / 40 ));
}

/*=======================================
	worry
=======================================*/
.worry .wrap {
  padding: 0;
}

/*=======================================
	reason
=======================================*/
/*=======================================
	about
=======================================*/
.about {
  padding: calc(100vw / ( 640 / 50 )) 0 calc(100vw / ( 640 / 70 ));
}
.about .h {
  margin-bottom: calc(100vw / ( 640 / 60 ));
}
.about .sec1 {
  margin-bottom: calc(100vw / ( 640 / 80 ));
}

/*=======================================
	voice
=======================================*/
.voice {
  background: #fff3ca;
  padding-bottom: calc(100vw / ( 640 / 90 ));
}
.voice .h {
  margin-bottom: calc(100vw / ( 640 / 50 ));
}
.voice section {
  background: #fff;
  border-radius: calc(100vw / ( 640 / 20 ));
  text-align: left;
  margin-bottom: calc(100vw / ( 640 / 80 ));
  -webkit-box-shadow: 0 calc(100vw / ( 640 / 4 )) calc(100vw / ( 640 / 10 )) rgba(0, 0, 0, 0.1);
          box-shadow: 0 calc(100vw / ( 640 / 4 )) calc(100vw / ( 640 / 10 )) rgba(0, 0, 0, 0.1);
}
.voice section > p {
  padding: calc(100vw / ( 640 / 40 ));
  letter-spacing: 0.05em;
}
.voice .title {
  background-image: url("../images/consul/voice_1.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  padding: calc(100vw / ( 640 / 70 )) calc(100vw / ( 640 / 120 )) calc(100vw / ( 640 / 20 )) calc(100vw / ( 640 / 50 ));
  font-size: calc(100vw / ( 640 / 24 ));
  line-height: 1;
  border-radius: calc(100vw / ( 640 / 20 )) calc(100vw / ( 640 / 20 )) 0 0;
  position: relative;
}
.voice .title:after {
  content: "";
  display: block;
  width: 93%;
  height: calc(100vw / ( 640 / 2 ));
  background: #ff9000;
  position: absolute;
  bottom: 0;
  right: 0;
}
.voice .title .num {
  width: calc(100vw / ( 640 / 110 ));
  height: calc(100vw / ( 640 / 110 ));
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: calc(100vw / ( 640 / -20 ));
  left: calc(100vw / ( 640 / 28 ));
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-weight: 700;
  color: #ff9000;
}
.voice .title .num span {
  display: block;
  font-size: calc(100vw / ( 640 / 30 ));
  margin: calc(100vw / ( 640 / 8 )) 0;
}
.voice .title p {
  font-size: calc(100vw / ( 640 / 30 ));
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: calc(100vw / ( 640 / 16 ));
  position: relative;
  z-index: 1;
}
.voice .sec2 .title {
  background-image: url("../images/consul/voice_2.jpg");
}
.voice .sec3 {
  margin-bottom: 0;
}
.voice .sec3 .title {
  background-image: url("../images/consul/voice_3.jpg");
}

/*=======================================
	point
=======================================*/
.point {
  padding-bottom: calc(100vw / ( 640 / 70 ));
}
.point figure {
  display: none;
}
.point li {
  padding: calc(100vw / ( 640 / 50 )) 0;
  border-bottom: calc(100vw / ( 640 / 2 )) dashed #b2b2b2;
  letter-spacing: 0.05em;
}
.point li p {
  text-align: left;
}
.point .num {
  font-family: "Barlow", sans-serif;
  font-size: calc(100vw / ( 640 / 32 ));
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(100vw / ( 640 / 40 ));
}
.point .num:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 58 ));
  height: calc(100vw / ( 640 / 60 ));
  background: url("../images/consul/logo_icon.png") no-repeat;
  background-size: contain;
  margin: 0 auto calc(100vw / ( 640 / 10 ));
}

/*=======================================
	service
=======================================*/
.service {
  padding-bottom: calc(100vw / ( 640 / 100 ));
}
.service .sec1 {
  margin-bottom: calc(100vw / ( 640 / 70 ));
}
.service .sec2 figure {
  padding: 0 calc(100vw / ( 640 / 12 ));
}
.service .sec2 .note {
  padding: 0 calc(100vw / ( 640 / 40 ));
  margin-left: 0;
}
.service .sec2 .note li {
  text-indent: 0;
}

/*=======================================
	cta
=======================================*/
.cta {
  background: #eff5f6;
  padding-bottom: calc(100vw / ( 640 / 80 ));
  position: relative;
}
.cta:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vw / ( 640 / 70 ));
  background: url("../images/consul/cta_mask.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: calc(100vw / ( 640 / -69 ));
  left: 0;
}
.cta .h {
  position: relative;
  z-index: 1;
  margin-bottom: calc(100vw / ( 640 / 60 ));
  padding: 0 calc(100vw / ( 640 / 8 ));
}
.cta .h img {
  margin-top: calc(100vw / ( 640 / -78 ));
}
.cta .box {
  background: #fff;
  border-radius: calc(100vw / ( 640 / 24 ));
  padding: calc(100vw / ( 640 / 20 )) calc(100vw / ( 640 / 26 )) calc(100vw / ( 640 / 40 ));
  -webkit-box-shadow: 0 calc(100vw / ( 640 / 5 )) calc(100vw / ( 640 / 10 )) rgba(0, 0, 0, 0.2);
          box-shadow: 0 calc(100vw / ( 640 / 5 )) calc(100vw / ( 640 / 10 )) rgba(0, 0, 0, 0.2);
}
.cta .box .btn {
  margin: calc(100vw / ( 640 / 28 )) 0 calc(100vw / ( 640 / 38 ));
}
.cta .box .txt_2 {
  max-width: calc(100vw / ( 640 / 390 ));
  margin: 0 auto calc(100vw / ( 640 / 40 ));
}

.cta.type_b {
  margin-top: calc(100vw / ( 640 / -110 ));
}

.cta.type_c {
  padding-top: calc(100vw / ( 640 / 24 ));
}
.cta.type_c:before {
  height: calc(100vw / ( 640 / 120 ));
  background: url("../images/consul/cta_mask_c.png") no-repeat;
  background-size: 100% 100%;
  top: calc(100vw / ( 640 / -119 ));
  left: 0;
}

/*=======================================
	flow
=======================================*/
.flow {
  padding: calc(100vw / ( 640 / 70 )) 0 0;
}
.flow h2 {
  font-size: calc(100vw / ( 640 / 40 ));
  font-weight: bold;
  font-weight: 900;
  margin-bottom: calc(100vw / ( 640 / 60 ));
}
.flow h2 strong {
  display: block;
}
.flow h2 span {
  font-size: calc(100vw / ( 640 / 46 ));
}
.flow h3 {
  width: calc(100vw / ( 640 / 560 ));
  height: calc(100vw / ( 640 / 90 ));
  background: url("../images/consul/flow_h_bg.png") no-repeat;
  background-size: contain;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: calc(100vw / ( 640 / 24 ));
  margin: 0 auto calc(100vw / ( 640 / 50 ));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.flow .sec1 {
  margin-bottom: calc(100vw / ( 640 / 90 ));
}
.flow .sec1 ul {
  text-align: left;
  font-weight: bold;
  font-weight: 500;
}
.flow .sec1 li {
  margin-top: 1em;
  padding-left: calc(100vw / ( 640 / 50 ));
  position: relative;
}
.flow .sec1 li:before {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 35 ));
  height: calc(100vw / ( 640 / 33 ));
  background: url("../images/consul/icon_check.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: .4em;
  left: 0;
}
.flow .sec2 ol.a {
  padding: 0 calc(100vw / ( 640 / 10 ));
  margin-bottom: calc(100vw / ( 640 / 80 ));
  text-align: left;
}
.flow .sec2 ol.a li {
  padding-left: calc(100vw / ( 640 / 70 ));
  padding-bottom: calc(100vw / ( 640 / 60 ));
  position: relative;
}
.flow .sec2 ol.a li:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 2 ));
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: calc(100vw / ( 640 / 28 ));
  z-index: -1;
}
.flow .sec2 ol.a li:last-child {
  padding-bottom: 0;
}
.flow .sec2 ol.a li:last-child:after {
  display: none;
}
.flow .sec2 ol.a .num {
  width: calc(100vw / ( 640 / 58 ));
  height: calc(100vw / ( 640 / 58 ));
  border-radius: 50%;
  background: #ffba00;
  color: #fff;
  font-size: calc(100vw / ( 640 / 32 ));
  font-weight: bold;
  font-weight: 700;
  line-height: calc(100vw / ( 640 / 58 ));
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.flow .sec2 ol.a h4 {
  font-weight: bold;
  font-weight: 700;
  margin-bottom: .5em;
}
.flow .sec2 ol.a p {
  font-size: calc(100vw / ( 640 / 26 ));
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.flow .sec2 ol.a p i {
  display: inline-block;
  width: calc(100vw / ( 640 / 22 ));
  height: calc(100vw / ( 640 / 20 ));
  background: url("../images/consul/icon_arrow.png") no-repeat;
  background-size: contain;
  margin: 0 .1em;
}
.flow .sec2 ol.a .btn {
  margin-top: 1em;
}
.flow .sec2 ol.b li {
  margin-bottom: calc(100vw / ( 640 / 60 ));
}
.flow .sec2 ol.b li:nth-of-type(2) .head {
  background-image: url("../images/consul/flow_2.jpg");
}
.flow .sec2 ol.b li:nth-of-type(3) .head {
  background-image: url("../images/consul/flow_3.jpg");
}
.flow .sec2 ol.b .head {
  background-image: url("../images/consul/flow_1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  min-height: calc(100vw / ( 640 / 240 ));
  padding: calc(100vw / ( 640 / 40 ));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow .sec2 ol.b .num {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: calc(100vw / ( 640 / 30 ));
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
}
.flow .sec2 ol.b .num:after {
  content: "";
  display: block;
  width: calc(100vw / ( 640 / 30 ));
  height: calc(100vw / ( 640 / 4 ));
  background: #ff2266;
  margin: calc(100vw / ( 640 / 20 )) auto;
}
.flow .sec2 ol.b h4 {
  font-weight: 500;
}
.flow .sec2 ol.b p {
  font-size: calc(100vw / ( 640 / 26 ));
  background: #f7f7f7;
  border: calc(100vw / ( 640 / 2 )) solid #eee;
  border-top: none;
  padding: calc(100vw / ( 640 / 40 ));
  text-align: left;
}

/*=======================================
	msg
=======================================*/
.msg {
  background: url("../images/consul/msg_bottom.jpg") no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: calc(100vw / ( 640 / 260 ));
}
.msg .h {
  margin-top: calc(100vw / ( 640 / -12 ));
  position: relative;
  z-index: 1;
  margin-bottom: .5em;
}
.msg p {
  text-align: left;
  font-size: calc(100vw / ( 640 / 26 ));
}

/*=======================================
	footer
=======================================*/
footer {
  background: #000;
  color: #fff;
  padding: calc(100vw / ( 640 / 40 )) 0 calc(100vw / ( 640 / 130 ));
  font-size: calc(100vw / ( 640 / 16 ));
  line-height: 1;
}
footer a {
  color: #fff;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-transform: translateY(-50%);
          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;
  }

  body {
    font-size: 20px;
  }

  a:hover {
    text-decoration: underline;
  }

  .wrap {
    max-width: 1000px;
    padding: 0 40px;
  }

  .note {
    font-size: 16px;
  }

  .l {
    font-size: 1.2em;
  }

  .fixed_bnr {
    display: none;
  }

  .grecaptcha-badge {
    bottom: 14px !important;
  }

  /*=======================================
  	mv
  =======================================*/
  .mv {
    background: url("../images/consul/mv_bg.jpg") no-repeat center top;
    background-size: cover;
  }
  .mv .sec1 {
    padding: 130px 0 0;
    margin-bottom: 270px;
  }
  .mv .sec1 .wrap {
    padding: 0 40px;
  }
  .mv .sec2 {
    background: rgba(255, 255, 255, 0.9);
    background-size: auto;
    padding: 110px 0 150px;
    position: relative;
  }
  .mv .sec2:before {
    content: "";
    display: block;
    width: 282px;
    height: 221px;
    background: url("../images/consul/mv_cta_h.png") no-repeat;
    position: absolute;
    top: -145px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
  .mv .sec2:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: calc(100vw / ( 800 / 400 )) solid transparent;
    border-bottom: 100px solid rgba(255, 255, 255, 0.9);
    border-top: 0 solid transparent;
    position: absolute;
    top: -100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .mv .sec2 .box {
    max-width: 840px;
    margin: 0 auto;
    padding: 20px 30px 40px;
    border-radius: 24px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mv .sec2 .btn {
    margin: 20px 0 40px;
  }
  .mv .sec2 .note {
    margin-left: 0;
    text-align: center;
  }
  .mv .sec2 .note li {
    text-indent: 0;
  }

  /*=======================================
  	worry
  =======================================*/
  .worry {
    background: #d9ebfd;
    padding-bottom: 70px;
    position: relative;
  }
  .worry:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: calc(100vw / ( 800 / 400 )) solid transparent;
    border-bottom: 100px solid #d9ebfd;
    border-top: 0 solid transparent;
    position: absolute;
    top: -99px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .worry .wrap {
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  .worry img {
    margin-top: -100px;
  }

  /*=======================================
  	reason
  =======================================*/
  .reason {
    background: url("../images/consul/reason_bg.png") repeat center;
    padding-bottom: 76px;
  }
  .reason .a {
    margin-top: -1px;
  }

  /*=======================================
  	about
  =======================================*/
  .about {
    padding: 0;
  }
  .about .h {
    margin-bottom: 70px;
  }
  .about .sec1 {
    margin-bottom: 70px;
  }

  /*=======================================
  	voice
  =======================================*/
  .voice {
    padding-bottom: 170px;
  }
  .voice .h {
    margin-bottom: 80px;
  }
  .voice .h img {
    margin-top: -132px;
  }
  .voice section {
    max-width: 700px;
    border-radius: 20px;
    margin: 0 auto 60px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  .voice section > p {
    padding: 50px;
  }
  .voice .title {
    background-image: url("../images/consul/voice_1_pc.jpg");
    padding: 70px 220px 20px 50px;
    font-size: 20px;
    border-radius: 20px 20px 0 0;
  }
  .voice .title:after {
    height: 2px;
  }
  .voice .title .num {
    width: 110px;
    height: 110px;
    top: -20px;
    left: 28px;
    font-size: 24px;
  }
  .voice .title .num span {
    font-size: 30px;
    margin: 8px 0;
  }
  .voice .title p {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .voice .sec2 .title {
    background-image: url("../images/consul/voice_2_pc.jpg");
  }
  .voice .sec3 {
    margin-bottom: 0;
  }
  .voice .sec3 .title {
    background-image: url("../images/consul/voice_3_pc.jpg");
  }

  /*=======================================
  	point
  =======================================*/
  .point {
    padding-bottom: 60px;
    background: url("../images/consul/point_bg.jpg") no-repeat center top;
    background-size: 100% auto;
    position: relative;
  }
  .point:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: calc(100vw / ( 800 / 400 )) solid transparent;
    border-bottom: 100px solid #fff;
    border-top: 0 solid transparent;
    position: absolute;
    top: -99px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .point .wrap {
    max-width: none;
  }
  .point figure {
    display: block;
    margin: -14px 0 70px;
  }
  .point ol {
    max-width: 1050px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .point li {
    width: 350px;
    padding: 0 30px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
  }
  .point li p {
    font-size: 18px;
  }
  .point li:nth-of-type(2) {
    border-left: 1px dashed #b2b2b2;
    border-right: 1px dashed #b2b2b2;
  }
  .point .num {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .point .num:before {
    width: 58px;
    height: 60px;
    margin: 0 auto 15px;
  }

  /*=======================================
  	service
  =======================================*/
  .service {
    padding: 0 40px 50px;
  }
  .service .sec1 {
    margin-bottom: 80px;
  }
  .service .sec2 figure {
    padding: 0;
    margin-bottom: 20px;
  }
  .service .sec2 .note {
    max-width: 860px;
    margin: 0 auto;
    padding: 0;
  }

  /*=======================================
  	cta
  =======================================*/
  .cta {
    padding-bottom: 100px;
  }
  .cta:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background: none;
    border: calc(100vw / ( 800 / 380 )) solid transparent;
    border-top: 100px solid #fff;
    border-bottom: 0 solid transparent;
    position: absolute;
    top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta .h {
    margin-bottom: 30px;
    padding: 40px 0 0;
  }
  .cta .h img {
    margin-top: 0;
  }
  .cta .box {
    max-width: 840px;
    border-radius: 24px;
    margin: 0 auto;
    padding: 20px 30px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }
  .cta .box .btn {
    margin: 30px 0 40px;
  }
  .cta .box .txt_2 {
    max-width: none;
    margin: 0 auto 25px;
  }
  .cta .box .note {
    max-width: 680px;
    margin: 0 auto;
    padding-left: 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .cta.type_b {
    margin-top: 0;
  }
  .cta.type_b:before, .cta.type_b:after {
    content: "";
    display: block;
    border: none;
    width: calc(50% - 500px);
    height: 100px;
    background: #eff5f6;
    position: absolute;
    top: -99px;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
  .cta.type_b:after {
    left: auto;
    right: 0;
  }
  .cta.type_b .mask {
    content: "";
    display: block;
    width: 100%;
    max-width: 1000px;
    height: 100px;
    background: url("../images/consul/cta_mask_pc.png") no-repeat center bottom;
    background-size: 100% 100%;
    position: absolute;
    top: -99px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .cta.type_b .h {
    padding: 0;
  }
  .cta.type_b .h img {
    margin-top: -60px;
  }

  .cta.type_c {
    padding-top: 40px;
  }
  .cta.type_c:before {
    width: 100%;
    max-width: 1000px;
    height: 120px;
    border: none;
    background: url("../images/consul/cta_mask_c_pc.png") no-repeat;
    background-size: 100% 100%;
    top: -119px;
    left: 50%;
  }

  /*=======================================
  	flow
  =======================================*/
  .flow {
    padding: 70px 0 0;
  }
  .flow h2 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .flow h2 span {
    font-size: 46px;
  }
  .flow h3 {
    width: 560px;
    height: 90px;
    font-size: 24px;
    padding-top: 26px;
    margin: 0 auto 50px;
  }
  .flow .sec1 {
    max-width: 870px;
    margin: 0 auto 80px;
  }
  .flow .sec1 ul {
    font-size: 26px;
  }
  .flow .sec1 li {
    padding-left: 50px;
  }
  .flow .sec1 li:before {
    width: 35px;
    height: 33px;
  }
  .flow .sec2 ol.a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 120px 0 80px;
  }
  .flow .sec2 ol.a li {
    width: 33.33333%;
    padding: 10px 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #ababab;
  }
  .flow .sec2 ol.a li:after {
    display: none;
  }
  .flow .sec2 ol.a li:first-child {
    padding-left: 0;
  }
  .flow .sec2 ol.a li:last-child {
    border: none;
    padding-right: 0;
  }
  .flow .sec2 ol.a .num {
    width: 100%;
    height: 34px;
    border-radius: 0;
    font-size: 22px;
    line-height: 34px;
    top: -56px;
  }
  .flow .sec2 ol.a .num:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 17px solid transparent;
    border-right: 0 solid transparent;
    border-left: 11px solid #ffba00;
    position: absolute;
    top: 50%;
    right: -11px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .flow .sec2 ol.a h4 {
    min-height: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .flow .sec2 ol.a p {
    font-size: 18px;
  }
  .flow .sec2 ol.a p i {
    width: 19px;
    height: 18px;
  }
  .flow .sec2 ol.a .btn {
    margin-top: 2em;
  }
  .flow .sec2 ol.a li:nth-of-type(2) .num {
    background: #ffa200;
  }
  .flow .sec2 ol.a li:nth-of-type(2) .num:after {
    border-left-color: #ffa200;
  }
  .flow .sec2 ol.a li:nth-of-type(3) .num {
    background: #ff7800;
  }
  .flow .sec2 ol.a li:nth-of-type(3) .num:after {
    display: none;
  }
  .flow .sec2 ol.b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow .sec2 ol.b li {
    width: 320px;
    margin: 0 20px 50px 0;
    background: #f7f7f7;
    border: 2px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .flow .sec2 ol.b li:nth-of-type(2) .head {
    background-image: url("../images/consul/flow_2_pc.jpg");
  }
  .flow .sec2 ol.b li:nth-of-type(3) {
    margin-right: 0;
  }
  .flow .sec2 ol.b li:nth-of-type(3) .head {
    background-image: url("../images/consul/flow_3_pc.jpg");
  }
  .flow .sec2 ol.b .head {
    background-image: url("../images/consul/flow_1_pc.jpg");
    min-height: 240px;
    padding: 50px 30px 20px;
    display: block;
    width: calc(100% + 4px);
    margin: -2px 0 0 -2px;
  }
  .flow .sec2 ol.b .num {
    font-size: 26px;
  }
  .flow .sec2 ol.b .num:after {
    width: 30px;
    height: 4px;
    margin: 20px auto;
  }
  .flow .sec2 ol.b h4 {
    font-size: 24px;
  }
  .flow .sec2 ol.b p {
    font-size: 20px;
    background: none;
    border: none;
    padding: 30px 20px;
  }

  /*=======================================
  	msg
  =======================================*/
  .msg {
    background: url("../images/consul/msg_bottom_pc.jpg") no-repeat center bottom;
    background-size: 100% auto;
    padding-bottom: 260px;
    position: relative;
  }
  .msg:before {
    content: "";
    display: block;
    width: 969px;
    height: 461px;
    background: url("../images/consul/msg_bg_pc.jpg") no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .msg .h {
    margin: 0 0 70px;
  }
  .msg .h img {
    margin-top: -10px;
  }
  .msg p {
    max-width: 780px;
    margin: 0 auto;
    font-size: 20px;
  }

  /*=======================================
  	footer
  =======================================*/
  footer {
    padding: 40px 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 821px) {
  .mv .sec2:after {
    border: 500px solid transparent;
    border-bottom: 100px solid rgba(255, 255, 255, 0.9);
    border-top: 0 solid transparent;
  }

  .worry:after {
    border: 500px solid transparent;
    border-bottom: 100px solid #d9ebfd;
    border-top: 0 solid transparent;
  }

  .point:after {
    border: 500px solid transparent;
    border-bottom: 100px solid #fff;
    border-top: 0 solid transparent;
  }
}
