@charset "UTF-8";
/* ==========================================================================
   reset
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font: inherit;
  outline: 0;
}

button {
  font: inherit;
  outline: 0;
  cursor: pointer;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

th, td {
  font-weight: 300;
}

strong {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

/* ==========================================================================
	 base
	========================================================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  color: #222426;
  background: #FFF;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 1099px) {
  body {
    font-size: 1.4545454545vw;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}

::-moz-selection {
  color: #FFF;
  background: rgba(222, 41, 28, 0.5);
}

::selection {
  color: #FFF;
  background: rgba(222, 41, 28, 0.5);
}

a {
  color: #595959;
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1), color 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-decoration: none;
}
a:hover, a:active {
  color: rgba(222, 41, 28, 0.7);
  text-decoration: none;
}

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

p + p {
  margin-top: 0.6em;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  border-radius: inherit;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=reset]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

.text-em {
  color: #de291c;
}

.u-highlight {
  background: linear-gradient(transparent 70%, #feffa7 70%);
  background-position: 0% 0%;
  padding: 0 0.15em;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-sp-block {
  display: inline;
}

.u-pc-hidden {
  display: none;
  visibility: hidden;
}

.u-sp-hidden {
  display: inline;
  visibility: visible;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .u-pc-block {
    display: inline;
  }

  .u-sp-block {
    display: block;
  }

  .u-pc-hidden {
    display: inline;
    visibility: visible;
  }

  .u-sp-hidden {
    display: none;
    visibility: hidden;
  }
}
.js-img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================================
   parts - component
   ========================================================================== */
/* .c-cta
 ----------------------------------------------------------------------------- */
.c-cta {
  display: none;
  text-align: center;
  padding-top: 50px;
}
.c-cta__text {
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  font-size: 2.063em;
  font-weight: bold;
  line-height: 1.1;
}
.c-cta__text::before, .c-cta__text::after {
  display: block;
  content: "";
  border-top: currentcolor solid 1.2em;
  border-right: transparent solid 0.15em;
  border-left: transparent solid 0.15em;
  align-self: flex-end;
  margin: 0 0.5em;
}
.c-cta__text::before {
  transform: rotate(-35deg);
}
.c-cta__text::after {
  transform: rotate(35deg);
}
.c-cta__text strong {
  font-size: 136.4%;
}
.c-cta__button {
  margin-top: 1em;
}
.c-cta__button .btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 430px;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  background: #01a699;
  color: #FFF;
  padding: 0.5em 0.25em 0.5em 0.5em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100vh;
  box-shadow: 0.05em 0.175em 0em #00736a;
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}
.c-cta__button .btn::before {
  position: relative;
  display: block;
  content: "";
  width: 1.05em;
  height: 1.05em;
  background-image: url(../img/cta_icon_shiryo_wh.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.35em;
  z-index: 1;
}
.c-cta__button .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(25deg) scale(1.2);
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: #00cea6;
  transition: width 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 0;
}
.c-cta__button .btn span {
  position: relative;
  z-index: 2;
}
.c-cta__button .btn .icon {
  position: relative;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: currentcolor;
  border-radius: 50%;
  margin-left: 0.5em;
  z-index: 3;
}
.c-cta__button .btn .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-40%) translateY(-50%);
  display: block;
  content: "";
  border-top: transparent solid 0.22em;
  border-bottom: transparent solid 0.22em;
  border-left: #01a699 solid 0.28em;
}
.c-cta__button .btn:hover {
  transform: scale(1.03);
  box-shadow: 0.17em 0.17em 0.5em rgba(0, 0, 0, 0.5);
}
.c-cta__button .btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.c-cta__button .btn:hover .icon::before {
  border-left-color: #00cea6;
}
@media only screen and (max-width: 767px) {
  .c-cta {
    /*display: block;*/
    padding: 10.6666666667vw 4vw 0;
  }
  .c-cta__text {
    font-size: 4.4vw;
  }
  .c-cta__button {
    margin-top: 0.5em;
  }
  .c-cta__button .btn {
    font-size: 6vw;
    max-width: none;
  }
}

/* .modal
 ----------------------------------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 201;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  width: 100%;
  height: 100vh;
}
.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 864px;
  max-height: calc(100vh - 20px);
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
.modal__content {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
  border: #008bd1 solid 0.3em;
  overflow-y: auto;
}
.modal__button {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  display: block;
  z-index: 3;
}
.modal__button a {
  display: block;
  width: 2em;
  height: 2em;
  z-index: 3;
}
.modal__button a::before, .modal__button a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 0.3em;
  height: 100%;
  background: #008bd1;
}
.modal__button a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__button a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .modal__inner {
    width: 86.666%;
    max-width: none;
    max-height: calc(100vh - 20px);
  }
  .modal__content {
    border-width: 0.8vw;
  }
  .modal__button {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
  }
  .modal__button a {
    width: 4vw;
    height: 4vw;
  }
  .modal__button a::before, .modal__button a::after {
    width: 0.8vw;
  }
}

/* ==========================================================================
   block - page
   ========================================================================== */
.page {
  position: relative;
  width: 100%;
  padding-top: 80px;
  /*padding-right: 380px;*/
}
@media only screen and (max-width: 1439px) {
  .page {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .page {
    padding-top: 10.6666666667vw;
  }
}

.is-nav-open .page::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 99;
}

/* ==========================================================================
	 block - header
	 ========================================================================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #FFF;
  box-shadow: 0 0.313em 0.313em rgba(0, 0, 0, 0.1);
  z-index: 101;
  padding-top:12px;
}
.header__con{
  width: 96%;
  position:absolute;
  top:2px;
  left:2%;
  text-align:right;
  z-index: 1000;
}
.con-login,
.con-login:hover{
	display:inline-block;
	font-size:1.4rem;
	font-weight:bold;
	line-height:1;
	color: #008BD1;
	text-decoration:none;
	cursor:pointer;
	transition:opacity 0.2s ease 0s, color 0.2s ease 0s;
}
.con-login:hover{
  opacity:0.6;
}
.con-login.erc,
.con-login.erc:hover{
  color:#de291c;
}
.header__con hr{
  content:"";
	display:inline-block;
  width:1px;
  height:1em;
  margin:0;
  position:relative;
  top:1px;
  margin:0 2px 0 8px;
  background:#ccc;
  border:none;
  outline:none;
}
.con-login span{
	display:inline-block;
}
.con-login img{
	display:inline-block;
  width:1.4em;
  height:auto;
  vertical-align: middle;
  position:relative;
  top:-2px;
}
.con-login img.icon_login{
  width:0.75em;
}
.header__inner {
  width: 98%;
  /*max-width: 1000px;*/
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  z-index: 102;
}
@media only screen and (max-width: 767px) {
  .header {
    padding-top:0;
  }
  .header__inner {
    width: 100%;
  }
}
.header__logo {
  width: 202px;
  margin-right: auto;
}
.header__logo img {
  width: 100%;
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header__logo a:hover img{
   opacity:0.6;
}
.header__button .btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 15.6363636364vw;
  max-width: 172px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  background: #01a699;
  color: #FFF;
  padding: 0.35em 0.25em 0.3em 0.25em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100vh;
  box-shadow: 0.05em 0.175em 0em #00736a;
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}
.header__button .btn::before {
  position: relative;
  display: block;
  content: "";
  width: 2em;
  height: 2em;
  background-image: url(../img/nav_icon_shiryo.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.35em;
  z-index: 1;
}
.header__button .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: #00cea6;
  border-radius: 100vh;
  transition: width 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 0;
}
.header__button .btn span {
  position: relative;
  z-index: 2;
}
.header__button .btn .icon {
  position: relative;
  display: block;
  margin-left: 0.5em;
  z-index: 3;
}
.header__button .btn .icon::before {
  display: block;
  content: "";
  border-top: transparent solid 0.5em;
  border-bottom: transparent solid 0.5em;
  border-left: currentcolor solid 0.7em;
}
.header__button .btn:hover {
  transform: scale(1.03);
  box-shadow: 0.17em 0.17em 0.5em rgba(0, 0, 0, 0.5);
}
.header__button .btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.header-nav {
  display: block;
}
.header-nav__menu {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.header-nav__menu .menu-item {
  margin-left: 0.75em;
}
.header-nav__menu .menu-item .btn,
.thanks .btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  width: 15.4545454545vw;
  max-width: 170px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  background: #FFF;
  color: #de291c;
  border: #de291c solid 0.15em;
  padding: 0.25em 0.25em 0.25em 0.25em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100vh;
  box-shadow: 0.05em 0.175em 0em rgba(0, 0, 0, 0.2);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}
.header-nav__menu .menu-item .btn::before{
  position: relative;
  display: block;
  content: "";
  width: 2em;
  height: 2em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.45em;
  z-index: 1;
}
.header-nav__menu .menu-item .btn::after,
.thanks .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: #de291c;
  border-radius: 100vh;
  transition: width 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  z-index: 0;
}
.header-nav__menu .menu-item .btn.btn-demo::before {
  width: 1.813em;
  background-image: url(../img/nav_icon_demo_rd.png);
}
.header-nav__menu .menu-item .btn.btn-demo:hover::before {
  background-image: url(../img/nav_icon_demo.png);
}
.header-nav__menu .menu-item .btn.btn-seminar::before {
  background-image: url(../img/nav_icon_seminar_rd.png);
}
.header-nav__menu .menu-item .btn.btn-seminar:hover::before {
  background-image: url(../img/nav_icon_seminar.png);
}
.header-nav__menu .menu-item .btn.btn-sodan::before {
  background-image: url(../img/nav_icon_sodan_rd.png);
}
.header-nav__menu .menu-item .btn.btn-sodan:hover::before {
  background-image: url(../img/nav_icon_sodan.png);
}
.header-nav__menu .menu-item .btn.btn-siryo::before {
  background-image: url(../img/nav_icon_shiryo.png);
}
.header-nav__menu .menu-item .btn.btn-login::before {
  background-image: url(/cms/wp-content/themes/e-reverse/assets/img/icon_login_erc.svg);
}
.header-nav__menu .menu-item .btn.btn-login.con::before {
  background-image: url(/cms/wp-content/themes/e-reverse/assets/img/icon_login_con.svg);
}
.header-nav__menu .menu-item .btn span,
.thanks .btn span {
  position: relative;
  z-index: 2;
}
.header-nav__menu .menu-item .btn .icon,
.thanks .btn .icon {
  position: relative;
  display: block;
  margin-left: 0.5em;
  z-index: 3;
}
.header-nav__menu .menu-item .btn .icon::before,
.thanks .btn .icon::before {
  display: block;
  content: "";
  border-top: transparent solid 0.5em;
  border-bottom: transparent solid 0.5em;
  border-left: currentcolor solid 0.7em;
}
.header-nav__menu .menu-item .btn:hover,
.thanks .btn:hover {
  color: #FFF !important;
  transform: scale(1.03);
  box-shadow: 0.17em 0.17em 0.5em rgba(0, 0, 0, 0.3);
}
.header-nav__menu .menu-item .btn:hover::after,
.thanks .btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.header-nav__menu .menu-item .login-icon{
   display: inline-block;
   width: 0.9em;
   height: auto;
   margin: 0 0 0 4px;
}
.header-nav__btn {
  display: none;
  width: 82px;
  height: 82px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  z-index: 102;
}
.header-nav__btn__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 4px;
  display: block;
  background: #222426;
  transition: margin cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 0.2em;
}
.header-nav__btn__line:nth-of-type(1) {
  margin-top: -23px;
}
.header-nav__btn__line:nth-of-type(2) {
  margin-top: 0;
}
.header-nav__btn__line:nth-of-type(3) {
  margin-top: 23px;
}
.header-nav__btn.is-open .header-nav__btn__line {
  width: 100%;
  left: 50%;
  transition: margin 0.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}
.header-nav__btn.is-open .header-nav__btn__line:nth-of-type(1) {
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.header-nav__btn.is-open .header-nav__btn__line:nth-of-type(2) {
  opacity: 0;
}
.header-nav__btn.is-open .header-nav__btn__line:nth-of-type(3) {
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .header__inner {
    height: 10.6666666667vw;
    padding-right: 13.3333333333vw;
    padding-left: 4vw;
    background: #FFF;
  }
  .header__logo {
    width: 21.6vw;
    margin-top: 0.2em;
  }
  .header__button .btn {
    width: 31.2vw;
    max-width: none;
    font-size: 2.9333333333vw;
    padding: 0.25em;
  }
  .header-nav {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .header-nav__inner {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 10.6666666667vw 0 0 0;
  }
  .header-nav__menu {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: left;
    background: #f9f0ed;
    padding: 5.3333333333vw 0 8vw 0;
  }
  .header-nav__menu .menu-item {
    margin: 0;
    border-bottom: 1px solid #ebe0dc;
  }
  .header-nav__menu .menu-item .btn {
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    font-size: 4.1866666667vw;
    background: none;
    color: #222426;
    padding: 0.6em 2em;
    border: unset;
    border-radius: unset;
    box-shadow: none;
  }
  .header-nav__menu .menu-item .btn::before {
    margin-right: 0.75em;
  }
  .header-nav__menu .menu-item .btn::after {
    display: none;
  }
  .header-nav__menu .menu-item .btn.btn-demo::before {
    background-image: url(../img/sp/nav_icon_demo.png);
  }
  .header-nav__menu .menu-item .btn.btn-demo:hover::before {
    background-image: url(../img/sp/nav_icon_demo.png);
  }
  .header-nav__menu .menu-item .btn.btn-seminar::before {
    background-image: url(../img/sp/nav_icon_seminar.png);
  }
  .header-nav__menu .menu-item .btn.btn-seminar:hover::before {
    background-image: url(../img/sp/nav_icon_seminar.png);
  }
  .header-nav__menu .menu-item .btn.btn-sodan::before {
    background-image: url(../img/sp/nav_icon_sodan.png);
  }
  .header-nav__menu .menu-item .btn.btn-sodan:hover::before {
    background-image: url(../img/sp/nav_icon_sodan.png);
  }
  .header-nav__menu .menu-item .btn.btn-siryo::before {
    background-image: url(../img/sp/nav_icon_shiryo.png);
  }
  .header-nav__menu .menu-item .btn.btn-siryo:hover::before {
    background-image: url(../img/sp/nav_icon_shiryo.png);
  }
  .header-nav__menu .menu-item .btn .icon {
    width: 1.225em;
    height: 1.225em;
    background: #de291c;
    border-radius: 50%;
    margin-left: auto;
  }
  .header-nav__menu .menu-item .btn .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-40%) translateY(-50%);
    display: block;
    content: "";
    border-top: transparent solid 0.32em;
    border-bottom: transparent solid 0.32em;
    border-left: #FFF solid 0.38em;
  }
  .header-nav__menu .menu-item .btn:hover {
    opacity: 1;
    color: inherit;
    transform: translateX(0) translateY(0);
    box-shadow: none;
  }
   .header-nav__menu .menu-item .login-icon{
      margin-left: auto;
   }

  .header-nav__btn {
    display: block;
    width: 6.1333333333vw;
    height: 6.1333333333vw;
    top: 2.6666666667vw;
    right: 4vw;
  }
  .header-nav__btn__line {
    height: 0.5333333333vw;
  }
  .header-nav__btn__line:nth-of-type(1) {
    margin-top: -1.8666666667vw;
  }
  .header-nav__btn__line:nth-of-type(3) {
    margin-top: 1.8666666667vw;
  }
  .header-nav__btn.is-open .header-nav__btn__line {
    right: 50%;
  }
  .header-nav__btn.is-open .header-nav__btn__line:nth-of-type(1) {
    margin-top: 0;
  }
  .header-nav__btn.is-open .header-nav__btn__line:nth-of-type(3) {
    margin-top: 0;
  }
}

/* ==========================================================================
	 block - main
	 ========================================================================== */
.main {
  position: relative;
  width: 100%;
  min-height: 50vw;
  padding: 0;
  overflow: hidden;
}
/* .section セクション
----------------------------------------------------------------------------- */
.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  background: #FFF;
}
.section__inner {
  position: relative;
  width: 94%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .section__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
  }
  .section__inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}

/* .fv
----------------------------------------------------------------------------- */
.fv__new{
   background-image: url(../img/fv_new_bg2.webp), url(../img/fv_new_bg.webp);
   background-repeat:repeat, no-repeat;
   background-size:auto, cover;
   background-position:center center;
}
.fv__new__inner{
   display:flex;
   align-items:center;
   justify-content:space-between;
   max-width:1100px;
   box-sizing:border-box;
   margin:0 auto;
   padding:30px 10px;
}
.fv__new__title{
   width:64%;
   max-width:610px;
}
.fv__new__form{
   width:35%;
   max-width:400px;
   height:580px;
   overflow:auto;
   filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
}
@media only screen and (max-width: 767px) {
   .fv__new__inner{
      display:block;
      box-sizing:border-box;
      margin:0 auto;
      padding:10px 5%;
   }
   .fv__new__title{
      width:100%;
      margin:0 auto 20px;
   }
   .fv__new__form{
      width:100%;
      max-width:100%;
      height:380px;
   }
}

.fv-start {
  background: url(../img/fv_bg.jpg) top center no-repeat;
  background-size: cover;
  color: #FFF;
}
.fv-start__inner {
  width: 94%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 37.8181818182vw;
  max-height: 416px;
}
@media only screen and (max-width: 767px) {
  .fv-start__inner {
    width: 100%;
  }
}
.fv-start__lead {
  font-size: 206.3%;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: 0.1em 0.1em 0.2em rgba(106, 28, 22, 0.24), 0.1em 0.1em 0.2em rgba(106, 28, 22, 0.24), 0.1em 0.1em 0.2em rgba(106, 28, 22, 0.24);
  margin-bottom: 1em;
}
.fv-start__lead strong {
  font-size: 145.5%;
}
.fv-start__lead span:nth-of-type(1) {
  display: block;
}
.fv-start__image {
  position: absolute;
  top: 20%;
  right: 0;
  width: 33.2%;
  max-width: 332px;
}
.fv-start__badge {
  width: 49.2%;
  max-width: 492px;
}
.fv-end {
  background: #fbfaf4;
  padding-top: 4.375em;
  padding-bottom: 3.75em;
}
.fv-end__inner {
  width: 94%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .fv-end__inner {
    width: 100%;
  }
}
.fv-end__badges {
  display: flex;
  justify-content: space-between;
}
.fv-end__badges .item:nth-of-type(1) {
  width: 31%;
}
.fv-end__badges .item:nth-of-type(2) {
  width: 30.3%;
}
.fv-end__badges .item:nth-of-type(3) {
  width: 30.2%;
}
.fv-end__image {
  width: 536px;
  min-height: 0%;
}
.fv-end__notes {
  font-size: 75%;
  color: #7e7e7e;
  margin-top: 2em;
}
@media only screen and (max-width: 767px) {
  .fv-start {
    background-image: url(../img/sp/fv_bg.jpg);
  }
  .fv-start__inner {
    align-items: center;
    height: 124vw;
    max-height: none;
  }
  .fv-start__lead {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 6vw;
    line-height: 1.25;
    margin-bottom: 2.6666666667vw;
  }
  .fv-start__lead strong {
    font-size: 8.6666666667vw;
  }
  .fv-start__image {
    position: relative;
    top: auto;
    right: auto;
    width: 70.1333333333vw;
    max-width: none;
    margin-bottom: 3.3333333333vw;
  }
  .fv-start__badge {
    width: 87.0666666667vw;
    max-width: none;
  }
  .fv-end {
    padding: 9.3333333333vw 4vw;
  }
  .fv-end__badges {
    flex-direction: column;
    align-items: center;
    gap: 6.6666666667vw 0;
  }
  .fv-end__badges .item:nth-of-type(1) {
    width: 64.5333333333vw;
  }
  .fv-end__badges .item:nth-of-type(2) {
    width: 63.2vw;
  }
  .fv-end__badges .item:nth-of-type(3) {
    width: 63.2vw;
  }
  .fv-end__notes {
    font-size: 1.7333333333vw;
  }
}

/* .appeal
----------------------------------------------------------------------------- */
.appeal {
  text-align: center;
  background: url(../img/appeal_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 120px;
}
.appeal__title {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
.appeal__title .fs-lg {
  font-size: 130%;
}
.appeal__title::after {
  position: absolute;
  top: -0.35em;
  right: -0.5em;
  display: block;
  content: "";
  width: 0.65em;
  height: 0.725em;
  background: url(../img/appeal_icon_title.png) 0 0 no-repeat;
  background-size: contain;
  margin-left: 0.1em;
}
.appeal__video {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.appeal__video__inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  /*    a {
        transition: opacity .2s $ease;

        &::before {
          display: block;
          content: '';
          width: 60px;
          height: 72px;
          background: url(../img/icn_play.png) 0 0 no-repeat;
          background-size: 100% auto;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translateX(-50%) translateY(-50%);
          z-index: 3;
        }

        &:hover {
          opacity: 0.8;
        }

        img {
          position: relative;
          z-index: 2;
        }
      } */
}
.appeal__video__inner a,
.appeal__video__inner video,
.appeal__video__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .appeal {
    padding-top: 12vw;
    padding-bottom: 14.6666666667vw;
  }
  .appeal__title {
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
}

/* .trouble
----------------------------------------------------------------------------- */
.trouble {
  text-align: center;
  background: #f9f0ed;
  z-index: 1;
}
.trouble::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(6deg);
  display: block;
  content: "";
  width: 200%;
  height: 100%;
  background-image: linear-gradient(-135deg, #ecc0ae 0%, #e8907a 100%);
  z-index: -2;
}
.trouble::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(1deg);
  display: block;
  content: "";
  width: 200%;
  height: 100%;
  background: #f9f0ed;
  z-index: -1;
}
.trouble__title {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
.trouble__title .fs-lg {
  font-size: 130%;
}
.trouble__title::after {
  position: absolute;
  top: -0.35em;
  right: 5em;
  display: block;
  content: "";
  width: 0.625em;
  height: 0.675em;
  background: url(../img/trouble_icon_title.png) 0 0 no-repeat;
  background-size: contain;
  margin-left: 0.1em;
}
.trouble__image img {
  width: 100%;
}
.trouble__text_1 {
  text-align: center;
  font-size: 2.063em;
  font-weight: bold;
  font-style: italic;
  color: #de291c;
  margin-top: 1em;
}
.trouble__text_1 strong {
  font-size: 136%;
}
.trouble__text_2 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .trouble__title {
    flex-direction: column;
    align-items: center;
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .trouble__title::after {
    top: auto;
    right: -0.85em;
    bottom: 1em;
  }
  .trouble__text_1 {
    font-size: 4.4vw;
    line-height: 1.5;
    margin-bottom: 0.25em;
  }
  .trouble__text_1 strong {
    font-size: 136%;
  }
  .trouble__text_2 {
    font-size: 2.9333333333vw;
  }
}

/* .benefit
----------------------------------------------------------------------------- */
.benefit__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-bottom: 1em;
}
.benefit__title .fs-lg {
  font-size: 130%;
}
.benefit__title .icon {
  position: relative;
}
.benefit__title .icon::after {
  position: absolute;
  top: -0.25em;
  left: 0.38em;
  display: block;
  content: "";
  width: 0.942em;
  height: 0.346em;
  background: url(../img/benefit_icon_title.png) 0 0 no-repeat;
  background-size: contain;
  margin-left: 0.1em;
}
.benefit__list {
  display: flex;
  justify-content: space-between;
}
.benefit__list .item {
  width: 31%;
  border: #e4594f solid 0.1em;
  border-radius: 0.3em;
  padding: 1.5em 0.93em;
}
.benefit__list .item__title {
  text-align: center;
  font-size: 1.375em;
  margin-bottom: 1em;
}
.benefit__list .item__image {
  text-align: center;
  margin-bottom: 1.5em;
}
.benefit__list .item__image img {
  width: 21.8181818182vw;
  max-width: 240px;
}
.benefit__list .item__data dl {
  margin-top: 1em;
  line-height: 1.5;
}
.benefit__list .item__data dt {
  font-weight: bold;
  background: #e4594f;
  color: #FFF;
  padding: 0.15em 0.5em;
  margin-bottom: 0.25em;
}
.benefit__table {
  width: 100%;
  margin-top: 5em;
}
.benefit__table th, .benefit__table td {
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
  border: #656565 solid 1px;
}
.benefit__table thead tr th {
  font-size: 2.188em;
  font-weight: bold;
  background: #808080;
  color: #FFF;
  padding: 0.25em;
}
.benefit__table tbody tr th {
  text-align: center;
  font-size: 1.563em;
  font-weight: bold;
  padding: 0.5em;
}
.benefit__table tbody tr th .benefit_logo {
  width: auto;
  height: 1.76em;
}
.benefit__table tbody tr td {
  height: 5.2em;
  padding: 0.6em 1em;
}
.benefit__table tbody tr td:nth-of-type(1) {
  text-align: left;
}
.benefit__table tbody tr td:nth-of-type(1) dt {
  font-size: 1.125em;
  font-weight: bold;
}
.benefit__table tbody tr td:nth-of-type(1) dd {
  font-size: 0.875em;
}
.benefit__table tbody tr td:nth-of-type(2) {
  width: 18.8%;
  font-size: 1.125em;
  font-weight: bold;
}
.benefit__table tbody tr td:nth-of-type(3) {
  width: 22%;
  background: #fffdf3;
  font-size: 1.125em;
  font-weight: bold;
}
.benefit__table tbody tr td .icon_yes, .benefit__table tbody tr td .icon_both {
  width: auto;
  height: 2.77em;
}
.benefit__table tbody tr td .icon_no {
  width: auto;
  height: 2.16em;
}
.benefit__notes_1 {
  margin-top: 1em;
  text-align: right;
  font-size: 75%;
}
.benefit__notes_2 {
  margin-top: 2em;
}
.benefit__text {
  position: relative;
  text-align: center;
  font-size: 2.063em;
  font-weight: bold;
  color: #de291c;
  margin-top: 3em;
}
.benefit__text::before {
  position: absolute;
  top: -1.8em;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-top: #d96961 solid 1.33em;
  border-right: transparent solid 1.515em;
  border-left: transparent solid 1.515em;
}
.benefit__text strong {
  font-size: 136%;
}
@media only screen and (max-width: 767px) {
  .benefit__title {
    flex-direction: column;
    align-items: center;
    font-size: 5.6vw;
    line-height: 1.7;
    margin-bottom: 1em;
  }
  .benefit__title .icon::after {
    top: -0.45em;
  }
  .benefit__list {
    flex-direction: column;
    gap: 6vw;
  }
  .benefit__list .item {
    width: 100%;
    padding: 4vw;
  }
  .benefit__list .item__title {
    font-size: 4vw;
    margin-bottom: 0.5em;
  }
  .benefit__list .item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .benefit__list .item__image {
    width: 33.3333333333vw;
    margin-bottom: 0;
  }
  .benefit__list .item__image img {
    width: 100%;
    max-width: none;
  }
  .benefit__list .item__data {
    width: 45.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .benefit__list .item__data dl:first-of-type {
    margin-top: 0;
  }
  .benefit__table {
    margin-top: 5em;
  }
  .benefit__table th, .benefit__table td {
    text-align: center;
    line-height: 1.5;
    vertical-align: middle;
    border: #656565 solid 1px;
  }
  .benefit__table thead tr th {
    font-size: 5.0666666667vw;
  }
  .benefit__table tbody tr th {
    font-size: 3.3333333333vw;
    padding: 0.5em;
  }
  .benefit__table tbody tr th .benefit_logo {
    height: 4vw;
    margin-top: 0.1em;
  }
  .benefit__table tbody tr td {
    height: 4.8em;
    padding: 0.6em 0.6em;
  }
  .benefit__table tbody tr td:nth-of-type(1) dt {
    font-size: 3.3333333333vw;
  }
  .benefit__table tbody tr td:nth-of-type(1) dd {
    font-size: 2.6666666667vw;
  }
  .benefit__table tbody tr td:nth-of-type(2) {
    width: 20%;
    font-size: 3.3333333333vw;
  }
  .benefit__table tbody tr td:nth-of-type(3) {
    width: 20%;
    font-size: 3.3333333333vw;
  }
  .benefit__table tbody tr td .icon_yes, .benefit__table tbody tr td .icon_both {
    height: 8vw;
  }
  .benefit__table tbody tr td .icon_no {
    height: 6.4vw;
  }
  .benefit__notes_1 {
    font-size: 2.4vw;
  }
  .benefit__notes_2 {
    font-size: 2.6666666667vw;
    letter-spacing: 0.02em;
  }
  .benefit__text {
    font-size: 4.4vw;
    line-height: 1.5;
  }
  .benefit__text strong {
    font-size: 136%;
  }
}

/* .result
----------------------------------------------------------------------------- */
.result {
  text-align: center;
  padding: 0;
}
.result-start {
  background: url(../img/result_first_bg.jpg) 50% 50% no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 2.5em 0;
}
.result-start__title {
  font-size: 2.5em;
  line-height: 1.5;
  margin-bottom: 1em;
  text-shadow: 0.2em 0.2em 0.1em rgba(77, 77, 77, 0.16);
}
.result-start__text {
  font-size: 2.125em;
  font-weight: bolder;
  line-height: 1.5;
  text-shadow: 0.2em 0.2em 0.1em rgba(77, 77, 77, 0.16);
  margin-top: 0.5em;
}
.result-start__image img {
  width: 84.8%;
}
.result-end {
  background: #fbfaf4;
  padding: 2.5em 0;
}
.result-end__title {
  font-size: 2em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.result-end__list {
  display: flex;
  justify-content: space-around;
}
.result-end__list .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.5em 0.25em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 98%;
}
.result-end__list .item:nth-of-type(1) {
  background-image: url(../img/result_end_bg_01.png);
}
.result-end__list .item:nth-of-type(2) {
  background-image: url(../img/result_end_bg_02.png);
}
.result-end__list .item:nth-of-type(3) {
  background-image: url(../img/result_end_bg_03.png);
}
.result-end__list .item:nth-of-type(4) {
  background-image: url(../img/result_end_bg_04.png);
}
.result-end__list .item:not(:first-of-type)::before {
  position: absolute;
  top: 0;
  left: -1em;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: #8e8e8e;
}
.result-end__list .item dt {
  font-size: 1.75em;
}
.result-end__list .item dd {
  font-size: 3em;
  font-weight: bolder;
  color: #de291c;
}
.result-end__list .item dd .fs-sm {
  font-size: 60%;
}
.result-end__notes {
  margin-top: 2em;
  text-align: right;
  font-size: 75%;
}
@media only screen and (max-width: 767px) {
  .result-start {
    background-image: url(../img/sp/result_first_bg.jpg);
    padding: 9.3333333333vw 0;
  }
  .result-start__title {
    font-size: 5.6vw;
  }
  .result-start__text {
    font-size: 5.0666666667vw;
  }
  .result-start__image img {
    width: 78.9333333333vw;
  }
  .result-end {
    padding: 10.6666666667vw 0;
  }
  .result-end__title {
    font-size: 5.6vw;
  }
  .result-end__list {
    flex-wrap: wrap;
    padding: 0;
  }
  .result-end__list .item {
    width: 45%;
    padding: 5.3333333333vw 0 4vw;
    background-size: auto 76%;
  }
  .result-end__list .item:not(:first-of-type)::before {
    display: none;
  }
  .result-end__list .item:nth-of-type(2n) {
    width: 55%;
    border-left: #8e8e8e solid 1px;
  }
  .result-end__list .item:nth-of-type(n+3) {
    border-top: #8e8e8e solid 1px;
  }
  .result-end__list .item dt {
    font-size: 4.6666666667vw;
  }
  .result-end__list .item dd {
    font-size: 7.7333333333vw;
  }
  .result-end__list .item dd .fs-sm {
    font-size: 60%;
  }
  .result-end__notes {
    margin-top: 0.5em;
    padding-right: 1em;
    font-size: 2.4vw;
  }
}

/* .voice
----------------------------------------------------------------------------- */
.voice__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
}
.voice__title .fs-lg {
  font-size: 130%;
}
.voice__title::after {
  display: block;
  content: "";
  width: 1.15em;
  height: 1.1em;
  background: url(../img/voice_icon_ballon.png) 0 0 no-repeat;
  background-size: contain;
  margin-left: 0.1em;
}
.voice__list {
  display: flex;
  justify-content: space-between;
}
.voice__list .item {
  width: 31%;
  padding: 0 0.9% 1em;
  border: #9c9a91 solid 1px;
  border-radius: 0.2em;
}
.voice__list .item__image {
  border-bottom: #9c9a91 solid 1px;
}
.voice__list .item__text {
  letter-spacing: 0.04em;
  padding: 0.75em 0.2em 0;
}
.voice__text {
  text-align: center;
  font-size: 2.063em;
  font-weight: bold;
  color: #de291c;
  margin-top: 0.75em;
}
.voice__text strong {
  font-size: 136%;
}
@media only screen and (max-width: 767px) {
  .voice__title {
    flex-wrap: wrap;
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .voice__list {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
  .voice__list .item {
    width: 56vw;
    padding: 0 4.6666666667vw;
    border-radius: 0;
  }
  .voice__list .item__image {
    width: 38.6666666667vw;
    margin: 0 auto;
  }
  .voice__list .item__text {
    font-size: 2.9333333333vw;
    padding: 0.85em 0.2em;
  }
  .voice__text {
    font-size: 4.4vw;
    margin-top: 0.75em;
  }
}

/* .merit
----------------------------------------------------------------------------- */
.merit {
  background: #f9f0ed;
  z-index: 1;
}
.merit::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(-5deg);
  display: block;
  content: "";
  width: 200%;
  height: 100%;
  background-image: linear-gradient(-135deg, #ecc0ae 0%, #e8907a 100%);
  z-index: -2;
}
.merit::after {
  position: absolute;
  top: 0;
  left: 0%;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #f9f0ed;
  z-index: -1;
}
.merit-heading {
  text-align: center;
}
.merit-heading__text {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 1.875em;
  line-height: 1.1;
}
.merit-heading__text::before, .merit-heading__text::after {
  display: block;
  content: "";
  width: 0.667em;
  height: 0.4em;
  background: url(../img/merit_icon_quote.png) 50% 0% no-repeat;
  background-size: contain;
  margin: 0 0.1em;
}
.merit-heading__text::after {
  transform: rotate(180deg);
}
.merit-heading__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  margin-bottom: 1.25em;
}
.merit-heading__title .fs-lg {
  font-size: 130%;
}
.merit-heading__title::after {
  display: block;
  content: "";
  width: 1.075em;
  height: 1.075em;
  background: url(../img/merit_icon_bulb.png) 50% 50% no-repeat;
  background-size: contain;
  margin-left: 0.2em;
  transform: translateY(0.1em);
}
.merit__list {
  display: flex;
  flex-direction: column;
  gap: 3.125em;
}
.merit__list .item {
  *zoom: 1;
  position: relative;
  background: #FFF;
  min-height: 13.25em;
  padding: 2.5em 36% 2.5em 7%;
  border-radius: 0.2em;
}
.merit__list .item:after {
  content: "";
  display: table;
  clear: both;
}
.merit__list .item::before {
  position: absolute;
  top: -1.5em;
  right: 100%;
  display: block;
  content: "";
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.merit__list .item__title {
  font-size: 1.375em;
  line-height: 1.3;
  color: #de291c;
  margin-bottom: 0.75em;
}
.merit__list .item__text {
  line-height: 1.8;
}
.merit__list .item__link {
  font-size: 118.8%;
  font-weight: bold;
  margin-top: 0.5em;
}
.merit__list .item__link a {
  color: #1b2bff;
  text-decoration: underline;
}
.merit__list .item__button {
  margin-top: 1em;
}
.merit__list .item__button .btn {
  position: relative;
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  background: #008bd1;
  color: #FFF;
  padding: 0.95em 1.5em 0.9em 1.5em;
  border-radius: 100vh;
  box-shadow: 0.15em 0.15em 0.3em rgba(0, 0, 0, 0.3);
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}
.merit__list .item__button .btn::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(25deg) scale(1.2);
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: width 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.merit__list .item__button .btn span {
  position: relative;
  z-index: 2;
}
.merit__list .item__button .btn::after {
  display: block;
  content: "";
  border-top: transparent solid 0.42em;
  border-bottom: transparent solid 0.42em;
  border-left: #FFF solid 0.48em;
  margin-left: 0.25em;
}
.merit__list .item__button .btn:hover {
  transform: scale(1.02);
  box-shadow: 0.17em 0.17em 0.5em rgba(0, 0, 0, 0.3);
}
.merit__list .item__button .btn:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}
.merit__list .item__image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.merit__list .item:nth-of-type(1)::before {
  background-image: url(../img/merit_icon_1.png);
  width: 9.8666666667vw;
  max-width: 74px;
  height: 20.2666666667vw;
  max-height: 152px;
  transform: translateX(22%);
}
.merit__list .item:nth-of-type(1) .item__image {
  right: 4%;
  width: 27.9%;
}
.merit__list .item:nth-of-type(2)::before {
  background-image: url(../img/merit_icon_2.png);
  width: 13.3333333333vw;
  max-width: 100px;
  height: 20.1333333333vw;
  max-height: 151px;
  transform: translateX(40%);
}
.merit__list .item:nth-of-type(2) .item__image {
  right: 6.3%;
  width: 22.8%;
}
.merit__list .item:nth-of-type(3)::before {
  background-image: url(../img/merit_icon_3.png);
  width: 13.6vw;
  max-width: 102px;
  height: 20.5333333333vw;
  max-height: 154px;
  transform: translateX(40%);
}
.merit__list .item:nth-of-type(3) .item__image {
  right: 7%;
  width: 19.5%;
}
@media only screen and (max-width: 767px) {
  .merit-heading {
    text-align: center;
  }
  .merit-heading__text {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    font-size: 4.4vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .merit-heading__text::before, .merit-heading__text::after {
    position: absolute;
    top: 0.25em;
  }
  .merit-heading__text::before {
    left: -0.5em;
  }
  .merit-heading__text::after {
    right: -0.5em;
  }
  .merit-heading__title {
    flex-wrap: wrap;
    font-size: 5.6vw;
    line-height: 1.3;
  }
  .merit__list {
    gap: 11.3333333333vw;
  }
  .merit__list .item {
    min-height: inherit;
    padding: 5.3333333333vw 2.6666666667vw 6.6666666667vw 4vw;
    border-radius: 1.3333333333vw;
  }
  .merit__list .item::before {
    top: -4vw;
    right: auto;
    left: 2vw;
  }
  .merit__list .item__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 4vw;
    height: 3em;
  }
  .merit__list .item__text {
    font-size: 2.9333333333vw;
    overflow: hidden;
  }
  .merit__list .item__link {
    clear: both;
    text-align: center;
    font-size: 3.3333333333vw;
  }
  .merit__list .item__image {
    float: right;
    position: relative;
    top: auto;
    right: auto !important;
    transform: translateY(0%);
    margin-left: 0.75em;
  }
  .merit__list .item:nth-of-type(1)::before {
    max-width: none;
    max-height: none;
    transform: translateX(0);
  }
  .merit__list .item:nth-of-type(1) .item__image {
    width: 32.9333333333vw;
  }
  .merit__list .item:nth-of-type(2)::before {
    max-width: none;
    max-height: none;
    transform: translateX(0);
  }
  .merit__list .item:nth-of-type(2) .item__image {
    width: 32.9333333333vw;
  }
  .merit__list .item:nth-of-type(3)::before {
    max-width: none;
    max-height: none;
    transform: translateX(0);
  }
  .merit__list .item:nth-of-type(3) .item__image {
    width: 26.6666666667vw;
  }
}

/* .precap
----------------------------------------------------------------------------- */
.precap__title {
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  margin-bottom: 1em;
}
.precap__title .fs-lg {
  font-size: 130%;
}
.precap__title::before {
  display: block;
  content: "";
  width: 1.025em;
  height: 1.2em;
  background: url(../img/precap_icon_doc.png) 0 0 no-repeat;
  background-size: contain;
  margin-right: 0.2em;
  transform: translateY(0.2em);
}
.precap__images {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5em 4%;
}
.precap__images .item {
  width: 48%;
}
.precap__images .item img {
  box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.25), 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.15);
}
.precap-service {
  background: #f9f0ed;
  margin-top: 4em;
  padding: 2.875em 3% 1.75em;
}
.precap-service__list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: space-between;
  flex-wrap: wrap;
  height: 13.75em;
  gap: 1.25em 0%;
}
.precap-service__list .item {
  position: relative;
  width: 53.33%;
  font-size: 1.375em;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: #FFF;
  border-radius: 0.2em;
  overflow: hidden;
  padding: 0.5em 0.15em 0.5em 3.18em;
}
.precap-service__list .item:nth-of-type(n+4) {
  width: 42.87%;
}
.precap-service__list .item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 2.72em;
  height: 100%;
  background: #e4594f url(../img/precap_icon_check.png) 50% 50% no-repeat;
  background-size: contain;
}
.precap-service__text {
  text-align: center;
  font-size: 2.063em;
  font-weight: bold;
  color: #de291c;
  margin-top: 0.35em;
}
.precap-service__text strong {
  font-size: 136%;
}
@media only screen and (max-width: 767px) {
  .precap__title {
    font-size: 5.6vw;
  }
  .precap__images {
    display: flex;
    flex-wrap: wrap;
    gap: 1em 4%;
  }
  .precap-service {
    margin-top: 9.3333333333vw;
    padding: 8vw 5.0666666667vw 5.3333333333vw;
  }
  .precap-service__list {
    height: auto;
    gap: 0.75em 0%;
  }
  .precap-service__list .item {
    width: 100%;
    font-size: 3.3333333333vw;
    border-radius: 0.2em;
    padding: 0.5em 0.15em 0.5em 3.18em;
  }
  .precap-service__list .item:nth-of-type(n+4) {
    width: 100%;
  }
  .precap-service__text {
    font-size: 4.4vw;
    margin-top: 0.85em;
  }
  .precap-service__text strong {
    font-size: 130%;
  }
}

/* .cta
----------------------------------------------------------------------------- */
.cta {
  text-align: center;
  background: #da261a url(../img/cta_bg.png) 50% 50% no-repeat;
  background-size: auto 100%;
  color: #FFF;
  padding: 30px 50px 50px;
}
.cta__text {
  font-size: 2.063em;
  font-weight: bold;
  line-height: 1.3;
}
.cta__text strong {
  font-size: 136.4%;
}
.cta__button {
  margin-top: 1em;
}
.cta__button .btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 430px;
  font-size: 1.875em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  background: #01a699;
  color: #FFF;
  padding: 0.5em 0.25em 0.5em 0.5em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100vh;
  box-shadow: 0.05em 0.175em 0em #00736a;
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}
.cta__button .btn::before {
  position: relative;
  display: block;
  content: "";
  width: 1.05em;
  height: 1.05em;
  background-image: url(../img/cta_icon_shiryo_wh.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.35em;
  z-index: 1;
}
.cta__button .btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(25deg) scale(1.2);
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: #00cea6;
  transition: width 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.cta__button .btn span {
  position: relative;
  z-index: 2;
}
.cta__button .btn .icon {
  position: relative;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: currentcolor;
  border-radius: 50%;
  margin-left: 0.5em;
  z-index: 3;
}
.cta__button .btn .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-40%) translateY(-50%);
  display: block;
  content: "";
  border-top: transparent solid 0.22em;
  border-bottom: transparent solid 0.22em;
  border-left: #01a699 solid 0.28em;
}
.cta__button .btn:hover {
  transform: scale(1.02);
  box-shadow: 0.17em 0.17em 0.5em rgba(0, 0, 0, 0.5);
}
.cta__button .btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.cta__button .btn:hover .icon::before {
  border-left-color: #00cea6;
}
@media only screen and (max-width: 767px) {
  .cta {
    background-image: url(../img/sp/cta_bg.png);
    padding: 6.6666666667vw 4.6666666667vw;
  }
  .cta__text {
    font-size: 4.4vw;
  }
  .cta__button .btn {
    font-size: 6vw;
  }
}

.cta__new{
   margin:60px auto 30px;
   padding: 0 0 0 30%;
   left:12%;
   box-sizing:border-box;
   position:relative;
}
.cta__new__image{
   position:absolute;
   width:40%;
   /*max-width:386px;*/
   left:0;
   top:-30%;
   z-index:2;
}
.cta__new__btn{
   width:70%;
   position:relative;
   z-index:1;
   text-align: center;
}
.cta__new__title{
   display:inline-block;
   margin:0 0 15px;
   position:relative;
   font-size: 2em;
   line-height: 1;
   font-feature-settings: "palt" 1;
   font-weight:bold;
}
.cta__new__title:before,
.cta__new__title:after{
	content:"";
	width:3px;
	height:32px;
	border-radius:2px;
	position:absolute;
	left: -15px;
	bottom: -1px;
	-webkit-transform:rotate(-27deg);
	transform:rotate(-27deg);
	background:#222;
}
.cta__new__title:after{
	left: auto;
	right:-15px;
	-webkit-transform:rotate(27deg);
	transform:rotate(27deg);
}
.cta__new__title span{
   color:#01a699;
}
.cta__new .btn{
   padding: 0.7em 0.25em 0.7em 1em;
   font-size:1.7em;
}
.cta__new .btn:before{
   display:none;
}
@media only screen and (max-width: 767px) {
   .cta__new{
      margin:20px auto;
      padding:0;
      left:0;
   }
   .cta__new__image{
      position:static;
      width:80%;
      margin:0 auto 5px;
   }
   .cta__new__btn{
      width:100%;
   }
   .cta__new__title{
      margin:0 0 10px;
      font-size: 1.6em;
   }
   .cta__new__title:before,
   .cta__new__title:after{
   	height:28px;
   }
   .cta__new .btn{
      padding: 0.5em 0.2em 0.5em 0.2em;
      font-size:1.4em;
   }
}

/* .register
----------------------------------------------------------------------------- */
.register {
/*
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 90;
  width: 380px;
  height: calc(100vh - 80px);
  overflow-y: scroll;
*/
   width:100%;
  padding: 25px 0px;
  background: #fde9e5;
  box-shadow: 0 -0.6em 0.6em rgba(0, 0, 0, 0.1);
}
.register__inner {
  width: 89.473%;
  margin-right: auto;
  margin-left: auto;
}
.register__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  text-align: center;
  font-size: 1.75em;
  line-height: 1;
  background: #FFF;
  padding: 0.6em 0.2em;
  margin-bottom: 0.5em;
}
.register__title__ballon {
  position: absolute;
  top: 50%;
  left: calc(50% - 6em);
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.3em;
  height: 3.3em;
  background: #de291c;
  color: #FFF;
  border-radius: 50%;
  letter-spacing: 0;
  padding-bottom: 0.1em;
  box-shadow: 0.05em 0.05em 0.1em rgba(0, 0, 0, 0.16);
}
.register__title__ballon .fs-xs {
  font-size: 70%;
}
.register__title__ballon .fs-sm {
  font-size: 80%;
}
.register__title__text {
  padding-left: 3.5em;
}
.register .form-step {
  display: flex;
  justify-content: center;
  font-size: 0.813em;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.register .form-step li {
  position: relative;
  background: #e7e7e7;
  padding: 0.25em 0.5em;
}
.register .form-step li:not(:last-of-type) {
  margin-right: 1.2em;
  padding-right: 0.25em;
}
.register .form-step li:not(:last-of-type)::after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  content: "";
  width: 0.7em;
  height: 100%;
  background: #e7e7e7;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.register .form-step li.is-current {
  background: #e4594f;
  color: #FFF;
}
.register .form-step li.is-current::after {
  background: #e4594f;
}
.register .form-item {
  margin-top: 0.85em;
}
.register .form-item dt {
  margin-bottom: 0.25em;
}
.register .form-policy {
  margin-top: 1.8em;
  letter-spacing: 0;
}
.register .form-policy__check {
  display: flex;
  justify-content: center;
  align-items: center;
}
.register .form__button {
  margin-top: 1.8em;
  text-align: center;
}
.register .form__button .submit_btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 430px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  background: #01a699;
  color: #FFF;
  padding: 0.5em 0.15em 0.5em 0.35em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100vh;
  box-shadow: 0.05em 0.175em 0em #00736a;
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}
.register .form__button .submit_btn::before {
  position: relative;
  display: block;
  content: "";
  width: 1.05em;
  height: 1.05em;
  background-image: url(../img/cta_icon_shiryo_wh.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 0.35em;
  z-index: 1;
}
.register .form__button .submit_btn::after {
  position: absolute;
  top: 0;
  right: 0;
  transform: skew(25deg) scale(1.2);
  display: block;
  content: "";
  width: 0%;
  height: 100%;
  background: #00cea6;
  transition: width 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.register .form__button .submit_btn span {
  position: relative;
  z-index: 2;
}
.register .form__button .submit_btn .icon {
  position: relative;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background: currentcolor;
  border-radius: 50%;
  margin-left: 0.35em;
  z-index: 3;
}
.register .form__button .submit_btn .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-40%) translateY(-50%);
  display: block;
  content: "";
  border-top: transparent solid 0.22em;
  border-bottom: transparent solid 0.22em;
  border-left: #01a699 solid 0.28em;
}
.register .form__button .submit_btn:hover {
  transform: scale(1.02);
  box-shadow: 0.17em 0.17em 0.5em rgba(0, 0, 0, 0.5);
}
.register .form__button .submit_btn:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.register .form__button .submit_btn:hover .icon::before {
  border-left-color: #00cea6;
}
.register .form__notes {
  text-align: center;
  margin-top: 2em;
  font-size: 0.75em;
}
.register .form .is-required {
  position: relative;
}
.register .form .is-required::before {
  display: inline-block;
  content: "必須";
  font-size: 87.5%;
  line-height: 1.1;
  background: #de291c;
  color: #FFF;
  padding: 0.1em 0.25em;
  margin-right: 0.5em;
}
.register form input[type=text],
.register form input[type=email] {
  width: 100%;
  border: #d7d7d7 solid 1px;
  padding: 0.1em 0.2em;
}
.register form input[type=text]::placeholder,
.register form input[type=email]::placeholder {
  color: #bbb;
  opacity: 1;
}
.register form input[type=text]:focus::placeholder,
.register form input[type=email]:focus::placeholder {
  color: transparent;
}
.register form select {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  background: #FFF;
  border: #d7d7d7 solid 1px;
  margin: 0;
  padding: 0.1em 0.2em;
}
.register form select::-ms-expand {
  display: none;
}
.register form select:invalid {
  color: #bbb;
  opacity: 1;
}
.register form select option {
  color: #222426;
}
.register form select option:first-child {
  color: #bbb;
}
.register form .select-wrap {
  position: relative;
}
.register form .select-wrap::before {
  display: block;
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-75%) rotate(45deg);
  width: 0.55em;
  height: 0.55em;
  border-right: 0.15em solid #de291c;
  border-bottom: 0.15em solid #de291c;
}
/*
@media only screen and (max-width: 1439px) {
  .register {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    box-shadow: none;
    overflow: hidden;
  }
  .register__inner {
    width: 440px;
  }
}
*/
@media only screen and (max-width: 767px) {
  .register__inner {
    width: 100%;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .register__title {
    font-size: 6vw;
    margin-bottom: 1em;
  }
  .register .form-step {
    font-size: 3.2vw;
  }
  .register .form-item {
    font-size: 3.8666666667vw;
  }
  .register .form__button .btn {
    font-size: 6vw;
  }
  .register .form .is-required::before {
    font-size: 3.6vw;
  }
}

/* .customer 全国型のみ
----------------------------------------------------------------------------- */
.customer {
  text-align: center;
}
.customer .section__inner {
  width: 100%;
  max-width: none;
}
.customer__title {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
}
.customer__title .fs-lg {
  font-size: 130%;
}
.customer__title::before {
  display: block;
  content: "";
  width: 0.65em;
  height: 0.625em;
  background: url(../img/customer_icon_title.png) 0 0 no-repeat;
  background-size: contain;
  transform: translateX(0.1em) translateY(0.1em);
  align-self: flex-start;
}
.customer__list {
  display: flex;
  justify-content: space-between;
}
.customer__list .list-item {
  width: 20%;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .customer {
    padding-top: 10.6666666667vw;
  }
  .customer .section__inner {
    width: 100%;
    max-width: none;
  }
  .customer__title {
    font-size: 5.6vw;
    line-height: 1.5;
    margin-bottom: 1em;
  }
  .customer__list {
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 2.6666666667vw 4vw;
  }
  .customer__list .list-item {
    width: 26.6666666667vw;
    padding: 0;
  }
  .customer__list .list-item:nth-of-type(1) {
    margin-left: 6.6666666667vw;
  }
  .customer__list .list-item:nth-of-type(2) {
    margin-right: 6.6666666667vw;
  }
}

/* ==========================================================================
	 block - footer
	 ========================================================================== */
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 75%;
  line-height: 1.2;
  letter-spacing: 0;
  background: #FFF;
}
.footer-nav {
  width: 100%;
  background: #f4f4f4;
  padding: 1.75em 1.5em;
  margin-bottom: 3em;
}
.footer-nav__links {
  width: 94%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .footer-nav__links {
    width: 100%;
  }
}
.footer__ci img {
  width: 211px;
  height: auto;
  transform: translateX(-1em);
}
.footer__copyright {
  padding: 2em 1.5em;
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 1.6vw;
    border-top: #000 solid 1px;
  }
  .footer-nav {
    padding: 2.6666666667vw 4vw;
    margin-bottom: 2em;
    font-size: 2.6666666667vw;
  }
  .footer-nav__links {
    display: flex;
    justify-content: center;
  }
  .footer__ci img {
    width: 28.1333333333vw;
  }
  .footer__copyright {
    padding: 2.6666666667vw 4vw;
  }
}

/* .thanks
----------------------------------------------------------------------------- */
.main.main_thanks{
  min-height:0;
}
.thanks{
  padding:80px 0;
  background: url(../img/fv_new_bg.webp) no-repeat center center/cover;
}
.thanks_inner{
	width:100%;
	max-width:940px;
	margin:0 auto;
	padding:40px 20px;
	box-sizing:border-box;
	border-radius:10px;
	background:#fff;
}
.thanks_inner .paragraph:not(:last-child){
	margin:0 0 2em;
}
.thanks_inner p{
  line-height:1.8em;
}
.thanks_inner p:not(:last-child){
	margin:0 0 1em;
}
.thanks_inner strong{
  font-weight:bold;
}
.thanks_inner nav{
	padding:20px 0 0;
  text-align:center;
}
.thanks_title{
	box-sizing: border-box;
	position: relative;
	margin: 0 0 1em;
	padding: 0 0 18px;
	font-size: 2rem;
	font-weight: bold;
  text-align:center;
}
.thanks_title:before, .thanks_title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.thanks_title:after {
	width: 10%;
	left:45%;
	background: #de291c;
}
.thanks .btn{
  max-width: 250px;
  padding: 15px 0;
  width: auto;
}

@media only screen and (max-width: 767px) {
  .thanks{
    padding:40px 0;
  }
  .thanks_inner{
  	width:90%;
  	margin:0 auto;
  	padding:40px 20px;
  }
}
