/*
Theme Name: Online1.1
Description: Online1.1
Author: nyanko
Version:1.1
*/
@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

@font-face {
  font-family: "round";
  src: url("../font/Corporate-Logo-Rounded.ttf") format("truetype");
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #503a42;
  font-size: 16px;
  line-height: calc( 24 / 16 );
  letter-spacing: 0.01em;
}

a {
  text-decoration: none;
}

.l-header {
  padding-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
@media screen and (max-width:767px) {
  .l-header {
    padding-top: 24px;
  }
}

.l-footer {
  background: #f9ca8b;
  background: -moz-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#ed732f), to(#f9ca8b));
  background: -webkit-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -o-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: linear-gradient(to bottom right, #ed732f 0%, #f9ca8b 100%);
}

.l-container,
.l-container--m,
.l-container--s {
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .l-container,
.l-container--m,
.l-container--s {
    padding: 0 16px;
  }
}

.l-container {
  max-width: calc(1200px + 64px);
}

.l-container--m {
  max-width: calc(1097px + 64px);
}

.l-container--s {
  max-width: calc(1000px + 64px);
}

.l-top {
  background: #ffce57;
  background: -moz-linear-gradient(rgba(255, 206, 87, 0.29) 0%, rgba(255, 213, 112, 0.29) 60%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 206, 87, 0.29)), color-stop(60%, rgba(255, 213, 112, 0.29)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(rgba(255, 206, 87, 0.29) 0%, rgba(255, 213, 112, 0.29) 60%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(rgba(255, 206, 87, 0.29) 0%, rgba(255, 213, 112, 0.29) 60%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(rgba(255, 206, 87, 0.29) 0%, rgba(255, 213, 112, 0.29) 60%, rgba(255, 255, 255, 0) 100%);
}

.l-middle {
  background-color: #fffbf5;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.c-btn, .c-btn--sub {
  font-size: 24px;
  color: #fff;
  padding: 16px 40px;
  display: block;
  max-width: 360px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border-radius: 36px;
  background: #f9ca8b;
  background: -moz-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#ed732f), to(#f9ca8b));
  background: -webkit-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -o-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: linear-gradient(to bottom right, #ed732f 0%, #f9ca8b 100%);
}
@media screen and (max-width:767px) {
  .c-btn, .c-btn--sub {
    font-size: 16px;
    max-width: 240px;
	 padding: 16px 40px;
  }
}

.c-btn--sub {
  font-size: 20px;
  padding: 20px 0;
  -webkit-background-clip: text;
  color: transparent;
  border: 2px solid rgba(237, 115, 47, 0.4);
}
@media screen and (max-width:767px) {
  .c-btn--sub {
    font-size: 16px;
  }
}

.c-title {
  font-size: 30px;
  line-height: calc( 39 / 30 );
  font-weight: 700;
  color: #ed732f;
  text-align: center;
}
@media screen and (max-width:767px) {
  .c-title {
    font-size: 24px;
  }
}
.c-title span {
  position: relative;
}

.header {
  display: flex;
}

.header__logo {
  width: 100px;
  display: block;
}
.header__logo img {
  width: 100%;
  height: auto;
}

.heading {
  background-image: url(images/heading_bg.png);
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width:767px) {
  .heading {
    background-image: url(images/heading_bg_sp.png);
  }
}

.heading__inner {
  padding-top: 100px;
  max-width: 480px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .heading__inner {
    text-align: center;
  }
}

.heading__title {
  color: #ed732f;
  font-family: "round";
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width:767px) {
  .heading__title {
    font-size: 60px;
  }
}
.heading__title span {
  display: block;
  font-size: 28px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1.02em;
  line-height: 1;
  padding-left: 24px;
}
@media screen and (max-width:767px) {
  .heading__title span {
    font-size: 18px;
  }
}

.heading__subtitle {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-top: 12px;
}
@media screen and (max-width:767px) {
  .heading__subtitle {
    font-size: 21px;
  }
}

.heading__text {
  font-size: 18px;
  letter-spacing: 0.13em;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .heading__text {
    font-size: 16px;
  }
}

.heading__btn {
  margin-top: 24px;
}

.heading__scroll {
  margin-top: 66px;
}
@media screen and (max-width:767px) {
  .heading__scroll {
    margin-top: 20px;
  }
}
.heading__scroll img {
  margin-left: auto;
  margin-right: auto;
}

.heading__ilust--one, .heading__ilust--two {
  position: absolute;
}
@media screen and (max-width:1080px) {
  .heading__ilust--one, .heading__ilust--two {
    width: 140px;
  }
}
@media screen and (max-width:767px) {
  .heading__ilust--one, .heading__ilust--two {
    position: initial;
    width: 100px;
    text-align: center;
  }
}
.heading__ilust--one {
  left: -210px;
  top: 39%;
}
@media screen and (max-width:1080px) {
  .heading__ilust--one {
    top: 45%;
    left: -140px;
  }
}
.heading__ilust--two {
  right: -225px;
  top: 32%;
}
@media screen and (max-width:1080px) {
  .heading__ilust--two {
    top: 45%;
    right: -140px;
  }
}

.recommend {
  padding: 68px 0;
}
@media screen and (max-width:767px) {
  .recommend {
    padding: 45px 0;
  }
}

.recommend__title span {
  padding-left: 95px;
}
@media screen and (max-width:767px) {
  .recommend__title span {
    padding-left: 0;
  }
}
.recommend__title span::before {
  position: absolute;
  content: "";
  width: 95px;
  height: 95px;
  background-image: url(assets/images/recommend_title.png);
  background-size: cover;
  left: 0;
  bottom: 0;
}
@media screen and (max-width:767px) {
  .recommend__title span::before {
    width: 45px;
    height: 45px;
    left: -40px;
    bottom: -8px;
  }
}

.recommend__wrapper {
  margin-top: 58px;
}
@media screen and (max-width:767px) {
  .recommend__wrapper {
    margin-top: 32px;
  }
}

.recommendItem {
  padding: 40px 30px;
  display: flex;
  align-items: center;
  border-top: 1px dashed #ed732f;
}
@media screen and (max-width:767px) {
  .recommendItem {
    flex-direction: column;
    padding: 32px 12px;
  }
}
.recommendItem:last-of-type {
  border-bottom: 1px dashed #ed732f;
}

.recommendItem__image {
  width: 85px;
}
@media screen and (max-width:767px) {
  .recommendItem__image {
    width: 60px;
  }
}
.recommendItem__image img {
  width: 100%;
  height: auto;
}

.recommendItem__inner {
  width: calc(100% - 85px);
  padding-left: 58px;
}
@media screen and (max-width:767px) {
  .recommendItem__inner {
    width: 100%;
    padding-left: 0;
  }
}

.recommendItem__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ed732f;
}
@media screen and (max-width:767px) {
  .recommendItem__title {
    font-size: 18px;
    text-align: center;
    margin-top: 16px;
  }
}

.recommendItem__text {
  margin-top: 16px;
}

.what {
  padding: 140px 0 72px;
}
@media screen and (max-width:767px) {
  .what {
    padding: 30px 0 40px;
  }
}

.what__container {
  max-width: 735px;
  width: 100%;
  margin: 0 auto;
}

.what__title {
  padding: 10px 0;
  border-bottom: 1px solid rgba(237, 115, 47, 0.4);
}
@media screen and (max-width:767px) {
  .what__title {
    text-align: center;
  }
}

.what__wrapper {
  margin-top: 14px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 97%, rgba(237, 115, 47, 0.4) 97%, rgba(237, 115, 47, 0.4) 100%);
  background-size: 100% 3em;
  background-repeat: repeat;
  line-height: 3;
}

.what__text {
  margin-bottom: 3em;
  color: #ed732f;
}
.what__text span {
  position: relative;
  font-weight: 700;
}
.what__text span::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  bottom: -2px;
  left: 0;
  background: #f9ca8b;
  background: -moz-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#ed732f), to(#f9ca8b));
  background: -webkit-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -o-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: linear-gradient(to bottom right, #ed732f 0%, #f9ca8b 100%);
}

.refusal {
  padding: 38px 0 124px;
}
@media screen and (max-width:767px) {
  .refusal {
    padding: 32px 0 80px;
  }
}

.refusal__title span::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  background-image: url(assets/images/refusal_title.png);
  background-size: cover;
  background-position: center;
  left: -76px;
  bottom: -10px;
}
@media screen and (max-width:767px) {
  .refusal__title span::before {
    width: 40px;
    height: 40px;
    left: -45px;
    bottom: -6px;
  }
}

.refusal__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}
@media screen and (max-width:767px) {
  .refusal__wrapper {
    flex-direction: column;
  }
}

.refusalItem {
  width: 173px;
  height: 173px;
  background-image: url(assets/images/refusal_batsu.png);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .refusalItem {
    width: 160px;
    height: 160px;
  }
  .refusalItem:not(:first-of-type) {
    margin-top: 32px;
  }
}

.refusalItem__text {
  font-size: 18px;
  font-size: 1.12rem;
  font-weight: 500;
  line-height: calc( 36 / 18 );
  color: #ed732f;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .refusalItem__text {
    font-size: 16px;
  }
}

.feature {
  padding: 72px 0 50px;
}

.feature__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
}
@media screen and (max-width:767px) {
  .feature__wrapper {
    margin-top: 48px;
    flex-direction: column;
  }
}

.featureItem {
  width: calc(50% - 20px);
  background-color: #fff;
  padding: 40px 16px;
}
@media screen and (max-width:767px) {
  .featureItem {
    width: 100%;
    padding: 30px 16px;
  }
  .featureItem:not(:first-of-type) {
    margin-top: 32px;
  }
}
.featureItem:nth-child(even) {
  margin-left: 40px;
}
@media screen and (max-width:767px) {
  .featureItem:nth-child(even) {
    margin-left: 0;
  }
}
.featureItem:not(:nth-child(-n+2)) {
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .featureItem:not(:nth-child(-n+2)) {
    margin-top: 32px;
  }
}

.featureItem__image {
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .featureItem__image {
    width: 60px;
  }
}
.featureItem__image img {
  width: 100%;
  height: auto;
}

.featureItem__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ed732f;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width:767px) {
  .featureItem__title {
    font-size: 18px;
  }
}

.featureItem__text {
  margin-top: 16px;
}

.content {
  padding: 70px 0 60px;
  background-image: url(assets/images/content_bg.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width:767px) {
  .content {
    padding: 50px 0 120px;
  }
}

.content__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width:767px) {
  .content__wrapper {
    flex-direction: column;
  }
}

.content__ilust {
  width: 200px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}
@media screen and (max-width:1080px) {
  .content__ilust {
    width: 180px;
  }
}
@media screen and (max-width:767px) {
  .content__ilust {
    width: 140px;
    left: 0;
    bottom: -90px;
    transform: translate(0, 0);
  }
}

.contentItem {
  background-color: #fff;
  padding: 30px 72px;
  border-radius: 54px;
  width: calc(50% - 25px);
}
@media screen and (max-width:1080px) {
  .contentItem {
    padding: 20px 40px;
    border-radius: 30px;
  }
}
@media screen and (max-width:767px) {
  .contentItem {
    width: 100%;
    border-radius: 16px;
    padding: 20px 16px;
  }
  .contentItem:not(:first-of-type) {
    margin-top: 16px;
  }
}
.contentItem:nth-of-type(even) {
  margin-left: 50px;
  transform: translateY(120px);
}
@media screen and (max-width:767px) {
  .contentItem:nth-of-type(even) {
    margin-left: 0;
    transform: translateY(0);
  }
}
.contentItem:not(:nth-of-type(-n+2)) {
  margin-top: 84px;
}
@media screen and (max-width:1080px) {
  .contentItem:not(:nth-of-type(-n+2)) {
    margin-top: 60px;
  }
}
@media screen and (max-width:767px) {
  .contentItem:not(:nth-of-type(-n+2)) {
    margin-top: 16px;
  }
}

.contentItem__title {
  color: #ed732f;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:767px) {
  .contentItem__title {
    font-size: 18px;
  }
}

.contentItem__text {
  margin-top: 12px;
}

.method {
  padding: 60px 0;
}
@media screen and (max-width:1080px) {
  .method {
    padding: 60px 0 100px;
  }
}

.method__title span::before {
  position: absolute;
  content: "";
  width: 130px;
  height: 115px;
  background-image: url(assets/images/method_title.png);
  background-size: cover;
  background-position: center;
  bottom: -20px;
  right: -140px;
}
@media screen and (max-width:767px) {
  .method__title span::before {
    width: 65px;
    height: 57px;
    bottom: 30px;
    right: -40px;
  }
}

.method__wrapper {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width:767px) {
  .method__wrapper {
    margin-top: 45px;
  }
}

.method__ilust {
  position: absolute;
  bottom: -64px;
  left: -54px;
}
@media screen and (max-width:1080px) {
  .method__ilust {
    bottom: -110px;
    left: 0;
  }
}
.method__ilust img {
  position: relative;
}
@media screen and (max-width:767px) {
  .method__ilust img {
    width: 80px;
  }
}

.method__caption {
  position: absolute;
  top: -50px;
  right: -105px;
}
@media screen and (max-width:1080px) {
  .method__caption {
    top: 0;
    right: -120px;
  }
}
@media screen and (max-width:767px) {
  .method__caption {
    top: auto;
    bottom: 0;
    right: -125px;
  }
}

.methodItem:not(:first-of-type) {
  margin-top: 72px;
}

.methodItem__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ed732f;
}
@media screen and (max-width:767px) {
  .methodItem__title {
    font-size: 18px;
  }
}
.methodItem__title span {
  color: #fff;
  background-color: #ed732f;
  padding: 6px 6px;
  border-radius: 4px;
  font-family: "round";
  font-size: 16px;
  margin-right: 24px;
}
@media screen and (max-width:767px) {
  .methodItem__title span {
    font-size: 14px;
    padding: 4px 8px;
    margin-right: 8px;
  }
}

.methodItem__inner {
  background-color: #fff;
  padding: 36px 70px;
  border-radius: 6px;
  text-align: center;
  margin-top: 24px;
}
@media screen and (max-width:767px) {
  .methodItem__inner {
    padding: 32px 16px;
  }
}

.methodItem__text {
  margin-top: 30px;
  text-align: left;
}

.methodItem__image {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bonus {
  padding: 70px 0 128px;
}
@media screen and (max-width:767px) {
  .bonus {
    padding: 60px 0 80px;
  }
}

.bonus__title span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .bonus__title span {
    font-size: 16px;
  }
}

.bonus__content {
  background-color: #fff;
  padding: 25px 0;
  text-align: center;
  max-width: 750px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width:767px) {
  .bonus__content {
    margin-top: 32px;
  }
}

.bonus__text {
  display: inline;
  padding-left: 45px;
  font-size: 18px;
  font-size: 1.12rem;
  font-weight: 500;
  color: #ed732f;
  position: relative;
}
@media screen and (max-width:767px) {
  .bonus__text {
    padding-left: 32px;
    font-size: 16px;
  }
}
.bonus__text::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(assets/images/check.svg);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .bonus__text::before {
    width: 25px;
    height: 25px;
  }
}

.bonus__ilust {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
}
@media screen and (max-width:1080px) {
  .bonus__ilust {
    width: 140px;
    right: 0;
    top: 120%;
  }
}
@media screen and (max-width:767px) {
  .bonus__ilust {
    width: 80px;
    right: 10px;
    top: 135%;
  }
}

.bonus__btn {
  margin-top: 32px;
}
@media screen and (max-width:767px) {
  .bonus__btn {
    margin-top: 80px;
  }
}

.price {
  padding: 140px 0;
  background-image: url(assets/images/price_bg.png);
  background-color: #fff2d4;
  margin-top: 86px;
}
@media screen and (max-width:767px) {
  .price {
    padding: 80px 0;
    margin-top: 40px;
  }
}

.price__money {
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
.price__money span {
  background: #f9ca8b;
  background: -moz-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#ed732f), to(#f9ca8b));
  background: -webkit-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -o-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: linear-gradient(to bottom right, #ed732f 0%, #f9ca8b 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 99px;
  line-height: 1;
  font-family: objektiv-mk3, sans-serif;
  position: relative;
}
@media screen and (max-width:767px) {
  .price__money span {
    font-size: 72px;
  }
}
.price__money span::before, .price__money span::after {
  position: absolute;
  color: #ed732f;
  font-size: 40px;
  bottom: 30px;
}
@media screen and (max-width:767px) {
  .price__money span::before, .price__money span::after {
    font-size: 30px;
    bottom: 16px;
  }
}
.price__money span::before {
  content: "月\a額";
  white-space: pre;
  left: -50px;
}
@media screen and (max-width:767px) {
  .price__money span::before {
    left: -40px;
  }
}
.price__money span::after {
  content: "円";
  right: -50px;
}
@media screen and (max-width:767px) {
  .price__money span::after {
    right: -45px;
  }
}

.price__tax {
  font-size: 20px;
  line-height: calc( 26 / 20 );
  font-weight: bold;
  color: #ed732f;
  text-align: center;
  margin-top: 8px;
}
@media screen and (max-width:767px) {
  .price__tax {
    font-size: 16px;
  }
}

.price__limit {
  width: 350px;
  height: 104px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(assets/images/limited.svg);
  background-size: cover;
  font-size: 36px;
  color: #ed732f;
  text-align: center;
}
@media screen and (max-width:767px) {
  .price__limit {
    width: 250px;
    height: 75px;
    font-size: 24px;
    margin-top: 24px;
  }
}
.price__limit span {
  font-size: 56px;
  background: #f9ca8b;
  background: -moz-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -webkit-gradient(linear, left top, right bottom, from(#ed732f), to(#f9ca8b));
  background: -webkit-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: -o-linear-gradient(top left, #ed732f 0%, #f9ca8b 100%);
  background: linear-gradient(to bottom right, #ed732f 0%, #f9ca8b 100%);
  color: transparent;
  -webkit-background-clip: text;
  font-weight: 700;
  padding-left: 20px;
}
@media screen and (max-width:767px) {
  .price__limit span {
    font-size: 40px;
    padding-left: 10px;
  }
}

.price__caution {
  text-align: center;
}

.cta {
  background-color: #fff;
  padding: 53px 0 160px;
}
@media screen and (max-width:767px) {
  .cta {
    padding: 60px 0;
  }
}

.about {
  background-color: #fffbf5;
  padding: 70px 0;
}
@media screen and (max-width:767px) {
  .about {
    padding: 54px 0;
  }
}

.about__title {
  text-align: left;
}
@media screen and (max-width:767px) {
  .about__title {
    text-align: center;
  }
}

.about__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width:767px) {
  .about__body {
    flex-direction: column;
  }
}

.about__image {
  width: 225px;
  margin-left: 50px;
}
@media screen and (max-width:1080px) {
  .about__image {
    margin-left: 0;
  }
}
@media screen and (max-width:767px) {
  .about__image {
    width: 120px;
    margin-left: 0;
  }
}
.about__image img {
  width: 100%;
  height: auto;
}

.about__inner {
  margin-left: 72px;
}
@media screen and (max-width:1080px) {
  .about__inner {
    margin-left: 32px;
  }
}
@media screen and (max-width:767px) {
  .about__inner {
    margin-left: 0;
  }
}

.about__name {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ed732f;
}

.about__text {
  margin-top: 18px;
}

.message {
  padding: 160px 0 216px;
}
@media screen and (max-width:767px) {
  .message {
    padding: 80px 0 120px;
  }
}

.message__body {
  max-width: 756px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  color: #ed732f;
}
@media screen and (max-width:767px) {
  .message__body {
    margin-top: 40px;
  }
}

.message__text {
  line-height: calc( 28 / 16 );
  margin-top: 28px;
}

.message__ilust {
  position: absolute;
  bottom: -216px;
  right: 0;
}
@media screen and (max-width:767px) {
  .message__ilust {
    width: 150px;
    bottom: -120px;
  }
}

.message__message {
  position: absolute;
  left: 0;
  bottom: -330px;
  z-index: -1;
}
@media screen and (max-width:1080px) {
  .message__message {
    width: 100vw;
  }
}
@media screen and (max-width:767px) {
  .message__message {
    bottom: -60px;
  }
}

.qa {
  padding: 180px 0 80px;
}
@media screen and (max-width:767px) {
  .qa {
    padding: 80px 0;
  }
}

.qa__wrapper {
  margin-top: 40px;
}

.qaItem {
  padding: 40px 40px 30px;
  border-top: 1px dashed #ed732f;
  position: relative;
}
@media screen and (max-width:767px) {
  .qaItem {
    padding: 24px 10px;
  }
}
.qaItem:last-of-type {
  border-bottom: 1px dashed #ed732f;
}

.qaItem__inner {
  cursor: pointer;
}

.qaItem__title {
  color: #ed732f;
  font-size: 18px;
  font-size: 1.12rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width:767px) {
  .qaItem__title {
    padding-right: 32px;
  }
}

.qaItem__text {
  margin-top: 16px;
  padding-left: 24px;
  display: none;
}
@media screen and (max-width:767px) {
  .qaItem__text {
    padding-left: 10px;
  }
}

.qaItem__toggle {
  position: absolute;
  height: 3px;
  width: 22px;
  background-color: #ed732f;
  right: 0;
  top: 12px;
}
@media screen and (max-width:767px) {
  .qaItem__toggle {
    height: 2px;
    width: 20px;
  }
}
.qaItem__toggle::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 22px;
  background-color: #ed732f;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
}
@media screen and (max-width:767px) {
  .qaItem__toggle::before {
    width: 2px;
    height: 20px;
  }
}

.js-active .qaItem__toggle::before {
  opacity: 0;
}

.caution {
  padding: 80px 0 100px;
}
@media screen and (max-width:767px) {
  .caution {
    padding: 48px 0 60px;
  }
}

.caution__wrapper {
  background-color: #fffbf5;
  padding: 60px 0 40px;
  margin-top: 40px;
}
@media screen and (max-width:767px) {
  .caution__wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 48px 10px;
  }
}

.caution__text {
  color: #ed732f;
  line-height: calc( 33 / 16 );
}
@media screen and (max-width:767px) {
  .caution__text {
    font-size: 14px;
  }
}

.footer {
  padding: 64px 0 24px;
}
@media screen and (max-width:767px) {
  .footer {
    padding: 32px 0 20px;
  }
}

.footer__copy {
  color: #fff;
  text-align: center;
}
@media screen and (max-width:767px) {
  .footer__copy {
    font-size: 14px;
  }
}

.u-hide {
  display: block !important;
}
@media screen and (max-width:1080px) {
  .u-hide {
    display: none !important;
  }
}

.u-hide--sp {
  display: block !important;
}
@media screen and (max-width:767px) {
  .u-hide--sp {
    display: none !important;
  }
}

.u-show {
  display: none !important;
}
@media screen and (max-width:1080px) {
  .u-show {
    display: block !important;
  }
}

.u-show--sp {
  display: none !important;
}
@media screen and (max-width:767px) {
  .u-show--sp {
    display: block !important;
  }
}
/*# sourceMappingURL=style.css.map */