@charset "UTF-8";
/* CSS Remedy */
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Poppins:wght@300;400;500;600&display=swap);
@import url(https://cdn.jsdelivr.net/npm/yakuhanjp@3.2.0/dist/css/yakuhanjp.min.css);
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

h1 {
  margin: 0.67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

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

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

header,
footer,
nav,
main,
section,
aside,
article {
  display: block;
}

figure,
figcaption {
  margin: 0;
  padding: 0;
}

/* ==========================================================
!Reseting
========================================================== */
/* 全ての要素のbox-sizingをデフォルトでborder-boxにする */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  border-width: 0;
  border-style: solid;
}

html {
  font-size: 1.33333333333vw;
}

body {
  letter-spacing: normal;
  color: #333;
  background: #fff none;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-scrolling: touch;
}

/* Hack for Safari 7.1-8.0 */
_::-webkit-full-page-media,
_:future,
:root body {
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

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

.f_ppn {
  font-family: "Poppins", sans-serif !important;
}

.f_ns {
  font-family: "Noto Sans JP", serif !important;
}

.cmn-ls100 {
  letter-spacing: .01;
}

.cmn-ls80 {
  letter-spacing: .008;
}

.cmn-ls40 {
  letter-spacing: .004;
}

.cmn-ls20 {
  letter-spacing: .002;
}

.cmn-lh1 {
  line-height: 1 !important;
}

.cmn-lh14 {
  line-height: 1.4 !important;
}

.cmn-lh16 {
  line-height: 1.6 !important;
}

.cmn-lh18 {
  line-height: 1.8 !important;
}

.cmn-lh20 {
  line-height: 2 !important;
}

.cmn-lh22 {
  line-height: 2.2 !important;
}

.cmn-bold {
  font-weight: bold;
}

.cmn-fc-gr01 {
  color: #00757f;
}

.cmn-fc-gr02 {
  color: #00a83a;
}

.cmn-fc-gr03 {
  color: #8fc31f;
}

.cmn-fc-gray {
  color: #a1a1a1;
}

.cmn-fc-lightgray {
  color: #f5f5f5;
}

.cv-heading {
  overflow: hidden;
}

.cv-heading-middle {
  padding-left: 5.3vw;
  padding-right: 5.3vw;
}

.cv-heading-middle__ttl {
  color: #9e61b5;
  margin-top: 9.3vw;
  margin-bottom: 2.6vw;
  font-size: 4.6875vw;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 600;
}

.cv-heading-middle__ttl sup {
  font-size: 2.34375vw;
  letter-spacing: 0.05em;
  line-height: 3;
  font-weight: 600;
}

.cv-heading-middle__text {
  text-align: center;
  font-size: 3.125vw;
  letter-spacing: 0.07em;
  line-height: 1.7;
  font-weight: 400;
  margin-bottom: 2vw;
}

.cv-heading-middle__text sup {
  font-size: 50%;
}

.cv-heading-middle__note {
  font-size: 2.60416vw;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.cv-heading-bottom__ttl .sub {
  font-size: 2.86458vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 400;
}

.cv-lead-pretext {
  margin-top: 10.6vw;
  margin-bottom: 10.6vw;
  font-size: 4.6875vw;
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-weight: 600;
  text-align: center;
}
	.cv-lead-pretext .br-sp{
		display: none;
	}
/*
.is-close{
    .cv-before-step1,
    .cv-step1,
    .cv-step2,
    .cv-alert,
    .cv-ft{
        display: none;
    }
}
*/

@media screen and (min-width: 751px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .cmn-sfs20 {
    font-size: 2.60416vw!important;
  }
  .cmn-sfs22 {
    font-size: 2.86458vw!important;
  }
  .cmn-sfs24 {
    font-size: 3.125vw!important;
  }
  .cmn-sfs26 {
    font-size: 3.38541vw!important;
  }
  .cmn-sfs28 {
    font-size: 3.64583vw!important;
  }
  .cmn-sfs32 {
    font-size: 4.16666vw!important;
  }
  .cmn-sfs34 {
    font-size: 4.16666vw!important;
  }
  .cmn-sfs36 {
    font-size: 2.34375vw!important;
  }
  .cmn-sfs40 {
    font-size: 5.20833vw!important;
  }
  .cmn-sfs44 {
    font-size: 5.72916vw!important;
  }
  .cmn-sfs48 {
    font-size: 6.25vw!important;
  }
  .cmn-sfs56 {
    font-size: 7.29166vw!important;
  }
  .cmn-sfs60 {
    font-size: 7.8125vw!important;
  }
  .cmn-sfs72 {
    font-size: 9.375vw!important;
  }
	.cv-lead-pretext .br-sp{
		display: inline;
	}
}

@media screen and (min-width: 768px) {
  .cmn-pfs10 {
    font-size: 10px;
  }
  .cmn-pfs12 {
    font-size: 12px;
  }
  .cmn-pfs13 {
    font-size: 13px;
  }
  .cmn-pfs14 {
    font-size: 14px;
  }
  .cmn-pfs16 {
    font-size: 16px;
  }
  .cmn-pfs18 {
    font-size: 18px;
  }
  .cmn-pfs20 {
    font-size: 20px;
  }
  .cmn-pfs22 {
    font-size: 22px;
  }
  .cmn-pfs24 {
    font-size: 24px;
  }
  .cmn-pfs26 {
    font-size: 26px;
  }
  .cmn-pfs28 {
    font-size: 28px;
  }
  .cmn-pfs30 {
    font-size: 30px;
  }
  .cmn-pfs36 {
    font-size: 36px;
  }
  .cv-heading-middle {
    padding-left: 0px;
  }
  .cv-heading-middle {
    padding-right: 0px;
  }
  .ff .cv-heading {
    height: 690px;
  }
}

@media screen and (min-width: 768px) and (max-width: 979px) {
  .cv-heading-middle__ttl sup {
    font-size: 10.8px;
    letter-spacing: 0.09em;
    line-height: 2.9;
    font-weight: 540;
  }
  .cv-heading-middle__ttl {
    margin-top: 23.75px;
  }
  .cv-heading-middle__ttl {
    margin-bottom: 19px;
  }
  .cv-heading-middle__ttl {
    font-size: 21.6px;
    letter-spacing: 0.09em;
    line-height: 1.4;
    font-weight: 540;
  }
  .cv-heading-middle__text {
    font-size: 14.4px;
    letter-spacing: 0.126em;
    line-height: 1.7;
    font-weight: 360;
  }
  .cv-heading-middle__text {
    margin-bottom: 14.25px;
  }
  .cv-heading-middle__note {
    font-size: 10.8px;
    letter-spacing: 0.054em;
    line-height: 1.6;
    font-weight: 360;
  }
  .cv-heading-middle__note {
    margin-left: auto;
  }
  .cv-heading-middle__note {
    margin-right: auto;
  }
  .cv-heading-bottom__ttl .sub {
    font-size: 18px;
    letter-spacing: 0.054em;
    line-height: 1;
    font-weight: 360;
  }
  .cv-lead-pretext {
    margin-top: 76px;
  }
  .cv-lead-pretext {
    margin-bottom: 76px;
  }
  .cv-lead-pretext {
    font-size: 21.6px;
    letter-spacing: 0.09em;
    line-height: 0;
    font-weight: 540;
  }
}

@media screen and (min-width: 980px) {
  .cv-heading-middle__ttl sup {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 3;
    font-weight: 600;
  }
  .cv-heading-middle__ttl {
    margin-top: 25px;
  }
  .cv-heading-middle__ttl {
    margin-bottom: 20px;
  }
  .cv-heading-middle__ttl {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 600;
  }
  .cv-heading-middle__text {
    font-size: 16px;
    letter-spacing: 0.14em;
    line-height: 1.7;
    font-weight: 400;
  }
  .cv-heading-middle__text {
    margin-bottom: 15px;
  }
  .cv-heading-middle__note {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 1.6;
    font-weight: 400;
  }
  .cv-heading-middle__note {
    margin-left: auto;
  }
  .cv-heading-middle__note {
    margin-right: auto;
  }
  .cv-heading-bottom__ttl .sub {
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1;
    font-weight: 400;
  }
  .cv-lead-pretext {
    margin-top: 80px;
  }
  .cv-lead-pretext {
    margin-bottom: 80px;
  }
  .cv-lead-pretext {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: 600;
  }
}

@media screen and (min-width: 1081px) {
  .cv-heading-middle__note {
    max-width: 1000px;
  }
}
