@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  background-color: #eee;
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  max-width: 599px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

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

.p {
  font-size: 1rem;
  line-height: 1.6;
}

.tsukushi-a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tsukushi-b {
  font-family: fot-tsukubrdgothic-std,sans-serif;
  font-style: normal;
}

.first-cta {
  text-align: center;
  padding: 31px 0;
  background-color: #0c2dbb;
  color: #fff;
}

.first-cta__maximum {
  margin-left: auto;
  margin-right: auto;
}

.first-cta__maximum img {
  width: 40%;
}

.first-cta__btn-area {
  margin-top: 7.5px;
}

.first-cta__btn-area img {
  width: 53%;
}

.first-cta__line {
  margin-top: 8.5px;
  font-size: 1.2rem;
}

.first-cta__line span {
  color: #4cc764;
}

.first-cta__copy {
  width: 100%;
  margin-top: 25px;
}

.scroll-01 {
  padding-top: 24.5px;
  padding-bottom: 27.5px;
}

.scroll-02 {
  padding-bottom: 58px;
}

.exaple {
  padding: 28px 0 38px;
  background-color: #ffd9a0;
}

.exaple__heading {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.exaple__content {
  margin-top: 35px;
}

.exaple__item {
  margin-top: 12.5px;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 85%;
  padding-top: 18px;
  padding-bottom: 20px;
}

.exaple__item:first-of-type {
  margin-top: 0;
}

.exaple__item-inner {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.exaple__top {
  width: 100%;
}

.exaple__item-bottom {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exaple__item-left {
  width: 40%;
}

.exaple__item-right {
  width: 58%;
}

.exaple__item-copy {
  font-size: 1.55rem;
  line-height: 1.6;
  font-weight: 700;
}

.exaple__item-p {
  margin-top: 12px;
  font-size: 1.1rem;
}

.exaple__item-p--top {
  margin-top: 0px;
}

.exaple__item-link {
  display: block;
  margin-top: 17px;
  width: 75%;
}

.three-point {
  padding-top: 30px;
}

.three-point__heading {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.three-point__content {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 17.5px;
}

.three-point__p {
  font-size: 1.25em;
  text-align: left;
  margin-top: 12px;
  line-height: 1.7;
  font-weight: bold !important;
}

.three-point__p .red {
  color: #ec5d57;
}

.three-point__p .orange {
  color: #f49018;
}

.three-point__p .blue {
  color: #0c2dbb;
}

.three-point__p .mt {
  display: block;
  margin-top: 16px;
}

.three-point__p .biggerred {
  color: #ec5d57;
  font-weight: bold;
  font-size: 16px;
}

.three-point__p .bigger {
  font-size: 12px;
}

.three-point__p .dot {
  position: relative;
}

.three-point__p .dot::after {
  position: absolute;
  top: -2px;
  left: 45%;
  content: '';
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
}

.three-point__p .dot--bigger::after {
  top: px;
  left: 45%;
  width: 3px;
  height: 3px;
}

.three-point__p--top {
  margin-top: 0;
}

.three-point__caution-gr {
  margin-top: 57px;
  border-bottom: solid 1px #000;
  padding-bottom: 17px;
}

.three-point__caution-p {
  margin-top: 11.5px;
  line-height: 1.9;
  font-weight: 500;
}

.three-point__caution-p .mt {
  display: block;
  margin-top: 16px;
}

.three-point__caution-p .bigger {
  font-size: 1.25rem;
}

.three-point__caution-link {
  display: inline-block;
  border-bottom: solid 1px;
  margin-top: 6px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #00a3ff;
}

.three-point__bottom-copy {
  margin-top: 17px;
  font-size: 1.27rem;
  line-height: 1.7;
  text-align: left;
  font-weight: 500;
}

.three-point__bottom-copy .upper {
  display: block;
  text-align: left;
}

.three-point__bottom-copy .bottom {
  display: block;
  text-align: right;
}

.three-point .dot {
  position: relative;
}

.three-point .dot::after {
  position: absolute;
  top: -2px;
  left: 45%;
  content: '';
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
}

.three-point .dot--bigger::after {
  top: -3px;
  left: 45%;
  width: 3px;
  height: 3px;
}

.ssr {
  position: relative;
  padding-top: 62.5px;
}

.ssr__heading {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.ssr__content {
  margin-top: 9px;
}

.ssr__grapgh {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.ssr__keypoint {
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
  padding-bottom: 0px;
}

.ssr__triangle {
  position: absolute;
  bottom: 0;
}

.check {
  background: url("../img/random-0.png");
  background-color: #0c2dbb;
  padding-bottom: 35px;
  background-size: cover;
  background-repeat: no-repeat;
}

.check__heading {
  margin-top: 22px;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.check__content {
  margin-top: 13px;
  color: #fff;
}

.check__p {
  font-size: 1.17rem;
  text-align: center;
  line-height: 1.7;
}

.check__btn-area {
  margin-top: 20px;
  width: 63%;
  margin-left: auto;
  margin-right: auto;
}

.check__noneed-gr {
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  width: 73%;
}

.check__noneed-gr small {
  font-size: 1.1rem;
  display: block;
  text-align: right;
  margin-right: -10px;
}

.check__noneed-gr img {
  margin-top: 10px;
}

.check__list {
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  width: 84%;
}

.cta02 {
  padding-top: 21.5px;
  padding-bottom: 37.5px;
}

.cta02__btn-area {
  text-align: center;
}

.cta02__btn-area img.more {
  width: 62%;
}

.cta02__btn-area img.btn {
  margin-top: 9px;
  width: 53%;
}

.cta02__btn-area-caution {
  margin-top: 9px;
  display: block;
  color: #0c2dbb;
  font-size: 1.13rem;
}

.cta02__btn-area-line {
  margin-top: 9px;
}

.cta02__btn-area-line span {
  color: #4cc764;
}

.rpg__heading {
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}

.rpg__content {
  margin-top: 11.5px;
}

.rpg__item {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  margin-top: 7.5px;
}

.rpg__item:first-of-type {
  margin-top: 0;
}

.rpg__item--orange {
  border: solid 1px #f49018;
  padding: 10px 13px 10px;
}

.rpg__item--blue {
  border: solid 1px #0c2dbb;
  padding: 10px 13px 10px;
}

.rpg__item--red {
  border: solid 1px #ec5d57;
  padding: 10px 13px 10px;
}

.rpg__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.rpg__item-left {
  width: 50%;
}

.rpg__item-right {
  width: 45%;
}

.rpg__item-right img.salondeisgn-right {
  margin-bottom: 8px;
}

.rpg h3 {
  margin-left: -8px;
}

.rpg h3 img.coaching {
  width: 80%;
}

.rpg__item-color-txt {
  margin-top: 9px;
}

.rpg__item-color-txt--orange {
  color: #f49018;
}

.rpg__item-color-txt--blue {
  color: #0c2dbb;
}

.rpg__item-color-txt--red {
  color: #ec5d57;
}

.rpg__item-p--top {
  margin-top: 11px;
}

.rpg h4 {
  margin-top: 15px;
  font-weight: bold;
}

.rpg__item-list {
  margin-top: 6px;
}

.rpg__item-list li {
  margin: 9px 0;
  display: block;
}

.rpg__item-bottom {
  line-height: 1.6;
  font-size: 1.217rem;
  border-top: solid #000 1px;
  padding-top: 8px;
}

.rpg__item-bottom--orange {
  color: #f49018;
}

.rpg__item-bottom--blue {
  color: #0c2dbb;
}

.rpg__item-bottom--red {
  color: #ec5d57;
}

.rpg__btn-area {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 63%;
}

.reason {
  margin-top: 38px;
}

.reason__heading {
  margin-left: auto;
  margin-right: auto;
  width: 48%;
}

.reason__content {
  margin-top: 26px;
}

.reason__items li {
  margin-top: 23px;
}

.reason__items li:first-of-type {
  margin-top: 0;
}

.reason__items li.first {
  width: 72%;
  margin-left: auto;
  margin-right: auto;
}

.reason__items li.second {
  width: 82%;
  margin-left: auto;
  margin-right: auto;
}

.reason__items li.third {
  width: 87%;
  padding-left: 5%;
  margin-left: auto;
  margin-right: auto;
}

.scroll-03 {
  padding-top: 40px;
}

.profile {
  padding-top: 37px;
  padding-bottom: 46.5px;
}

.profile__heading {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.profile__content {
  margin-top: 16.5px;
}

.profile__p {
  margin-top: 12px;
  font-size: 1.25rem;
  width: 90%;
  letter-spacing: .03rem;
  margin-left: auto;
  font-weight: 500;
  margin-right: auto;
}

.profile__p--top {
  margin-top: 0;
}

.scrolls__04 {
  margin-top: 13px;
}

.scrolls__05 {
  margin-top: 28.5px;
}

.scrolls__06 {
  margin-top: 28.5px;
}

.cta03 {
  padding-top: 38.5px;
  padding-bottom: 37.5px;
}

.cta03__btn-area {
  text-align: center;
}

.cta03__btn-area img.more {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  display: block;
}

.cta03__btn-area img.btn {
  margin-top: 9px;
  width: 53%;
}

.cta03__btn-area-line {
  margin-top: 9px;
  font-size: 1.2rem;
}

.cta03__btn-area-line span {
  color: #4cc764;
}

.cta03__sns-area {
  margin-top: 46px;
  text-align: center;
}

.cta03__sns-area img.more {
  margin-bottom: 23px;
  text-align: center;
  width: 62%;
  margin-left: auto;
  margin-right: auto;
}

.cta03__sns-area a.snslink {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 51%;
  margin-top: 13.5px;
}

.cta03__sns-area a.snslink:first-of-type {
  margin-top: 0;
}

.footer {
  padding-top: 26px;
  padding-bottom: 15px;
  background-color: #0c2dbb;
  color: #fff;
  font-size: 1.1rem;
}

.footer__inner {
  margin-left: auto;
  margin-right: auto;
  width: 83%;
}

.footer__top {
  text-align: center;
}

.footer__top a {
  margin-top: 14px;
  display: inline-block;
  font-size: 1.1rem;
  border-bottom: solid 1px;
}

.footer__top p.p {
  font-size: 1.1rem;
}

.footer__bottom {
  margin-top: 65px;
  text-align: center;
}

.footer__bottom-rightgr {
  margin-top: 20px;
  text-align: right;
}

.footer__bottom-rightgr .contact {
  border-bottom: solid 1px;
  font-size: 1.1rem;
}

.footer .copyright {
  font-size: 1.1rem;
}

/*-------横幅の間隔をとる-------*/
.slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

/*------------------------------*/
.slide-arrow {
  position: absolute;
  top: calc(50% - 11px);
  width: 27px;
  z-index: 1000;
}

.slide-arrow.prev-arrow {
  left: calc(6% - 10px) !important;
}

.slide-arrow.next-arrow {
  right: calc(6% - 10px) !important;
}

.slick-disabled {
  opacity: 0;
}

.slick-dots {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slick-dots li {
  margin-left: 8px;
  border-radius: 50%;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: silver;
  color: rgba(255, 255, 255, 0);
  line-height: 1000px;
  overflow: hidden;
}

.slick-dots li:first-of-type {
  margin-left: 0;
}

.slick-dots li.slick-active {
  background-color: #575757;
}

.fadingInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.fadingInUp.scrolled {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
}
/*# sourceMappingURL=style.css.map */